From: Steve U. <st...@co...> - 2003-12-27 12:43:57
|
Hi all, The attached diff to the current CVS iaxclient library code adds a couple of the latest features from the * version of iax2 to iaxclient. More importantly, it fixes a nasty bug in IAX2. The code was not saving a received message after parsing its IEs, and putting it in the scheduler queue. If the incoming buffer was reused before the message was retrieved from the queue and processed, things went wrong. Fixing this has stopped a lot of strange quirky behaviour I was getting. However, I still get some strange behaviour, so I have more bugs to find :-) Regards, Steve |