summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-12-02 23:29:25 +0000
committerMark Spencer <markster@digium.com>2004-12-02 23:29:25 +0000
commit1a147cf804d18aa25d0d30ae4a9189999edba26d (patch)
treeeb3e064d7d150b884f2f1a07eba1f407192ef9b0 /configs
parentf375ebee86b2bb32bbba1018cfccb6ae90feddf9 (diff)
Add user=phone option (bug #2244, thanks oej)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4372 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/sip.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 49194ab54..eb201d4c1 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -74,6 +74,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;promiscredir = no ; If yes, allows 302 or REDIR to non-local SIP address
; Note that promiscredir when redirects are made to the
; local system will cause loops since SIP is incapable
+;usereqphone = no ; If yes, ";user=phone" is added to uri that contains
+ ; a valid phone number
; of performing a "hairpin" call.
;dtmfmode = rfc2833 ; Set default dtmfmode for sending DTMF. Default: rfc2833
; Other options:
@@ -189,6 +191,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;username=yourusername ; Authentication user for outbound proxies
;fromuser=yourusername ; Many SIP providers require this!
;host=box.provider.com
+;usereqphone=yes ; This provider requires ";user=phone" on URI
;[grandstream1]
;type=friend ; either "friend" (peer+user), "peer" or "user"