update_config

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6028 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-10-23 14:37:43 +00:00
parent 8b9311d512
commit 95f1060e8b
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,8 @@
<!--<param name="expire-seconds" value="60"/>--> <!--<param name="expire-seconds" value="60"/>-->
<!--/// do not register ///--> <!--/// do not register ///-->
<!--<param name="register" value="false"/>--> <!--<param name="register" value="false"/>-->
<!-- which transport to use for register -->
<!--<param name="register-transport" value="udp"/>-->
<!--How many seconds before a retry when a failure or timeout occurs --> <!--How many seconds before a retry when a failure or timeout occurs -->
<!--<param name="retry_seconds" value="30"/>--> <!--<param name="retry_seconds" value="30"/>-->
<!--Use the callerid of an inbound call in the from field on outbound calls via this gateway --> <!--Use the callerid of an inbound call in the from field on outbound calls via this gateway -->

View File

@ -28,6 +28,8 @@
<!--<param name="expire-seconds" value="60"/>--> <!--<param name="expire-seconds" value="60"/>-->
<!--/// do not register ///--> <!--/// do not register ///-->
<!--<param name="register" value="false"/>--> <!--<param name="register" value="false"/>-->
<!-- which transport to use for register -->
<!--<param name="register-transport" value="udp"/>-->
<!--How many seconds before a retry when a failure or timeout occurs --> <!--How many seconds before a retry when a failure or timeout occurs -->
<!--<param name="retry_seconds" value="30"/>--> <!--<param name="retry_seconds" value="30"/>-->
<!--Use the callerid of an inbound call in the from field on outbound calls via this gateway --> <!--Use the callerid of an inbound call in the from field on outbound calls via this gateway -->