[asterisk-commits] twilson: branch 1.8 r340878 - /branches/1.8/main/channel.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Oct 14 11:33:32 CDT 2011
Author: twilson
Date: Fri Oct 14 11:33:28 2011
New Revision: 340878
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=340878
Log:
Avoid unnecessary WARNING message
Add AST_CONTROL_UPDATE_RTP_PEER frame to be ignored here to avoid
displaying a WARNING message.
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=340878&r1=340877&r2=340878
==============================================================================
--- branches/1.8/main/channel.c (original)
+++ branches/1.8/main/channel.c Fri Oct 14 11:33:28 2011
@@ -3562,6 +3562,7 @@
case AST_CONTROL_SRCCHANGE:
case AST_CONTROL_CONNECTED_LINE:
case AST_CONTROL_REDIRECTING:
+ case AST_CONTROL_UPDATE_RTP_PEER:
case -1:
/* Unimportant */
break;
More information about the asterisk-commits
mailing list