Update {$mac}.xml (#3656)
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
This commit is contained in:
parent
c83ec2a704
commit
92dd4bf7da
|
|
@ -276,7 +276,7 @@
|
|||
|
||||
<!-- Primary SIP Server -->
|
||||
<!-- Server address -->
|
||||
<P47>{$server_address_1}</P47>
|
||||
<P47>{$account.1.server_address}</P47>
|
||||
|
||||
<!-- Failover SIP Server -->
|
||||
<!-- Server address -->
|
||||
|
|
@ -312,19 +312,19 @@
|
|||
|
||||
<!-- SIP User ID -->
|
||||
<!-- String -->
|
||||
<P35>{$user_id_1}</P35>
|
||||
<P35>{$account.1.user_id}</P35>
|
||||
|
||||
<!-- Authentication ID -->
|
||||
<!-- String -->
|
||||
<P36>{$user_id_1}</P36>
|
||||
<P36>{$account.1.user_id}</P36>
|
||||
|
||||
<!-- Authentication password -->
|
||||
<!-- String -->
|
||||
<P34>{$user_password_1}</P34>
|
||||
<P34>{$account.1.password}</P34>
|
||||
|
||||
<!-- Name (John Doe) -->
|
||||
<!-- String -->
|
||||
<P3>{$display_name_1}</P3>
|
||||
<P3>{$account.1.display_name}</P3>
|
||||
|
||||
<!-- DNS Mode. 0 - A Record, 1 - SRV, 2 - NAPTR/SRV. -->
|
||||
<!-- Number: 0, 1, 2 -->
|
||||
|
|
@ -957,7 +957,7 @@
|
|||
|
||||
<!-- Primary SIP Server -->
|
||||
<!-- Server address -->
|
||||
<P747>{$server_address_2}</P747>
|
||||
<P747>{$account.2.server_address}</P747>
|
||||
|
||||
<!-- Failover SIP Server -->
|
||||
<!-- Server address -->
|
||||
|
|
@ -984,19 +984,19 @@
|
|||
|
||||
<!-- SIP User ID -->
|
||||
<!-- String -->
|
||||
<P735>{$user_id_2}</P735>
|
||||
<P735>{$account.2.user_id}</P735>
|
||||
|
||||
<!-- Authentication ID -->
|
||||
<!-- String -->
|
||||
<P736>{$user_id_2}</P736>
|
||||
<P736>{$account.2.user_id}</P736>
|
||||
|
||||
<!-- Authentication password -->
|
||||
<!-- String -->
|
||||
<P734>{$user_password_2}</P734>
|
||||
<P734>{$account.2.password}</P734>
|
||||
|
||||
<!-- Name (John Doe) -->
|
||||
<!-- String -->
|
||||
<P703>{$display_name_2}</P703>
|
||||
<P703>{$account.2.display_name}</P703>
|
||||
|
||||
<!-- DNS Mode. 0 - A Record, 1 - SRV, 2 - NAPTR/SRV. -->
|
||||
<!-- Number: 0, 1, 2 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue