Displaying 5 results from an estimated 5 matches for "codec_prefs_outgoing_answer".
2023 Jul 06
1
Setting codec on originating (calling) channel with chan_pjsip (SIP_CODEC_INBOUND equivalent)
...pposed to do?
Here's the codec negotiation config:
CLI> pjsip show endpoint A
...
codec_prefs_incoming_answer : prefer:pending,
operation:intersect, keep:all, transcode:allow
codec_prefs_incoming_offer : prefer:pending,
operation:intersect, keep:all, transcode:allow
codec_prefs_outgoing_answer : prefer:pending,
operation:intersect, keep:all, transcode:allow
codec_prefs_outgoing_offer : prefer:pending, operation:union,
keep:all, transcode:allow
All endpoints have the same default config above.
Let's go over simplest scenario: A calls B.
A is configured with g722 a...
2023 Jul 05
3
Setting codec on originating (calling) channel with chan_pjsip (SIP_CODEC_INBOUND equivalent)
Hello,
Anyone? I have hard time to believe this is not possible with chan_pjsip.
Anyway, may I ask how people handle the following scenario which I
imagine should be quite common:
- I have internal extensions talk to each other using g722. so their
codec setting (with chan_sip now) is "allow=g722,ulaw"
- I have carriers trunks that handle ulaw only (allow=ulaw)
- calls between
2020 Oct 21
0
Asterisk 18.0.0 Now Available
..., keep: first or all, transcode: prevent
Asterisk sends INVITE to Bob alaw / ulaw
Asterisk receives OK from Bob alaw
B:
codec_prefs_incoming_answer = prefer: configured or pending, operation: intersect, keep: first or all, transcode: prevent
Asterisk sends OK to Alice G722 / alaw / ulaw
A:
codec_prefs_outgoing_answer = prefer: pending, operation: intersect, keep: first or all, transcode: prevent
=> I would have expected alaw to be sent to A - but G722 / alaw / ulaw is sent and transcoding is active!
What did I do wrong?
Could you please add the correct configuration you expect to get the expected result a...
2023 Jan 31
1
set codec based on B side
...until Bod side codec is chosen to answer Alice and have each channel use the codec chose on Bob side.
I see these options on this link, https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Configuration_res_pjsip
codec_prefs_incoming_offer
codec_prefs_outgoing_offer
codec_prefs_incoming_answer
codec_prefs_outgoing_answer
but I dont see them on my pjsip.conf file.
I only see these tow:
incoming_call_offer_pref
outgoing_call_offer_pref
Do I have to use the 4 of them on each endoint Alice and Bob? Or just one side should be enough?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <h...
2020 Oct 20
2
Asterisk 18.0.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 18.0.0.
This release is available for immediate download at
https://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 18.0.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release: