aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-31 09:49:46 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-31 09:49:46 +0000
commit3ede0a35aab6e3faa239373941a85bcbe95ff6ee (patch)
tree73917480eefb59fe73bd158fc393aaa3abf71388 /configs
parent2da73b8f63002a433326584fef0d6348b8b73474 (diff)
Another try to fix ;rport NAT traversal support (issue #7473)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@46610 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 889d959ea..f080e149b 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -187,7 +187,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;
;nat=no ; Global NAT settings (Affects all peers and users)
; yes = Always ignore info and assume NAT
- ; no = Use NAT mode only according to RFC3581
+ ; no = Use NAT mode only according to RFC3581 (;rport)
; never = Never attempt NAT mode or RFC3581 support
; route = Assume NAT, don't send rport
; (work around more UNIDEN bugs)