From f3f7095a51c721febf03a0457a6df5f71ee0da7e Mon Sep 17 00:00:00 2001 From: file Date: Mon, 6 Apr 2009 16:15:30 +0000 Subject: 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: http://svn.digium.com/svn/asterisk/trunk@186624 f38db490-d61c-443f-a65b-d21fe96a405b --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index a9205024f..9397ae104 100644 --- a/CHANGES +++ b/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 ------------ -- cgit v1.2.3