[svn-commits] russell: trunk r114233 - in /trunk: ./ main/autoservice.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Apr 17 17:24:01 CDT 2008
Author: russell
Date: Thu Apr 17 17:24:00 2008
New Revision: 114233
URL: http://svn.digium.com/view/asterisk?view=rev&rev=114233
Log:
Merged revisions 114230 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r114230 | russell | 2008-04-17 17:15:43 -0500 (Thu, 17 Apr 2008) | 6 lines
Remove redundant safety net. The check for the autoservice channel list state
accomplishes the same goal in a better way.
(issue #12470)
Reported By: atis
........
Modified:
trunk/ (props changed)
trunk/main/autoservice.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/main/autoservice.c
URL: http://svn.digium.com/view/asterisk/trunk/main/autoservice.c?view=diff&rev=114233&r1=114232&r2=114233
==============================================================================
--- trunk/main/autoservice.c (original)
+++ trunk/main/autoservice.c Thu Apr 17 17:24:00 2008
@@ -265,10 +265,6 @@
if (!orig_end_dtmf_flag)
ast_clear_flag(chan, AST_FLAG_END_DTMF_ONLY);
- /* Wait for it to un-block */
- while (ast_test_flag(chan, AST_FLAG_BLOCKING))
- usleep(1000);
-
while ((f = AST_LIST_REMOVE_HEAD(&dtmf_frames, frame_list))) {
ast_queue_frame(chan, f);
ast_frfree(f);
More information about the svn-commits
mailing list