[asterisk-commits] russell: branch 1.8 r279636 - /branches/1.8/main/channel.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 26 16:53:34 CDT 2010
Author: russell
Date: Mon Jul 26 16:53:30 2010
New Revision: 279636
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=279636
Log:
Ignore a control subclass of -1 in ast_waitfordigit_full().
Modified:
branches/1.8/main/channel.c
Modified: branches/1.8/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/channel.c?view=diff&rev=279636&r1=279635&r2=279636
==============================================================================
--- branches/1.8/main/channel.c (original)
+++ branches/1.8/main/channel.c Mon Jul 26 16:53:30 2010
@@ -3429,6 +3429,7 @@
case AST_CONTROL_SRCCHANGE:
case AST_CONTROL_CONNECTED_LINE:
case AST_CONTROL_REDIRECTING:
+ case -1:
/* Unimportant */
break;
default:
More information about the asterisk-commits
mailing list