mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 03:03:49 +00:00
Update {$mac}.xml (#3655)
This commit is contained in:
committed by
FusionPBX
parent
48b78801cd
commit
540c8dff58
@@ -17,7 +17,7 @@
|
||||
<P2>{$admin_password}</P2>
|
||||
|
||||
<!-- End User Password, MaxLength 32 -->
|
||||
<P196>{$user_password}</P196>
|
||||
<P196>{$password}</P196>
|
||||
|
||||
<!-- Layer 3 QoS (IP Diff-Serv or Precedence value for RTP) -->
|
||||
<!-- Number: 0 to 63 -->
|
||||
@@ -307,19 +307,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 -->
|
||||
@@ -952,7 +952,7 @@
|
||||
|
||||
<!-- Primary SIP Server -->
|
||||
<!-- Server address -->
|
||||
<P747>{$server_address_2}</P747>
|
||||
<P747>{$account.2.server_address}</P747>
|
||||
|
||||
<!-- Failover SIP Server -->
|
||||
<!-- Server address -->
|
||||
@@ -979,19 +979,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 -->
|
||||
|
||||
Reference in New Issue
Block a user