[asterisk-commits] twilson: branch 10 r340879 - in /branches/10: ./ main/channel.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Oct 14 11:39:39 CDT 2011
Author: twilson
Date: Fri Oct 14 11:39:36 2011
New Revision: 340879
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=340879
Log:
Avoid unnecessary WARNING message
Add AST_CONTROL_UPDATE_RTP_PEER frame to be ignored here to avoid
displaying a WARNING message.
(closes issue ASTERISK-18610)
Patch by: Kristijan_Vrban
........
Merged revisions 340878 from http://svn.asterisk.org/svn/asterisk/branches/1.8
Modified:
branches/10/ (props changed)
branches/10/main/channel.c
Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/10/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/main/channel.c?view=diff&rev=340879&r1=340878&r2=340879
==============================================================================
--- branches/10/main/channel.c (original)
+++ branches/10/main/channel.c Fri Oct 14 11:39:36 2011
@@ -3613,6 +3613,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