summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-10-31 10:29:24 +0000
committerOlle Johansson <oej@edvina.net>2006-10-31 10:29:24 +0000
commitb136baaff47dabed527153a02b9d995a5710748e (patch)
tree3ef57edba5e13f7dbd74e099f6a0cf11b21848e6 /configs
parent97be2ac76fd82a4a6a3656b3a4788a48857a0dd8 (diff)
Fix rport handling.
...where did the 1.2 properties come from, really? they're back. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46629 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 1d79cb303..85fec8680 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -255,7 +255,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)