Update {$mac}.xml (#3693)

* Update {$mac}.xml

* Update {$mac}.xml
This commit is contained in:
AlexanderDCrane 2018-10-20 21:08:34 -06:00 committed by FusionPBX
parent a27b72ea7a
commit 45a9633628
1 changed files with 22 additions and 22 deletions

View File

@ -138,7 +138,7 @@
<!-- Profile Active. 0 - No, 1 - Yes. -->
<P271>1</P271>
<!-- Primary SIP Server -->
<P47>{$server_address_1}</P47>
<P47>{$account.1.server_address}</P47>
<!-- Failover SIP Server -->
<P967></P967>
<!-- Prefer Primary SIP Server. 0 - No, 1 - Yes. -->
@ -307,7 +307,7 @@
<!-- Profile Active. 0 - No, 1 - Yes. -->
<P401>1</P401>
<!-- Primary SIP Server -->
<P747>{$server_address_2}</P747>
<P747>{$account.2.server_address}</P747>
<!-- Failover SIP Server -->
<P987></P987>
<!-- Prefer Primary SIP Server. 0 - No, 1 - Yes. -->
@ -479,13 +479,13 @@
<!-- Hunting Group (0 - None, 1 - Active, 2 - 2, 3 - 3, 4 -4, 5 -5) -->
<P4300>0</P4300>
<!--SIP User ID -->
<P4060>{$user_id_1}</P4060>
<P4060>{$account.1.user_id}</P4060>
<!--Authenticate ID -->
<P4090>{$user_id_1}</P4090>
<P4090>{$account.1.auth_id}</P4090>
<!--Authenticate Password -->
<P4120>{$user_password_1}</P4120>
<P4120>{$account.1.password}</P4120>
<!--Name -->
<P4180>{$display_name_1}</P4180>
<P4180>{$account.1.display_name}</P4180>
<!--Profile ID (0 - Profile 1, 1 - Profile 2) -->
<P4150>0</P4150>
<!-- Handset 2 -->
@ -494,13 +494,13 @@
<!-- Hunting Group (0 - None, 2 - Active, 1 - 1, 3 - 3, 4 -4, 5 -5) -->
<P4301>0</P4301>
<!--SIP User ID -->
<P4061>{$user_id_2}</P4061>
<P4061>{$account.2.user_id}</P4061>
<!--Authenticate ID -->
<P4091>{$user_id_2}</P4091>
<P4091>{$account.2.auth_id}</P4091>
<!--Authenticate Password -->
<P4121>{$user_password_2}</P4121>
<P4121>{$account.2.password}</P4121>
<!--Name -->
<P4181>{$display_name_2}</P4181>
<P4181>{$account.2.display_name}</P4181>
<!--Profile ID (0 - Profile 1, 1 - Profile 2) -->
<P4151>0</P4151>
<!-- Handset 3 -->
@ -509,13 +509,13 @@
<!-- Hunting Group (0 - None, 3 - Active, 1 - 1, 2 - 2, 4 -4, 5 -5) -->
<P4302>0</P4302>
<!--SIP User ID -->
<P4062>{$user_id_3}</P4062>
<P4062>{$account.3.user_id}</P4062>
<!--Authenticate ID -->
<P4092>{$user_id_3}</P4092>
<P4092>{$account.3.auth_id}</P4092>
<!--Authenticate Password -->
<P4122>{$user_password_3}</P4122>
<P4122>{$account.3.password}</P4122>
<!--Name -->
<P4182>{$display_name_3}</P4182>
<P4182>{$account.3.display_name}</P4182>
<!--Profile ID (0 - Profile 1, 1 - Profile 2) -->
<P4152>0</P4152>
<!-- Handset 4 -->
@ -524,13 +524,13 @@
<!-- Hunting Group (0 - None, 4 - Active, 1 -1, 2 -2, 3 -3, 5 -5) -->
<P4303>0</P4303>
<!--SIP User ID -->
<P4063>{$user_id_4}</P4063>
<P4063>{$account.4.user_id}</P4063>
<!--Authenticate ID -->
<P4093>{$user_id_4}</P4093>
<P4093>{$account.4.auth_id}</P4093>
<!--Authenticate Password -->
<P4123>{$user_password_4}</P4123>
<P4123>{$account.4.password}</P4123>
<!-- Name -->
<P4183>{$display_name_4}</P4183>
<P4183>{$account.4.display_name}</P4183>
<!--Profile ID (0 - Profile 1, 1 - Profile 2) -->
<P4153>0</P4153>
<!-- Handset 5 -->
@ -539,13 +539,13 @@
<!-- Hunting Group (0 - None, 5 - Active, 1 -1, 2 -2, 3 -3, 4 -4) -->
<P4304>0</P4304>
<!--SIP User ID -->
<P4064>{$user_id_5}</P4064>
<P4064>{$account.5.user_id}</P4064>
<!--Authenticate ID -->
<P4094>{$user_id_5}</P4094>
<P4094>{$account.5.auth_id}</P4094>
<!--Authenticate Password -->
<P4124>{$user_password_5}</P4124>
<P4124>{$account.5.password}</P4124>
<!--Name -->
<P4184>{$display_name_5}</P4184>
<P4184>{$account.5.display_name}</P4184>
<!--Profile ID (0 - Profile 1, 1 - Profile 2) -->
<P4154>0</P4154>