[asterisk-commits] russell: trunk r70887 - in /trunk: ./ channels/chan_iax2.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jun 21 16:16:36 CDT 2007


Author: russell
Date: Thu Jun 21 16:16:36 2007
New Revision: 70887

URL: http://svn.digium.com/view/asterisk?view=rev&rev=70887
Log:
Merged revisions 70883 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r70883 | russell | 2007-06-21 16:14:53 -0500 (Thu, 21 Jun 2007) | 3 lines

Put the thread reading from the socket back in the idle list if it deferred the
processing of a full frame to another thread

........

Modified:
    trunk/   (props changed)
    trunk/channels/chan_iax2.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_iax2.c?view=diff&rev=70887&r1=70886&r2=70887
==============================================================================
--- trunk/channels/chan_iax2.c (original)
+++ trunk/channels/chan_iax2.c Thu Jun 21 16:16:36 2007
@@ -6636,6 +6636,7 @@
 			   so queue it up for processing later. */
 			defer_full_frame(thread);
 			AST_LIST_UNLOCK(&active_list);
+			insert_idle_thread(thread);
 			return 1;
 		} else {
 			/* this thread is going to process this frame, so mark it */




More information about the asterisk-commits mailing list