Provisioning template changes (#6588)

* Provisioning template changes

Grandstream
GAC2500 - Added account sip port to grandstream template after account server name
GRP2612 - Added Variable for grandstream dial timeout
GRP2612 - Added Variable for grandstream lock volume
GRP2612w - Added Variable for grandstream dial timeout
GRP2612w - Added Variable for grandstream lock volume
GRP2613 - Added Variable for grandstream lock volume
GRP2614 - Added Variable for grandstream dial timeout
GRP2614 - Added Variable for grandstream lock volume
GRP2614 - Added Variable for granstream call popup enabled
GRP2615 - Added Variable for grandstream dial timeout
GRP2615 - Added Variable for grandstream lock volume
GRP2616 - Added Variable for grandstream lock volume
GRP26xx - Added Variable for grandstream lock volume
GXP2160 - Changed template to default enable options keepalive
GXP2160 - Added option for multicast listen address with "if isset" for variable on P1569
GXP2160 - Added Variable for grandstream lock volume
GXP2160 - added variable grandstream_weather_enable to enable/disable weather function in phones
GXP2170 - Added Variable for grandstream dial timeout
GXP2170 - Added Variable for grandstream lock volume
GXP2170 - Added Variable for grandstream stun server
GXP2170 - Added Variable for granstream call popup enabled
GXP2170 - Added option for multicast listen address with "if isset" for variable on P1569
GXP2170 - added variable grandstream_weather_enable to enable/disable weather function in phones
GXP3240 - Added account sip port to grandstream template after account server name

HTek
UC903 - Added account sip port to htek template after account server name
UC903 - Added variable to specify account 1 ringtone
UC903 - Added ** as pickup code - Not defined
UC903 - Added variable for screen timeout
UC903 - Enabled call waiting tone P8850 - its off by default for some reason
UC903 - fixed variable P2 to set the admin password on the phone from default settings, was not defined
UC903 - Added variable to change the pc port mode if expansion module needed P231
UC903 - Fixed expansion module key types - not defined
UC923 - Added variable to specify account 1 ringtone
UC923 - Added variable to change the pc port mode if expansion module needed P231
UC923 - Added ** as pickup code - Not defined
UC923 - Added variable for screen timeout
UC923 - Enabled call waiting tone P8850 - its off by default for some reason
UC923 - fixed variable P2 to set the admin password on the phone from default settings, was not defined
UC923 - Fixed expansion module key types - not defined
UC924 - Added variable to specify account 1 ringtone
UC924 - Added variable to change the pc port mode if expansion module needed P231
UC924 - Added ** as pickup code - Not defined
UC924 - Added variable for screen timeout
UC924 - Enabled call waiting tone P8850 - its off by default for some reason
UC924 - fixed variable P2 to set the admin password on the phone from default settings, was not defined
UC924 - Fixed expansion module key types - not defined
UC926 - Added variable to specify account 1 ringtone
UC926 - Added variable to change the pc port mode if expansion module needed P231
UC926 - Added ** as pickup code - Not defined
UC926 - Added variable for screen timeout
UC926 - Enabled call waiting tone P8850 - its off by default for some reason
UC926 - fixed variable P2 to set the admin password on the phone from default settings, was not defined
UC926 - Fixed expansion module key types - not defined

Snom
D735 - Added code given to use by snom to light the BLF green when avail and red when in use

Fanvil

X210 - Added default setting for fanvil blf pickup code
X210 - Added if exist in template for fanvil x210 the pickup code var

* grandstream_stun_server variable already exists

---------

Co-authored-by: FusionPBX <markjcrane@gmail.com>
This commit is contained in:
David Jacob 2023-04-03 00:12:13 -04:00 committed by GitHub
parent 4dbee9b596
commit f0c1ebd3a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 5077 additions and 4879 deletions

View File

@ -759,4 +759,12 @@
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Enable or Disable App Icon on the phone display. enabled 1,1,1,1 ( Default), disable 0,0,0,0 (call log, messages, voicemail, DND)";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "3072b712-ad37-46c1-8f69-8c943647f02c";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "fanvil_pickup_num";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "**";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set Fanvil BLF call pickup code";
$y++;
?>

View File

@ -4,7 +4,7 @@
$apps[$x]['uuid'] = "24ab69bf-c78b-4ab3-9911-cf30247e3e46";
$apps[$x]['category'] = "Vendor";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "1.0";
$apps[$x]['version'] = "1.1";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "";
@ -1030,4 +1030,36 @@
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "notification tone volume 0-7";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "d84e7561-d76d-4232-9bec-fff56bacb09c";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "grandstream_dial_timeout";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "4";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "No Key Entry Timeout (in seconds). Default is 4";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "7d9bb6de-c5e6-42f2-9661-347b615a9814";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "grandstream_lock_volume";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "0";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Lock Volumne. 0 - No, 1 - Yes. Default is 0";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "9f4e1c98-c1cc-4800-a754-819608d81d08";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "grandstream_call_popup_enable";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "1";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Enable Incoming Call Popup. 0 - No, 1 - Yes. Default is 1";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "b0487a11-f601-47fd-91d6-801800eb4d7b";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "grandstream_weather_enabled";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "1";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Enable weather update. 0 - No, 1 - Yes. Default is 1";
?>

View File

@ -61,5 +61,29 @@
$apps[$x]['default_settings'][$y]['default_setting_value'] = "1";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "1=12hr 0=24hr";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "58cb27b9-558d-42dd-a3c6-1f4c12690ba6";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "htek_account1_ring_tone";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "1";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Select ring tone number for account 1";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "e79dddf6-86ce-495b-a0f9-b6a8a3cae648";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "htek_screentimeout";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "1";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Select timeout for phone screen";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "7b6d11d4-675d-46e2-9dc1-27043478d33a";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "htek_pcport_mode";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "1";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Mode of the PC network port on back of phone Bridge=1 Router=0 ExpansionModule=2";
$y++;
?>

View File

@ -174,7 +174,7 @@
<HotlineNum></HotlineNum>
<EnableHotline>0</EnableHotline>
<WarmLineTime>0</WarmLineTime>
<PickupNum></PickupNum>
<PickupNum>{if isset($fanvil_pickup_num)}{$fanvil_pickup_num}{else}**{/if}</PickupNum>
<JoinNum></JoinNum>
<IntercomNum></IntercomNum>
<RingType>{if isset($fanvil_ringtone_line1)}{$fanvil_ringtone_line1}{else}default{/if}</RingType>

View File

@ -22,7 +22,7 @@
<!-- SIP Server -->
<!-- String -->
<P47>{$account.1.server_address}</P47>
<P47>{$account.1.server_address}:{$account.1.sip_port}</P47>
<!-- # SIP User ID -->
<P35>{$account.1.user_id}</P35>

View File

@ -4370,7 +4370,11 @@
<!-- # Lock Volumne. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_lock_volume)}
<P8392>{$grandstream_lock_volume}</P8392>
{else}
<P8392>0</P8392>
{/if}
<!-- # Default Ringtone. 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent. Default is 0 -->
<!-- # Number: 0, 1, 2, 3, 4 -->

View File

@ -759,7 +759,11 @@
<!-- # No Key Entry Timeout (in seconds). Default is 4 -->
<!-- # Number: 1 - 15 -->
<!-- # Mandatory -->
{if isset($grandstream_dial_timeout)}
<P85>{$grandstream_dial_timeout}</P85>
{else}
<P85>4</P85>
{/if}
<!-- # Key as Send. 0 - Disabled, 1 - Pound (#), 2 - Star (*). Default is 1 -->
<!-- # Number: 0, 1, 2 -->
@ -4428,7 +4432,11 @@
<!-- # Lock Volumne. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_lock_volume)}
<P8392>{$grandstream_lock_volume}</P8392>
{else}
<P8392>0</P8392>
{/if}
<!-- # Default Ringtone. 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent. Default is 0 -->
<!-- # Number: 0, 1, 2, 3, 4 -->

View File

@ -5199,7 +5199,11 @@
<!-- # Lock Volumne. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_lock_volume)}
<P8392>{$grandstream_lock_volume}</P8392>
{else}
<P8392>0</P8392>
{/if}
<!-- # Default Ringtone. 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent. Default is 0 -->
<!-- # Number: 0, 1, 2, 3, 4 -->

View File

@ -759,7 +759,11 @@
<!-- # No Key Entry Timeout (in seconds). Default is 4 -->
<!-- # Number: 1 - 15 -->
<!-- # Mandatory -->
{if isset($grandstream_dial_timeout)}
<P85>{$grandstream_dial_timeout}</P85>
{else}
<P85>4</P85>
{/if}
<!-- # Key as Send. 0 - Disabled, 1 - Pound (#), 2 - Star (*). Default is 1 -->
<!-- # Number: 0, 1, 2 -->
@ -5845,8 +5849,11 @@
<!-- # Enable Incoming Call Popup. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_call_popup_enable)}
<P8401>{$grandstream_call_popup_enable}</P8401>
{else}
<P8401>1</P8401>
{/if}
<!-- # Enable Enhanced Acoustic Echo Canceller. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
@ -6533,7 +6540,11 @@
<!-- # Lock Volumne. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_lock_volume)}
<P8392>{$grandstream_lock_volume}</P8392>
{else}
<P8392>0</P8392>
{/if}
<!-- # Default Ringtone. 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent. Default is 0 -->
<!-- # Number: 0, 1, 2, 3, 4 -->

View File

@ -760,7 +760,11 @@
<!-- # No Key Entry Timeout (in seconds). Default is 4 -->
<!-- # Number: 1 - 15 -->
<!-- # Mandatory -->
{if isset($grandstream_dial_timeout)}
<P85>{$grandstream_dial_timeout}</P85>
{else}
<P85>4</P85>
{/if}
<!-- # Key as Send. 0 - Disabled, 1 - Pound (#), 2 - Star (*). Default is 1 -->
<!-- # Number: 0, 1, 2 -->
@ -7558,7 +7562,11 @@
<!-- # Lock Volumne. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_lock_volume)}
<P8392>{$grandstream_lock_volume}</P8392>
{else}
<P8392>0</P8392>
{/if}
<!-- # Default Ringtone. 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent. Default is 0 -->
<!-- # Number: 0, 1, 2, 3, 4 -->

View File

@ -8456,7 +8456,11 @@
<!-- # Lock Volumne. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_lock_volume)}
<P8392>{$grandstream_lock_volume}</P8392>
{else}
<P8392>0</P8392>
{/if}
<!-- # Default Ringtone. 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent. Default is 0 -->
<!-- # Number: 0, 1, 2, 3, 4 -->

View File

@ -7703,7 +7703,11 @@
<!-- # Lock Speaker Volume. 0 - No, 1 - Ring, 2 - Talk, 3 - Both. Default is 0 -->
<!-- # Number: 0, 1, 2, 3 -->
<!-- # Mandatory -->
{if isset($grandstream_lock_volume)}
<P8392>{$grandstream_lock_volume}</P8392>
{else}
<P8392>0</P8392>
{/if}
<!-- # Default Ringtone. 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent. Default is 0 -->
<!-- # Number: 0, 1, 2, 3, 4 -->

View File

@ -7791,7 +7791,11 @@
<!-- # Priority 1 -->
<!-- # Listening Address -->
<!-- # String -->
{if isset($multicast_listen_address_1)}
<P1569>{$multicast_listen_address_1}</P1569>
{else}
<P1569></P1569>
{/if}
<!-- # Label -->
<!-- # String -->
@ -8408,7 +8412,11 @@
<!-- # Lock Volumne. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_lock_volume)}
<P8392>{$grandstream_lock_volume}</P8392>
{else}
<P8392>0</P8392>
{/if}
<!-- # Default Ringtone. 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent. Default is 0 -->
<!-- # Number: 0, 1, 2, 3, 4 -->
@ -8431,7 +8439,11 @@
<!-- # Enable weather update. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1402>1</P1402>
{if isset($grandstream_city_code)}
<P1402>{$grandstream_weather_enable}</P1402>
{else}
<P1402>0</P1402>
{/if}
<!-- # City Code -->
<!-- # 0 - Self-Defined City Code, 1 - Automatic. Default is 1 -->

View File

@ -767,7 +767,11 @@
<!-- # No Key Entry Timeout (in seconds). Default is 4 -->
<!-- # Number: 1 - 15 -->
<!-- # Mandatory -->
{if isset($grandstream_dial_timeout)}
<P85>{$grandstream_dial_timeout}</P85>
{else}
<P85>4</P85>
{/if}
<!-- # Key as Send. 0 - Disabled, 1 - Pound (#), 2 - Star (*). Default is 1 -->
<!-- # Number: 0, 1, 2 -->
@ -6936,7 +6940,10 @@
<!-- # STUN server -->
<!-- # String -->
{if isset($grandstream_stun_server) }<P76>{$grandstream_stun_server}</P76>
{else}
<P76></P76>
{/if}
<!-- # Public Mode. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
@ -7740,7 +7747,11 @@
<!-- # Enable Incoming Call Popup. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_call_popup_enable)}
<P8401>{$grandstream_call_popup_enable}</P8401>
{else}
<P8401>1</P8401>
{/if}
<!-- # Enable Enhanced Acoustic Echo Canceller. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
@ -7793,7 +7804,11 @@
<!-- # Priority 1 -->
<!-- # Listening Address -->
<!-- # String -->
{if isset($multicast_listen_address_1)}
<P1569>{$multicast_listen_address_1}</P1569>
{else}
<P1569></P1569>
{/if}
<!-- # Label -->
<!-- # String -->
@ -8414,7 +8429,11 @@
<!-- # Lock Volumne. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_lock_volume)}
<P8392>{$grandstream_lock_volume}</P8392>
{else}
<P8392>0</P8392>
{/if}
<!-- # Default Ringtone. 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent. Default is 0 -->
<!-- # Number: 0, 1, 2, 3, 4 -->
@ -8437,7 +8456,11 @@
<!-- # Enable weather update. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1402>1</P1402>
{if isset($grandstream_city_code)}
<P1402>{$grandstream_weather_enable}</P1402>
{else}
<P1402>0</P1402>
{/if}
<!-- # City Code -->
<!-- # 0 - Self-Defined City Code, 1 - Automatic. Default is 1 -->

View File

@ -236,7 +236,7 @@
<P270></P270>
<!-- SIP Server -->
<P47>{$account.1.server_address}</P47>
<P47>{$account.1.server_address}:{$account.1.sip_port}</P47>
<!-- SIP User ID -->
@ -674,7 +674,7 @@
<P417></P417>
<!-- SIP Server -->
<P402>{$account.2.server_address}</P402>
<P402>{$account.2.server_address}:{$account.2.sip_port}</P402>
<!-- SIP User ID -->
<P404>{$account.2.user_id}</P404>
@ -1097,7 +1097,7 @@
<P517></P517>
<!-- SIP Server -->
<P502>{$account.3.server_address}</P502>
<P502>{$account.3.server_address}:{$account.3.sip_port}</P502>
<!-- SIP User ID -->
<P504>{$account.3.user_id}</P504>
@ -1524,7 +1524,7 @@ VNumber: 0, 1, 2. -->
<P617></P617>
<!-- SIP Server -->
<P602>{$server_address_4}</P602>
<P602>{$server_address_4}:{$account.4.sip_port}</P602>
<!-- SIP User ID -->
<P604>{$user_id_4}</P604>

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

@ -76,6 +76,18 @@
<keepalive_interval idx="{$row.line_number}" perm="R">{if isset($snom_keepalive)}{$snom_keepalive}{else}5{/if}</keepalive_interval>
{if $row@index eq 11}{break}{/if}
{/foreach}
<led_on perm="">CONNECTED IDLE ON BUSY IN_A_CALL CALLING IN_A_MEETING URGENT_INTERRUPTIONS_ONLY DND UNAVAILABLE ACTIVE INACTIVE BE_RIGHT_BACK AWAY SEIZED CONNECTED ON_HOLD OFFHOOK RINGBACK I-Am-Ready AVAILABLE I-Am-Busy PhoneHasCall PhoneHasMissedCalls</led_on>
<led_red perm="">CONNECTED AWAY INACTIVE BE_RIGHT_BACK KeyConfigActiveBUSY DND_ALL DND_SELF I-Am-Busy IN_A_CALL IN_A_MEETING URGENT_INTERRUPTIONS_ONLY UNAVAILABLE seized_remote alerting_remote active_remote held_remote</led_red>
<led_green perm="">IDLE AVAILABLE AVAILABLE_ON_MOBILE AVAILABLE_AT_DESK I-Am-Ready I-Am-Almost-Ready call_center_status_empty call_center_status_normal call_center_status_exceed seized_local alerting_local active_local held_local call_parked</led_green>
<led_orange perm="">RINGING</led_orange>
<call_screen_fkeys_on_connected perm="">F_HOLD transfer F_CONFERENCE </call_screen_fkeys_on_connected>
<call_screen_fkeys_on_holding perm="">F_LEFT F_RIGHT F_CONF_ON(not:Transfer) F_DIAL(Transfer) F_HOLD transfer(not:Transfer) F_CONTACTPOOL(Holding,Transfer) F_ABS F_DELETE_MSG F_CALLRECORD_CONTROL_ON </call_screen_fkeys_on_holding>
</phone-settings>
<firmware-settings>