aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-02 23:29:25 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-02 23:29:25 +0000
commit25ff174388316d99ebc6c690ef9ce5d1b6ac7e02 (patch)
treeeb3e064d7d150b884f2f1a07eba1f407192ef9b0 /configs/sip.conf.sample
parenta415d31349f6dfc9e9f494083ee03820a41f0db3 (diff)
Add user=phone option (bug #2244, thanks oej)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4372 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sip.conf.sample')
-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"