[svn-commits] sgriepentrog: branch 12 r424337 - /branches/12/configs/pjsip.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 2 08:30:09 CDT 2014


Author: sgriepentrog
Date: Thu Oct  2 08:30:00 2014
New Revision: 424337

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=424337
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/


Modified:
    branches/12/configs/pjsip.conf.sample

Modified: branches/12/configs/pjsip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/12/configs/pjsip.conf.sample?view=diff&rev=424337&r1=424336&r2=424337
==============================================================================
--- branches/12/configs/pjsip.conf.sample (original)
+++ branches/12/configs/pjsip.conf.sample Thu Oct  2 08:30:00 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 svn-commits mailing list