[asterisk-commits] pcadach: trunk r43572 - /trunk/channels/h323/caps_h323.cxx

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Sep 24 11:16:44 MST 2006


Author: pcadach
Date: Sun Sep 24 13:16:44 2006
New Revision: 43572

URL: http://svn.digium.com/view/asterisk?rev=43572&view=rev
Log:
Specify non-standard data independedly on OpenH323's codec name (it can be easily changed)

Modified:
    trunk/channels/h323/caps_h323.cxx

Modified: trunk/channels/h323/caps_h323.cxx
URL: http://svn.digium.com/view/asterisk/trunk/channels/h323/caps_h323.cxx?rev=43572&r1=43571&r2=43572&view=diff
==============================================================================
--- trunk/channels/h323/caps_h323.cxx (original)
+++ trunk/channels/h323/caps_h323.cxx Sun Sep 24 13:16:44 2006
@@ -326,7 +326,7 @@
 AST_CiscoG726Capability::AST_CiscoG726Capability(int rx_frames)
 	: H323NonStandardAudioCapability(rx_frames, 240,
 		181, 0, 18,
-		(const BYTE *)CISCO_G726r32, sizeof(CISCO_G726r32)-1, 0)
+		(const BYTE *)"G726r32", 0)
 {
 }
 



More information about the asterisk-commits mailing list