]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
we need to auth calls in our default config
authorBrian West <brian@freeswitch.org>
Wed, 17 Oct 2007 16:35:29 +0000 (16:35 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 17 Oct 2007 16:35:29 +0000 (16:35 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5934 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sofia.conf.xml

index 7976ef2b163d69563999ac1a1d1d4ff877acf11b..136fe55895b7be2105838904b9b552e8b94c9e14 100644 (file)
        <!--Uncomment if you want to force the outbound leg of a bridge to only offer the codec 
            that the originator is using-->
        <!--<param name="disable-transcoding" value="true"/>-->
-       <!--<param name="auth-calls" value="true"/>-->
+       <param name="auth-calls" value="true"/>
        <!-- on authed calls, authenticate *all* the packets not just invite -->
        <!--<param name="auth-all-packets" value="true"/>-->
 
        <param name="ext-rtp-ip" value="$${external_rtp_ip}"/>
-       <param name="ext-rtp-ip" value="$${external_sip_ip}"/>
+       <param name="ext-sip-ip" value="$${external_sip_ip}"/>
 
        <!-- <param name="ext-sip-ip" value="100.101.102.103"/> -->
        <!-- VAD choose one (out is a good choice); -->