summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2010-06-08 15:23:20 +0000
committerLeif Madsen <leif@leifmadsen.com>2010-06-08 15:23:20 +0000
commitdbd3233445307d68eca2986c4596d0c531b228cd (patch)
tree8a8d46194493795fc6575af50bdf3ab0a7a7769c /configs
parentc672763af85368f36138a8a2b3c0e60537845c20 (diff)
Update note in sip.conf.sample.
Update note in sip.conf.sample about externip and externhost with STUN. (closes issue #16323) Reported by: klaus3000 Patches: sip.conf.sample-patch.txt uploaded by klaus3000 (license 65) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@268988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample7
1 files changed, 3 insertions, 4 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index d8ae62da6..1be18f361 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -707,10 +707,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; really need to use STUN.
;
; NOTE 2: when using "externip" or "externhost", the address part is
-; also used as the external address for media sessions.
-; If you use "stunaddr", STUN queries will be sent to the same server
-; also from media sockets, and this should permit a correct mapping of
-; the port numbers as well.
+; also used as the external address for media sessions. Even if you
+; use "stunaddr", STUN queries will be sent only from the SIP port,
+; not from media sockets. Thus, the port information in the SDP may be wrong!
;
; In addition to the above, Asterisk has an additional "nat" parameter to
; address NAT-related issues in incoming SIP or media sessions.