[OpenSIPStack] Codecs
Brought to you by:
joegenbaclor
From: Whit T. <de...@wh...> - 2007-10-26 17:18:27
|
Hey guys, Is there a way to automatically set the ATLSIP library to use a specific codec and get rid of all the other selections? Do I just set AudioCodec0 = "codec_name" and that's it? I've set the following in code: ATLSIP.AudioCodec0 = "G.711-uLaw-64k"; ATLSIP.AudioCodec1 = "G.711-uLaw-64k"; Is this the correct way to do this? I find ATLSIP is defaulting to gsm in some cases and I'm not sure why. Whit |