Provisioning - Add key assignment, fix vertical spacing on some of the templates, trailing spaces, fix the dialplan and disable Group_Paging_Script tag which uses extension 800.

This commit is contained in:
Mark Crane
2013-12-21 20:24:17 +00:00
parent ae43fa83bf
commit 37dc88c439
10 changed files with 12431 additions and 11850 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -161,6 +161,8 @@
<Screen_Saver_Enable group="Phone/General">No</Screen_Saver_Enable>
<Screen_Saver_Wait group="Phone/General">300</Screen_Saver_Wait>
<Screen_Saver_Icon group="Phone/General">Background Picture</Screen_Saver_Icon>
<!-- Phone/Line_Key_1 -->
{if $key_type_1 == 'line'}
<Extension_1_ group="Phone/Line_Key_1">{$key_id_1}</Extension_1_>
<Short_Name_1_ group="Phone/Line_Key_1">{$key_label_1}</Short_Name_1_>
@@ -172,6 +174,8 @@
<Share_Call_Appearance_1_ group="Phone/Line_Key_1">private</Share_Call_Appearance_1_>
<Extended_Function_1_ group="Phone/Line_Key_1">{$key_value_1}</Extended_Function_1_>
{/if}
<!-- Phone/Line_Key_2 -->
{if $key_type_2 == 'line'}
<Extension_2_ group="Phone/Line_Key_2">{$key_id_2}</Extension_2_>
<Short_Name_2_ group="Phone/Line_Key_2">{$key_label_2}</Short_Name_2_>
@@ -183,6 +187,8 @@
<Share_Call_Appearance_2_ group="Phone/Line_Key_2">private</Share_Call_Appearance_2_>
<Extended_Function_2_ group="Phone/Line_Key_2">{$key_value_2}</Extended_Function_2_>
{/if}
<!-- Phone/Line_Key_3 -->
{if $key_type_3 == 'line'}
<Extension_3_ group="Phone/Line_Key_3">{$key_id_3}</Extension_3_>
<Short_Name_3_ group="Phone/Line_Key_3">{$key_label_3}</Short_Name_3_>
@@ -194,6 +200,8 @@
<Share_Call_Appearance_3_ group="Phone/Line_Key_3">private</Share_Call_Appearance_3_>
<Extended_Function_3_ group="Phone/Line_Key_3">{$key_value_3}</Extended_Function_3_>
{/if}
<!-- Phone/Line_Key_4 -->
{if $key_type_4 == 'line'}
<Extension_4_ group="Phone/Line_Key_4">{$key_id_4}</Extension_4_>
<Short_Name_4_ group="Phone/Line_Key_4">{$key_label_4}</Short_Name_4_>
@@ -205,6 +213,7 @@
<Share_Call_Appearance_4_ group="Phone/Line_Key_4">private</Share_Call_Appearance_4_>
<Extended_Function_4_ group="Phone/Line_Key_4">{$key_value_4}</Extended_Function_4_>
{/if}
<SCA_Line_ID_Mapping group="Phone/Miscellaneous_Line_Key_Settings">Vertical First</SCA_Line_ID_Mapping>
<SCA_Barge-In_Enable group="Phone/Miscellaneous_Line_Key_Settings">No</SCA_Barge-In_Enable>
<Idle_LED group="Phone/Line_Key_LED_Pattern"/>
@@ -640,6 +649,11 @@
<Unit_1_Enable group="Attendant_Console/General">Yes</Unit_1_Enable>
<Subscribe_Delay group="Attendant_Console/General">1</Subscribe_Delay>
<Unit_2_Enable group="Attendant_Console/General">Yes</Unit_2_Enable>
<!-- Phone/Multiple_Paging_Group_Parameters -->
<!-- <Group_Paging_Script group="Phone/Multiple_Paging_Group_Parameters">pggrp=224.168.168.168:34560;name=All;num=800;listen=yes;</Group_Paging_Script> -->
<Group_Paging_Script group="Phone/Multiple_Paging_Group_Parameters"></Group_Paging_Script>
<Server_Type group="Attendant_Console/General">Broadsoft</Server_Type>
<Test_Mode_Enable group="Attendant_Console/General">No</Test_Mode_Enable>
<Attendant_Console_Call_Pickup_Code group="Attendant_Console/General">*98</Attendant_Console_Call_Pickup_Code>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff