Update the Cisco SPA phone templates
This commit is contained in:
parent
eaad2f3226
commit
c7434ddfa9
|
|
@ -338,6 +338,7 @@
|
|||
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "line"}
|
||||
{if $row.device_key_type == "line"}
|
||||
<!-- Phone/Line_Key_{$row.device_key_id} -->
|
||||
<Extension_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extension_{$row.device_key_id}_> <!-- options: 1/2/3/4/5/6/7/8/9/10/11/12/Disabled -->
|
||||
<Short_Name_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_label}</Short_Name_{$row.device_key_id}_>
|
||||
|
|
@ -349,6 +350,7 @@
|
|||
<Share_Call_Appearance_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">private</Share_Call_Appearance_{$row.device_key_id}_> <!-- options: private/shared -->
|
||||
<Extended_Function_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extended_Function_{$row.device_key_id}_>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
|
||||
|
|
@ -420,7 +422,7 @@
|
|||
<Jitter_Buffer_Adjustment_1_ group="Ext_1/Network_Settings">up and down</Jitter_Buffer_Adjustment_1_>
|
||||
|
||||
<!-- Ext_1/SIP_Settings -->
|
||||
<SIP_Transport_1_ group="Ext_1/SIP_Settings">{$sip_transport_1}</SIP_Transport_1_>
|
||||
<SIP_Transport_1_ group="Ext_1/SIP_Settings">{$sip_transport_1|upper}</SIP_Transport_1_>
|
||||
<SIP_Port_1_ group="Ext_1/SIP_Settings">{$sip_port_1}</SIP_Port_1_>
|
||||
<SIP_100REL_Enable_1_ group="Ext_1/SIP_Settings">No</SIP_100REL_Enable_1_>
|
||||
<EXT_SIP_Port_1_ group="Ext_1/SIP_Settings" />
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@
|
|||
<Jitter_Buffer_Adjustment_1_ ua="na">up and down</Jitter_Buffer_Adjustment_1_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_1_ ua="na">{$sip_transport_1}</SIP_Transport_1_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_1_ ua="na">{$sip_transport_1|upper}</SIP_Transport_1_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_1_ ua="na">{$sip_port_1}</SIP_Port_1_>
|
||||
<SIP_100REL_Enable_1_ ua="na">No</SIP_100REL_Enable_1_>
|
||||
<EXT_SIP_Port_1_ ua="na"></EXT_SIP_Port_1_>
|
||||
|
|
@ -358,7 +358,7 @@
|
|||
<Jitter_Buffer_Adjustment_2_ ua="na">up and down</Jitter_Buffer_Adjustment_2_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_2_ ua="na">{$sip_transport_2}</SIP_Transport_2_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_2_ ua="na">{$sip_transport_2|upper}</SIP_Transport_2_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_2_ ua="na">{$sip_port_2}</SIP_Port_2_>
|
||||
<SIP_100REL_Enable_2_ ua="na">No</SIP_100REL_Enable_2_>
|
||||
<EXT_SIP_Port_2_ ua="na"></EXT_SIP_Port_2_>
|
||||
|
|
@ -470,7 +470,7 @@
|
|||
<Jitter_Buffer_Adjustment_3_ ua="na">up and down</Jitter_Buffer_Adjustment_3_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_3_ ua="na">{$sip_transport_3}</SIP_Transport_3_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_3_ ua="na">{$sip_transport_3|upper}</SIP_Transport_3_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_3_ ua="na">{$sip_port_3}</SIP_Port_3_>
|
||||
<SIP_100REL_Enable_3_ ua="na">No</SIP_100REL_Enable_3_>
|
||||
<EXT_SIP_Port_3_ ua="na"></EXT_SIP_Port_3_>
|
||||
|
|
@ -582,7 +582,7 @@
|
|||
<Jitter_Buffer_Adjustment_4_ ua="na">up and down</Jitter_Buffer_Adjustment_4_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_4_ ua="na">{$sip_transport_4}</SIP_Transport_4_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_4_ ua="na">{$sip_transport_4|upper}</SIP_Transport_4_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_4_ ua="na">{$sip_port_4}</SIP_Port_4_>
|
||||
<SIP_100REL_Enable_4_ ua="na">No</SIP_100REL_Enable_4_>
|
||||
<EXT_SIP_Port_4_ ua="na"></EXT_SIP_Port_4_>
|
||||
|
|
@ -694,7 +694,7 @@
|
|||
<Jitter_Buffer_Adjustment_5_ ua="na">up and down</Jitter_Buffer_Adjustment_5_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_5_ ua="na">{$sip_transport_5}</SIP_Transport_5_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_5_ ua="na">{$sip_transport_5|upper}</SIP_Transport_5_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_5_ ua="na">{$sip_port_5}</SIP_Port_5_>
|
||||
<SIP_100REL_Enable_5_ ua="na">No</SIP_100REL_Enable_5_>
|
||||
<EXT_SIP_Port_5_ ua="na"></EXT_SIP_Port_5_>
|
||||
|
|
@ -806,7 +806,7 @@
|
|||
<Jitter_Buffer_Adjustment_6_ ua="na">up and down</Jitter_Buffer_Adjustment_6_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_6_ ua="na">{$sip_transport_6}</SIP_Transport_6_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_6_ ua="na">{$sip_transport_6|upper}</SIP_Transport_6_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_6_ ua="na">{$sip_port_6}</SIP_Port_6_>
|
||||
<SIP_100REL_Enable_6_ ua="na">No</SIP_100REL_Enable_6_>
|
||||
<EXT_SIP_Port_6_ ua="na"></EXT_SIP_Port_6_>
|
||||
|
|
@ -918,7 +918,7 @@
|
|||
<Jitter_Buffer_Adjustment_7_ ua="na">up and down</Jitter_Buffer_Adjustment_7_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_7_ ua="na">{$sip_transport_7}</SIP_Transport_7_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_7_ ua="na">{$sip_transport_7|upper}</SIP_Transport_7_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_7_ ua="na">{$sip_port_7}</SIP_Port_7_>
|
||||
<SIP_100REL_Enable_7_ ua="na">No</SIP_100REL_Enable_7_>
|
||||
<EXT_SIP_Port_7_ ua="na"></EXT_SIP_Port_7_>
|
||||
|
|
@ -1030,7 +1030,7 @@
|
|||
<Jitter_Buffer_Adjustment_8_ ua="na">up and down</Jitter_Buffer_Adjustment_8_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_8_ ua="na">{$sip_transport_8}</SIP_Transport_8_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_8_ ua="na">{$sip_transport_8|upper}</SIP_Transport_8_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_8_ ua="na">{$sip_port_8}</SIP_Port_8_>
|
||||
<SIP_100REL_Enable_8_ ua="na">No</SIP_100REL_Enable_8_>
|
||||
<EXT_SIP_Port_8_ ua="na"></EXT_SIP_Port_8_>
|
||||
|
|
@ -1142,7 +1142,7 @@
|
|||
<Jitter_Buffer_Adjustment_9_ ua="na">up and down</Jitter_Buffer_Adjustment_9_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_9_ ua="na">{$sip_transport_9}</SIP_Transport_9_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_9_ ua="na">{$sip_transport_9|upper}</SIP_Transport_9_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_9_ ua="na">{$sip_port_9}</SIP_Port_9_>
|
||||
<SIP_100REL_Enable_9_ ua="na">No</SIP_100REL_Enable_9_>
|
||||
<EXT_SIP_Port_9_ ua="na"></EXT_SIP_Port_9_>
|
||||
|
|
@ -1254,7 +1254,7 @@
|
|||
<Jitter_Buffer_Adjustment_10_ ua="na">up and down</Jitter_Buffer_Adjustment_10_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_10_ ua="na">{$sip_transport_10}</SIP_Transport_10_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_10_ ua="na">{$sip_transport_10|upper}</SIP_Transport_10_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_10_ ua="na">{$sip_port_10}</SIP_Port_10_>
|
||||
<SIP_100REL_Enable_10_ ua="na">No</SIP_100REL_Enable_10_>
|
||||
<EXT_SIP_Port_10_ ua="na"></EXT_SIP_Port_10_>
|
||||
|
|
@ -1366,7 +1366,7 @@
|
|||
<Jitter_Buffer_Adjustment_11_ ua="na">up and down</Jitter_Buffer_Adjustment_11_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_11_ ua="na">{$sip_transport_11}</SIP_Transport_11_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_11_ ua="na">{$sip_transport_11|upper}</SIP_Transport_11_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_11_ ua="na">{$sip_port_11}</SIP_Port_11_>
|
||||
<SIP_100REL_Enable_11_ ua="na">No</SIP_100REL_Enable_11_>
|
||||
<EXT_SIP_Port_11_ ua="na"></EXT_SIP_Port_11_>
|
||||
|
|
@ -1478,7 +1478,7 @@
|
|||
<Jitter_Buffer_Adjustment_12_ ua="na">up and down</Jitter_Buffer_Adjustment_12_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_12_ ua="na">{$sip_transport_12}</SIP_Transport_12_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_12_ ua="na">{$sip_transport_12|upper}</SIP_Transport_12_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_12_ ua="na">{$sip_port_12}</SIP_Port_12_>
|
||||
<SIP_100REL_Enable_12_ ua="na">No</SIP_100REL_Enable_12_>
|
||||
<EXT_SIP_Port_12_ ua="na"></EXT_SIP_Port_12_>
|
||||
|
|
@ -1640,6 +1640,7 @@
|
|||
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "line"}
|
||||
{if $row.device_key_type == "line"}
|
||||
<!-- Phone/Line_Key_{$row.device_key_id} -->
|
||||
<Extension_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extension_{$row.device_key_id}_> <!-- options: 1/2/3/4/5/6/7/8/9/10/11/12/Disabled -->
|
||||
<Short_Name_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_label}</Short_Name_{$row.device_key_id}_>
|
||||
|
|
@ -1651,6 +1652,7 @@
|
|||
<Share_Call_Appearance_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">private</Share_Call_Appearance_{$row.device_key_id}_> <!-- options: private/shared -->
|
||||
<Extended_Function_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extended_Function_{$row.device_key_id}_>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
|
||||
|
|
@ -1933,73 +1935,19 @@
|
|||
<BLF_Busy_LED ua="na"></BLF_Busy_LED>
|
||||
<BLF_Held_LED ua="na"></BLF_Held_LED>
|
||||
|
||||
<!-- Unit 1 -->
|
||||
<Unit_1_Key_1 ua="na"></Unit_1_Key_1>
|
||||
<Unit_1_Key_2 ua="na"></Unit_1_Key_2>
|
||||
<Unit_1_Key_3 ua="na"></Unit_1_Key_3>
|
||||
<Unit_1_Key_4 ua="na"></Unit_1_Key_4>
|
||||
<Unit_1_Key_5 ua="na"></Unit_1_Key_5>
|
||||
<Unit_1_Key_6 ua="na"></Unit_1_Key_6>
|
||||
<Unit_1_Key_7 ua="na"></Unit_1_Key_7>
|
||||
<Unit_1_Key_8 ua="na"></Unit_1_Key_8>
|
||||
<Unit_1_Key_9 ua="na"></Unit_1_Key_9>
|
||||
<Unit_1_Key_10 ua="na"></Unit_1_Key_10>
|
||||
<Unit_1_Key_11 ua="na"></Unit_1_Key_11>
|
||||
<Unit_1_Key_12 ua="na"></Unit_1_Key_12>
|
||||
<Unit_1_Key_13 ua="na"></Unit_1_Key_13>
|
||||
<Unit_1_Key_14 ua="na"></Unit_1_Key_14>
|
||||
<Unit_1_Key_15 ua="na"></Unit_1_Key_15>
|
||||
<Unit_1_Key_16 ua="na"></Unit_1_Key_16>
|
||||
<Unit_1_Key_17 ua="na"></Unit_1_Key_17>
|
||||
<Unit_1_Key_18 ua="na"></Unit_1_Key_18>
|
||||
<Unit_1_Key_19 ua="na"></Unit_1_Key_19>
|
||||
<Unit_1_Key_20 ua="na"></Unit_1_Key_20>
|
||||
<Unit_1_Key_21 ua="na"></Unit_1_Key_21>
|
||||
<Unit_1_Key_22 ua="na"></Unit_1_Key_22>
|
||||
<Unit_1_Key_23 ua="na"></Unit_1_Key_23>
|
||||
<Unit_1_Key_24 ua="na"></Unit_1_Key_24>
|
||||
<Unit_1_Key_25 ua="na"></Unit_1_Key_25>
|
||||
<Unit_1_Key_26 ua="na"></Unit_1_Key_26>
|
||||
<Unit_1_Key_27 ua="na"></Unit_1_Key_27>
|
||||
<Unit_1_Key_28 ua="na"></Unit_1_Key_28>
|
||||
<Unit_1_Key_29 ua="na"></Unit_1_Key_29>
|
||||
<Unit_1_Key_30 ua="na"></Unit_1_Key_30>
|
||||
<Unit_1_Key_31 ua="na"></Unit_1_Key_31>
|
||||
<Unit_1_Key_32 ua="na"></Unit_1_Key_32>
|
||||
<!-- Attendant_Console/Unit_x -->
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "expansion"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-1"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-2"}
|
||||
<Unit_2_Key_{$row.device_key_id} group="Attendant_Console/Unit_2">{$row.device_key_value}</Unit_2_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
<!-- Unit 2 -->
|
||||
<Unit_2_Key_1 ua="na"></Unit_2_Key_1>
|
||||
<Unit_2_Key_2 ua="na"></Unit_2_Key_2>
|
||||
<Unit_2_Key_3 ua="na"></Unit_2_Key_3>
|
||||
<Unit_2_Key_4 ua="na"></Unit_2_Key_4>
|
||||
<Unit_2_Key_5 ua="na"></Unit_2_Key_5>
|
||||
<Unit_2_Key_6 ua="na"></Unit_2_Key_6>
|
||||
<Unit_2_Key_7 ua="na"></Unit_2_Key_7>
|
||||
<Unit_2_Key_8 ua="na"></Unit_2_Key_8>
|
||||
<Unit_2_Key_9 ua="na"></Unit_2_Key_9>
|
||||
<Unit_2_Key_10 ua="na"></Unit_2_Key_10>
|
||||
<Unit_2_Key_11 ua="na"></Unit_2_Key_11>
|
||||
<Unit_2_Key_12 ua="na"></Unit_2_Key_12>
|
||||
<Unit_2_Key_13 ua="na"></Unit_2_Key_13>
|
||||
<Unit_2_Key_14 ua="na"></Unit_2_Key_14>
|
||||
<Unit_2_Key_15 ua="na"></Unit_2_Key_15>
|
||||
<Unit_2_Key_16 ua="na"></Unit_2_Key_16>
|
||||
<Unit_2_Key_17 ua="na"></Unit_2_Key_17>
|
||||
<Unit_2_Key_18 ua="na"></Unit_2_Key_18>
|
||||
<Unit_2_Key_19 ua="na"></Unit_2_Key_19>
|
||||
<Unit_2_Key_20 ua="na"></Unit_2_Key_20>
|
||||
<Unit_2_Key_21 ua="na"></Unit_2_Key_21>
|
||||
<Unit_2_Key_22 ua="na"></Unit_2_Key_22>
|
||||
<Unit_2_Key_23 ua="na"></Unit_2_Key_23>
|
||||
<Unit_2_Key_24 ua="na"></Unit_2_Key_24>
|
||||
<Unit_2_Key_25 ua="na"></Unit_2_Key_25>
|
||||
<Unit_2_Key_26 ua="na"></Unit_2_Key_26>
|
||||
<Unit_2_Key_27 ua="na"></Unit_2_Key_27>
|
||||
<Unit_2_Key_28 ua="na"></Unit_2_Key_28>
|
||||
<Unit_2_Key_29 ua="na"></Unit_2_Key_29>
|
||||
<Unit_2_Key_30 ua="na"></Unit_2_Key_30>
|
||||
<Unit_2_Key_31 ua="na"></Unit_2_Key_31>
|
||||
<Unit_2_Key_32 ua="na"></Unit_2_Key_32>
|
||||
<Protect_IVR_FactoryReset ua="na">No</Protect_IVR_FactoryReset>
|
||||
|
||||
</flat-profile>
|
||||
|
|
@ -343,6 +343,7 @@
|
|||
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "line"}
|
||||
{if $row.device_key_type == "line"}
|
||||
<!-- Phone/Line_Key_{$row.device_key_id} -->
|
||||
<Extension_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extension_{$row.device_key_id}_> <!-- options: 1/2/3/4/5/6/7/8/9/10/11/12/Disabled -->
|
||||
<Short_Name_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_label}</Short_Name_{$row.device_key_id}_>
|
||||
|
|
@ -354,6 +355,7 @@
|
|||
<Share_Call_Appearance_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">private</Share_Call_Appearance_{$row.device_key_id}_> <!-- options: private/shared -->
|
||||
<Extended_Function_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extended_Function_{$row.device_key_id}_>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
|
||||
|
|
@ -456,7 +458,7 @@
|
|||
<Jitter_Buffer_Adjustment_1_ group="Ext_1/Network_Settings">up and down</Jitter_Buffer_Adjustment_1_>
|
||||
|
||||
<!-- Ext_1/SIP_Settings -->
|
||||
<SIP_Transport_1_ group="Ext_1/SIP_Settings">{$sip_transport_1}</SIP_Transport_1_>
|
||||
<SIP_Transport_1_ group="Ext_1/SIP_Settings">{$sip_transport_1|upper}</SIP_Transport_1_>
|
||||
<SIP_Port_1_ group="Ext_1/SIP_Settings">{$sip_port_1}</SIP_Port_1_>
|
||||
<SIP_100REL_Enable_1_ group="Ext_1/SIP_Settings">No</SIP_100REL_Enable_1_>
|
||||
<EXT_SIP_Port_1_ group="Ext_1/SIP_Settings" />
|
||||
|
|
@ -577,7 +579,7 @@
|
|||
<Jitter_Buffer_Adjustment_2_ group="Ext_2/Network_Settings">up and down</Jitter_Buffer_Adjustment_2_>
|
||||
|
||||
<!-- Ext_2/SIP_Settings -->
|
||||
<SIP_Transport_2_ group="Ext_2/SIP_Settings">{$sip_transport_2}</SIP_Transport_2_>
|
||||
<SIP_Transport_2_ group="Ext_2/SIP_Settings">{$sip_transport_2|upper}</SIP_Transport_2_>
|
||||
<SIP_Port_2_ group="Ext_2/SIP_Settings">{$sip_transport_2}</SIP_Port_2_>
|
||||
<SIP_100REL_Enable_2_ group="Ext_2/SIP_Settings">No</SIP_100REL_Enable_2_>
|
||||
<EXT_SIP_Port_2_ group="Ext_2/SIP_Settings" />
|
||||
|
|
@ -698,7 +700,7 @@
|
|||
<Jitter_Buffer_Adjustment_3_ group="Ext_3/Network_Settings">up and down</Jitter_Buffer_Adjustment_3_>
|
||||
|
||||
<!-- Ext_3/SIP_Settings -->
|
||||
<SIP_Transport_3_ group="Ext_3/SIP_Settings">{$sip_transport_3}</SIP_Transport_3_>
|
||||
<SIP_Transport_3_ group="Ext_3/SIP_Settings">{$sip_transport_3|upper}</SIP_Transport_3_>
|
||||
<SIP_Port_3_ group="Ext_3/SIP_Settings">{$sip_port_3}</SIP_Port_3_>
|
||||
<SIP_100REL_Enable_3_ group="Ext_3/SIP_Settings">No</SIP_100REL_Enable_3_>
|
||||
<EXT_SIP_Port_3_ group="Ext_3/SIP_Settings" />
|
||||
|
|
@ -819,7 +821,7 @@
|
|||
<Jitter_Buffer_Adjustment_4_ group="Ext_4/Network_Settings">up and down</Jitter_Buffer_Adjustment_4_>
|
||||
|
||||
<!-- Ext_4/SIP_Settings -->
|
||||
<SIP_Transport_4_ group="Ext_4/SIP_Settings">{$sip_transport_4}</SIP_Transport_4_>
|
||||
<SIP_Transport_4_ group="Ext_4/SIP_Settings">{$sip_transport_4|upper}</SIP_Transport_4_>
|
||||
<SIP_Port_4_ group="Ext_4/SIP_Settings">{$sip_port_4}</SIP_Port_4_>
|
||||
<SIP_100REL_Enable_4_ group="Ext_4/SIP_Settings">No</SIP_100REL_Enable_4_>
|
||||
<EXT_SIP_Port_4_ group="Ext_4/SIP_Settings" />
|
||||
|
|
@ -940,7 +942,7 @@
|
|||
<Jitter_Buffer_Adjustment_5_ group="Ext_5/Network_Settings">up and down</Jitter_Buffer_Adjustment_5_>
|
||||
|
||||
<!-- Ext_5/SIP_Settings -->
|
||||
<SIP_Transport_5_ group="Ext_5/SIP_Settings">{$sip_transport_5}</SIP_Transport_5_>
|
||||
<SIP_Transport_5_ group="Ext_5/SIP_Settings">{$sip_transport_5|upper}</SIP_Transport_5_>
|
||||
<SIP_Port_5_ group="Ext_5/SIP_Settings">{$sip_port_5}</SIP_Port_5_>
|
||||
<SIP_100REL_Enable_5_ group="Ext_5/SIP_Settings">No</SIP_100REL_Enable_5_>
|
||||
<EXT_SIP_Port_5_ group="Ext_5/SIP_Settings" />
|
||||
|
|
@ -1061,7 +1063,7 @@
|
|||
<Jitter_Buffer_Adjustment_6_ group="Ext_6/Network_Settings">up and down</Jitter_Buffer_Adjustment_6_>
|
||||
|
||||
<!-- Ext_6/SIP_Settings -->
|
||||
<SIP_Transport_6_ group="Ext_6/SIP_Settings">{$sip_transport_6}</SIP_Transport_6_>
|
||||
<SIP_Transport_6_ group="Ext_6/SIP_Settings">{$sip_transport_6|upper}</SIP_Transport_6_>
|
||||
<SIP_Port_6_ group="Ext_6/SIP_Settings">{$sip_port_6}</SIP_Port_6_>
|
||||
<SIP_100REL_Enable_6_ group="Ext_6/SIP_Settings">No</SIP_100REL_Enable_6_>
|
||||
<EXT_SIP_Port_6_ group="Ext_6/SIP_Settings" />
|
||||
|
|
@ -1182,7 +1184,7 @@
|
|||
<Jitter_Buffer_Adjustment_7_ group="Ext_7/Network_Settings">up and down</Jitter_Buffer_Adjustment_7_>
|
||||
|
||||
<!-- Ext_7/SIP_Settings -->
|
||||
<SIP_Transport_7_ group="Ext_7/SIP_Settings">{$sip_transport_7}</SIP_Transport_7_>
|
||||
<SIP_Transport_7_ group="Ext_7/SIP_Settings">{$sip_transport_7|upper}</SIP_Transport_7_>
|
||||
<SIP_Port_7_ group="Ext_7/SIP_Settings">{$sip_port_7}</SIP_Port_7_>
|
||||
<SIP_100REL_Enable_7_ group="Ext_7/SIP_Settings">No</SIP_100REL_Enable_7_>
|
||||
<EXT_SIP_Port_7_ group="Ext_7/SIP_Settings" />
|
||||
|
|
@ -1303,7 +1305,7 @@
|
|||
<Jitter_Buffer_Adjustment_8_ group="Ext_8/Network_Settings">up and down</Jitter_Buffer_Adjustment_8_>
|
||||
|
||||
<!-- Ext_8/SIP_Settings -->
|
||||
<SIP_Transport_8_ group="Ext_8/SIP_Settings">{$sip_transport_8}</SIP_Transport_8_>
|
||||
<SIP_Transport_8_ group="Ext_8/SIP_Settings">{$sip_transport_8|upper}</SIP_Transport_8_>
|
||||
<SIP_Port_8_ group="Ext_8/SIP_Settings">{$sip_port_8}</SIP_Port_8_>
|
||||
<SIP_100REL_Enable_8_ group="Ext_8/SIP_Settings">No</SIP_100REL_Enable_8_>
|
||||
<EXT_SIP_Port_8_ group="Ext_8/SIP_Settings" />
|
||||
|
|
@ -1477,71 +1479,17 @@
|
|||
<BLF_Busy_LED group="Attendant_Console/Attendant_Key_LED_Pattern" />
|
||||
<BLF_Held_LED group="Attendant_Console/Attendant_Key_LED_Pattern" />
|
||||
|
||||
<!-- Attendant_Console/Unit_1 -->
|
||||
<Unit_1_Key_1 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_2 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_3 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_4 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_5 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_6 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_7 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_8 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_9 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_10 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_11 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_12 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_13 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_14 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_15 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_16 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_17 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_18 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_19 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_20 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_21 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_22 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_23 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_24 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_25 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_26 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_27 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_28 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_29 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_30 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_31 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_32 group="Attendant_Console/Unit_1" />
|
||||
<!-- Attendant_Console/Unit_x -->
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "expansion"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-1"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-2"}
|
||||
<Unit_2_Key_{$row.device_key_id} group="Attendant_Console/Unit_2">{$row.device_key_value}</Unit_2_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
<!-- Attendant_Console/Unit_2 -->
|
||||
<Unit_2_Key_1 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_2 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_3 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_4 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_5 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_6 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_7 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_8 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_9 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_10 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_11 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_12 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_13 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_14 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_15 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_16 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_17 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_18 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_19 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_20 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_21 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_22 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_23 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_24 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_25 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_26 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_27 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_28 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_29 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_30 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_31 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_32 group="Attendant_Console/Unit_2" />
|
||||
</flat-profile>
|
||||
|
|
@ -358,6 +358,7 @@
|
|||
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "line"}
|
||||
{if $row.device_key_type == "line"}
|
||||
<!-- Phone/Line_Key_{$row.device_key_id} -->
|
||||
<Extension_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extension_{$row.device_key_id}_> <!-- options: 1/2/3/4/5/6/7/8/9/10/11/12/Disabled -->
|
||||
<Short_Name_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_label}</Short_Name_{$row.device_key_id}_>
|
||||
|
|
@ -369,6 +370,7 @@
|
|||
<Share_Call_Appearance_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">private</Share_Call_Appearance_{$row.device_key_id}_> <!-- options: private/shared -->
|
||||
<Extended_Function_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extended_Function_{$row.device_key_id}_>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
|
||||
|
|
@ -519,7 +521,7 @@
|
|||
<Jitter_Buffer_Adjustment_1_ group="Ext_1/Network_Settings">up and down</Jitter_Buffer_Adjustment_1_>
|
||||
|
||||
<!-- Ext_1/SIP_Settings -->
|
||||
<SIP_Transport_1_ group="Ext_1/SIP_Settings">{$sip_transport_1}</SIP_Transport_1_>
|
||||
<SIP_Transport_1_ group="Ext_1/SIP_Settings">{$sip_transport_1|upper}</SIP_Transport_1_>
|
||||
<SIP_Port_1_ group="Ext_1/SIP_Settings">{$sip_port_1}</SIP_Port_1_>
|
||||
<SIP_100REL_Enable_1_ group="Ext_1/SIP_Settings">No</SIP_100REL_Enable_1_>
|
||||
<EXT_SIP_Port_1_ group="Ext_1/SIP_Settings" />
|
||||
|
|
@ -697,71 +699,17 @@
|
|||
<BLF_Busy_LED group="Attendant_Console/Attendant_Key_LED_Pattern" />
|
||||
<BLF_Held_LED group="Attendant_Console/Attendant_Key_LED_Pattern" />
|
||||
|
||||
<!-- Attendant_Console/Unit_1 -->
|
||||
<Unit_1_Key_1 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_2 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_3 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_4 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_5 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_6 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_7 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_8 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_9 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_10 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_11 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_12 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_13 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_14 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_15 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_16 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_17 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_18 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_19 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_20 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_21 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_22 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_23 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_24 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_25 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_26 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_27 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_28 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_29 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_30 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_31 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_32 group="Attendant_Console/Unit_1" />
|
||||
<!-- Attendant_Console/Unit_x -->
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "expansion"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-1"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-2"}
|
||||
<Unit_2_Key_{$row.device_key_id} group="Attendant_Console/Unit_2">{$row.device_key_value}</Unit_2_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
<!-- Attendant_Console/Unit_2 -->
|
||||
<Unit_2_Key_1 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_2 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_3 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_4 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_5 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_6 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_7 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_8 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_9 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_10 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_11 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_12 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_13 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_14 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_15 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_16 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_17 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_18 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_19 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_20 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_21 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_22 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_23 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_24 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_25 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_26 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_27 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_28 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_29 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_30 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_31 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_32 group="Attendant_Console/Unit_2" />
|
||||
</flat-profile>
|
||||
|
|
@ -191,6 +191,7 @@
|
|||
<Extended_Function_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extended_Function_{$row.device_key_id}_>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
|
||||
<SCA_Line_ID_Mapping group="Phone/Miscellaneous_Line_Key_Settings">Vertical First</SCA_Line_ID_Mapping>
|
||||
|
|
|
|||
|
|
@ -357,6 +357,7 @@
|
|||
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "line"}
|
||||
{if $row.device_key_type == "line"}
|
||||
<!-- Phone/Line_Key_{$row.device_key_id} -->
|
||||
<Extension_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extension_{$row.device_key_id}_> <!-- options: 1/2/3/4/5/6/7/8/9/10/11/12/Disabled -->
|
||||
<Short_Name_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_label}</Short_Name_{$row.device_key_id}_>
|
||||
|
|
@ -368,6 +369,7 @@
|
|||
<Share_Call_Appearance_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">private</Share_Call_Appearance_{$row.device_key_id}_> <!-- options: private/shared -->
|
||||
<Extended_Function_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extended_Function_{$row.device_key_id}_>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
|
||||
|
|
@ -543,7 +545,7 @@
|
|||
<Jitter_Buffer_Adjustment_1_ group="Ext_1/Network_Settings">up and down</Jitter_Buffer_Adjustment_1_>
|
||||
|
||||
<!-- Ext_1/SIP_Settings -->
|
||||
<SIP_Transport_1_ group="Ext_1/SIP_Settings">{$sip_transport_1}</SIP_Transport_1_>
|
||||
<SIP_Transport_1_ group="Ext_1/SIP_Settings">{$sip_transport_1|upper}</SIP_Transport_1_>
|
||||
<SIP_Port_1_ group="Ext_1/SIP_Settings">{$sip_port_1}</SIP_Port_1_>
|
||||
<SIP_100REL_Enable_1_ group="Ext_1/SIP_Settings">No</SIP_100REL_Enable_1_>
|
||||
<EXT_SIP_Port_1_ group="Ext_1/SIP_Settings" />
|
||||
|
|
@ -664,7 +666,7 @@
|
|||
<Jitter_Buffer_Adjustment_2_ group="Ext_2/Network_Settings">up and down</Jitter_Buffer_Adjustment_2_>
|
||||
|
||||
<!-- Ext_2/SIP_Settings -->
|
||||
<SIP_Transport_2_ group="Ext_2/SIP_Settings">{$sip_transport_2}</SIP_Transport_2_>
|
||||
<SIP_Transport_2_ group="Ext_2/SIP_Settings">{$sip_transport_2|upper}</SIP_Transport_2_>
|
||||
<SIP_Port_2_ group="Ext_2/SIP_Settings">{$sip_port_2}</SIP_Port_2_>
|
||||
<SIP_100REL_Enable_2_ group="Ext_2/SIP_Settings">No</SIP_100REL_Enable_2_>
|
||||
<EXT_SIP_Port_2_ group="Ext_2/SIP_Settings" />
|
||||
|
|
@ -785,7 +787,7 @@
|
|||
<Jitter_Buffer_Adjustment_3_ group="Ext_3/Network_Settings">up and down</Jitter_Buffer_Adjustment_3_>
|
||||
|
||||
<!-- Ext_3/SIP_Settings -->
|
||||
<SIP_Transport_3_ group="Ext_3/SIP_Settings">{$sip_transport_3}</SIP_Transport_3_>
|
||||
<SIP_Transport_3_ group="Ext_3/SIP_Settings">{$sip_transport_3|upper}</SIP_Transport_3_>
|
||||
<SIP_Port_3_ group="Ext_3/SIP_Settings">{$sip_port_3}</SIP_Port_3_>
|
||||
<SIP_100REL_Enable_3_ group="Ext_3/SIP_Settings">No</SIP_100REL_Enable_3_>
|
||||
<EXT_SIP_Port_3_ group="Ext_3/SIP_Settings" />
|
||||
|
|
@ -905,7 +907,7 @@
|
|||
<Jitter_Buffer_Adjustment_4_ group="Ext_4/Network_Settings">up and down</Jitter_Buffer_Adjustment_4_>
|
||||
|
||||
<!-- Ext_4/SIP_Settings -->
|
||||
<SIP_Transport_4_ group="Ext_4/SIP_Settings">{$sip_transport_4}</SIP_Transport_4_>
|
||||
<SIP_Transport_4_ group="Ext_4/SIP_Settings">{$sip_transport_4|upper}</SIP_Transport_4_>
|
||||
<SIP_Port_4_ group="Ext_4/SIP_Settings">{$sip_port_4}</SIP_Port_4_>
|
||||
<SIP_100REL_Enable_4_ group="Ext_4/SIP_Settings">No</SIP_100REL_Enable_4_>
|
||||
<EXT_SIP_Port_4_ group="Ext_4/SIP_Settings" />
|
||||
|
|
@ -1026,7 +1028,7 @@
|
|||
<Jitter_Buffer_Adjustment_5_ group="Ext_5/Network_Settings">up and down</Jitter_Buffer_Adjustment_5_>
|
||||
|
||||
<!-- Ext_5/SIP_Settings -->
|
||||
<SIP_Transport_5_ group="Ext_5/SIP_Settings">{$sip_transport_5}</SIP_Transport_5_>
|
||||
<SIP_Transport_5_ group="Ext_5/SIP_Settings">{$sip_transport_5|upper}</SIP_Transport_5_>
|
||||
<SIP_Port_5_ group="Ext_5/SIP_Settings">{$sip_port_5}</SIP_Port_5_>
|
||||
<SIP_100REL_Enable_5_ group="Ext_5/SIP_Settings">No</SIP_100REL_Enable_5_>
|
||||
<EXT_SIP_Port_5_ group="Ext_5/SIP_Settings" />
|
||||
|
|
@ -1147,7 +1149,7 @@
|
|||
<Jitter_Buffer_Adjustment_6_ group="Ext_6/Network_Settings">up and down</Jitter_Buffer_Adjustment_6_>
|
||||
|
||||
<!-- Ext_6/SIP_Settings -->
|
||||
<SIP_Transport_6_ group="Ext_6/SIP_Settings">{$sip_transport_6}</SIP_Transport_6_>
|
||||
<SIP_Transport_6_ group="Ext_6/SIP_Settings">{$sip_transport_6|upper}</SIP_Transport_6_>
|
||||
<SIP_Port_6_ group="Ext_6/SIP_Settings">{$sip_port_6}</SIP_Port_6_>
|
||||
<SIP_100REL_Enable_6_ group="Ext_6/SIP_Settings">No</SIP_100REL_Enable_6_>
|
||||
<EXT_SIP_Port_6_ group="Ext_6/SIP_Settings" />
|
||||
|
|
@ -1268,7 +1270,7 @@
|
|||
<Jitter_Buffer_Adjustment_7_ group="Ext_7/Network_Settings">up and down</Jitter_Buffer_Adjustment_7_>
|
||||
|
||||
<!-- Ext_7/SIP_Settings -->
|
||||
<SIP_Transport_7_ group="Ext_7/SIP_Settings">{$sip_transport_7}</SIP_Transport_7_>
|
||||
<SIP_Transport_7_ group="Ext_7/SIP_Settings">{$sip_transport_7|upper}</SIP_Transport_7_>
|
||||
<SIP_Port_7_ group="Ext_7/SIP_Settings">{$sip_port_7}</SIP_Port_7_>
|
||||
<SIP_100REL_Enable_7_ group="Ext_7/SIP_Settings">No</SIP_100REL_Enable_7_>
|
||||
<EXT_SIP_Port_7_ group="Ext_7/SIP_Settings" />
|
||||
|
|
@ -1389,7 +1391,7 @@
|
|||
<Jitter_Buffer_Adjustment_8_ group="Ext_8/Network_Settings">up and down</Jitter_Buffer_Adjustment_8_>
|
||||
|
||||
<!-- Ext_8/SIP_Settings -->
|
||||
<SIP_Transport_8_ group="Ext_8/SIP_Settings">{$sip_transport_8}</SIP_Transport_8_>
|
||||
<SIP_Transport_8_ group="Ext_8/SIP_Settings">{$sip_transport_8|upper}</SIP_Transport_8_>
|
||||
<SIP_Port_8_ group="Ext_8/SIP_Settings">{$sip_port_8}</SIP_Port_8_>
|
||||
<SIP_100REL_Enable_8_ group="Ext_8/SIP_Settings">No</SIP_100REL_Enable_8_>
|
||||
<EXT_SIP_Port_8_ group="Ext_8/SIP_Settings" />
|
||||
|
|
@ -1574,71 +1576,17 @@
|
|||
<BLF_Busy_LED group="Attendant_Console/Attendant_Key_LED_Pattern" />
|
||||
<BLF_Held_LED group="Attendant_Console/Attendant_Key_LED_Pattern" />
|
||||
|
||||
<!-- Attendant_Console/Unit_1 -->
|
||||
<Unit_1_Key_1 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_2 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_3 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_4 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_5 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_6 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_7 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_8 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_9 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_10 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_11 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_12 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_13 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_14 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_15 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_16 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_17 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_18 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_19 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_20 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_21 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_22 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_23 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_24 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_25 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_26 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_27 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_28 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_29 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_30 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_31 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_32 group="Attendant_Console/Unit_1" />
|
||||
<!-- Attendant_Console/Unit_x -->
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "expansion"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-1"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-2"}
|
||||
<Unit_2_Key_{$row.device_key_id} group="Attendant_Console/Unit_2">{$row.device_key_value}</Unit_2_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
<!-- Attendant_Console/Unit_2 -->
|
||||
<Unit_2_Key_1 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_2 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_3 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_4 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_5 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_6 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_7 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_8 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_9 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_10 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_11 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_12 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_13 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_14 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_15 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_16 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_17 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_18 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_19 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_20 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_21 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_22 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_23 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_24 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_25 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_26 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_27 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_28 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_29 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_30 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_31 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_32 group="Attendant_Console/Unit_2" />
|
||||
</flat-profile>
|
||||
|
|
@ -358,6 +358,7 @@
|
|||
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "line"}
|
||||
{if $row.device_key_type == "line"}
|
||||
<!-- Phone/Line_Key_{$row.device_key_id} -->
|
||||
<Extension_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extension_{$row.device_key_id}_> <!-- options: 1/2/3/4/5/6/7/8/9/10/11/12/Disabled -->
|
||||
<Short_Name_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_label}</Short_Name_{$row.device_key_id}_>
|
||||
|
|
@ -369,8 +370,10 @@
|
|||
<Share_Call_Appearance_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">private</Share_Call_Appearance_{$row.device_key_id}_> <!-- options: private/shared -->
|
||||
<Extended_Function_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extended_Function_{$row.device_key_id}_>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
|
||||
<!-- Phone/Miscellaneous_Line_Key_Settings -->
|
||||
<Line_ID_Mapping group="Phone/Miscellaneous_Line_Key_Settings">Vertical First</Line_ID_Mapping>
|
||||
<SCA_Barge-In_Enable group="Phone/Miscellaneous_Line_Key_Settings">No</SCA_Barge-In_Enable>
|
||||
|
|
@ -543,7 +546,7 @@
|
|||
<Jitter_Buffer_Adjustment_1_ group="Ext_1/Network_Settings">up and down</Jitter_Buffer_Adjustment_1_>
|
||||
|
||||
<!-- Ext_1/SIP_Settings -->
|
||||
<SIP_Transport_1_ group="Ext_1/SIP_Settings">{$sip_transport_1}</SIP_Transport_1_>
|
||||
<SIP_Transport_1_ group="Ext_1/SIP_Settings">{$sip_transport_1|upper}</SIP_Transport_1_>
|
||||
<SIP_Port_1_ group="Ext_1/SIP_Settings">{$sip_port_1}</SIP_Port_1_>
|
||||
<SIP_100REL_Enable_1_ group="Ext_1/SIP_Settings">No</SIP_100REL_Enable_1_>
|
||||
<EXT_SIP_Port_1_ group="Ext_1/SIP_Settings" />
|
||||
|
|
@ -664,7 +667,7 @@
|
|||
<Jitter_Buffer_Adjustment_2_ group="Ext_2/Network_Settings">up and down</Jitter_Buffer_Adjustment_2_>
|
||||
|
||||
<!-- Ext_2/SIP_Settings -->
|
||||
<SIP_Transport_2_ group="Ext_2/SIP_Settings">{$sip_transport_2}</SIP_Transport_2_>
|
||||
<SIP_Transport_2_ group="Ext_2/SIP_Settings">{$sip_transport_2|upper}</SIP_Transport_2_>
|
||||
<SIP_Port_2_ group="Ext_2/SIP_Settings">{$sip_port_2}</SIP_Port_2_>
|
||||
<SIP_100REL_Enable_2_ group="Ext_2/SIP_Settings">No</SIP_100REL_Enable_2_>
|
||||
<EXT_SIP_Port_2_ group="Ext_2/SIP_Settings" />
|
||||
|
|
@ -785,7 +788,7 @@
|
|||
<Jitter_Buffer_Adjustment_3_ group="Ext_3/Network_Settings">up and down</Jitter_Buffer_Adjustment_3_>
|
||||
|
||||
<!-- Ext_3/SIP_Settings -->
|
||||
<SIP_Transport_3_ group="Ext_3/SIP_Settings">{$sip_transport_3}</SIP_Transport_3_>
|
||||
<SIP_Transport_3_ group="Ext_3/SIP_Settings">{$sip_transport_3|upper}</SIP_Transport_3_>
|
||||
<SIP_Port_3_ group="Ext_3/SIP_Settings">{$sip_port_3}</SIP_Port_3_>
|
||||
<SIP_100REL_Enable_3_ group="Ext_3/SIP_Settings">No</SIP_100REL_Enable_3_>
|
||||
<EXT_SIP_Port_3_ group="Ext_3/SIP_Settings" />
|
||||
|
|
@ -906,7 +909,7 @@
|
|||
<Jitter_Buffer_Adjustment_4_ group="Ext_4/Network_Settings">up and down</Jitter_Buffer_Adjustment_4_>
|
||||
|
||||
<!-- Ext_4/SIP_Settings -->
|
||||
<SIP_Transport_4_ group="Ext_4/SIP_Settings">{$sip_transport_4}</SIP_Transport_4_>
|
||||
<SIP_Transport_4_ group="Ext_4/SIP_Settings">{$sip_transport_4|upper}</SIP_Transport_4_>
|
||||
<SIP_Port_4_ group="Ext_4/SIP_Settings">{$sip_port_4}</SIP_Port_4_>
|
||||
<SIP_100REL_Enable_4_ group="Ext_4/SIP_Settings">No</SIP_100REL_Enable_4_>
|
||||
<EXT_SIP_Port_4_ group="Ext_4/SIP_Settings" />
|
||||
|
|
@ -1027,7 +1030,7 @@
|
|||
<Jitter_Buffer_Adjustment_5_ group="Ext_5/Network_Settings">up and down</Jitter_Buffer_Adjustment_5_>
|
||||
|
||||
<!-- Ext_5/SIP_Settings -->
|
||||
<SIP_Transport_5_ group="Ext_5/SIP_Settings">{$sip_transport_5}</SIP_Transport_5_>
|
||||
<SIP_Transport_5_ group="Ext_5/SIP_Settings">{$sip_transport_5|upper}</SIP_Transport_5_>
|
||||
<SIP_Port_5_ group="Ext_5/SIP_Settings">{$sip_port_5}</SIP_Port_5_>
|
||||
<SIP_100REL_Enable_5_ group="Ext_5/SIP_Settings">No</SIP_100REL_Enable_5_>
|
||||
<EXT_SIP_Port_5_ group="Ext_5/SIP_Settings" />
|
||||
|
|
@ -1148,7 +1151,7 @@
|
|||
<Jitter_Buffer_Adjustment_6_ group="Ext_6/Network_Settings">up and down</Jitter_Buffer_Adjustment_6_>
|
||||
|
||||
<!-- Ext_6/SIP_Settings -->
|
||||
<SIP_Transport_6_ group="Ext_6/SIP_Settings">{$sip_transport_6}</SIP_Transport_6_>
|
||||
<SIP_Transport_6_ group="Ext_6/SIP_Settings">{$sip_transport_6|upper}</SIP_Transport_6_>
|
||||
<SIP_Port_6_ group="Ext_6/SIP_Settings">{$sip_port_6}</SIP_Port_6_>
|
||||
<SIP_100REL_Enable_6_ group="Ext_6/SIP_Settings">No</SIP_100REL_Enable_6_>
|
||||
<EXT_SIP_Port_6_ group="Ext_6/SIP_Settings" />
|
||||
|
|
@ -1269,7 +1272,7 @@
|
|||
<Jitter_Buffer_Adjustment_7_ group="Ext_7/Network_Settings">up and down</Jitter_Buffer_Adjustment_7_>
|
||||
|
||||
<!-- Ext_7/SIP_Settings -->
|
||||
<SIP_Transport_7_ group="Ext_7/SIP_Settings">{$sip_transport_7}</SIP_Transport_7_>
|
||||
<SIP_Transport_7_ group="Ext_7/SIP_Settings">{$sip_transport_7|upper}</SIP_Transport_7_>
|
||||
<SIP_Port_7_ group="Ext_7/SIP_Settings">{$sip_port_7}</SIP_Port_7_>
|
||||
<SIP_100REL_Enable_7_ group="Ext_7/SIP_Settings">No</SIP_100REL_Enable_7_>
|
||||
<EXT_SIP_Port_7_ group="Ext_7/SIP_Settings" />
|
||||
|
|
@ -1390,7 +1393,7 @@
|
|||
<Jitter_Buffer_Adjustment_8_ group="Ext_8/Network_Settings">up and down</Jitter_Buffer_Adjustment_8_>
|
||||
|
||||
<!-- Ext_8/SIP_Settings -->
|
||||
<SIP_Transport_8_ group="Ext_8/SIP_Settings">{$sip_transport_8}</SIP_Transport_8_>
|
||||
<SIP_Transport_8_ group="Ext_8/SIP_Settings">{$sip_transport_8|upper}</SIP_Transport_8_>
|
||||
<SIP_Port_8_ group="Ext_8/SIP_Settings">{$sip_port_8}</SIP_Port_8_>
|
||||
<SIP_100REL_Enable_8_ group="Ext_8/SIP_Settings">No</SIP_100REL_Enable_8_>
|
||||
<EXT_SIP_Port_8_ group="Ext_8/SIP_Settings" />
|
||||
|
|
@ -1511,7 +1514,7 @@
|
|||
<Jitter_Buffer_Adjustment_9_ group="Ext_9/Network_Settings">up and down</Jitter_Buffer_Adjustment_9_>
|
||||
|
||||
<!-- Ext_9/SIP_Settings -->
|
||||
<SIP_Transport_9_ group="Ext_9/SIP_Settings">{$sip_transport_9}</SIP_Transport_9_>
|
||||
<SIP_Transport_9_ group="Ext_9/SIP_Settings">{$sip_transport_9|upper}</SIP_Transport_9_>
|
||||
<SIP_Port_9_ group="Ext_9/SIP_Settings">{$sip_port_9}</SIP_Port_9_>
|
||||
<SIP_100REL_Enable_9_ group="Ext_9/SIP_Settings">No</SIP_100REL_Enable_9_>
|
||||
<EXT_SIP_Port_9_ group="Ext_9/SIP_Settings" />
|
||||
|
|
@ -1632,7 +1635,7 @@
|
|||
<Jitter_Buffer_Adjustment_10_ group="Ext_10/Network_Settings">up and down</Jitter_Buffer_Adjustment_10_>
|
||||
|
||||
<!-- Ext_10/SIP_Settings -->
|
||||
<SIP_Transport_10_ group="Ext_10/SIP_Settings">{$sip_transport_10}</SIP_Transport_10_>
|
||||
<SIP_Transport_10_ group="Ext_10/SIP_Settings">{$sip_transport_10|upper}</SIP_Transport_10_>
|
||||
<SIP_Port_10_ group="Ext_10/SIP_Settings">{$sip_port_10}</SIP_Port_10_>
|
||||
<SIP_100REL_Enable_10_ group="Ext_10/SIP_Settings">No</SIP_100REL_Enable_10_>
|
||||
<EXT_SIP_Port_10_ group="Ext_10/SIP_Settings" />
|
||||
|
|
@ -1753,7 +1756,7 @@
|
|||
<Jitter_Buffer_Adjustment_11_ group="Ext_11/Network_Settings">up and down</Jitter_Buffer_Adjustment_11_>
|
||||
|
||||
<!-- Ext_11/SIP_Settings -->
|
||||
<SIP_Transport_11_ group="Ext_11/SIP_Settings">{$sip_transport_11}</SIP_Transport_11_>
|
||||
<SIP_Transport_11_ group="Ext_11/SIP_Settings">{$sip_transport_11|upper}</SIP_Transport_11_>
|
||||
<SIP_Port_11_ group="Ext_11/SIP_Settings">{$sip_port_11}</SIP_Port_11_>
|
||||
<SIP_100REL_Enable_11_ group="Ext_11/SIP_Settings">No</SIP_100REL_Enable_11_>
|
||||
<EXT_SIP_Port_11_ group="Ext_11/SIP_Settings" />
|
||||
|
|
@ -1874,7 +1877,7 @@
|
|||
<Jitter_Buffer_Adjustment_12_ group="Ext_12/Network_Settings">up and down</Jitter_Buffer_Adjustment_12_>
|
||||
|
||||
<!-- Ext_12/SIP_Settings -->
|
||||
<SIP_Transport_12_ group="Ext_12/SIP_Settings">{$sip_transport_12}</SIP_Transport_12_>
|
||||
<SIP_Transport_12_ group="Ext_12/SIP_Settings">{$sip_transport_12|upper}</SIP_Transport_12_>
|
||||
<SIP_Port_12_ group="Ext_12/SIP_Settings">{$sip_port_12}</SIP_Port_12_>
|
||||
<SIP_100REL_Enable_12_ group="Ext_12/SIP_Settings">No</SIP_100REL_Enable_12_>
|
||||
<EXT_SIP_Port_12_ group="Ext_12/SIP_Settings" />
|
||||
|
|
@ -2063,71 +2066,17 @@
|
|||
<BLF_Busy_LED group="Attendant_Console/Attendant_Key_LED_Pattern" />
|
||||
<BLF_Held_LED group="Attendant_Console/Attendant_Key_LED_Pattern" />
|
||||
|
||||
<!-- Attendant_Console/Unit_1 -->
|
||||
<Unit_1_Key_1 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_2 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_3 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_4 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_5 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_6 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_7 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_8 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_9 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_10 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_11 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_12 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_13 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_14 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_15 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_16 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_17 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_18 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_19 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_20 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_21 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_22 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_23 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_24 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_25 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_26 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_27 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_28 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_29 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_30 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_31 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_32 group="Attendant_Console/Unit_1" />
|
||||
<!-- Attendant_Console/Unit_x -->
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "expansion"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-1"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-2"}
|
||||
<Unit_2_Key_{$row.device_key_id} group="Attendant_Console/Unit_2">{$row.device_key_value}</Unit_2_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
<!-- Attendant_Console/Unit_2 -->
|
||||
<Unit_2_Key_1 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_2 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_3 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_4 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_5 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_6 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_7 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_8 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_9 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_10 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_11 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_12 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_13 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_14 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_15 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_16 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_17 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_18 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_19 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_20 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_21 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_22 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_23 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_24 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_25 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_26 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_27 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_28 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_29 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_30 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_31 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_32 group="Attendant_Console/Unit_2" />
|
||||
</flat-profile>
|
||||
|
|
@ -359,6 +359,7 @@
|
|||
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "line"}
|
||||
{if $row.device_key_type == "line"}
|
||||
<!-- Phone/Line_Key_{$row.device_key_id} -->
|
||||
<Extension_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extension_{$row.device_key_id}_> <!-- options: 1/2/3/4/5/6/7/8/9/10/11/12/Disabled -->
|
||||
<Short_Name_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_label}</Short_Name_{$row.device_key_id}_>
|
||||
|
|
@ -370,6 +371,7 @@
|
|||
<Share_Call_Appearance_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">private</Share_Call_Appearance_{$row.device_key_id}_> <!-- options: private/shared -->
|
||||
<Extended_Function_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extended_Function_{$row.device_key_id}_>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
|
||||
|
|
@ -519,7 +521,7 @@
|
|||
<Jitter_Buffer_Adjustment_1_ group="Ext_1/Network_Settings">up and down</Jitter_Buffer_Adjustment_1_>
|
||||
|
||||
<!-- Ext_1/SIP_Settings -->
|
||||
<SIP_Transport_1_ group="Ext_1/SIP_Settings">{$sip_transport_1}</SIP_Transport_1_>
|
||||
<SIP_Transport_1_ group="Ext_1/SIP_Settings">{$sip_transport_1|upper}</SIP_Transport_1_>
|
||||
<SIP_Port_1_ group="Ext_1/SIP_Settings">{$sip_port_1}</SIP_Port_1_>
|
||||
<SIP_100REL_Enable_1_ group="Ext_1/SIP_Settings">No</SIP_100REL_Enable_1_>
|
||||
<EXT_SIP_Port_1_ group="Ext_1/SIP_Settings" />
|
||||
|
|
@ -692,70 +694,19 @@
|
|||
<BLF_Ringing_LED group="Attendant_Console/Attendant_Key_LED_Pattern" />
|
||||
<BLF_Busy_LED group="Attendant_Console/Attendant_Key_LED_Pattern" />
|
||||
<BLF_Held_LED group="Attendant_Console/Attendant_Key_LED_Pattern" />
|
||||
<Unit_1_Key_1 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_2 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_3 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_4 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_5 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_6 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_7 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_8 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_9 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_10 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_11 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_12 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_13 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_14 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_15 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_16 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_17 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_18 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_19 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_20 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_21 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_22 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_23 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_24 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_25 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_26 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_27 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_28 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_29 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_30 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_31 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_32 group="Attendant_Console/Unit_1" />
|
||||
<Unit_2_Key_1 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_2 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_3 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_4 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_5 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_6 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_7 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_8 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_9 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_10 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_11 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_12 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_13 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_14 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_15 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_16 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_17 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_18 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_19 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_20 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_21 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_22 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_23 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_24 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_25 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_26 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_27 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_28 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_29 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_30 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_31 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_32 group="Attendant_Console/Unit_2" />
|
||||
|
||||
<!-- Attendant_Console/Unit_x -->
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "expansion"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-1"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-2"}
|
||||
<Unit_2_Key_{$row.device_key_id} group="Attendant_Console/Unit_2">{$row.device_key_value}</Unit_2_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
<!-- TR-069/TR-069 -->
|
||||
<Enable_TR-069 group="TR-069/TR-069">No</Enable_TR-069>
|
||||
|
|
|
|||
|
|
@ -162,6 +162,7 @@
|
|||
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "line"}
|
||||
{if $row.device_key_type == "line"}
|
||||
<!-- Phone/Line_Key_{$row.device_key_id} -->
|
||||
<Extension_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extension_{$row.device_key_id}_> <!-- options: 1/2/3/4/5/6/7/8/9/10/11/12/Disabled -->
|
||||
<Short_Name_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_label}</Short_Name_{$row.device_key_id}_>
|
||||
|
|
@ -173,6 +174,7 @@
|
|||
<Share_Call_Appearance_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">private</Share_Call_Appearance_{$row.device_key_id}_> <!-- options: private/shared -->
|
||||
<Extended_Function_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extended_Function_{$row.device_key_id}_>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
|
||||
|
|
@ -234,7 +236,7 @@
|
|||
<Jitter_Buffer_Adjustment_1_ group="Ext_1/Network_Settings">up and down</Jitter_Buffer_Adjustment_1_>
|
||||
|
||||
<!-- Ext_1/SIP_Settings -->
|
||||
<SIP_Transport_1_ group="Ext_1/SIP_Settings">{$sip_transport_1}</SIP_Transport_1_>
|
||||
<SIP_Transport_1_ group="Ext_1/SIP_Settings">{$sip_transport_1|upper}</SIP_Transport_1_>
|
||||
<SIP_Port_1_ group="Ext_1/SIP_Settings">{$sip_port_1}</SIP_Port_1_>
|
||||
<SIP_100REL_Enable_1_ group="Ext_1/SIP_Settings">No</SIP_100REL_Enable_1_>
|
||||
<EXT_SIP_Port_1_ group="Ext_1/SIP_Settings" />
|
||||
|
|
@ -355,7 +357,7 @@
|
|||
<Jitter_Buffer_Adjustment_2_ group="Ext_2/Network_Settings">up and down</Jitter_Buffer_Adjustment_2_>
|
||||
|
||||
<!-- Ext_2/SIP_Settings -->
|
||||
<SIP_Transport_2_ group="Ext_2/SIP_Settings">{$sip_transport_2}</SIP_Transport_2_>
|
||||
<SIP_Transport_2_ group="Ext_2/SIP_Settings">{$sip_transport_2|upper}</SIP_Transport_2_>
|
||||
<SIP_Port_2_ group="Ext_2/SIP_Settings">{$sip_port_2}</SIP_Port_2_>
|
||||
<SIP_100REL_Enable_2_ group="Ext_2/SIP_Settings">No</SIP_100REL_Enable_2_>
|
||||
<EXT_SIP_Port_2_ group="Ext_2/SIP_Settings" />
|
||||
|
|
@ -474,7 +476,7 @@
|
|||
<RTP_CoS_Value_3_ group="Ext_3/Network_Settings">6</RTP_CoS_Value_3_>
|
||||
<Network_Jitter_Level_3_ group="Ext_3/Network_Settings">high</Network_Jitter_Level_3_>
|
||||
<Jitter_Buffer_Adjustment_3_ group="Ext_3/Network_Settings">up and down</Jitter_Buffer_Adjustment_3_>
|
||||
<SIP_Transport_3_ group="Ext_3/SIP_Settings">{$sip_transport_3}</SIP_Transport_3_>
|
||||
<SIP_Transport_3_ group="Ext_3/SIP_Settings">{$sip_transport_3|upper}</SIP_Transport_3_>
|
||||
<SIP_Port_3_ group="Ext_3/SIP_Settings">{$sip_port_3}</SIP_Port_3_>
|
||||
<SIP_100REL_Enable_3_ group="Ext_3/SIP_Settings">No</SIP_100REL_Enable_3_>
|
||||
<EXT_SIP_Port_3_ group="Ext_3/SIP_Settings" />
|
||||
|
|
@ -593,7 +595,7 @@
|
|||
<RTP_CoS_Value_4_ group="Ext_4/Network_Settings">6</RTP_CoS_Value_4_>
|
||||
<Network_Jitter_Level_4_ group="Ext_4/Network_Settings">high</Network_Jitter_Level_4_>
|
||||
<Jitter_Buffer_Adjustment_4_ group="Ext_4/Network_Settings">up and down</Jitter_Buffer_Adjustment_4_>
|
||||
<SIP_Transport_4_ group="Ext_4/SIP_Settings">{$sip_transport_4}</SIP_Transport_4_>
|
||||
<SIP_Transport_4_ group="Ext_4/SIP_Settings">{$sip_transport_4|upper}</SIP_Transport_4_>
|
||||
<SIP_Port_4_ group="Ext_4/SIP_Settings">{$sip_port_4}</SIP_Port_4_>
|
||||
<SIP_100REL_Enable_4_ group="Ext_4/SIP_Settings">No</SIP_100REL_Enable_4_>
|
||||
<EXT_SIP_Port_4_ group="Ext_4/SIP_Settings" />
|
||||
|
|
@ -772,70 +774,19 @@
|
|||
<BLF_Ringing_LED group="Attendant_Console/Attendant_Key_LED_Pattern" />
|
||||
<BLF_Busy_LED group="Attendant_Console/Attendant_Key_LED_Pattern" />
|
||||
<BLF_Held_LED group="Attendant_Console/Attendant_Key_LED_Pattern" />
|
||||
<Unit_1_Key_1 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_2 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_3 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_4 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_5 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_6 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_7 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_8 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_9 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_10 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_11 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_12 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_13 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_14 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_15 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_16 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_17 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_18 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_19 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_20 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_21 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_22 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_23 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_24 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_25 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_26 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_27 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_28 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_29 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_30 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_31 group="Attendant_Console/Unit_1" />
|
||||
<Unit_1_Key_32 group="Attendant_Console/Unit_1" />
|
||||
<Unit_2_Key_1 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_2 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_3 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_4 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_5 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_6 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_7 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_8 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_9 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_10 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_11 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_12 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_13 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_14 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_15 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_16 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_17 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_18 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_19 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_20 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_21 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_22 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_23 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_24 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_25 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_26 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_27 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_28 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_29 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_30 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_31 group="Attendant_Console/Unit_2" />
|
||||
<Unit_2_Key_32 group="Attendant_Console/Unit_2" />
|
||||
|
||||
<!-- Attendant_Console/Unit_x -->
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "expansion"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-1"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-2"}
|
||||
<Unit_2_Key_{$row.device_key_id} group="Attendant_Console/Unit_2">{$row.device_key_value}</Unit_2_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
<!-- TR-069/TR-069 -->
|
||||
<Enable_TR-069 group="TR-069/TR-069">No</Enable_TR-069>
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@
|
|||
<Jitter_Buffer_Adjustment_1_ ua="na">up and down</Jitter_Buffer_Adjustment_1_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_1_ ua="na">{$sip_transport_1}</SIP_Transport_1_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_1_ ua="na">{$sip_transport_1|upper}</SIP_Transport_1_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_1_ ua="na">{$sip_port_1}</SIP_Port_1_>
|
||||
<SIP_100REL_Enable_1_ ua="na">No</SIP_100REL_Enable_1_>
|
||||
<EXT_SIP_Port_1_ ua="na"></EXT_SIP_Port_1_>
|
||||
|
|
@ -358,7 +358,7 @@
|
|||
<Jitter_Buffer_Adjustment_2_ ua="na">up and down</Jitter_Buffer_Adjustment_2_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_2_ ua="na">{$sip_transport_2}</SIP_Transport_2_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_2_ ua="na">{$sip_transport_2|upper}</SIP_Transport_2_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_2_ ua="na">{$sip_port_2}</SIP_Port_2_>
|
||||
<SIP_100REL_Enable_2_ ua="na">No</SIP_100REL_Enable_2_>
|
||||
<EXT_SIP_Port_2_ ua="na"></EXT_SIP_Port_2_>
|
||||
|
|
@ -470,7 +470,7 @@
|
|||
<Jitter_Buffer_Adjustment_3_ ua="na">up and down</Jitter_Buffer_Adjustment_3_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_3_ ua="na">{$sip_transport_3}</SIP_Transport_3_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_3_ ua="na">{$sip_transport_3|upper}</SIP_Transport_3_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_3_ ua="na">{$sip_port_3}</SIP_Port_3_>
|
||||
<SIP_100REL_Enable_3_ ua="na">No</SIP_100REL_Enable_3_>
|
||||
<EXT_SIP_Port_3_ ua="na"></EXT_SIP_Port_3_>
|
||||
|
|
@ -582,7 +582,7 @@
|
|||
<Jitter_Buffer_Adjustment_4_ ua="na">up and down</Jitter_Buffer_Adjustment_4_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_4_ ua="na">{$sip_transport_4}</SIP_Transport_4_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_4_ ua="na">{$sip_transport_4|upper}</SIP_Transport_4_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_4_ ua="na">{$sip_port_4}</SIP_Port_4_>
|
||||
<SIP_100REL_Enable_4_ ua="na">No</SIP_100REL_Enable_4_>
|
||||
<EXT_SIP_Port_4_ ua="na"></EXT_SIP_Port_4_>
|
||||
|
|
@ -694,7 +694,7 @@
|
|||
<Jitter_Buffer_Adjustment_5_ ua="na">up and down</Jitter_Buffer_Adjustment_5_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_5_ ua="na">{$sip_transport_5}</SIP_Transport_5_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_5_ ua="na">{$sip_transport_5|upper}</SIP_Transport_5_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_5_ ua="na">{$sip_port_5}</SIP_Port_5_>
|
||||
<SIP_100REL_Enable_5_ ua="na">No</SIP_100REL_Enable_5_>
|
||||
<EXT_SIP_Port_5_ ua="na"></EXT_SIP_Port_5_>
|
||||
|
|
@ -806,7 +806,7 @@
|
|||
<Jitter_Buffer_Adjustment_6_ ua="na">up and down</Jitter_Buffer_Adjustment_6_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_6_ ua="na">{$sip_transport_6}</SIP_Transport_6_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_6_ ua="na">{$sip_transport_6|upper}</SIP_Transport_6_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_6_ ua="na">{$sip_port_6}</SIP_Port_6_>
|
||||
<SIP_100REL_Enable_6_ ua="na">No</SIP_100REL_Enable_6_>
|
||||
<EXT_SIP_Port_6_ ua="na"></EXT_SIP_Port_6_>
|
||||
|
|
@ -918,7 +918,7 @@
|
|||
<Jitter_Buffer_Adjustment_7_ ua="na">up and down</Jitter_Buffer_Adjustment_7_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_7_ ua="na">{$sip_transport_7}</SIP_Transport_7_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_7_ ua="na">{$sip_transport_7|upper}</SIP_Transport_7_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_7_ ua="na">{$sip_port_7}</SIP_Port_7_>
|
||||
<SIP_100REL_Enable_7_ ua="na">No</SIP_100REL_Enable_7_>
|
||||
<EXT_SIP_Port_7_ ua="na"></EXT_SIP_Port_7_>
|
||||
|
|
@ -1030,7 +1030,7 @@
|
|||
<Jitter_Buffer_Adjustment_8_ ua="na">up and down</Jitter_Buffer_Adjustment_8_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_8_ ua="na">{$sip_transport_8}</SIP_Transport_8_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_8_ ua="na">{$sip_transport_8|upper}</SIP_Transport_8_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_8_ ua="na">{$sip_port_8}</SIP_Port_8_>
|
||||
<SIP_100REL_Enable_8_ ua="na">No</SIP_100REL_Enable_8_>
|
||||
<EXT_SIP_Port_8_ ua="na"></EXT_SIP_Port_8_>
|
||||
|
|
@ -1142,7 +1142,7 @@
|
|||
<Jitter_Buffer_Adjustment_9_ ua="na">up and down</Jitter_Buffer_Adjustment_9_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_9_ ua="na">{$sip_transport_9}</SIP_Transport_9_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_9_ ua="na">{$sip_transport_9|upper}</SIP_Transport_9_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_9_ ua="na">{$sip_port_9}</SIP_Port_9_>
|
||||
<SIP_100REL_Enable_9_ ua="na">No</SIP_100REL_Enable_9_>
|
||||
<EXT_SIP_Port_9_ ua="na"></EXT_SIP_Port_9_>
|
||||
|
|
@ -1254,7 +1254,7 @@
|
|||
<Jitter_Buffer_Adjustment_10_ ua="na">up and down</Jitter_Buffer_Adjustment_10_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_10_ ua="na">{$sip_transport_10}</SIP_Transport_10_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_10_ ua="na">{$sip_transport_10|upper}</SIP_Transport_10_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_10_ ua="na">{$sip_port_10}</SIP_Port_10_>
|
||||
<SIP_100REL_Enable_10_ ua="na">No</SIP_100REL_Enable_10_>
|
||||
<EXT_SIP_Port_10_ ua="na"></EXT_SIP_Port_10_>
|
||||
|
|
@ -1366,7 +1366,7 @@
|
|||
<Jitter_Buffer_Adjustment_11_ ua="na">up and down</Jitter_Buffer_Adjustment_11_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_11_ ua="na">{$sip_transport_11}</SIP_Transport_11_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_11_ ua="na">{$sip_transport_11|upper}</SIP_Transport_11_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_11_ ua="na">{$sip_port_11}</SIP_Port_11_>
|
||||
<SIP_100REL_Enable_11_ ua="na">No</SIP_100REL_Enable_11_>
|
||||
<EXT_SIP_Port_11_ ua="na"></EXT_SIP_Port_11_>
|
||||
|
|
@ -1478,7 +1478,7 @@
|
|||
<Jitter_Buffer_Adjustment_12_ ua="na">up and down</Jitter_Buffer_Adjustment_12_> <!-- options: up and down/up only/down only/disable -->
|
||||
|
||||
<!-- SIP Settings -->
|
||||
<SIP_Transport_12_ ua="na">{$sip_transport_12}</SIP_Transport_12_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Transport_12_ ua="na">{$sip_transport_12|upper}</SIP_Transport_12_> <!-- options: UDP/TCP/TLS -->
|
||||
<SIP_Port_12_ ua="na">{$sip_port_12}</SIP_Port_12_>
|
||||
<SIP_100REL_Enable_12_ ua="na">No</SIP_100REL_Enable_12_>
|
||||
<EXT_SIP_Port_12_ ua="na"></EXT_SIP_Port_12_>
|
||||
|
|
@ -1640,6 +1640,7 @@
|
|||
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "line"}
|
||||
{if $row.device_key_type == "line"}
|
||||
<!-- Phone/Line_Key_{$row.device_key_id} -->
|
||||
<Extension_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extension_{$row.device_key_id}_> <!-- options: 1/2/3/4/5/6/7/8/9/10/11/12/Disabled -->
|
||||
<Short_Name_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_label}</Short_Name_{$row.device_key_id}_>
|
||||
|
|
@ -1651,6 +1652,7 @@
|
|||
<Share_Call_Appearance_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">private</Share_Call_Appearance_{$row.device_key_id}_> <!-- options: private/shared -->
|
||||
<Extended_Function_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extended_Function_{$row.device_key_id}_>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
|
||||
|
|
@ -1933,73 +1935,20 @@
|
|||
<BLF_Busy_LED ua="na"></BLF_Busy_LED>
|
||||
<BLF_Held_LED ua="na"></BLF_Held_LED>
|
||||
|
||||
<!-- Unit 1 -->
|
||||
<Unit_1_Key_1 ua="na"></Unit_1_Key_1>
|
||||
<Unit_1_Key_2 ua="na"></Unit_1_Key_2>
|
||||
<Unit_1_Key_3 ua="na"></Unit_1_Key_3>
|
||||
<Unit_1_Key_4 ua="na"></Unit_1_Key_4>
|
||||
<Unit_1_Key_5 ua="na"></Unit_1_Key_5>
|
||||
<Unit_1_Key_6 ua="na"></Unit_1_Key_6>
|
||||
<Unit_1_Key_7 ua="na"></Unit_1_Key_7>
|
||||
<Unit_1_Key_8 ua="na"></Unit_1_Key_8>
|
||||
<Unit_1_Key_9 ua="na"></Unit_1_Key_9>
|
||||
<Unit_1_Key_10 ua="na"></Unit_1_Key_10>
|
||||
<Unit_1_Key_11 ua="na"></Unit_1_Key_11>
|
||||
<Unit_1_Key_12 ua="na"></Unit_1_Key_12>
|
||||
<Unit_1_Key_13 ua="na"></Unit_1_Key_13>
|
||||
<Unit_1_Key_14 ua="na"></Unit_1_Key_14>
|
||||
<Unit_1_Key_15 ua="na"></Unit_1_Key_15>
|
||||
<Unit_1_Key_16 ua="na"></Unit_1_Key_16>
|
||||
<Unit_1_Key_17 ua="na"></Unit_1_Key_17>
|
||||
<Unit_1_Key_18 ua="na"></Unit_1_Key_18>
|
||||
<Unit_1_Key_19 ua="na"></Unit_1_Key_19>
|
||||
<Unit_1_Key_20 ua="na"></Unit_1_Key_20>
|
||||
<Unit_1_Key_21 ua="na"></Unit_1_Key_21>
|
||||
<Unit_1_Key_22 ua="na"></Unit_1_Key_22>
|
||||
<Unit_1_Key_23 ua="na"></Unit_1_Key_23>
|
||||
<Unit_1_Key_24 ua="na"></Unit_1_Key_24>
|
||||
<Unit_1_Key_25 ua="na"></Unit_1_Key_25>
|
||||
<Unit_1_Key_26 ua="na"></Unit_1_Key_26>
|
||||
<Unit_1_Key_27 ua="na"></Unit_1_Key_27>
|
||||
<Unit_1_Key_28 ua="na"></Unit_1_Key_28>
|
||||
<Unit_1_Key_29 ua="na"></Unit_1_Key_29>
|
||||
<Unit_1_Key_30 ua="na"></Unit_1_Key_30>
|
||||
<Unit_1_Key_31 ua="na"></Unit_1_Key_31>
|
||||
<Unit_1_Key_32 ua="na"></Unit_1_Key_32>
|
||||
|
||||
<!-- Unit 2 -->
|
||||
<Unit_2_Key_1 ua="na"></Unit_2_Key_1>
|
||||
<Unit_2_Key_2 ua="na"></Unit_2_Key_2>
|
||||
<Unit_2_Key_3 ua="na"></Unit_2_Key_3>
|
||||
<Unit_2_Key_4 ua="na"></Unit_2_Key_4>
|
||||
<Unit_2_Key_5 ua="na"></Unit_2_Key_5>
|
||||
<Unit_2_Key_6 ua="na"></Unit_2_Key_6>
|
||||
<Unit_2_Key_7 ua="na"></Unit_2_Key_7>
|
||||
<Unit_2_Key_8 ua="na"></Unit_2_Key_8>
|
||||
<Unit_2_Key_9 ua="na"></Unit_2_Key_9>
|
||||
<Unit_2_Key_10 ua="na"></Unit_2_Key_10>
|
||||
<Unit_2_Key_11 ua="na"></Unit_2_Key_11>
|
||||
<Unit_2_Key_12 ua="na"></Unit_2_Key_12>
|
||||
<Unit_2_Key_13 ua="na"></Unit_2_Key_13>
|
||||
<Unit_2_Key_14 ua="na"></Unit_2_Key_14>
|
||||
<Unit_2_Key_15 ua="na"></Unit_2_Key_15>
|
||||
<Unit_2_Key_16 ua="na"></Unit_2_Key_16>
|
||||
<Unit_2_Key_17 ua="na"></Unit_2_Key_17>
|
||||
<Unit_2_Key_18 ua="na"></Unit_2_Key_18>
|
||||
<Unit_2_Key_19 ua="na"></Unit_2_Key_19>
|
||||
<Unit_2_Key_20 ua="na"></Unit_2_Key_20>
|
||||
<Unit_2_Key_21 ua="na"></Unit_2_Key_21>
|
||||
<Unit_2_Key_22 ua="na"></Unit_2_Key_22>
|
||||
<Unit_2_Key_23 ua="na"></Unit_2_Key_23>
|
||||
<Unit_2_Key_24 ua="na"></Unit_2_Key_24>
|
||||
<Unit_2_Key_25 ua="na"></Unit_2_Key_25>
|
||||
<Unit_2_Key_26 ua="na"></Unit_2_Key_26>
|
||||
<Unit_2_Key_27 ua="na"></Unit_2_Key_27>
|
||||
<Unit_2_Key_28 ua="na"></Unit_2_Key_28>
|
||||
<Unit_2_Key_29 ua="na"></Unit_2_Key_29>
|
||||
<Unit_2_Key_30 ua="na"></Unit_2_Key_30>
|
||||
<Unit_2_Key_31 ua="na"></Unit_2_Key_31>
|
||||
<Unit_2_Key_32 ua="na"></Unit_2_Key_32>
|
||||
<!-- Attendant_Console/Unit_x -->
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "expansion"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-1"}
|
||||
<Unit_1_Key_{$row.device_key_id} group="Attendant_Console/Unit_1">{$row.device_key_value}</Unit_1_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{if $row.device_key_category == "expansion-2"}
|
||||
<Unit_2_Key_{$row.device_key_id} group="Attendant_Console/Unit_2">{$row.device_key_value}</Unit_2_Key_{$row.device_key_id}>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
<Protect_IVR_FactoryReset ua="na">No</Protect_IVR_FactoryReset>
|
||||
|
||||
</flat-profile>
|
||||
Loading…
Reference in New Issue