Update {$mac}.xml (#3656)

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml
This commit is contained in:
AlexanderDCrane
2018-10-20 16:08:56 -06:00
committed by FusionPBX
parent c83ec2a704
commit 92dd4bf7da
@@ -276,7 +276,7 @@
<!-- Primary SIP Server --> <!-- Primary SIP Server -->
<!-- Server address --> <!-- Server address -->
<P47>{$server_address_1}</P47> <P47>{$account.1.server_address}</P47>
<!-- Failover SIP Server --> <!-- Failover SIP Server -->
<!-- Server address --> <!-- Server address -->
@@ -312,19 +312,19 @@
<!-- SIP User ID --> <!-- SIP User ID -->
<!-- String --> <!-- String -->
<P35>{$user_id_1}</P35> <P35>{$account.1.user_id}</P35>
<!-- Authentication ID --> <!-- Authentication ID -->
<!-- String --> <!-- String -->
<P36>{$user_id_1}</P36> <P36>{$account.1.user_id}</P36>
<!-- Authentication password --> <!-- Authentication password -->
<!-- String --> <!-- String -->
<P34>{$user_password_1}</P34> <P34>{$account.1.password}</P34>
<!-- Name (John Doe) --> <!-- Name (John Doe) -->
<!-- String --> <!-- String -->
<P3>{$display_name_1}</P3> <P3>{$account.1.display_name}</P3>
<!-- DNS Mode. 0 - A Record, 1 - SRV, 2 - NAPTR/SRV. --> <!-- DNS Mode. 0 - A Record, 1 - SRV, 2 - NAPTR/SRV. -->
<!-- Number: 0, 1, 2 --> <!-- Number: 0, 1, 2 -->
@@ -957,7 +957,7 @@
<!-- Primary SIP Server --> <!-- Primary SIP Server -->
<!-- Server address --> <!-- Server address -->
<P747>{$server_address_2}</P747> <P747>{$account.2.server_address}</P747>
<!-- Failover SIP Server --> <!-- Failover SIP Server -->
<!-- Server address --> <!-- Server address -->
@@ -984,19 +984,19 @@
<!-- SIP User ID --> <!-- SIP User ID -->
<!-- String --> <!-- String -->
<P735>{$user_id_2}</P735> <P735>{$account.2.user_id}</P735>
<!-- Authentication ID --> <!-- Authentication ID -->
<!-- String --> <!-- String -->
<P736>{$user_id_2}</P736> <P736>{$account.2.user_id}</P736>
<!-- Authentication password --> <!-- Authentication password -->
<!-- String --> <!-- String -->
<P734>{$user_password_2}</P734> <P734>{$account.2.password}</P734>
<!-- Name (John Doe) --> <!-- Name (John Doe) -->
<!-- String --> <!-- String -->
<P703>{$display_name_2}</P703> <P703>{$account.2.display_name}</P703>
<!-- DNS Mode. 0 - A Record, 1 - SRV, 2 - NAPTR/SRV. --> <!-- DNS Mode. 0 - A Record, 1 - SRV, 2 - NAPTR/SRV. -->
<!-- Number: 0, 1, 2 --> <!-- Number: 0, 1, 2 -->