add rtpip documentation to sangoma_codec.conf.xml

This commit is contained in:
Moises Silva 2010-09-30 15:47:01 -04:00
parent 03e74c51f9
commit 400c785d4e

View File

@ -23,6 +23,13 @@
to listen for HTTP requests on the same IP/port that you specify here. to listen for HTTP requests on the same IP/port that you specify here.
<param name="soapserver" value="http://192.168.1.100:8080"/> <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> </settings>
</configuration> </configuration>