aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-25 06:25:18 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-25 06:25:18 +0000
commit577f181f75b07926e35ed8cf67f70da3acb1e345 (patch)
tree855225575343f2037f29b9445f962e88a5ad71e6 /configs
parent39214502b228916def56cb553e80025e269f5f86 (diff)
Document caveats of promiscredir (bug #2195)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3652 f38db490-d61c-443f-a65b-d21fe96a405b
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 b3501e6a7..5ca408e4a 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -67,6 +67,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; no = Use NAT mode only according to RFC3581
; never = Never attempt NAT mode or RFC3581 support
;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
+; ; of performing a "hairpin" call.
; Asterisk can register as a SIP user agent to a SIP proxy (provider)
; Format for the register statement is:
; register => user[:secret[:authuser]]@host[:port][/extension]