[asterisk-commits] file: branch 1.4 r106788 - /branches/1.4/main/channel.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Mar 7 13:32:00 CST 2008


Author: file
Date: Fri Mar  7 13:32:00 2008
New Revision: 106788

URL: http://svn.digium.com/view/asterisk?view=rev&rev=106788
Log:
Ignore source update control frame.
(closes issue #12168)
Reported by: plack

Modified:
    branches/1.4/main/channel.c

Modified: branches/1.4/main/channel.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/channel.c?view=diff&rev=106788&r1=106787&r2=106788
==============================================================================
--- branches/1.4/main/channel.c (original)
+++ branches/1.4/main/channel.c Fri Mar  7 13:32:00 2008
@@ -1848,6 +1848,7 @@
 					return -1;
 				case AST_CONTROL_RINGING:
 				case AST_CONTROL_ANSWER:
+				case AST_CONTROL_SRCUPDATE:
 					/* Unimportant */
 					break;
 				default:




More information about the asterisk-commits mailing list