[svn-commits] rmudgett: branch group/issue8824 r183094 - in /team/group/issue8824: ./ main/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 18 18:33:25 CDT 2009


Author: rmudgett
Date: Wed Mar 18 18:33:18 2009
New Revision: 183094

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=183094
Log:
Merged revisions 183057 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r183057 | file | 2009-03-18 17:22:56 -0500 (Wed, 18 Mar 2009) | 6 lines
  
  Fix an issue where a T38 control frame would get dropped.
  
  If two channels were bridged together using a generic bridge the T38
  control frame would get passed up instead of being indicated on the
  other channel.
........

Modified:
    team/group/issue8824/   (props changed)
    team/group/issue8824/main/channel.c

Propchange: team/group/issue8824/
------------------------------------------------------------------------------
    automerge = *

Propchange: team/group/issue8824/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Mar 18 18:33:18 2009
@@ -1,1 +1,1 @@
-/trunk:1-183045
+/trunk:1-183093

Modified: team/group/issue8824/main/channel.c
URL: http://svn.digium.com/svn-view/asterisk/team/group/issue8824/main/channel.c?view=diff&rev=183094&r1=183093&r2=183094
==============================================================================
--- team/group/issue8824/main/channel.c (original)
+++ team/group/issue8824/main/channel.c Wed Mar 18 18:33:18 2009
@@ -5012,6 +5012,7 @@
 			case AST_CONTROL_HOLD:
 			case AST_CONTROL_UNHOLD:
 			case AST_CONTROL_VIDUPDATE:
+			case AST_CONTROL_T38:
 			case AST_CONTROL_SRCUPDATE:
 			case AST_CONTROL_CONNECTED_LINE:
 			case AST_CONTROL_REDIRECTING:




More information about the svn-commits mailing list