[asterisk-commits] twilson: branch 1.4 r254451 - /branches/1.4/main/file.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Mar 25 10:57:33 CDT 2010
Author: twilson
Date: Thu Mar 25 10:57:29 2010
New Revision: 254451
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=254451
Log:
Handle new SRCCHANGE control message here too
Modified:
branches/1.4/main/file.c
Modified: branches/1.4/main/file.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/main/file.c?view=diff&rev=254451&r1=254450&r2=254451
==============================================================================
--- branches/1.4/main/file.c (original)
+++ branches/1.4/main/file.c Thu Mar 25 10:57:29 2010
@@ -1284,6 +1284,7 @@
case AST_CONTROL_ANSWER:
case AST_CONTROL_VIDUPDATE:
case AST_CONTROL_SRCUPDATE:
+ case AST_CONTROL_SRCCHANGE:
case AST_CONTROL_HOLD:
case AST_CONTROL_UNHOLD:
/* Unimportant */
More information about the asterisk-commits
mailing list