]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add rtpip documentation to sangoma_codec.conf.xml
authorMoises Silva <moy@sangoma.com>
Thu, 30 Sep 2010 19:47:01 +0000 (15:47 -0400)
committerMoises Silva <moy@sangoma.com>
Thu, 30 Sep 2010 19:47:01 +0000 (15:47 -0400)
conf/autoload_configs/sangoma_codec.conf.xml

index 14fae63a6b0c480d233925adb1eecf746dc7c2d5..05d70de0a7977c4ad6b623cc63f81c03e8a6f81d 100644 (file)
                to listen for HTTP requests on the same IP/port that you specify here.
                <param name="soapserver" value="http://192.168.1.100:8080"/>
                -->
+
+               <!--
+               RTP IP to use
+               By default, this module asks FreeSWITCH for the local ip address. However if you want to use a specific
+               IP address you can set it here.
+               <param name="rtpip" value="192.168.1.1"/>
+               -->
        </settings>
 
 </configuration>