|
From: <do...@us...> - 2007-12-21 14:54:11
|
Revision: 1326
http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1326&view=rev
Author: dohpaz
Date: 2007-12-21 06:54:16 -0800 (Fri, 21 Dec 2007)
Log Message:
-----------
Pull out patch 1850525 until we can work out where these sessions should be destroyed.
Modified Paths:
--------------
branches/team/elbunce/iaxclient/lib/libiax2/src/iax.c
Modified: branches/team/elbunce/iaxclient/lib/libiax2/src/iax.c
===================================================================
--- branches/team/elbunce/iaxclient/lib/libiax2/src/iax.c 2007-12-21 14:52:48 UTC (rev 1325)
+++ branches/team/elbunce/iaxclient/lib/libiax2/src/iax.c 2007-12-21 14:54:16 UTC (rev 1326)
@@ -1629,7 +1629,6 @@
*/
case IAX_EVENT_REJECT:
case IAX_EVENT_HANGUP:
- case IAX_EVENT_REGACK:
/* Destroy this session -- it's no longer valid */
destroy_session(event->session);
return event;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|