From ecdfdb6ecbb010b64d7455c8a10796a8b7fc971b Mon Sep 17 00:00:00 2001 From: Paul Cadach Date: Sun, 24 Sep 2006 18:16:44 +0000 Subject: [PATCH] Specify non-standard data independedly on OpenH323's codec name (it can be easily changed) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43572 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/h323/caps_h323.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/h323/caps_h323.cxx b/channels/h323/caps_h323.cxx index e1a643d203..32dac01f1a 100644 --- a/channels/h323/caps_h323.cxx +++ b/channels/h323/caps_h323.cxx @@ -326,7 +326,7 @@ H323Codec * AST_GSM0610Capability::CreateCodec(H323Codec::Direction direction) c 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) { }