[svn-commits] dvossel: trunk r266006 - /trunk/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed May 26 13:32:54 CDT 2010


Author: dvossel
Date: Wed May 26 13:32:51 2010
New Revision: 266006

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=266006
Log:
fixes failed SIP Directed pickup resulting in dead channel

(closes issue #17339)
Reported by: one47
Patches:
      sip_magic_pickup2 uploaded by one47 (license 23)
Tested by: one47, dvossel

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_sip.c?view=diff&rev=266006&r1=266005&r2=266006
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Wed May 26 13:32:51 2010
@@ -20789,6 +20789,7 @@
 
 			/* Let the caller know we're giving it a shot */
 			transmit_response(p, "100 Trying", req);
+			p->invitestate = INV_PROCEEDING;
 			ast_setstate(c, AST_STATE_RING);
 
 			/* Do the pickup itself */




More information about the svn-commits mailing list