update_config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6028 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8b9311d512
commit
95f1060e8b
|
@ -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 -->
|
||||||
|
|
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in New Issue