]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Put the thread reading from the socket back in the idle list if it deferred the
authorRussell Bryant <russell@russellbryant.com>
Thu, 21 Jun 2007 21:14:53 +0000 (21:14 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 21 Jun 2007 21:14:53 +0000 (21:14 +0000)
processing of a full frame to another thread

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@70883 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_iax2.c

index 4c0b0293bfa0351d54687d7bd2dc8fc9b2af1191..48358b54fe352f3ee9615f35ba1cbd70e0cf54f7 100644 (file)
@@ -6399,6 +6399,7 @@ static int socket_read(int *id, int fd, short events, void *cbdata)
                           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 */