mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Add support for changing the outbound codec on a SIP call using
a dialplan variable. This adds a dialplan variable (SIP_CODEC_OUTBOUND) which controls the codec offered for an outgoing SIP call. This is much like the SIP_CODEC dialplan variable and has the same restrictions. The codec set must be one that is configured for the call. (closes issue #13243) Reported by: samdell3 Patches: 13243.diff uploaded by file (license 11) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@186624 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -15,6 +15,9 @@ SIP Changes
|
||||
-----------
|
||||
* Added preferred_codec_only option in sip.conf. This feature limits the joint
|
||||
codecs sent in response to an INVITE to the single most preferred codec.
|
||||
* Added SIP_CODEC_OUTBOUND dialplan variable which can be used to set the codec
|
||||
to be used for the outgoing call. It must be one of the codecs configured
|
||||
for the device.
|
||||
|
||||
Applications
|
||||
------------
|
||||
|
Reference in New Issue
Block a user