summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorScott Griepentrog <sgriepentrog@digium.com>2014-10-02 13:36:01 +0000
committerScott Griepentrog <sgriepentrog@digium.com>2014-10-02 13:36:01 +0000
commitaa5458d6abe76599ff9b5be4982567cbe63d21fa (patch)
treef4a51e516ec873594e1fed0970725013758ab8d9 /configs
parenta752ca00bd62fdbc3d160b35f2817443ea3bf2bb (diff)
res_pjsip: document use of rewrite_contact in sample conf
Without setting rewrite_contact, an invite to an endpoint behind NAT will not reach it - unless the endpoint itself uses STUN or TURN to discover it's public URI. Thus, the use of this should be in the sample documentation. Review: https://reviewboard.asterisk.org/r/4036/ ........ Merged revisions 424337 from http://svn.asterisk.org/svn/asterisk/branches/12 ........ Merged revisions 424338 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@424339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/pjsip.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index cbc1d7cee..c138815ce 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -361,6 +361,7 @@
;direct_media=no
;rtp_symmetric=yes
;force_rport=yes
+;rewrite_contact=yes ; necessary if endpoint does not know/register public ip:port
;ice_support=yes ;This is specific to clients that support NAT traversal
;for media via ICE,STUN,TURN. See the wiki at:
;https://wiki.asterisk.org/wiki/x/D4FHAQ