From 974ecf7830fa87760b0c099bd7f8377b389007ca Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Fri, 31 Dec 2004 15:38:14 +0000
Subject: [PATCH] Fix example to reflect that "never" is the default value for
 progressinband (bug #3129)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4622 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/sip.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 26b4e4a0ed..17e21481b0 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -61,7 +61,7 @@ srvlookup=yes			; Enable DNS SRV lookups on outbound calls
 ;rtpholdtimeout=300		; Terminate call if 300 seconds of no RTP activity
 				; when we're on hold (must be > rtptimeout)
 ;trustrpid = no			; If Remote-Party-ID should be trusted
-;progressinband=no		; If we should generate in-band ringing always
+;progressinband=never		; 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
 ;useragent=Asterisk PBX		; Allows you to change the user agent string
-- 
GitLab