Displaying 2 results from an estimated 2 matches for "paritiy".
Did you mean:
varitiy
2023 Jul 05
1
Setting codec on originating (calling) channel with chan_pjsip (SIP_CODEC_INBOUND equivalent)
...removed and won't be in any future major releases.
> If you still need chan_sip after removal, you can continue adding it
> from out of tree and building it. I maintain a working version of it
> out of tree.
>>
>> I was under impression that chan_pjsip has reached feature paritiy
>> with chan_sip.
>>
> It has mostly, but not completely, no.
>>
>> What is needed is an ability to tell asterisk which codecs are
>> allowed to be included in "200 OK" asterisk sends back to the phone.
>> I guess we need to submit a feature reque...
2023 Jul 05
1
Setting codec on originating (calling) channel with chan_pjsip (SIP_CODEC_INBOUND equivalent)
Hello Michael,
you are referring to the following behavior - did I get it correctly?:
outbound broken: asterisk offers g722 / g711 to provider (callee),
callee answers g711. Asterisk now transcodes between caller and callee
(g722 <-> g711).
inbound works: call from provider: g711 -> asterisk drops g722 and
passes g711 to internal callee -> no transcoding.
As far as I know,