aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-24 18:16:44 +0000
committerpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-24 18:16:44 +0000
commit72582c719529740ab8cbad58b54037b402f2d7d4 (patch)
treed4223fef88eee64c0f91065ebd68c92a023702f3 /channels
parentede020dfe1b655977e2872924e216ae60b7a374e (diff)
Specify non-standard data independedly on OpenH323's codec name (it can be easily changed)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43572 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/h323/caps_h323.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/caps_h323.cxx b/channels/h323/caps_h323.cxx
index e1a643d20..32dac01f1 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)
{
}