[svn-commits] twilson: branch 1.6.2 r254499 - in /branches/1.6.2: ./ main/file.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 25 11:26:18 CDT 2010


Author: twilson
Date: Thu Mar 25 11:26:13 2010
New Revision: 254499

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=254499
Log:
Merged revisions 254453 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r254453 | twilson | 2010-03-25 11:03:51 -0500 (Thu, 25 Mar 2010) | 9 lines
  
  Merged revisions 254451 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r254451 | twilson | 2010-03-25 10:57:29 -0500 (Thu, 25 Mar 2010) | 2 lines
    
    Handle new SRCCHANGE control message here too
  ........
................

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/main/file.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/main/file.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/main/file.c?view=diff&rev=254499&r1=254498&r2=254499
==============================================================================
--- branches/1.6.2/main/file.c (original)
+++ branches/1.6.2/main/file.c Thu Mar 25 11:26:13 2010
@@ -1276,6 +1276,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:
 				case -1:




More information about the svn-commits mailing list