Update {$mac}.xml
This commit is contained in:
parent
d6e779cd65
commit
fe986fc3e7
|
|
@ -97,7 +97,7 @@
|
|||
<!-- Unregister On Reboot. 0 - no, 1 - yes -->
|
||||
<P81>0</P81>
|
||||
<!-- Register Expiration (in minutes. default 1 hour, max 45 days) -->
|
||||
<P32>{math equation="x / y" x=$account.1.register_expires y=40}</P32>
|
||||
<P32>{$account.1.register_expires}</P32>
|
||||
<!-- Registration Failure Retry Wait Time (in seconds. Between 1-3600, default is 20) -->
|
||||
<P138>20</P138>
|
||||
<!-- SIP Transport. 1 - UDP, 2 - TCP , (default is UDP) -->
|
||||
|
|
@ -170,7 +170,7 @@
|
|||
<!-- Unregister on Reboot. 0 - no, 1 - yes -->
|
||||
<P411>0</P411>
|
||||
<!-- Register Expiration (in minutes. default 1 hour, max 45 days) -->
|
||||
<P412>{math equation="x / y" x=$account.2.register_expires y=40}</P412>
|
||||
<P412>{$account.2.register_expires}</P412>
|
||||
<!-- Registration Failure Retry Wait Time (in seconds. Between 1-3600, default is 20) -->
|
||||
<P471>20</P471>
|
||||
<!-- SIP Transport. 1 - UDP, 2 - TCP , (default is UDP) -->
|
||||
|
|
@ -242,7 +242,7 @@
|
|||
<!-- Unregister on Reboot. 0 - no, 1 - yes -->
|
||||
<P511>0</P511>
|
||||
<!-- Register Expiration (in minutes. default 1 hour, max 45 days) -->
|
||||
<P512>{math equation="x / y" x=$account.3.register_expires y=40}</P512>
|
||||
<P512>{$account.3.register_expires}</P512>
|
||||
<!-- Registration Failure Retry Wait Time (in seconds. Between 1-3600, default is 20) -->
|
||||
<P571>20</P571>
|
||||
<!-- SIP Transport. 1 - UDP, 2 - TCP , (default is UDP) -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue