[asterisk-commits] sgriepentrog: branch 13 r424338 - in /branches/13: ./ configs/samples/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 2 08:35:15 CDT 2014
Author: sgriepentrog
Date: Thu Oct 2 08:35:12 2014
New Revision: 424338
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=424338
Log:
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
Modified:
branches/13/ (props changed)
branches/13/configs/samples/pjsip.conf.sample
Propchange: branches/13/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: branches/13/configs/samples/pjsip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/13/configs/samples/pjsip.conf.sample?view=diff&rev=424338&r1=424337&r2=424338
==============================================================================
--- branches/13/configs/samples/pjsip.conf.sample (original)
+++ branches/13/configs/samples/pjsip.conf.sample Thu Oct 2 08:35:12 2014
@@ -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
More information about the asterisk-commits
mailing list