aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-05 13:09:47 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-05 13:09:47 +0000
commit8febb656a24ff9a09fb20925741eee7a8fb32efa (patch)
treebd0e84d72e05831d8b2cbb2e0d0f031258ca3cfe /configs
parent8694b5efff61e2e92c2ccbec5f7c174cb3c78425 (diff)
Rename "username" to "defaultuser" to match with "defaultip".
"Username" still works, but is deprecated. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@91152 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample11
1 files changed, 6 insertions, 5 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 91792bd61..131bc07ae 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -582,7 +582,6 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; maxcallbitrate maxcallbitrate
; rfc2833compensate mailbox
; busylevel
-; username
; template
; fromdomain
; regexten
@@ -591,6 +590,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; port
; qualify
; defaultip
+; defaultuser
; rtptimeout
; rtpholdtimeout
; sendrpid
@@ -610,7 +610,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;[sip_proxy-out]
;type=peer ; we only want to call out, not be called
;secret=guessit
-;username=yourusername ; Authentication user for outbound proxies
+;defaultuser=yourusername ; Authentication user for outbound proxies
;fromuser=yourusername ; Many SIP providers require this!
;fromdomain=provider.sip.domain
;host=box.provider.com
@@ -625,7 +625,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;[provider1]
;type=peer
;host=sip.provider1.com
-;username=4015552299 ; how your provider knows you
+;fromuser=4015552299 ; how your provider knows you
;secret=youwillneverguessit
;callbackextension=123 ; Register with this server and require calls coming back to this extension
@@ -760,7 +760,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;secret=blahpoly
;host=dynamic ; This peer register with us
;dtmfmode=rfc2833 ; Choices are inband, rfc2833, or info
-;username=polly ; Username to use in INVITE until peer registers
+;defaultuser=polly ; Username to use in INVITE until peer registers
+;defaultip=192.168.40.123
; Normally you do NOT need to set this parameter
;disallow=all
;allow=ulaw ; dtmfmode=inband only works with ulaw or alaw!
@@ -801,7 +802,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; support this (especially if one of them is
; behind a NAT).
;defaultip=192.168.0.4 ; IP address to use until registration
-;username=goran ; Username to use when calling this device before registration
+;defaultuser=goran ; Username to use when calling this device before registration
; Normally you do NOT need to set this parameter
;setvar=CUSTID=5678 ; Channel variable to be set for all calls from this device