summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorBrent Eagles <beagles@digium.com>2012-12-13 15:22:27 +0000
committerBrent Eagles <beagles@digium.com>2012-12-13 15:22:27 +0000
commitab894d5af9c2d3acc2c97a5e0b82f135f3eb51cd (patch)
treebbd13d6aac3006739c0b70b12207709c7462f67d /configs
parent4f6064584d12717d842cfcbc6f25993281d7def0 (diff)
This change adds a SIP peer configuration feature to allow the peer's
configured codecs to take precedence on an outgoing call. This change introduces a new peer configuration property named 'ignore_requested_pref' that causes the requested codec to be ignored when determining the preferred codec for an outgoing call leg. The consequence is that Asterisk's usual efforts to prefer avoiding transcoding can be overridden on a peer-by-peer basis where appropriate. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@377971 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index bbd2af8df..90b8abe5f 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -1259,6 +1259,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; dtlscafile
; dtlscapath
; dtlssetup
+; ignore_requested_pref ; Ignore the requested codec and determine the preferred codec
+; ; from the peer's configuration.
;
;------------------------------------------------------------------------------