[asterisk-commits] sgriepentrog: trunk r424339 - in /trunk: ./ configs/samples/pjsip.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 2 08:36:04 CDT 2014
Author: sgriepentrog
Date: Thu Oct 2 08:36:01 2014
New Revision: 424339
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=424339
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
........
Merged revisions 424338 from http://svn.asterisk.org/svn/asterisk/branches/13
Modified:
trunk/ (props changed)
trunk/configs/samples/pjsip.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-13-merged' - no diff available.
Modified: trunk/configs/samples/pjsip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/samples/pjsip.conf.sample?view=diff&rev=424339&r1=424338&r2=424339
==============================================================================
--- trunk/configs/samples/pjsip.conf.sample (original)
+++ trunk/configs/samples/pjsip.conf.sample Thu Oct 2 08:36:01 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