Specify codec list

LC
Lúcio Corrêa
Tue, Nov 18, 2008 3:27 PM

Hi Guys.

How is it possible to specify the codec list to be used in a sip call,
using python bindings? I didn't find that in the docs.

Thanks in advance,

--

"Your mind is like a parachute: it works better when open."
Lúcio Flávio Corrêa
(+55) (87) 9118-8115
lucio.correa #at# gmail.com
luciocorrea.wordpress.com

Hi Guys. How is it possible to specify the codec list to be used in a sip call, using python bindings? I didn't find that in the docs. Thanks in advance, -- ----------------------------------------------------------------- "Your mind is like a parachute: it works better when open." Lúcio Flávio Corrêa (+55) (87) 9118-8115 lucio.correa #at# gmail.com luciocorrea.wordpress.com
NI
Nanang Izzuddin
Wed, Nov 26, 2008 1:59 PM

Hi,

Perhaps you can use Lib.set_codec_priority()
(http://www.pjsip.org/python/pjsua.htm#Lib), setting codec's priority
to 0 will disable the codec.

Regards,
nanang

On Tue, Nov 18, 2008 at 10:27 PM, Lúcio Corrêa lucio.correa@gmail.com wrote:

Hi Guys.

How is it possible to specify the codec list to be used in a sip call,
using python bindings? I didn't find that in the docs.

Thanks in advance,

--

"Your mind is like a parachute: it works better when open."
Lúcio Flávio Corrêa
(+55) (87) 9118-8115
lucio.correa #at# gmail.com
luciocorrea.wordpress.com


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi, Perhaps you can use Lib.set_codec_priority() (http://www.pjsip.org/python/pjsua.htm#Lib), setting codec's priority to 0 will disable the codec. Regards, nanang On Tue, Nov 18, 2008 at 10:27 PM, Lúcio Corrêa <lucio.correa@gmail.com> wrote: > Hi Guys. > > How is it possible to specify the codec list to be used in a sip call, > using python bindings? I didn't find that in the docs. > > Thanks in advance, > > -- > ----------------------------------------------------------------- > "Your mind is like a parachute: it works better when open." > Lúcio Flávio Corrêa > (+55) (87) 9118-8115 > lucio.correa #at# gmail.com > luciocorrea.wordpress.com > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >