[Freeswitch-svn] [commit] r9946 - freeswitch/trunk/conf/sip_profiles
Freeswitch SVN
brian at freeswitch.org
Fri Oct 10 17:38:08 EDT 2008
Author: brian
Date: Fri Oct 10 17:38:07 2008
New Revision: 9946
Modified:
freeswitch/trunk/conf/sip_profiles/internal.xml
Log:
doc inbound-reg-force-matching-username
Modified: freeswitch/trunk/conf/sip_profiles/internal.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/internal.xml Fri Oct 10 17:38:07 2008
@@ -129,6 +129,8 @@
<!-- add a ;received="<ip>:<port>" to the contact when replying to register for nat handling -->
<!--<param name="NDLB-received-in-nat-reg-contact" value="true"/>-->
<param name="auth-calls" value="$${internal_auth_calls}"/>
+ <!-- Force the user and auth-user to match. -->
+ <param name="inbound-reg-force-matching-username" value="true"/>
<!-- on authed calls, authenticate *all* the packets not just invite -->
<param name="auth-all-packets" value="false"/>
<!-- <param name="ext-rtp-ip" value="$${external_rtp_ip}"/> -->
More information about the Freeswitch-svn
mailing list