[asterisk-commits] dvossel: branch 1.6.2 r266007 - in /branches/1.6.2: ./ channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed May 26 13:37:14 CDT 2010


Author: dvossel
Date: Wed May 26 13:37:11 2010
New Revision: 266007

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=266007
Log:
Merged revisions 266006 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r266006 | dvossel | 2010-05-26 13:32:51 -0500 (Wed, 26 May 2010) | 8 lines
  
  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:
    branches/1.6.2/   (props changed)
    branches/1.6.2/channels/chan_sip.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/channels/chan_sip.c?view=diff&rev=266007&r1=266006&r2=266007
==============================================================================
--- branches/1.6.2/channels/chan_sip.c (original)
+++ branches/1.6.2/channels/chan_sip.c Wed May 26 13:37:11 2010
@@ -20321,6 +20321,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 asterisk-commits mailing list