summaryrefslogtreecommitdiff
path: root/configs/samples/sip.conf.sample
diff options
context:
space:
mode:
authorKevin Harwell <kharwell@digium.com>2015-04-10 21:06:23 +0000
committerKevin Harwell <kharwell@digium.com>2015-04-10 21:06:23 +0000
commit66f3fd0028959aea0bbd1a9caed41ad4bd7f20b8 (patch)
treed9ce902a618e2d0df285fac13bc8a4cbd35049ca /configs/samples/sip.conf.sample
parent8bae18ab9301a2e38fd414460fde8d6236f2162e (diff)
chan_sip: make progressinband default to no
After the "progressinband" value setting of "never" was updated to never send a 183 this separated its use from the "no" value. Since "never" was the default, but most users probably expect "no" this patch updates the default for the "progressinband" setting to "no." ASTERISK-24835 #close Reported by: Andrew Nagy Review: https://reviewboard.asterisk.org/r/4606/ ........ Merged revisions 434654 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@434655 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/samples/sip.conf.sample')
-rw-r--r--configs/samples/sip.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/samples/sip.conf.sample b/configs/samples/sip.conf.sample
index abcbdc941..e52fa6db2 100644
--- a/configs/samples/sip.conf.sample
+++ b/configs/samples/sip.conf.sample
@@ -382,10 +382,10 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; In order for "noanswer" applications to work, you need to run
; the progress() application in the priority before the app.
-;progressinband=never ; If we should generate in-band ringing always
+;progressinband=no ; If we should generate in-band ringing. Always
; use 'never' to never use in-band signalling, even in cases
; where some buggy devices might not render it
- ; Valid values: yes, no, never Default: never
+ ; Valid values: yes, no, never Default: no
;useragent=Asterisk PBX ; Allows you to change the user agent string
; The default user agent string also contains the Asterisk
; version. If you don't want to expose this, change the