Displaying 1 result from an estimated 1 matches for "g711_alaw".
Did you mean:
711alaw
2014 Sep 27
2
can PJSIP_MEDIA_OFFER work like SIP_CODEC?
hi:
when using chan_sip, I can use set SIP_CODEC in dialplan to change
the codec of endpoint. this method didn't work with pjsip in asterisk
12/13.
I found asterisk 12/13 has a new function PJSIP_MEDIA_OFFER.
according to the description, it seems can set codec, but the document
didn't offer any example. i try to use something like
PJSIP_MEDIA_OFFER(alaw) but didn't work.