Update {$mac}.xml (#3655)

This commit is contained in:
AlexanderDCrane 2018-10-20 16:04:52 -06:00 committed by FusionPBX
parent 48b78801cd
commit 540c8dff58
1 changed files with 10 additions and 10 deletions

View File

@ -17,7 +17,7 @@
<P2>{$admin_password}</P2> <P2>{$admin_password}</P2>
<!-- End User Password, MaxLength 32 --> <!-- End User Password, MaxLength 32 -->
<P196>{$user_password}</P196> <P196>{$password}</P196>
<!-- Layer 3 QoS (IP Diff-Serv or Precedence value for RTP) --> <!-- Layer 3 QoS (IP Diff-Serv or Precedence value for RTP) -->
<!-- Number: 0 to 63 --> <!-- Number: 0 to 63 -->
@ -307,19 +307,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 -->
@ -952,7 +952,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 -->
@ -979,19 +979,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 -->