[svn-commits] russell: branch 1.6.2 r198730 - in /branches/1.6.2: ./ channels/iax2-parser.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 1 16:04:43 CDT 2009


Author: russell
Date: Mon Jun  1 16:04:40 2009
New Revision: 198730

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

........
  r198729 | russell | 2009-06-01 16:03:18 -0500 (Mon, 01 Jun 2009) | 2 lines
  
  Tell the IAX2 parser about more control frame types.
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/channels/iax2-parser.c

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

Modified: branches/1.6.2/channels/iax2-parser.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/channels/iax2-parser.c?view=diff&rev=198730&r1=198729&r2=198730
==============================================================================
--- branches/1.6.2/channels/iax2-parser.c (original)
+++ branches/1.6.2/channels/iax2-parser.c Mon Jun  1 16:04:40 2009
@@ -573,7 +573,10 @@
 		"PROCDNG",
 		"HOLD   ",
 		"UNHOLD ",
-		"VIDUPDT", };
+		"VIDUPDT",
+		"T38    ",
+		"SRCUPDT",
+	};
 	struct ast_iax2_full_hdr *fh;
 	char retries[20];
 	char class2[20];




More information about the svn-commits mailing list