Update {$mac}.xml (#3679)

This commit is contained in:
AlexanderDCrane 2018-10-20 21:47:02 -06:00 committed by FusionPBX
parent 4ca837a516
commit 42360ec234
1 changed files with 85 additions and 85 deletions

View File

@ -18,7 +18,7 @@
<!-- Account Active. 0 - No, 1 - Yes. Default is 1 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
{if isset($user_password_1)}
{if isset($account.1.password)}
<P271>1</P271>
{else}
<P271>0</P271>
@ -26,23 +26,23 @@
<!-- Account Name -->
<!-- String -->
<P270>{$display_name_1}</P270>
<P270>{$account.1.display_name}</P270>
<!-- SIP Server -->
<!-- String -->
<P47>{$server_address_1}</P47>
<P47>{$account.1.server_address}</P47>
<!-- Secondary SIP Server -->
<!-- String -->
<P2312>{$secondary_server_address_1}</P2312>
<P2312>{$account.1.secondary_server_address}</P2312>
<!-- Outbound Proxy -->
<!-- String -->
<P48>{$outbound_proxy_1}</P48>
<P48>{$account.1.outbound_proxy}</P48>
<!-- Backup Outbound Proxy -->
<!-- String -->
<P2333>{$outbound_proxy_secondary_1}</P2333>
<P2333>{$account.1.outbound_proxy_secondary}</P2333>
<!-- BLF Server -->
<!-- String -->
@ -50,19 +50,19 @@
<!-- SIP User ID -->
<!-- String -->
<P35>{$user_id_1}</P35>
<P35>{$account.1.user_id}</P35>
<!-- Authenticate ID -->
<!-- String -->
<P36>{$auth_id_1}</P36>
<P36>{$account.1.auth_id}</P36>
<!-- Authenticate Password -->
<!-- String -->
<P34>{$user_password_1}</P34>
<P34>{$account.1.password}</P34>
<!-- Name -->
<!-- String -->
<P3>{$display_name_1}</P3>
<P3>{$account.1.display_name}</P3>
<!-- Voice Mail UserID -->
<!-- String -->
@ -135,7 +135,7 @@
<!-- Register Expiration (in minutes). Default is 60. Max about 45 days -->
<!-- Number: 1 - 64800 -->
<!-- Mandatory -->
<P32>{$register_expires_1}</P32>
<P32>{$account.1.register_expires}</P32>
<!-- Subscribe Expiration. Default is 60. Max about 45 days -->
<!-- Number: 1 - 64800 -->
@ -173,10 +173,10 @@
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{$tp=0}
{if $sip_transport_1 == 'udp'}{$tp=0}{/if}
{if $sip_transport_1 == 'tcp'}{$tp=1}{/if}
{if $sip_transport_1 == 'tls'}{$tp=2}{/if}
{if $sip_transport_1 == 'dns srv'}{$tp=1}{/if}
{if $account.1.sip_transport == 'udp'}{$tp=0}{/if}
{if $account.1.sip_transport == 'tcp'}{$tp=1}{/if}
{if $account.1.sip_transport == 'tls'}{$tp=2}{/if}
{if $account.1.sip_transport == 'dns srv'}{$tp=1}{/if}
<P130>{$tp}</P130>
<!-- SIP Listening Mode. -->
@ -791,7 +791,7 @@
<!-- Account Active. 0 - No, 1 - Yes. Default is 1 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
{if isset($user_password_2)}
{if isset($account.2.password)}
<P401>1</P401>
{else}
<P401>0</P401>
@ -799,11 +799,11 @@
<!-- Account Name -->
<!-- String -->
<P417>{$display_name_2}</P417>
<P417>{$account.2.display_name}</P417>
<!-- SIP Server -->
<!-- String -->
<P402>{$server_address_2}</P402>
<P402>{$account.2.server_address}</P402>
<!-- Secondary SIP Server -->
<!-- String -->
@ -811,11 +811,11 @@
<!-- Outbound Proxy -->
<!-- String -->
<P403>{$outbound_proxy_2}</P403>
<P403>{$account.2.outbound_proxy}</P403>
<!-- Backup Outbound Proxy -->
<!-- String -->
<P2433>{$outbound_proxy_secondary_2}</P2433>
<P2433>{$account.2.outbound_proxy_secondary}</P2433>
<!-- BLF Server -->
<!-- String -->
@ -823,19 +823,19 @@
<!-- SIP User ID -->
<!-- String -->
<P404>{$user_id_2}</P404>
<P404>{$account.2.user_id}</P404>
<!-- Authenticate ID -->
<!-- String -->
<P405>{$auth_id_2}</P405>
<P405>{$account.2.auth_id}</P405>
<!-- Authenticate password -->
<!-- String -->
<P406>{$user_password_2}</P406>
<P406>{$account.2.password}</P406>
<!-- Name -->
<!-- String -->
<P407>{$display_name_2}</P407>
<P407>{$account.2.display_name}</P407>
<!-- Voice Mail UserID -->
<!-- String -->
@ -904,7 +904,7 @@
<!-- Register Expiration (in minutes). Default is 60. Max is 45 days -->
<!-- Number: 1 - 64800 -->
<!-- Mandatory -->
<P412>{$register_expires_2}</P412>
<P412>{$account.2.register_expires}</P412>
<!-- Subscribe Expiration. Default is 60. Max about 45 days -->
<!-- Number: 1 - 64800 -->
@ -942,10 +942,10 @@
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{$tp=0}
{if $sip_transport_2 == 'udp'}{$tp=0}{/if}
{if $sip_transport_2 == 'tcp'}{$tp=1}{/if}
{if $sip_transport_2 == 'tls'}{$tp=2}{/if}
{if $sip_transport_2 == 'dns srv'}{$tp=1}{/if}
{if $account.2.sip_transport == 'udp'}{$tp=0}{/if}
{if $account.2.sip_transport == 'tcp'}{$tp=1}{/if}
{if $account.2.sip_transport == 'tls'}{$tp=2}{/if}
{if $account.2.sip_transport == 'dns srv'}{$tp=1}{/if}
<P448>{$tp}</P448>
<!-- SIP Listening Mode. -->
@ -1545,7 +1545,7 @@
<!-- Account Active. 0 - No, 1 - Yes. Default is 1 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
{if isset($user_password_3)}
{if isset($account.3.password)}
<P501>1</P501>
{else}
<P501>0</P501>
@ -1553,11 +1553,11 @@
<!-- Account Name -->
<!-- String -->
<P517>{$display_name_3}</P517>
<P517>{$account.3.display_name}</P517>
<!-- SIP Server -->
<!-- String -->
<P502>{$server_address_3}</P502>
<P502>{$account.3.server_address}</P502>
<!-- Secondary SIP Server -->
<!-- String -->
@ -1565,11 +1565,11 @@
<!-- Outbound Proxy -->
<!-- String -->
<P503>{$outbound_proxy_3}</P503>
<P503>{$account.3.outbound_proxy}</P503>
<!-- Backup Outbound Proxy -->
<!-- String -->
<P2533>{$outbound_proxy_secondary_3}</P2533>
<P2533>{$account.3.outbound_proxy_secondary}</P2533>
<!-- BLF Server -->
<!-- String -->
@ -1577,19 +1577,19 @@
<!-- SIP User ID -->
<!-- String -->
<P504>{$user_id_3}</P504>
<P504>{$account.3.user_id}</P504>
<!-- Authenticate ID -->
<!-- String -->
<P505>{$auth_id_3}</P505>
<P505>{$account.3.auth_id}</P505>
<!-- Authenticate Password -->
<!-- String -->
<P506>{$user_password_3}</P506>
<P506>{$account.3.password}</P506>
<!-- Name -->
<!-- String -->
<P507>{$display_name_3}</P507>
<P507>{$account.3.display_name}</P507>
<!-- Voice Mail UserID -->
<!-- String -->
@ -1658,7 +1658,7 @@
<!-- Register Expiration (in minutes). Default is 60. Max is 45 days -->
<!-- Number: 1 - 64800 -->
<!-- Mandatory -->
<P512>{$register_expires_3}</P512>
<P512>{$account.3.register_expires}</P512>
<!-- Subscribe Expiration. Default is 60. Max about 45 days -->
<!-- Number: 1 - 64800 -->
@ -1696,10 +1696,10 @@
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{$tp=0}
{if $sip_transport_3 == 'udp'}{$tp=0}{/if}
{if $sip_transport_3 == 'tcp'}{$tp=1}{/if}
{if $sip_transport_3 == 'tls'}{$tp=2}{/if}
{if $sip_transport_3 == 'dns srv'}{$tp=1}{/if}
{if $account.3.sip_transport == 'udp'}{$tp=0}{/if}
{if $account.3.sip_transport == 'tcp'}{$tp=1}{/if}
{if $account.3.sip_transport == 'tls'}{$tp=2}{/if}
{if $account.3.sip_transport == 'dns srv'}{$tp=1}{/if}
<P548>{$tp}</P548>
<!-- SIP Listening Mode. -->
@ -2298,7 +2298,7 @@
<!-- Account Active. 0 - No, 1 - Yes. Default is 1 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
{if isset($user_password_4)}
{if isset($account.4.password)}
<P601>1</P601>
{else}
<P601>0</P601>
@ -2306,11 +2306,11 @@
<!-- Account Name -->
<!-- String -->
<P617>{$display_name_4}</P617>
<P617>{$account.4.display_name}</P617>
<!-- SIP Server -->
<!-- String -->
<P602>{$server_address_4}</P602>
<P602>{$account.4.server_address}</P602>
<!-- Secondary SIP Server -->
<!-- String -->
@ -2318,11 +2318,11 @@
<!-- Outbound Proxy -->
<!-- String -->
<P603>{$outbound_proxy_4}</P603>
<P603>{$account.4.outbound_proxy}</P603>
<!-- Backup Outbound Proxy -->
<!-- String -->
<P2633>{$outbound_proxy_secondary_4}</P2633>
<P2633>{$account.4.outbound_proxy_secondary}</P2633>
<!-- BLF Server -->
<!-- String -->
@ -2330,19 +2330,19 @@
<!-- SIP User ID -->
<!-- String -->
<P604>{$user_id_4}</P604>
<P604>{$account.4.user_id}</P604>
<!-- Authenticate ID -->
<!-- String -->
<P605>{$auth_id_4}</P605>
<P605>{$account.4.auth_id}</P605>
<!-- Authenticate password -->
<!-- String -->
<P606>{$user_password_4}</P606>
<P606>{$account.4.password}</P606>
<!-- Name -->
<!-- String -->
<P607>{$display_name_4}</P607>
<P607>{$account.4.display_name}</P607>
<!-- Voice Mail UserID -->
<!-- String -->
@ -2411,7 +2411,7 @@
<!-- Register Expiration (in minutes). Default is 60. Max is 45 days -->
<!-- Number: 1 - 64800 -->
<!-- Mandatory -->
<P612>{$register_expires_4}</P612>
<P612>{$account.4.register_expires}</P612>
<!-- Subscribe Expiration. Default is 60. Max about 45 days -->
<!-- Number: 1 - 64800 -->
@ -2449,10 +2449,10 @@
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{$tp=0}
{if $sip_transport_4 == 'udp'}{$tp=0}{/if}
{if $sip_transport_4 == 'tcp'}{$tp=1}{/if}
{if $sip_transport_4 == 'tls'}{$tp=2}{/if}
{if $sip_transport_4 == 'dns srv'}{$tp=1}{/if}
{if $account.4.sip_transport == 'udp'}{$tp=0}{/if}
{if $account.4.sip_transport == 'tcp'}{$tp=1}{/if}
{if $account.4.sip_transport == 'tls'}{$tp=2}{/if}
{if $account.4.sip_transport == 'dns srv'}{$tp=1}{/if}
<P648>{$tp}</P648>
<!-- SIP Listening Mode. -->
@ -3053,7 +3053,7 @@
<!-- Account Active. 0 - No, 1 - Yes. Default is 1 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
{if isset($user_password_5)}
{if isset($account.5.password)}
<P1701>1</P1701>
{else}
<P1701>0</P1701>
@ -3061,11 +3061,11 @@
<!-- Account Name -->
<!-- String -->
<P1717>{$display_name_5}</P1717>
<P1717>{$account.5.display_name}</P1717>
<!-- SIP Server -->
<!-- String -->
<P1702>{$server_address_5}</P1702>
<P1702>{$account.5.server_address}</P1702>
<!-- Secondary SIP Server -->
<!-- String -->
@ -3073,11 +3073,11 @@
<!-- Outbound Proxy -->
<!-- String -->
<P1703>{$outbound_proxy_5}</P1703>
<P1703>{$account.5.outbound_proxy}</P1703>
<!-- Backup Outbound Proxy -->
<!-- String -->
<P2733>{$outbound_proxy_secondary_5}</P2733>
<P2733>{$account.5.outbound_proxy_secondary}</P2733>
<!-- BLF Server -->
<!-- String -->
@ -3085,19 +3085,19 @@
<!-- SIP User ID -->
<!-- String -->
<P1704>{$user_id_5}</P1704>
<P1704>{$account.5.user_id}</P1704>
<!-- Authenticate ID -->
<!-- String -->
<P1705>{$auth_id_5}</P1705>
<P1705>{$account.5.auth_id}</P1705>
<!-- Authenticate Password -->
<!-- String -->
<P1706>{$user_password_5}</P1706>
<P1706>{$account.5.password}</P1706>
<!-- Name -->
<!-- String -->
<P1707>{$display_name_5}</P1707>
<P1707>{$account.5.display_name}</P1707>
<!-- Voice Mail UserID -->
<!-- String -->
@ -3166,7 +3166,7 @@
<!-- Register Expiration (in minutes. default 1 hour, max 45 days) -->
<!-- Number: 1-64800 -->
<!-- Mandatory -->
<P1712>{$register_expires_5}</P1712>
<P1712>{$account.5.register_expires}</P1712>
<!-- Subscribe Expiration. Default is 60. Max about 45 days -->
<!-- Number: 1 - 64800 -->
@ -3204,10 +3204,10 @@
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{$tp=0}
{if $sip_transport_5 == 'udp'}{$tp=0}{/if}
{if $sip_transport_5 == 'tcp'}{$tp=1}{/if}
{if $sip_transport_5 == 'tls'}{$tp=2}{/if}
{if $sip_transport_5 == 'dns srv'}{$tp=1}{/if}
{if $account.5.sip_transport == 'udp'}{$tp=0}{/if}
{if $account.5.sip_transport == 'tcp'}{$tp=1}{/if}
{if $account.5.sip_transport == 'tls'}{$tp=2}{/if}
{if $account.5.sip_transport == 'dns srv'}{$tp=1}{/if}
<P1748>{$tp}</P1748>
<!-- SIP Listening Mode. -->
@ -3806,7 +3806,7 @@
<!-- Account Active. 0 - No, 1 - Yes. Default is 1 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
{if isset($user_password_6)}
{if isset($account.6.password)}
<P1801>1</P1801>
{else}
<P1801>0</P1801>
@ -3814,11 +3814,11 @@
<!-- Account Name -->
<!-- String -->
<P1817>{$display_name_6}</P1817>
<P1817>{$account.6.display_name}</P1817>
<!-- SIP Server -->
<!-- String -->
<P1802>{$server_address_6}</P1802>
<P1802>{$account.6.server_address}</P1802>
<!-- Secondary SIP Server -->
<!-- String -->
@ -3826,11 +3826,11 @@
<!-- Outbound Proxy -->
<!-- String -->
<P1803>{$outbound_proxy_6}</P1803>
<P1803>{$account.6.outbound_proxy}</P1803>
<!-- Backup Outbound Proxy -->
<!-- String -->
<P2833>{$outbound_proxy_secondary_6}</P2833>
<P2833>{$account.6.outbound_proxy_secondary}</P2833>
<!-- BLF Server -->
<!-- String -->
@ -3838,19 +3838,19 @@
<!-- SIP User ID -->
<!-- String -->
<P1804>{$user_id_6}</P1804>
<P1804>{$account.6.user_id}</P1804>
<!-- Authenticate ID -->
<!-- String -->
<P1805>{$auth_id_6}</P1805>
<P1805>{$account.6.auth_id}</P1805>
<!-- Authenticate password -->
<!-- String -->
<P1806>{$user_password_6}</P1806>
<P1806>{$account.6.password}</P1806>
<!-- Display Name -->
<!-- String -->
<P1807>{$display_name_6}</P1807>
<P1807>{$account.6.display_name}</P1807>
<!-- Voice Mail UserID -->
<!-- String -->
@ -3921,7 +3921,7 @@
<!-- Register Expiration (in minutes). Default is 60. Max is 45 days -->
<!-- Number: 1 - 64800 -->
<!-- Mandatory -->
<P1812>{$register_expires_6}</P1812>
<P1812>{$account.6.register_expires}</P1812>
<!-- Subscribe Expiration. Default is 60. Max about 45 days -->
<!-- Number: 1 - 64800 -->
@ -3959,10 +3959,10 @@
<!-- Number: 0, 1, 2 -->
<!-- Mandatory -->
{$tp=0}
{if $sip_transport_6 == 'udp'}{$tp=0}{/if}
{if $sip_transport_6 == 'tcp'}{$tp=1}{/if}
{if $sip_transport_6 == 'tls'}{$tp=2}{/if}
{if $sip_transport_6 == 'dns srv'}{$tp=1}{/if}
{if $account.6.sip_transport == 'udp'}{$tp=0}{/if}
{if $account.6.sip_transport == 'tcp'}{$tp=1}{/if}
{if $account.6.sip_transport == 'tls'}{$tp=2}{/if}
{if $account.6.sip_transport == 'dns srv'}{$tp=1}{/if}
<P1848>{$tp}</P1848>
<!-- SIP Listening Mode. -->