Move includes/templates to resources/templates.

This commit is contained in:
Mark Crane
2013-06-09 05:03:13 +00:00
parent fcc76be714
commit e02ac39270
171 changed files with 0 additions and 0 deletions
@@ -0,0 +1,118 @@
# Based on examples configurations like:
# http://www.voip-info.org/wiki/view/Aastra+9133i+Configuration
# Reference documenation is at:
# http://www.aastra.com/cps/rde/xchg/SID-3D8CCB6A-995D8770/04/hs.xsl/33977.htm#dl_instructions
# PDF link is labeled "9143i, 9480i, 9480i CT and 67xxi Series SIP Phone Administrators Guide"
# Direct link to admin guide PDF as of 2010-08-18 is:
# ftp://216.94.98.106/Downloads/Admin_Guides/IP%20Phone%20Admin%20Guide_2.6.0_41-001160-05_REV00_IPP_AG_1005.pdf
# #################
# Network Settings
# #################
# commented out because DHCP server normally sets these values
# === DHCP ===
#dhcp: 1
# === IP network settings ===
#subnet mask: 255.255.255.0
#default gateway: 192.168.1.1
#dns1: 192.168.1.1
#dns2: 205.210.42.205 # cache1.dnsresolvers.com
# === NTP time server settings ===
#time server disabled: 0
#time server1: {domain_name}
#time server2: pool.ntp.org
#time server3:
# #################
# Firmware Server
# #################
# phone looks for firwmare in <phone model>.st file, e.g. "53i.st" or "57iCT.st"
#firmware server: http://{domain_name}{v_project_path}/provisioning/aastra/firmware
# #################
# Configuration and Firmware Downloads for auto resync
# #################
# phone looks for configuration files in aastra.cfg followed by <MAC>.cfg, e.g. "00085D1610DE.cfg"
# leave HTTP path blank for http://{domain_name}{v_project_path}/aastra.cfg and http://{domain_name}{v_project_path}/<MAC>.cfg
download protocol: HTTP # HTTPS, TFTP and FTP also supported
http server: {domain_name}
#http port: 80 # default is 80
#http path: provisioning/aastra
#tftp server: {domain_name}
#alternate tftp server:
#use alternate tftp server: 1
#ftp server: {domain_name}
#ftp username:
#ftp password:
# Read reference guide before enabling auto resync mode.
# Example below is for resyncing config (but not firmware) nightly at 2am every 7 days
#
#auto resync mode: 1
#auto resync time: 02:00
#auto resync max delay: 120 # in minutes
#auto resync days: 7
# #################
# General settings
# #################
# === passwords and access control ===
#admin password: 22222 # 22222 is the default
#user password: 123 # default is blank
#web interface enabled: 1
#options password enabled: 1 # default is 0 == not protected
#options simple menu: 1 # default is 0 == full options menu
# === date and time ===
#time format: 0 # 1 for 24 hr format
#date format: 0 # 0 == WWW MMM DD, 1 == DD-MMM-YY, 2 == YYYY-MM-DD, see reference for others
#dst config: 3 # 0 == off, 1 == 30 min summertime, 2 == 1 hr summertime, 3 (default) == automatic
time zone name: US-Eastern
# === backlight for 6755i and 6757i===
#backlight mode: 1 # 0 == off, 1 == auto to turn off after period of inactivity
#bl on time: 600 # time in seconds before backlight turns off if in auto
# #################
# SIP settings - global
# #################
# most can be overridden per line; see below
sip registrar ip: {domain_name}
sip registrar port: 5060
#sip proxy ip: {domain_name}
#sip proxy port: 5060
#sip registration period: 3600 # requested registration period, defaults to 0
sip screen name: {v_line1_displayname}
#sip screen name: Ext. {v_line1_displayname}
#sip screen name 2: Support Desk
sip user name: {v_line1_user_id} # used in SIP URI
sip password: {v_line1_user_password}
sip auth name: {v_line1_user_id} # used in Authorization header field of SIP REGISTER request
sip vmail: *97
# #################
# SIP settings - per-line
# #################
sip line2 user name: {v_line2_user_id} # used in SIP URI
sip line2 password: {v_line2_user_password}
sip line2 auth name: {v_line2_user_id} # used in Authorization header field of SIP REGISTER request
@@ -0,0 +1,35 @@
<?xml version="1.0"?>
<flat-profile>
<Provision_Enable>Yes</Provision_Enable>
<Resync_On_Reset>Yes</Resync_On_Reset>
<Resync_Random_Delay>2</Resync_Random_Delay>
<Resync_Periodic>3600</Resync_Periodic>
<Resync_Error_Retry_Delay>3600</Resync_Error_Retry_Delay>
<Forced_Resync_Delay>14400</Forced_Resync_Delay>
<Resync_From_SIP>Yes</Resync_From_SIP>
<Resync_After_Upgrade_Attempt>Yes</Resync_After_Upgrade_Attempt>
<Profile_Rule>http://{domain_name}{v_project_path}/app/provision/?mac=$MA</Profile_Rule>
<Upgrade_Enable>Yes</Upgrade_Enable>
<RTP_Packet_Size>0.020</RTP_Packet_Size>
<Line_Enable_1_>Yes</Line_Enable_1_>
<Mailbox_ID_1_>*97</Mailbox_ID_1_>
<Proxy_1_>{domain_name}</Proxy_1_>
<Register_1_>Yes</Register_1_>
<Display_Name_1_>{v_line1_displayname}</Display_Name_1_>
<User_ID_1_>{v_line1_user_id}</User_ID_1_>
<Password_1_>{v_line1_user_password}</Password_1_>
<Use_Auth_ID_1_>No</Use_Auth_ID_1_>
<Auth_ID_1_></Auth_ID_1_>
<Dial_Plan_1_>(*xxxxxx|*xxxxx|*xxxx|*xxx|*xx|*x|#x|**xx|**xxx|**xxxx|**xxxxx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)</Dial_Plan_1_>
<Line_Enable_2_>Yes</Line_Enable_2_>
<Mailbox_ID_2_>*97</Mailbox_ID_2_>
<Proxy_2_>{domain_name}</Proxy_2_>
<Register_2_>Yes</Register_2_>
<Display_Name_2_>{v_line2_displayname}</Display_Name_2_>
<User_ID_2_>{v_line2_user_id}</User_ID_2_>
<Password_2_>{v_line2_user_password}</Password_2_>
<Use_Auth_ID_2_>No</Use_Auth_ID_2_>
<Auth_ID_2_></Auth_ID_2_>
<Dial_Plan_2_>(*xxxxxx|*xxxxx|*xxxx|*xxx|*xx|*x|#x|**xx|**xxx|**xxxx|**xxxxx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)</Dial_Plan_2_>
<Time_Zone>GMT-07:00</Time_Zone>
</flat-profile>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,682 @@
<flat-profile>
<Syslog_Server group="System/Optional_Network_Configuration"/>
<Debug_Server group="System/Optional_Network_Configuration"/>
<Debug_Level group="System/Optional_Network_Configuration">0</Debug_Level>
<Primary_NTP_Server group="System/Optional_Network_Configuration">pool.ntp.org</Primary_NTP_Server>
<Secondary_NTP_Server group="System/Optional_Network_Configuration"/>
<Enable_VLAN group="System/VLAN_Settings">No</Enable_VLAN>
<Enable_CDP group="System/VLAN_Settings">Yes</Enable_CDP>
<VLAN_ID group="System/VLAN_Settings">1</VLAN_ID>
<PC_Port_VLAN_Highest_Priority group="System/VLAN_Settings">No Limit</PC_Port_VLAN_Highest_Priority>
<Enable_PC_Port_VLAN_Tagging group="System/VLAN_Settings">No</Enable_PC_Port_VLAN_Tagging>
<PC_Port_VLAN_ID group="System/VLAN_Settings">1</PC_Port_VLAN_ID>
<Max_Forward group="SIP/SIP_Parameters">70</Max_Forward>
<Max_Redirection group="SIP/SIP_Parameters">5</Max_Redirection>
<Max_Auth group="SIP/SIP_Parameters">2</Max_Auth>
<SIP_User_Agent_Name group="SIP/SIP_Parameters">$VERSION</SIP_User_Agent_Name>
<SIP_Server_Name group="SIP/SIP_Parameters">$VERSION</SIP_Server_Name>
<SIP_Reg_User_Agent_Name group="SIP/SIP_Parameters"/>
<SIP_Accept_Language group="SIP/SIP_Parameters"/>
<DTMF_Relay_MIME_Type group="SIP/SIP_Parameters">application/dtmf-relay</DTMF_Relay_MIME_Type>
<Remove_Last_Reg group="SIP/SIP_Parameters">No</Remove_Last_Reg>
<Use_Compact_Header group="SIP/SIP_Parameters">No</Use_Compact_Header>
<Escape_Display_Name group="SIP/SIP_Parameters">No</Escape_Display_Name>
<SIP-B_Enable group="SIP/SIP_Parameters">No</SIP-B_Enable>
<Talk_Package group="SIP/SIP_Parameters">No</Talk_Package>
<Hold_Package group="SIP/SIP_Parameters">No</Hold_Package>
<Conference_Package group="SIP/SIP_Parameters">No</Conference_Package>
<Notify_Conference group="SIP/SIP_Parameters">No</Notify_Conference>
<RFC_2543_Call_Hold group="SIP/SIP_Parameters">Yes</RFC_2543_Call_Hold>
<Random_REG_CID_On_Reboot group="SIP/SIP_Parameters">No</Random_REG_CID_On_Reboot>
<Mark_All_AVT_Packets group="SIP/SIP_Parameters">Yes</Mark_All_AVT_Packets>
<SIP_TCP_Port_Min group="SIP/SIP_Parameters">5060</SIP_TCP_Port_Min>
<SIP_TCP_Port_Max group="SIP/SIP_Parameters">5080</SIP_TCP_Port_Max>
<CTI_Enable group="SIP/SIP_Parameters">No</CTI_Enable>
<Caller_ID_Header group="SIP/SIP_Parameters">PAID-RPID-FROM</Caller_ID_Header>
<SRTP_Method group="SIP/SIP_Parameters">x-sipura</SRTP_Method>
<Hold_Target_Before_REFER group="SIP/SIP_Parameters">No</Hold_Target_Before_REFER>
<SIP_T1 group="SIP/SIP_Timer_Values__sec_">.5</SIP_T1>
<SIP_T2 group="SIP/SIP_Timer_Values__sec_">4</SIP_T2>
<SIP_T4 group="SIP/SIP_Timer_Values__sec_">5</SIP_T4>
<SIP_Timer_B group="SIP/SIP_Timer_Values__sec_">16</SIP_Timer_B>
<SIP_Timer_F group="SIP/SIP_Timer_Values__sec_">16</SIP_Timer_F>
<SIP_Timer_H group="SIP/SIP_Timer_Values__sec_">16</SIP_Timer_H>
<SIP_Timer_D group="SIP/SIP_Timer_Values__sec_">16</SIP_Timer_D>
<SIP_Timer_J group="SIP/SIP_Timer_Values__sec_">16</SIP_Timer_J>
<INVITE_Expires group="SIP/SIP_Timer_Values__sec_">240</INVITE_Expires>
<ReINVITE_Expires group="SIP/SIP_Timer_Values__sec_">30</ReINVITE_Expires>
<Reg_Min_Expires group="SIP/SIP_Timer_Values__sec_">1</Reg_Min_Expires>
<Reg_Max_Expires group="SIP/SIP_Timer_Values__sec_">7200</Reg_Max_Expires>
<Reg_Retry_Intvl group="SIP/SIP_Timer_Values__sec_">30</Reg_Retry_Intvl>
<Reg_Retry_Long_Intvl group="SIP/SIP_Timer_Values__sec_">1200</Reg_Retry_Long_Intvl>
<Reg_Retry_Random_Delay group="SIP/SIP_Timer_Values__sec_"/>
<Reg_Retry_Long_Random_Delay group="SIP/SIP_Timer_Values__sec_"/>
<Reg_Retry_Intvl_Cap group="SIP/SIP_Timer_Values__sec_"/>
<Sub_Min_Expires group="SIP/SIP_Timer_Values__sec_">10</Sub_Min_Expires>
<Sub_Max_Expires group="SIP/SIP_Timer_Values__sec_">7200</Sub_Max_Expires>
<Sub_Retry_Intvl group="SIP/SIP_Timer_Values__sec_">10</Sub_Retry_Intvl>
<SIT1_RSC group="SIP/Response_Status_Code_Handling"/>
<SIT2_RSC group="SIP/Response_Status_Code_Handling"/>
<SIT3_RSC group="SIP/Response_Status_Code_Handling"/>
<SIT4_RSC group="SIP/Response_Status_Code_Handling"/>
<Try_Backup_RSC group="SIP/Response_Status_Code_Handling"/>
<Retry_Reg_RSC group="SIP/Response_Status_Code_Handling"/>
<RTP_Port_Min group="SIP/RTP_Parameters">16384</RTP_Port_Min>
<RTP_Port_Max group="SIP/RTP_Parameters">16538</RTP_Port_Max>
<RTP_Packet_Size group="SIP/RTP_Parameters">0.030</RTP_Packet_Size>
<Max_RTP_ICMP_Err group="SIP/RTP_Parameters">0</Max_RTP_ICMP_Err>
<RTCP_Tx_Interval group="SIP/RTP_Parameters">0</RTCP_Tx_Interval>
<No_UDP_Checksum group="SIP/RTP_Parameters">No</No_UDP_Checksum>
<Symmetric_RTP group="SIP/RTP_Parameters">No</Symmetric_RTP>
<Stats_In_BYE group="SIP/RTP_Parameters">No</Stats_In_BYE>
<AVT_Dynamic_Payload group="SIP/SDP_Payload_Types">101</AVT_Dynamic_Payload>
<INFOREQ_Dynamic_Payload group="SIP/SDP_Payload_Types"/>
<G726r16_Dynamic_Payload group="SIP/SDP_Payload_Types">98</G726r16_Dynamic_Payload>
<G726r24_Dynamic_Payload group="SIP/SDP_Payload_Types">97</G726r24_Dynamic_Payload>
<G726r32_Dynamic_Payload group="SIP/SDP_Payload_Types">2</G726r32_Dynamic_Payload>
<G726r40_Dynamic_Payload group="SIP/SDP_Payload_Types">96</G726r40_Dynamic_Payload>
<G729b_Dynamic_Payload group="SIP/SDP_Payload_Types">99</G729b_Dynamic_Payload>
<EncapRTP_Dynamic_Payload group="SIP/SDP_Payload_Types">112</EncapRTP_Dynamic_Payload>
<RTP-Start-Loopback_Dynamic_Payload group="SIP/SDP_Payload_Types">113</RTP-Start-Loopback_Dynamic_Payload>
<RTP-Start-Loopback_Codec group="SIP/SDP_Payload_Types">G711u</RTP-Start-Loopback_Codec>
<AVT_Codec_Name group="SIP/SDP_Payload_Types">telephone-event</AVT_Codec_Name>
<G711u_Codec_Name group="SIP/SDP_Payload_Types">PCMU</G711u_Codec_Name>
<G711a_Codec_Name group="SIP/SDP_Payload_Types">PCMA</G711a_Codec_Name>
<G726r16_Codec_Name group="SIP/SDP_Payload_Types">G726-16</G726r16_Codec_Name>
<G726r24_Codec_Name group="SIP/SDP_Payload_Types">G726-24</G726r24_Codec_Name>
<G726r32_Codec_Name group="SIP/SDP_Payload_Types">G726-32</G726r32_Codec_Name>
<G726r40_Codec_Name group="SIP/SDP_Payload_Types">G726-40</G726r40_Codec_Name>
<G729a_Codec_Name group="SIP/SDP_Payload_Types">G729a</G729a_Codec_Name>
<G729b_Codec_Name group="SIP/SDP_Payload_Types">G729ab</G729b_Codec_Name>
<G722_Codec_Name group="SIP/SDP_Payload_Types">G722</G722_Codec_Name>
<EncapRTP_Codec_Name group="SIP/SDP_Payload_Types">encaprtp</EncapRTP_Codec_Name>
<Handle_VIA_received group="SIP/NAT_Support_Parameters">No</Handle_VIA_received>
<Handle_VIA_rport group="SIP/NAT_Support_Parameters">No</Handle_VIA_rport>
<Insert_VIA_received group="SIP/NAT_Support_Parameters">No</Insert_VIA_received>
<Insert_VIA_rport group="SIP/NAT_Support_Parameters">No</Insert_VIA_rport>
<Substitute_VIA_Addr group="SIP/NAT_Support_Parameters">No</Substitute_VIA_Addr>
<Send_Resp_To_Src_Port group="SIP/NAT_Support_Parameters">No</Send_Resp_To_Src_Port>
<STUN_Enable group="SIP/NAT_Support_Parameters">No</STUN_Enable>
<STUN_Test_Enable group="SIP/NAT_Support_Parameters">No</STUN_Test_Enable>
<STUN_Server group="SIP/NAT_Support_Parameters"/>
<EXT_IP group="SIP/NAT_Support_Parameters"/>
<EXT_RTP_Port_Min group="SIP/NAT_Support_Parameters"/>
<NAT_Keep_Alive_Intvl group="SIP/NAT_Support_Parameters">15</NAT_Keep_Alive_Intvl>
<Linksys_Key_System group="SIP/Linksys_Key_System_Parameters">No</Linksys_Key_System>
<Force_LAN_Codec group="SIP/Linksys_Key_System_Parameters">none</Force_LAN_Codec>
<Provision_Enable group="Provisioning/Configuration_Profile">Yes</Provision_Enable>
<Resync_On_Reset group="Provisioning/Configuration_Profile">Yes</Resync_On_Reset>
<Resync_Random_Delay group="Provisioning/Configuration_Profile">2</Resync_Random_Delay>
<Resync_Periodic group="Provisioning/Configuration_Profile">0</Resync_Periodic>
<Resync_Error_Retry_Delay group="Provisioning/Configuration_Profile">3600</Resync_Error_Retry_Delay>
<Forced_Resync_Delay group="Provisioning/Configuration_Profile">14400</Forced_Resync_Delay>
<Resync_From_SIP group="Provisioning/Configuration_Profile">Yes</Resync_From_SIP>
<Resync_After_Upgrade_Attempt group="Provisioning/Configuration_Profile">Yes</Resync_After_Upgrade_Attempt>
<Resync_Trigger_1 group="Provisioning/Configuration_Profile"/>
<Resync_Trigger_2 group="Provisioning/Configuration_Profile"/>
<Resync_Fails_On_FNF group="Provisioning/Configuration_Profile">Yes</Resync_Fails_On_FNF>
<Profile_Rule group="Provisioning/Configuration_Profile">http://{domain_name}{v_project_path}/app/provision/?mac=$MA</Profile_Rule>
<Profile_Rule_B group="Provisioning/Configuration_Profile"/>
<Profile_Rule_C group="Provisioning/Configuration_Profile"/>
<Profile_Rule_D group="Provisioning/Configuration_Profile"/>
<Log_Resync_Request_Msg group="Provisioning/Configuration_Profile">$PN $MAC -- Requesting resync $SCHEME://$SERVIP:$PORT$PATH</Log_Resync_Request_Msg>
<Log_Resync_Success_Msg group="Provisioning/Configuration_Profile">$PN $MAC -- Successful resync $SCHEME://$SERVIP:$PORT$PATH</Log_Resync_Success_Msg>
<Log_Resync_Failure_Msg group="Provisioning/Configuration_Profile">$PN $MAC -- Resync failed: $ERR</Log_Resync_Failure_Msg>
<Report_Rule group="Provisioning/Configuration_Profile"/>
<User_Configurable_Resync group="Provisioning/Configuration_Profile">No</User_Configurable_Resync>
<Upgrade_Enable group="Provisioning/Firmware_Upgrade">Yes</Upgrade_Enable>
<Upgrade_Error_Retry_Delay group="Provisioning/Firmware_Upgrade">3600</Upgrade_Error_Retry_Delay>
<Downgrade_Rev_Limit group="Provisioning/Firmware_Upgrade"/>
<Upgrade_Rule group="Provisioning/Firmware_Upgrade"/>
<Log_Upgrade_Request_Msg group="Provisioning/Firmware_Upgrade">$PN $MAC -- Requesting upgrade $SCHEME://$SERVIP:$PORT$PATH</Log_Upgrade_Request_Msg>
<Log_Upgrade_Success_Msg group="Provisioning/Firmware_Upgrade">$PN $MAC -- Successful upgrade $SCHEME://$SERVIP:$PORT$PATH -- $ERR</Log_Upgrade_Success_Msg>
<Log_Upgrade_Failure_Msg group="Provisioning/Firmware_Upgrade">$PN $MAC -- Upgrade failed: $ERR</Log_Upgrade_Failure_Msg>
<License_Keys group="Provisioning/Firmware_Upgrade"/>
<GPP_A group="Provisioning/General_Purpose_Parameters"/>
<GPP_B group="Provisioning/General_Purpose_Parameters"/>
<GPP_C group="Provisioning/General_Purpose_Parameters"/>
<GPP_D group="Provisioning/General_Purpose_Parameters"/>
<GPP_E group="Provisioning/General_Purpose_Parameters"/>
<GPP_F group="Provisioning/General_Purpose_Parameters"/>
<GPP_G group="Provisioning/General_Purpose_Parameters"/>
<GPP_H group="Provisioning/General_Purpose_Parameters"/>
<GPP_I group="Provisioning/General_Purpose_Parameters"/>
<GPP_J group="Provisioning/General_Purpose_Parameters"/>
<GPP_K group="Provisioning/General_Purpose_Parameters"/>
<GPP_L group="Provisioning/General_Purpose_Parameters"/>
<GPP_M group="Provisioning/General_Purpose_Parameters"/>
<GPP_N group="Provisioning/General_Purpose_Parameters"/>
<GPP_O group="Provisioning/General_Purpose_Parameters"/>
<GPP_P group="Provisioning/General_Purpose_Parameters"/>
<Time_Zone group="Regional/Miscellaneous">GMT{v_time_zone_offset}</Time_Zone>
<Time_Offset__HH_mm_ group="Regional/Miscellaneous"/>
<Daylight_Saving_Time_Rule group="Regional/Miscellaneous"/>
<Daylight_Saving_Time_Enable group="Regional/Miscellaneous">No</Daylight_Saving_Time_Enable>
<Station_Name group="Phone/General">{v_line1_displayname}</Station_Name>
<Voice_Mail_Number group="Phone/General">*97</Voice_Mail_Number>
<Text_Logo group="Phone/General"/>
<BMP_Picture_Download_URL group="Phone/General"/>
<Select_Logo group="Phone/General">Default</Select_Logo>
<Select_Background_Picture group="Phone/General">None</Select_Background_Picture>
<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>
<Extension_1_ group="Phone/Line_Key_1">1</Extension_1_>
<Short_Name_1_ group="Phone/Line_Key_1">$USER</Short_Name_1_>
<Share_Call_Appearance_1_ group="Phone/Line_Key_1">private</Share_Call_Appearance_1_>
<Extended_Function_1_ group="Phone/Line_Key_1"/>
<Extension_2_ group="Phone/Line_Key_2">1</Extension_2_>
<Short_Name_2_ group="Phone/Line_Key_2">$USER</Short_Name_2_>
<Share_Call_Appearance_2_ group="Phone/Line_Key_2">private</Share_Call_Appearance_2_>
<Extended_Function_2_ group="Phone/Line_Key_2"/>
<Extension_3_ group="Phone/Line_Key_3">1</Extension_3_>
<Short_Name_3_ group="Phone/Line_Key_3">$USER</Short_Name_3_>
<Share_Call_Appearance_3_ group="Phone/Line_Key_3">private</Share_Call_Appearance_3_>
<Extended_Function_3_ group="Phone/Line_Key_3"/>
<Extension_4_ group="Phone/Line_Key_4">1</Extension_4_>
<Short_Name_4_ group="Phone/Line_Key_4">$USER</Short_Name_4_>
<Share_Call_Appearance_4_ group="Phone/Line_Key_4">private</Share_Call_Appearance_4_>
<Extended_Function_4_ group="Phone/Line_Key_4"/>
<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"/>
<Remote_Undefined_LED group="Phone/Line_Key_LED_Pattern"/>
<Local_Seized_LED group="Phone/Line_Key_LED_Pattern"/>
<Remote_Seized_LED group="Phone/Line_Key_LED_Pattern"/>
<Local_Progressing_LED group="Phone/Line_Key_LED_Pattern"/>
<Remote_Progressing_LED group="Phone/Line_Key_LED_Pattern"/>
<Local_Ringing_LED group="Phone/Line_Key_LED_Pattern"/>
<Remote_Ringing_LED group="Phone/Line_Key_LED_Pattern"/>
<Local_Active_LED group="Phone/Line_Key_LED_Pattern"/>
<Remote_Active_LED group="Phone/Line_Key_LED_Pattern"/>
<Local_Held_LED group="Phone/Line_Key_LED_Pattern"/>
<Remote_Held_LED group="Phone/Line_Key_LED_Pattern"/>
<Register_Failed_LED group="Phone/Line_Key_LED_Pattern"/>
<Disabled_LED group="Phone/Line_Key_LED_Pattern"/>
<Registering_LED group="Phone/Line_Key_LED_Pattern"/>
<Call_Back_Active_LED group="Phone/Line_Key_LED_Pattern"/>
<Conference_Serv group="Phone/Supplementary_Services">Yes</Conference_Serv>
<Attn_Transfer_Serv group="Phone/Supplementary_Services">Yes</Attn_Transfer_Serv>
<Blind_Transfer_Serv group="Phone/Supplementary_Services">Yes</Blind_Transfer_Serv>
<DND_Serv group="Phone/Supplementary_Services">Yes</DND_Serv>
<Block_ANC_Serv group="Phone/Supplementary_Services">Yes</Block_ANC_Serv>
<Call_Back_Serv group="Phone/Supplementary_Services">Yes</Call_Back_Serv>
<Block_CID_Serv group="Phone/Supplementary_Services">Yes</Block_CID_Serv>
<Secure_Call_Serv group="Phone/Supplementary_Services">Yes</Secure_Call_Serv>
<Cfwd_All_Serv group="Phone/Supplementary_Services">Yes</Cfwd_All_Serv>
<Cfwd_Busy_Serv group="Phone/Supplementary_Services">Yes</Cfwd_Busy_Serv>
<Cfwd_No_Ans_Serv group="Phone/Supplementary_Services">Yes</Cfwd_No_Ans_Serv>
<Paging_Serv group="Phone/Supplementary_Services">Yes</Paging_Serv>
<Call_Park_Serv group="Phone/Supplementary_Services">Yes</Call_Park_Serv>
<Call_Pick_Up_Serv group="Phone/Supplementary_Services">Yes</Call_Pick_Up_Serv>
<ACD_Login_Serv group="Phone/Supplementary_Services">No</ACD_Login_Serv>
<Group_Call_Pick_Up_Serv group="Phone/Supplementary_Services">Yes</Group_Call_Pick_Up_Serv>
<ACD_Ext group="Phone/Supplementary_Services">1</ACD_Ext>
<Service_Annc_Serv group="Phone/Supplementary_Services">No</Service_Annc_Serv>
<Ring1 group="Phone/Ring_Tone">n=Classic-1;w=3;c=1</Ring1>
<Ring2 group="Phone/Ring_Tone">n=Classic-2;w=3;c=2</Ring2>
<Ring3 group="Phone/Ring_Tone">n=Classic-3;w=3;c=3</Ring3>
<Ring4 group="Phone/Ring_Tone">n=Classic-4;w=3;c=4</Ring4>
<Ring5 group="Phone/Ring_Tone">n=Simple-1;w=2;c=1</Ring5>
<Ring6 group="Phone/Ring_Tone">n=Simple-2;w=2;c=2</Ring6>
<Ring7 group="Phone/Ring_Tone">n=Simple-3;w=2;c=3</Ring7>
<Ring8 group="Phone/Ring_Tone">n=Simple-4;w=2;c=4</Ring8>
<Ring9 group="Phone/Ring_Tone">n=Simple-5;w=2;c=5</Ring9>
<Ring10 group="Phone/Ring_Tone">n=Office;w=4;c=1</Ring10>
<Handset_Input_Gain group="Phone/Audio_Input_Gain__dB_">0</Handset_Input_Gain>
<Headset_Input_Gain group="Phone/Audio_Input_Gain__dB_">0</Headset_Input_Gain>
<Speakerphone_Input_Gain group="Phone/Audio_Input_Gain__dB_">0</Speakerphone_Input_Gain>
<Handset_Additional_Input_Gain group="Phone/Audio_Input_Gain__dB_">0</Handset_Additional_Input_Gain>
<Headset_Additional_Input_Gain group="Phone/Audio_Input_Gain__dB_">0</Headset_Additional_Input_Gain>
<Speakerphone_Additional_Input_Gain group="Phone/Audio_Input_Gain__dB_">0</Speakerphone_Additional_Input_Gain>
<LDAP_Dir_Enable group="Phone/LDAP_Corporate_Directory_Search">No</LDAP_Dir_Enable>
<LDAP_Corp_Dir_Name group="Phone/LDAP_Corporate_Directory_Search"/>
<LDAP_Server group="Phone/LDAP_Corporate_Directory_Search"/>
<LDAP_Auth_Method group="Phone/LDAP_Corporate_Directory_Search">None</LDAP_Auth_Method>
<LDAP_Client_DN group="Phone/LDAP_Corporate_Directory_Search"/>
<LDAP_Username group="Phone/LDAP_Corporate_Directory_Search"/>
<LDAP_Password group="Phone/LDAP_Corporate_Directory_Search"/>
<LDAP_Search_Base group="Phone/LDAP_Corporate_Directory_Search"/>
<LDAP_Last_Name_Filter group="Phone/LDAP_Corporate_Directory_Search"/>
<LDAP_First_Name_Filter group="Phone/LDAP_Corporate_Directory_Search"/>
<LDAP_Search_Item_3 group="Phone/LDAP_Corporate_Directory_Search"/>
<LDAP_Item_3_Filter group="Phone/LDAP_Corporate_Directory_Search"/>
<LDAP_Search_Item_4 group="Phone/LDAP_Corporate_Directory_Search"/>
<LDAP_item_4_Filter group="Phone/LDAP_Corporate_Directory_Search"/>
<LDAP_Display_Attrs group="Phone/LDAP_Corporate_Directory_Search"/>
<LDAP_Number_Mapping group="Phone/LDAP_Corporate_Directory_Search"/>
<EM_Enable group="Phone/Extension_Mobility">No</EM_Enable>
<EM_User_Domain group="Phone/Extension_Mobility"/>
<Line_Enable_1_ group="Ext_1/General">Yes</Line_Enable_1_>
<Share_Ext_1_ group="Ext_1/Share_Line_Appearance">private</Share_Ext_1_>
<Shared_User_ID_1_ group="Ext_1/Share_Line_Appearance"/>
<Subscription_Expires_1_ group="Ext_1/Share_Line_Appearance">3600</Subscription_Expires_1_>
<NAT_Mapping_Enable_1_ group="Ext_1/NAT_Settings">No</NAT_Mapping_Enable_1_>
<NAT_Keep_Alive_Enable_1_ group="Ext_1/NAT_Settings">No</NAT_Keep_Alive_Enable_1_>
<NAT_Keep_Alive_Msg_1_ group="Ext_1/NAT_Settings">$NOTIFY</NAT_Keep_Alive_Msg_1_>
<NAT_Keep_Alive_Dest_1_ group="Ext_1/NAT_Settings">$PROXY</NAT_Keep_Alive_Dest_1_>
<SIP_TOS_DiffServ_Value_1_ group="Ext_1/Network_Settings">0x68</SIP_TOS_DiffServ_Value_1_>
<SIP_CoS_Value_1_ group="Ext_1/Network_Settings">3</SIP_CoS_Value_1_>
<RTP_TOS_DiffServ_Value_1_ group="Ext_1/Network_Settings">0xb8</RTP_TOS_DiffServ_Value_1_>
<RTP_CoS_Value_1_ group="Ext_1/Network_Settings">6</RTP_CoS_Value_1_>
<Network_Jitter_Level_1_ group="Ext_1/Network_Settings">high</Network_Jitter_Level_1_>
<Jitter_Buffer_Adjustment_1_ group="Ext_1/Network_Settings">up and down</Jitter_Buffer_Adjustment_1_>
<SIP_Transport_1_ group="Ext_1/SIP_Settings">UDP</SIP_Transport_1_>
<SIP_Port_1_ group="Ext_1/SIP_Settings">5060</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"/>
<Auth_Resync-Reboot_1_ group="Ext_1/SIP_Settings">Yes</Auth_Resync-Reboot_1_>
<SIP_Proxy-Require_1_ group="Ext_1/SIP_Settings"/>
<SIP_Remote-Party-ID_1_ group="Ext_1/SIP_Settings">No</SIP_Remote-Party-ID_1_>
<Referor_Bye_Delay_1_ group="Ext_1/SIP_Settings">4</Referor_Bye_Delay_1_>
<Refer-To_Target_Contact_1_ group="Ext_1/SIP_Settings">No</Refer-To_Target_Contact_1_>
<Referee_Bye_Delay_1_ group="Ext_1/SIP_Settings">0</Referee_Bye_Delay_1_>
<SIP_Debug_Option_1_ group="Ext_1/SIP_Settings">none</SIP_Debug_Option_1_>
<Refer_Target_Bye_Delay_1_ group="Ext_1/SIP_Settings">0</Refer_Target_Bye_Delay_1_>
<Sticky_183_1_ group="Ext_1/SIP_Settings">No</Sticky_183_1_>
<Auth_INVITE_1_ group="Ext_1/SIP_Settings">No</Auth_INVITE_1_>
<Ntfy_Refer_On_1xx-To-Inv_1_ group="Ext_1/SIP_Settings">Yes</Ntfy_Refer_On_1xx-To-Inv_1_>
<Use_Anonymous_With_RPID_1_ group="Ext_1/SIP_Settings">Yes</Use_Anonymous_With_RPID_1_>
<Set_G729_annexb_1_ group="Ext_1/SIP_Settings">none</Set_G729_annexb_1_>
<Blind_Attn-Xfer_Enable_1_ group="Ext_1/Call_Feature_Settings">No</Blind_Attn-Xfer_Enable_1_>
<MOH_Server_1_ group="Ext_1/Call_Feature_Settings"/>
<Auth_Page_1_ group="Ext_1/Call_Feature_Settings">No</Auth_Page_1_>
<Default_Ring__1__ group="Ext_1/Call_Feature_Settings">1</Default_Ring__1__>
<Auth_Page_Realm_1_ group="Ext_1/Call_Feature_Settings"/>
<Conference_Bridge_URL_1_ group="Ext_1/Call_Feature_Settings"/>
<Auth_Page_Password_1_ group="Ext_1/Call_Feature_Settings"/>
<Mailbox_ID_1_ group="Ext_1/Call_Feature_Settings"/>
<Voice_Mail_Server_1_ group="Ext_1/Call_Feature_Settings"/>
<State_Agent_1_ group="Ext_1/Call_Feature_Settings"/>
<CFWD_Notify_Serv_1_ group="Ext_1/Call_Feature_Settings">No</CFWD_Notify_Serv_1_>
<CFWD_Notifier_1_ group="Ext_1/Call_Feature_Settings"/>
<Proxy_1_ group="Ext_1/Proxy_and_Registration">{domain_name}</Proxy_1_>
<Use_Outbound_Proxy_1_ group="Ext_1/Proxy_and_Registration">No</Use_Outbound_Proxy_1_>
<Outbound_Proxy_1_ group="Ext_1/Proxy_and_Registration"/>
<Use_OB_Proxy_In_Dialog_1_ group="Ext_1/Proxy_and_Registration">Yes</Use_OB_Proxy_In_Dialog_1_>
<Register_1_ group="Ext_1/Proxy_and_Registration">Yes</Register_1_>
<Make_Call_Without_Reg_1_ group="Ext_1/Proxy_and_Registration">No</Make_Call_Without_Reg_1_>
<Register_Expires_1_ group="Ext_1/Proxy_and_Registration">3600</Register_Expires_1_>
<Ans_Call_Without_Reg_1_ group="Ext_1/Proxy_and_Registration">No</Ans_Call_Without_Reg_1_>
<Use_DNS_SRV_1_ group="Ext_1/Proxy_and_Registration">No</Use_DNS_SRV_1_>
<DNS_SRV_Auto_Prefix_1_ group="Ext_1/Proxy_and_Registration">No</DNS_SRV_Auto_Prefix_1_>
<Proxy_Fallback_Intvl_1_ group="Ext_1/Proxy_and_Registration">3600</Proxy_Fallback_Intvl_1_>
<Proxy_Redundancy_Method_1_ group="Ext_1/Proxy_and_Registration">Normal</Proxy_Redundancy_Method_1_>
<Display_Name_1_ group="Ext_1/Subscriber_Information">{v_line1_displayname}</Display_Name_1_>
<User_ID_1_ group="Ext_1/Subscriber_Information">{v_line1_user_id}</User_ID_1_>
<Password_1_ group="Ext_1/Subscriber_Information">{v_line1_user_password}</Password_1_>
<Use_Auth_ID_1_ group="Ext_1/Subscriber_Information">No</Use_Auth_ID_1_>
<Auth_ID_1_ group="Ext_1/Subscriber_Information"/>
<Mini_Certificate_1_ group="Ext_1/Subscriber_Information"/>
<SRTP_Private_Key_1_ group="Ext_1/Subscriber_Information"/>
<Preferred_Codec_1_ group="Ext_1/Audio_Configuration">G711u</Preferred_Codec_1_>
<Use_Pref_Codec_Only_1_ group="Ext_1/Audio_Configuration">No</Use_Pref_Codec_Only_1_>
<Second_Preferred_Codec_1_ group="Ext_1/Audio_Configuration">Unspecified</Second_Preferred_Codec_1_>
<Third_Preferred_Codec_1_ group="Ext_1/Audio_Configuration">Unspecified</Third_Preferred_Codec_1_>
<G729a_Enable_1_ group="Ext_1/Audio_Configuration">Yes</G729a_Enable_1_>
<G722_Enable_1_ group="Ext_1/Audio_Configuration">Yes</G722_Enable_1_>
<G726-16_Enable_1_ group="Ext_1/Audio_Configuration">Yes</G726-16_Enable_1_>
<G726-24_Enable_1_ group="Ext_1/Audio_Configuration">Yes</G726-24_Enable_1_>
<G726-32_Enable_1_ group="Ext_1/Audio_Configuration">Yes</G726-32_Enable_1_>
<G726-40_Enable_1_ group="Ext_1/Audio_Configuration">Yes</G726-40_Enable_1_>
<Release_Unused_Codec_1_ group="Ext_1/Audio_Configuration">Yes</Release_Unused_Codec_1_>
<DTMF_Process_AVT_1_ group="Ext_1/Audio_Configuration">Yes</DTMF_Process_AVT_1_>
<Silence_Supp_Enable_1_ group="Ext_1/Audio_Configuration">No</Silence_Supp_Enable_1_>
<DTMF_Tx_Method_1_ group="Ext_1/Audio_Configuration">Auto</DTMF_Tx_Method_1_>
<Dial_Plan_1_ group="Ext_1/Dial_Plan">(*xxxxxxx|*xxxxxx|*xxxxx|*xxxx|*xxx|*xx*|*x|**xxxxx|**xxxx|**xxx|**xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)</Dial_Plan_1_>
<Caller_ID_Map_1_ group="Ext_1/Dial_Plan"/>
<Enable_IP_Dialing_1_ group="Ext_1/Dial_Plan">Yes</Enable_IP_Dialing_1_>
<Emergency_Number_1_ group="Ext_1/Dial_Plan"/>
<Line_Enable_2_ group="Ext_2/General">Yes</Line_Enable_2_>
<Share_Ext_2_ group="Ext_2/Share_Line_Appearance">private</Share_Ext_2_>
<Shared_User_ID_2_ group="Ext_2/Share_Line_Appearance"/>
<Subscription_Expires_2_ group="Ext_2/Share_Line_Appearance">3600</Subscription_Expires_2_>
<NAT_Mapping_Enable_2_ group="Ext_2/NAT_Settings">No</NAT_Mapping_Enable_2_>
<NAT_Keep_Alive_Enable_2_ group="Ext_2/NAT_Settings">No</NAT_Keep_Alive_Enable_2_>
<NAT_Keep_Alive_Msg_2_ group="Ext_2/NAT_Settings">$NOTIFY</NAT_Keep_Alive_Msg_2_>
<NAT_Keep_Alive_Dest_2_ group="Ext_2/NAT_Settings">$PROXY</NAT_Keep_Alive_Dest_2_>
<SIP_TOS_DiffServ_Value_2_ group="Ext_2/Network_Settings">0x68</SIP_TOS_DiffServ_Value_2_>
<SIP_CoS_Value_2_ group="Ext_2/Network_Settings">3</SIP_CoS_Value_2_>
<RTP_TOS_DiffServ_Value_2_ group="Ext_2/Network_Settings">0xb8</RTP_TOS_DiffServ_Value_2_>
<RTP_CoS_Value_2_ group="Ext_2/Network_Settings">6</RTP_CoS_Value_2_>
<Network_Jitter_Level_2_ group="Ext_2/Network_Settings">high</Network_Jitter_Level_2_>
<Jitter_Buffer_Adjustment_2_ group="Ext_2/Network_Settings">up and down</Jitter_Buffer_Adjustment_2_>
<SIP_Transport_2_ group="Ext_2/SIP_Settings">UDP</SIP_Transport_2_>
<SIP_Port_2_ group="Ext_2/SIP_Settings">5061</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"/>
<Auth_Resync-Reboot_2_ group="Ext_2/SIP_Settings">Yes</Auth_Resync-Reboot_2_>
<SIP_Proxy-Require_2_ group="Ext_2/SIP_Settings"/>
<SIP_Remote-Party-ID_2_ group="Ext_2/SIP_Settings">No</SIP_Remote-Party-ID_2_>
<Referor_Bye_Delay_2_ group="Ext_2/SIP_Settings">4</Referor_Bye_Delay_2_>
<Refer-To_Target_Contact_2_ group="Ext_2/SIP_Settings">No</Refer-To_Target_Contact_2_>
<Referee_Bye_Delay_2_ group="Ext_2/SIP_Settings">0</Referee_Bye_Delay_2_>
<SIP_Debug_Option_2_ group="Ext_2/SIP_Settings">none</SIP_Debug_Option_2_>
<Refer_Target_Bye_Delay_2_ group="Ext_2/SIP_Settings">0</Refer_Target_Bye_Delay_2_>
<Sticky_183_2_ group="Ext_2/SIP_Settings">No</Sticky_183_2_>
<Auth_INVITE_2_ group="Ext_2/SIP_Settings">No</Auth_INVITE_2_>
<Ntfy_Refer_On_1xx-To-Inv_2_ group="Ext_2/SIP_Settings">Yes</Ntfy_Refer_On_1xx-To-Inv_2_>
<Use_Anonymous_With_RPID_2_ group="Ext_2/SIP_Settings">Yes</Use_Anonymous_With_RPID_2_>
<Set_G729_annexb_2_ group="Ext_2/SIP_Settings">none</Set_G729_annexb_2_>
<Blind_Attn-Xfer_Enable_2_ group="Ext_2/Call_Feature_Settings">No</Blind_Attn-Xfer_Enable_2_>
<MOH_Server_2_ group="Ext_2/Call_Feature_Settings"/>
<Auth_Page_2_ group="Ext_2/Call_Feature_Settings">No</Auth_Page_2_>
<Default_Ring__2__ group="Ext_2/Call_Feature_Settings">1</Default_Ring__2__>
<Auth_Page_Realm_2_ group="Ext_2/Call_Feature_Settings"/>
<Conference_Bridge_URL_2_ group="Ext_2/Call_Feature_Settings"/>
<Auth_Page_Password_2_ group="Ext_2/Call_Feature_Settings"/>
<Mailbox_ID_2_ group="Ext_2/Call_Feature_Settings"/>
<Voice_Mail_Server_2_ group="Ext_2/Call_Feature_Settings"/>
<State_Agent_2_ group="Ext_2/Call_Feature_Settings"/>
<CFWD_Notify_Serv_2_ group="Ext_2/Call_Feature_Settings">No</CFWD_Notify_Serv_2_>
<CFWD_Notifier_2_ group="Ext_2/Call_Feature_Settings"/>
<Proxy_2_ group="Ext_2/Proxy_and_Registration">{domain_name}</Proxy_2_>
<Use_Outbound_Proxy_2_ group="Ext_2/Proxy_and_Registration">No</Use_Outbound_Proxy_2_>
<Outbound_Proxy_2_ group="Ext_2/Proxy_and_Registration"/>
<Use_OB_Proxy_In_Dialog_2_ group="Ext_2/Proxy_and_Registration">Yes</Use_OB_Proxy_In_Dialog_2_>
<Register_2_ group="Ext_2/Proxy_and_Registration">Yes</Register_2_>
<Make_Call_Without_Reg_2_ group="Ext_2/Proxy_and_Registration">No</Make_Call_Without_Reg_2_>
<Register_Expires_2_ group="Ext_2/Proxy_and_Registration">3600</Register_Expires_2_>
<Ans_Call_Without_Reg_2_ group="Ext_2/Proxy_and_Registration">No</Ans_Call_Without_Reg_2_>
<Use_DNS_SRV_2_ group="Ext_2/Proxy_and_Registration">No</Use_DNS_SRV_2_>
<DNS_SRV_Auto_Prefix_2_ group="Ext_2/Proxy_and_Registration">No</DNS_SRV_Auto_Prefix_2_>
<Proxy_Fallback_Intvl_2_ group="Ext_2/Proxy_and_Registration">3600</Proxy_Fallback_Intvl_2_>
<Proxy_Redundancy_Method_2_ group="Ext_2/Proxy_and_Registration">Normal</Proxy_Redundancy_Method_2_>
<Display_Name_2_ group="Ext_2/Subscriber_Information">{v_line2_displayname}</Display_Name_2_>
<User_ID_2_ group="Ext_2/Subscriber_Information">{v_line2_user_id}</User_ID_2_>
<Password_2_ group="Ext_2/Subscriber_Information">{v_line2_user_password}</Password_2_>
<Use_Auth_ID_2_ group="Ext_2/Subscriber_Information">No</Use_Auth_ID_2_>
<Auth_ID_2_ group="Ext_2/Subscriber_Information"/>
<Mini_Certificate_2_ group="Ext_2/Subscriber_Information"/>
<SRTP_Private_Key_2_ group="Ext_2/Subscriber_Information"/>
<Preferred_Codec_2_ group="Ext_2/Audio_Configuration">G711u</Preferred_Codec_2_>
<Use_Pref_Codec_Only_2_ group="Ext_2/Audio_Configuration">No</Use_Pref_Codec_Only_2_>
<Second_Preferred_Codec_2_ group="Ext_2/Audio_Configuration">Unspecified</Second_Preferred_Codec_2_>
<Third_Preferred_Codec_2_ group="Ext_2/Audio_Configuration">Unspecified</Third_Preferred_Codec_2_>
<G729a_Enable_2_ group="Ext_2/Audio_Configuration">Yes</G729a_Enable_2_>
<G722_Enable_2_ group="Ext_2/Audio_Configuration">Yes</G722_Enable_2_>
<G726-16_Enable_2_ group="Ext_2/Audio_Configuration">Yes</G726-16_Enable_2_>
<G726-24_Enable_2_ group="Ext_2/Audio_Configuration">Yes</G726-24_Enable_2_>
<G726-32_Enable_2_ group="Ext_2/Audio_Configuration">Yes</G726-32_Enable_2_>
<G726-40_Enable_2_ group="Ext_2/Audio_Configuration">Yes</G726-40_Enable_2_>
<Release_Unused_Codec_2_ group="Ext_2/Audio_Configuration">Yes</Release_Unused_Codec_2_>
<DTMF_Process_AVT_2_ group="Ext_2/Audio_Configuration">Yes</DTMF_Process_AVT_2_>
<Silence_Supp_Enable_2_ group="Ext_2/Audio_Configuration">No</Silence_Supp_Enable_2_>
<DTMF_Tx_Method_2_ group="Ext_2/Audio_Configuration">Auto</DTMF_Tx_Method_2_>
<Dial_Plan_2_ group="Ext_2/Dial_Plan">(*xxxxxxx|*xxxxxx|*xxxxx|*xxxx|*xxx|*xx*|*x|**xxxxx|**xxxx|**xxx|**xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)</Dial_Plan_2_>
<Caller_ID_Map_2_ group="Ext_2/Dial_Plan"/>
<Enable_IP_Dialing_2_ group="Ext_2/Dial_Plan">Yes</Enable_IP_Dialing_2_>
<Emergency_Number_2_ group="Ext_2/Dial_Plan"/>
<Line_Enable_3_ group="Ext_3/General">Yes</Line_Enable_3_>
<Share_Ext_3_ group="Ext_3/Share_Line_Appearance">private</Share_Ext_3_>
<Shared_User_ID_3_ group="Ext_3/Share_Line_Appearance"/>
<Subscription_Expires_3_ group="Ext_3/Share_Line_Appearance">3600</Subscription_Expires_3_>
<NAT_Mapping_Enable_3_ group="Ext_3/NAT_Settings">No</NAT_Mapping_Enable_3_>
<NAT_Keep_Alive_Enable_3_ group="Ext_3/NAT_Settings">No</NAT_Keep_Alive_Enable_3_>
<NAT_Keep_Alive_Msg_3_ group="Ext_3/NAT_Settings">$NOTIFY</NAT_Keep_Alive_Msg_3_>
<NAT_Keep_Alive_Dest_3_ group="Ext_3/NAT_Settings">$PROXY</NAT_Keep_Alive_Dest_3_>
<SIP_TOS_DiffServ_Value_3_ group="Ext_3/Network_Settings">0x68</SIP_TOS_DiffServ_Value_3_>
<SIP_CoS_Value_3_ group="Ext_3/Network_Settings">3</SIP_CoS_Value_3_>
<RTP_TOS_DiffServ_Value_3_ group="Ext_3/Network_Settings">0xb8</RTP_TOS_DiffServ_Value_3_>
<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">UDP</SIP_Transport_3_>
<SIP_Port_3_ group="Ext_3/SIP_Settings">5062</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"/>
<Auth_Resync-Reboot_3_ group="Ext_3/SIP_Settings">Yes</Auth_Resync-Reboot_3_>
<SIP_Proxy-Require_3_ group="Ext_3/SIP_Settings"/>
<SIP_Remote-Party-ID_3_ group="Ext_3/SIP_Settings">No</SIP_Remote-Party-ID_3_>
<Referor_Bye_Delay_3_ group="Ext_3/SIP_Settings">4</Referor_Bye_Delay_3_>
<Refer-To_Target_Contact_3_ group="Ext_3/SIP_Settings">No</Refer-To_Target_Contact_3_>
<Referee_Bye_Delay_3_ group="Ext_3/SIP_Settings">0</Referee_Bye_Delay_3_>
<SIP_Debug_Option_3_ group="Ext_3/SIP_Settings">none</SIP_Debug_Option_3_>
<Refer_Target_Bye_Delay_3_ group="Ext_3/SIP_Settings">0</Refer_Target_Bye_Delay_3_>
<Sticky_183_3_ group="Ext_3/SIP_Settings">No</Sticky_183_3_>
<Auth_INVITE_3_ group="Ext_3/SIP_Settings">No</Auth_INVITE_3_>
<Ntfy_Refer_On_1xx-To-Inv_3_ group="Ext_3/SIP_Settings">Yes</Ntfy_Refer_On_1xx-To-Inv_3_>
<Use_Anonymous_With_RPID_3_ group="Ext_3/SIP_Settings">Yes</Use_Anonymous_With_RPID_3_>
<Set_G729_annexb_3_ group="Ext_3/SIP_Settings">none</Set_G729_annexb_3_>
<Blind_Attn-Xfer_Enable_3_ group="Ext_3/Call_Feature_Settings">No</Blind_Attn-Xfer_Enable_3_>
<MOH_Server_3_ group="Ext_3/Call_Feature_Settings"/>
<Auth_Page_3_ group="Ext_3/Call_Feature_Settings">No</Auth_Page_3_>
<Default_Ring__3__ group="Ext_3/Call_Feature_Settings">1</Default_Ring__3__>
<Auth_Page_Realm_3_ group="Ext_3/Call_Feature_Settings"/>
<Conference_Bridge_URL_3_ group="Ext_3/Call_Feature_Settings"/>
<Auth_Page_Password_3_ group="Ext_3/Call_Feature_Settings"/>
<Mailbox_ID_3_ group="Ext_3/Call_Feature_Settings"/>
<Voice_Mail_Server_3_ group="Ext_3/Call_Feature_Settings"/>
<State_Agent_3_ group="Ext_3/Call_Feature_Settings"/>
<CFWD_Notify_Serv_3_ group="Ext_3/Call_Feature_Settings">No</CFWD_Notify_Serv_3_>
<CFWD_Notifier_3_ group="Ext_3/Call_Feature_Settings"/>
<Proxy_3_ group="Ext_3/Proxy_and_Registration">{domain_name}</Proxy_3_>
<Use_Outbound_Proxy_3_ group="Ext_3/Proxy_and_Registration">No</Use_Outbound_Proxy_3_>
<Outbound_Proxy_3_ group="Ext_3/Proxy_and_Registration"/>
<Use_OB_Proxy_In_Dialog_3_ group="Ext_3/Proxy_and_Registration">Yes</Use_OB_Proxy_In_Dialog_3_>
<Register_3_ group="Ext_3/Proxy_and_Registration">Yes</Register_3_>
<Make_Call_Without_Reg_3_ group="Ext_3/Proxy_and_Registration">No</Make_Call_Without_Reg_3_>
<Register_Expires_3_ group="Ext_3/Proxy_and_Registration">3600</Register_Expires_3_>
<Ans_Call_Without_Reg_3_ group="Ext_3/Proxy_and_Registration">No</Ans_Call_Without_Reg_3_>
<Use_DNS_SRV_3_ group="Ext_3/Proxy_and_Registration">No</Use_DNS_SRV_3_>
<DNS_SRV_Auto_Prefix_3_ group="Ext_3/Proxy_and_Registration">No</DNS_SRV_Auto_Prefix_3_>
<Proxy_Fallback_Intvl_3_ group="Ext_3/Proxy_and_Registration">3600</Proxy_Fallback_Intvl_3_>
<Proxy_Redundancy_Method_3_ group="Ext_3/Proxy_and_Registration">Normal</Proxy_Redundancy_Method_3_>
<Display_Name_3_ group="Ext_3/Subscriber_Information">{v_line3_displayname}</Display_Name_3_>
<User_ID_3_ group="Ext_3/Subscriber_Information">{v_line3_user_id}</User_ID_3_>
<Password_3_ group="Ext_3/Subscriber_Information">{v_line3_user_password}</Password_3_>
<Use_Auth_ID_3_ group="Ext_3/Subscriber_Information">No</Use_Auth_ID_3_>
<Auth_ID_3_ group="Ext_3/Subscriber_Information"/>
<Mini_Certificate_3_ group="Ext_3/Subscriber_Information"/>
<SRTP_Private_Key_3_ group="Ext_3/Subscriber_Information"/>
<Preferred_Codec_3_ group="Ext_3/Audio_Configuration">G711u</Preferred_Codec_3_>
<Use_Pref_Codec_Only_3_ group="Ext_3/Audio_Configuration">No</Use_Pref_Codec_Only_3_>
<Second_Preferred_Codec_3_ group="Ext_3/Audio_Configuration">Unspecified</Second_Preferred_Codec_3_>
<Third_Preferred_Codec_3_ group="Ext_3/Audio_Configuration">Unspecified</Third_Preferred_Codec_3_>
<G729a_Enable_3_ group="Ext_3/Audio_Configuration">Yes</G729a_Enable_3_>
<G722_Enable_3_ group="Ext_3/Audio_Configuration">Yes</G722_Enable_3_>
<G726-16_Enable_3_ group="Ext_3/Audio_Configuration">Yes</G726-16_Enable_3_>
<G726-24_Enable_3_ group="Ext_3/Audio_Configuration">Yes</G726-24_Enable_3_>
<G726-32_Enable_3_ group="Ext_3/Audio_Configuration">Yes</G726-32_Enable_3_>
<G726-40_Enable_3_ group="Ext_3/Audio_Configuration">Yes</G726-40_Enable_3_>
<Release_Unused_Codec_3_ group="Ext_3/Audio_Configuration">Yes</Release_Unused_Codec_3_>
<DTMF_Process_AVT_3_ group="Ext_3/Audio_Configuration">Yes</DTMF_Process_AVT_3_>
<Silence_Supp_Enable_3_ group="Ext_3/Audio_Configuration">No</Silence_Supp_Enable_3_>
<DTMF_Tx_Method_3_ group="Ext_3/Audio_Configuration">Auto</DTMF_Tx_Method_3_>
<Dial_Plan_3_ group="Ext_3/Dial_Plan">(*xxxxxxx|*xxxxxx|*xxxxx|*xxxx|*xxx|*xx*|*x|**xxxxx|**xxxx|**xxx|**xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)</Dial_Plan_3_>
<Caller_ID_Map_3_ group="Ext_3/Dial_Plan"/>
<Enable_IP_Dialing_3_ group="Ext_3/Dial_Plan">Yes</Enable_IP_Dialing_3_>
<Emergency_Number_3_ group="Ext_3/Dial_Plan"/>
<Line_Enable_4_ group="Ext_4/General">Yes</Line_Enable_4_>
<Share_Ext_4_ group="Ext_4/Share_Line_Appearance">private</Share_Ext_4_>
<Shared_User_ID_4_ group="Ext_4/Share_Line_Appearance"/>
<Subscription_Expires_4_ group="Ext_4/Share_Line_Appearance">3600</Subscription_Expires_4_>
<NAT_Mapping_Enable_4_ group="Ext_4/NAT_Settings">No</NAT_Mapping_Enable_4_>
<NAT_Keep_Alive_Enable_4_ group="Ext_4/NAT_Settings">No</NAT_Keep_Alive_Enable_4_>
<NAT_Keep_Alive_Msg_4_ group="Ext_4/NAT_Settings">$NOTIFY</NAT_Keep_Alive_Msg_4_>
<NAT_Keep_Alive_Dest_4_ group="Ext_4/NAT_Settings">$PROXY</NAT_Keep_Alive_Dest_4_>
<SIP_TOS_DiffServ_Value_4_ group="Ext_4/Network_Settings">0x68</SIP_TOS_DiffServ_Value_4_>
<SIP_CoS_Value_4_ group="Ext_4/Network_Settings">3</SIP_CoS_Value_4_>
<RTP_TOS_DiffServ_Value_4_ group="Ext_4/Network_Settings">0xb8</RTP_TOS_DiffServ_Value_4_>
<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">UDP</SIP_Transport_4_>
<SIP_Port_4_ group="Ext_4/SIP_Settings">5063</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"/>
<Auth_Resync-Reboot_4_ group="Ext_4/SIP_Settings">Yes</Auth_Resync-Reboot_4_>
<SIP_Proxy-Require_4_ group="Ext_4/SIP_Settings"/>
<SIP_Remote-Party-ID_4_ group="Ext_4/SIP_Settings">No</SIP_Remote-Party-ID_4_>
<Referor_Bye_Delay_4_ group="Ext_4/SIP_Settings">4</Referor_Bye_Delay_4_>
<Refer-To_Target_Contact_4_ group="Ext_4/SIP_Settings">No</Refer-To_Target_Contact_4_>
<Referee_Bye_Delay_4_ group="Ext_4/SIP_Settings">0</Referee_Bye_Delay_4_>
<SIP_Debug_Option_4_ group="Ext_4/SIP_Settings">none</SIP_Debug_Option_4_>
<Refer_Target_Bye_Delay_4_ group="Ext_4/SIP_Settings">0</Refer_Target_Bye_Delay_4_>
<Sticky_183_4_ group="Ext_4/SIP_Settings">No</Sticky_183_4_>
<Auth_INVITE_4_ group="Ext_4/SIP_Settings">No</Auth_INVITE_4_>
<Ntfy_Refer_On_1xx-To-Inv_4_ group="Ext_4/SIP_Settings">Yes</Ntfy_Refer_On_1xx-To-Inv_4_>
<Use_Anonymous_With_RPID_4_ group="Ext_4/SIP_Settings">Yes</Use_Anonymous_With_RPID_4_>
<Set_G729_annexb_4_ group="Ext_4/SIP_Settings">none</Set_G729_annexb_4_>
<Blind_Attn-Xfer_Enable_4_ group="Ext_4/Call_Feature_Settings">No</Blind_Attn-Xfer_Enable_4_>
<MOH_Server_4_ group="Ext_4/Call_Feature_Settings"/>
<Auth_Page_4_ group="Ext_4/Call_Feature_Settings">No</Auth_Page_4_>
<Default_Ring__4__ group="Ext_4/Call_Feature_Settings">1</Default_Ring__4__>
<Auth_Page_Realm_4_ group="Ext_4/Call_Feature_Settings"/>
<Conference_Bridge_URL_4_ group="Ext_4/Call_Feature_Settings"/>
<Auth_Page_Password_4_ group="Ext_4/Call_Feature_Settings"/>
<Mailbox_ID_4_ group="Ext_4/Call_Feature_Settings"/>
<Voice_Mail_Server_4_ group="Ext_4/Call_Feature_Settings"/>
<State_Agent_4_ group="Ext_4/Call_Feature_Settings"/>
<CFWD_Notify_Serv_4_ group="Ext_4/Call_Feature_Settings">No</CFWD_Notify_Serv_4_>
<CFWD_Notifier_4_ group="Ext_4/Call_Feature_Settings"/>
<Proxy_4_ group="Ext_4/Proxy_and_Registration">{domain_name}</Proxy_4_>
<Use_Outbound_Proxy_4_ group="Ext_4/Proxy_and_Registration">No</Use_Outbound_Proxy_4_>
<Outbound_Proxy_4_ group="Ext_4/Proxy_and_Registration"/>
<Use_OB_Proxy_In_Dialog_4_ group="Ext_4/Proxy_and_Registration">Yes</Use_OB_Proxy_In_Dialog_4_>
<Register_4_ group="Ext_4/Proxy_and_Registration">Yes</Register_4_>
<Make_Call_Without_Reg_4_ group="Ext_4/Proxy_and_Registration">No</Make_Call_Without_Reg_4_>
<Register_Expires_4_ group="Ext_4/Proxy_and_Registration">3600</Register_Expires_4_>
<Ans_Call_Without_Reg_4_ group="Ext_4/Proxy_and_Registration">No</Ans_Call_Without_Reg_4_>
<Use_DNS_SRV_4_ group="Ext_4/Proxy_and_Registration">No</Use_DNS_SRV_4_>
<DNS_SRV_Auto_Prefix_4_ group="Ext_4/Proxy_and_Registration">No</DNS_SRV_Auto_Prefix_4_>
<Proxy_Fallback_Intvl_4_ group="Ext_4/Proxy_and_Registration">3600</Proxy_Fallback_Intvl_4_>
<Proxy_Redundancy_Method_4_ group="Ext_4/Proxy_and_Registration">Normal</Proxy_Redundancy_Method_4_>
<Display_Name_4_ group="Ext_4/Subscriber_Information">{v_line4_displayname}</Display_Name_4_>
<User_ID_4_ group="Ext_4/Subscriber_Information">{v_line4_user_id}</User_ID_4_>
<Password_4_ group="Ext_4/Subscriber_Information">{v_line4_user_password}</Password_4_>
<Use_Auth_ID_4_ group="Ext_4/Subscriber_Information">No</Use_Auth_ID_4_>
<Auth_ID_4_ group="Ext_4/Subscriber_Information"/>
<Mini_Certificate_4_ group="Ext_4/Subscriber_Information"/>
<SRTP_Private_Key_4_ group="Ext_4/Subscriber_Information"/>
<Preferred_Codec_4_ group="Ext_4/Audio_Configuration">G711u</Preferred_Codec_4_>
<Use_Pref_Codec_Only_4_ group="Ext_4/Audio_Configuration">No</Use_Pref_Codec_Only_4_>
<Second_Preferred_Codec_4_ group="Ext_4/Audio_Configuration">Unspecified</Second_Preferred_Codec_4_>
<Third_Preferred_Codec_4_ group="Ext_4/Audio_Configuration">Unspecified</Third_Preferred_Codec_4_>
<G729a_Enable_4_ group="Ext_4/Audio_Configuration">Yes</G729a_Enable_4_>
<G722_Enable_4_ group="Ext_4/Audio_Configuration">Yes</G722_Enable_4_>
<G726-16_Enable_4_ group="Ext_4/Audio_Configuration">Yes</G726-16_Enable_4_>
<G726-24_Enable_4_ group="Ext_4/Audio_Configuration">Yes</G726-24_Enable_4_>
<G726-32_Enable_4_ group="Ext_4/Audio_Configuration">Yes</G726-32_Enable_4_>
<G726-40_Enable_4_ group="Ext_4/Audio_Configuration">Yes</G726-40_Enable_4_>
<Release_Unused_Codec_4_ group="Ext_4/Audio_Configuration">Yes</Release_Unused_Codec_4_>
<DTMF_Process_AVT_4_ group="Ext_4/Audio_Configuration">Yes</DTMF_Process_AVT_4_>
<Silence_Supp_Enable_4_ group="Ext_4/Audio_Configuration">No</Silence_Supp_Enable_4_>
<DTMF_Tx_Method_4_ group="Ext_4/Audio_Configuration">Auto</DTMF_Tx_Method_4_>
<Dial_Plan_4_ group="Ext_4/Dial_Plan">(*xxxxxxx|*xxxxxx|*xxxxx|*xxxx|*xxx|*xx*|*x|**xxxxx|**xxxx|**xxx|**xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)</Dial_Plan_4_>
<Caller_ID_Map_4_ group="Ext_4/Dial_Plan"/>
<Enable_IP_Dialing_4_ group="Ext_4/Dial_Plan">Yes</Enable_IP_Dialing_4_>
<Emergency_Number_4_ group="Ext_4/Dial_Plan"/>
<Cfwd_All_Dest group="User/Call_Forward"/>
<Cfwd_Busy_Dest group="User/Call_Forward"/>
<Cfwd_No_Ans_Dest group="User/Call_Forward"/>
<Cfwd_No_Ans_Delay group="User/Call_Forward">20</Cfwd_No_Ans_Delay>
<Speed_Dial_2 group="User/Speed_Dial"/>
<Speed_Dial_3 group="User/Speed_Dial"/>
<Speed_Dial_4 group="User/Speed_Dial"/>
<Speed_Dial_5 group="User/Speed_Dial"/>
<Speed_Dial_6 group="User/Speed_Dial"/>
<Speed_Dial_7 group="User/Speed_Dial"/>
<Speed_Dial_8 group="User/Speed_Dial"/>
<Speed_Dial_9 group="User/Speed_Dial"/>
<CW_Setting group="User/Supplementary_Services">Yes</CW_Setting>
<Block_CID_Setting group="User/Supplementary_Services">No</Block_CID_Setting>
<Block_ANC_Setting group="User/Supplementary_Services">No</Block_ANC_Setting>
<DND_Setting group="User/Supplementary_Services">No</DND_Setting>
<Secure_Call_Setting group="User/Supplementary_Services">No</Secure_Call_Setting>
<Dial_Assistance group="User/Supplementary_Services">No</Dial_Assistance>
<Auto_Answer_Page group="User/Supplementary_Services">Yes</Auto_Answer_Page>
<Preferred_Audio_Device group="User/Supplementary_Services">Speaker</Preferred_Audio_Device>
<Send_Audio_To_Speaker group="User/Supplementary_Services">No</Send_Audio_To_Speaker>
<Time_Format group="User/Supplementary_Services">12hr</Time_Format>
<Date_Format group="User/Supplementary_Services">month/day</Date_Format>
<Miss_Call_Shortcut group="User/Supplementary_Services">Yes</Miss_Call_Shortcut>
<Accept_Media_Loopback_Request group="User/Supplementary_Services">automatic</Accept_Media_Loopback_Request>
<Media_Loopback_Mode group="User/Supplementary_Services">source</Media_Loopback_Mode>
<Media_Loopback_Type group="User/Supplementary_Services">media</Media_Loopback_Type>
<Text_Message group="User/Supplementary_Services">Yes</Text_Message>
<Text_Message_From_3rd_Party group="User/Supplementary_Services">No</Text_Message_From_3rd_Party>
<Alert_Tone_Off group="User/Supplementary_Services">No</Alert_Tone_Off>
<Log_Missed_Calls_for_EXT_1 group="User/Supplementary_Services">Yes</Log_Missed_Calls_for_EXT_1>
<Log_Missed_Calls_for_EXT_2 group="User/Supplementary_Services">Yes</Log_Missed_Calls_for_EXT_2>
<Log_Missed_Calls_for_EXT_3 group="User/Supplementary_Services">Yes</Log_Missed_Calls_for_EXT_3>
<Log_Missed_Calls_for_EXT_4 group="User/Supplementary_Services">Yes</Log_Missed_Calls_for_EXT_4>
<Ringer_Volume group="User/Audio_Volume">9</Ringer_Volume>
<Speaker_Volume group="User/Audio_Volume">8</Speaker_Volume>
<Handset_Volume group="User/Audio_Volume">10</Handset_Volume>
<Headset_Volume group="User/Audio_Volume">10</Headset_Volume>
<LCD_Contrast group="User/Audio_Volume">8</LCD_Contrast>
<Back_Light_Timer group="User/Audio_Volume">10 s</Back_Light_Timer>
<Subscribe_Expires group="Attendant_Console/General">1800</Subscribe_Expires>
<Subscribe_Retry_Interval group="Attendant_Console/General">30</Subscribe_Retry_Interval>
<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>
<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>
<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"/>
</flat-profile>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,51 @@
<gs_provision version="1">
<config version="1">
<!-- Account 1 Settings -->
<!-- Account 1 General Settings -->
<!-- Account Active. Values 0 - No 1 - Yes -->
<P271>1</P271>
<!-- Account Name -->
<P270>{v_line1_displayname}</P270>
<!-- Sip Server -->
<P47>{domain_name}</P47>
<!-- SIP User ID. -->
<P35>{v_line1_user_id}</P35>
<!-- SIP Authenticate ID. -->
<P36>{v_line1_user_id}</P36>
<!-- SIP Authenticate Password -->
<P34>{v_line1_user_password}</P34>
<!-- Voice Mail UserID. -->
<P33>*97</P33>
<!-- Name (Display Name, e.g., John Doe) -->
<P3>{v_line1_displayname}</P3>
<!-- Tel URI 0 - Disable, 1 - User=Phone, 2 - Enabled. Default value is 0 -->
<!-- Account 1 Network Settings -->
<!-- Outbound Proxy -->
<P48></P48>
<!-- Secondary Outbound Proxy -->
<P2333></P2333>
<!-- DNS Mode 0 - A record, 1 - SRV, 2 - NAPTR/SRV Default 0 -->
<P103>0</P103>
<!-- Proxy-Require -->
<P197></P197>
<!-- Account 1 SIP Settings -->
<!-- SIP Registration 0 - No 1 - Yes Default 1 -->
<P31>1</P31>
<!-- Unregister on Reboot 0 - No 1 - Yes Default 0 -->
<P81>0</P81>
<!-- Regier Expiration in minutes -->
<P32>60</P32>
<!-- Wait Time Retry Registration in seconds -->
<P138>20</P138>
<!-- Local SIP Port -->
<P40>5060</P40>
<!-- SUBSCRIBE for MWI 0 - No 1 - Yes Default 0 -->
<P99>0</P99>
<!-- Session Expiration in seconds -->
<P260>180</P260>
<!-- Min-SE in seconds -->
<P261>90</P261>
<!-- YAC SPecific Refresher 0 - Omit 1 - UAC 2 - UAS Default 0 -->
<P266>0</P266>
</config>
</gs_provision>
@@ -0,0 +1,76 @@
<flat-profile>
<Profile_Rule>http://{domain_name}{v_project_path}/app/provision/?mac=$MA&amp;password={v_password}</Profile_Rule>
<Resync_Periodic>3600</Resync_Periodic>
<!--<GPP_B>{v_agent}</GPP_B>-->
<!--Sets the time. Dunno what else.-->
<Primary_NTP_Server>0.pool.ntp.org</Primary_NTP_Server>
<Secondary_NTP_Server>time.nist.gov</Secondary_NTP_Server>
<Upgrade_Rule></Upgrade_Rule>
<Voice_Mail_Number>*97</Voice_Mail_Number>
<Time_Zone>GMT-{v_time_zone_offset}</Time_Zone>
<!--
<Daylight_Saving_Time_Rule>start=9/27/0/2;end=4/4/0/3;save=1</Daylight_Saving_Time_Rule>-->
<!--<Blind_Attn-Xfer_Enable_1_>No</Blind_Attn-Xfer_Enable_1_>-->
<Line_Enable_1_>yes</Line_Enable_1_>
<Proxy_1_>{domain_name}</Proxy_1_>
<Display_Name_1_>{v_line1_displayname}</Display_Name_1_>
<User_ID_1_>{v_line1_user_id}</User_ID_1_>
<Password_1_>{v_line1_user_password}</Password_1_>
<Use_Auth_ID_1_>No</Use_Auth_ID_1_>
<Preferred_Codec_1_>G729a</Preferred_Codec_1_>
<Register_Expires_1_>3600</Register_Expires_1_><!--*9 will perform intercom and call the other line on the box. There is no other way, from my testing to call from jack to jack on the box, without without the media being proxied.-->
<Dial_Plan_1_>
(1xxx[2-9]xxxxxxS0|[*#x]x.)
</Dial_Plan_1_>
<!--|&lt;*9:{v_line2_user_id}@127.0.0.1:5061&gt;-->
<Line_Enable_2_>yes</Line_Enable_2_>
<Proxy_2_>{domain_name}</Proxy_2_>
<Display_Name_2_>{v_line2_displayname}</Display_Name_2_>
<User_ID_2_>{v_line2_user_id}</User_ID_2_>
<Password_2_>{v_line2_user_password}</Password_2_>
<Use_Auth_ID_2_>No</Use_Auth_ID_2_>
<Preferred_Codec_2_>G729a</Preferred_Codec_2_>
<Register_Expires_2_>3600</Register_Expires_2_>
<Dial_Plan_2_>
(1xxx[2-9]xxxxxxS0|[*#x]x.)
</Dial_Plan_2_><!--|&lt;*9:{v_line1_user_id}@127.0.0.1:5061&gt;-->
<RTP_Packet_Size>0.020</RTP_Packet_Size> <!--the default of .030 throws errors.-->
<G711u_Codec_Name>PCMU</G711u_Codec_Name> <!--Supposed to be the default?-->
<G711a_Codec_Name>PCMA</G711a_Codec_Name> <!--Supposed to be the default?-->
<G729a_Codec_Name>G729</G729a_Codec_Name> <!--suggestion by Callcentric.-->
<G729b_Codec_Name>G729</G729b_Codec_Name> <!--suggestion by Callcentric.-->
<!-- NAT_Settings
<NAT_Mapping_Enable_1_>yes</NAT_Mapping_Enable_1_>
<NAT_Keep_Alive_Enable_1_>yes</NAT_Keep_Alive_Enable_1_>
<NAT_Keep_Alive_Msg_1_>$NOTIFY</NAT_Keep_Alive_Msg_1_>
<NAT_Keep_Alive_Dest_1_>$PROXY</NAT_Keep_Alive_Dest_1_>-->
<!-- Speed_Dial_Settings --><!--Empty - no overwrite. - <Speed_Dial_2_2_ ua=”rw”/>-->
<!--<Speed_Dial_2_1_ ua="rw"></Speed_Dial_2_1_>
<Speed_Dial_3_1_ ua="rw"></Speed_Dial_3_1_>
<Speed_Dial_4_1_ ua="rw"></Speed_Dial_4_1_>
<Speed_Dial_5_1_ ua="rw"></Speed_Dial_5_1_>
<Speed_Dial_6_1_ ua="rw"></Speed_Dial_6_1_>
<Speed_Dial_7_1_ ua="rw"></Speed_Dial_7_1_>
<Speed_Dial_8_1_ ua="rw"></Speed_Dial_8_1_>
<Speed_Dial_9_1_ ua="rw"></Speed_Dial_9_1_>
<Speed_Dial_2_2_ ua="rw"></Speed_Dial_2_2_>
<Speed_Dial_3_2_ ua="rw"></Speed_Dial_3_2_>
<Speed_Dial_4_2_ ua="rw"></Speed_Dial_4_2_>
<Speed_Dial_5_2_ ua="rw"></Speed_Dial_5_2_>
<Speed_Dial_6_2_ ua="rw"></Speed_Dial_6_2_>
<Speed_Dial_7_2_ ua="rw"></Speed_Dial_7_2_>
<Speed_Dial_8_2_ ua="rw"></Speed_Dial_8_2_>
<Speed_Dial_9_2_ ua="rw"></Speed_Dial_9_2_>-->
</flat-profile>
@@ -0,0 +1,95 @@
<!--
NOTE: The XML below is not complete. For now it's just to get
you started with provisioning an SPA3102 and *not* intended as
a complete, ready-to-run provisioning configuration.
Provisioning reference documenation is at:
https://supportforums.cisco.com/docs/DOC-9894/
http://www.cisco.com/en/US/docs/voice_ip_comm/csbpvga/ata/provisioning/guide/Cisco_Small_Business_IP_Telephony_Provisioning_Guide.pdf
Additional XML examples in sipXecs source code at:
http://github.com/dhubler/sipxecs/blob/master/sipXconfig/plugins/linksys/test/org/sipfoundry/sipxconfig/phone/linksys/spa3102.cfg
Or see git commit 9c60c0a3:
http://github.com/dhubler/sipxecs/commit/9c60c0a32c54a245dde3dff9916ccd65620fdd65
Using IVR menu to change phone settings, reboot, etc.:
http://www.cisco.com/en/US/products/ps10024/products_qanda_item09186a0080a359dd.shtml
Note there is a "ua" attribute that can be set on the XML elements
below. Valid values are:
* ua="na" - no access for *users* via web interface
* ua="ro" - read-only access for *users* via web interface
* ua="rw" - read/write access for *users* via web interface
The "ua" element *does not* affect access by admin users of the web
interface. That means if you do not set an admin password using the
"Admin_Passwd" element below, setting the "ua" attribute values is
probably pointless.
-->
<flat-profile>
<!-- provisioning config -->
<Profile_Rule>http://{domain_name}{v_project_path}/app/provision/?mac=$MA</Profile_Rule>
<Resync_Periodic>7200</Resync_Periodic>
<Resync_On_Reset>yes</Resync_On_Reset>
<Resync_Error_Retry_Delay>10</Resync_Error_Retry_Delay>
<!-- network config -->
<DHCP>yes</DHCP> <!-- for WAN port -->
<!--
<Primary_NTP_Server>{domain_name}</Primary_NTP_Server>
<Secondary_NTP_Server>pool.ntp.org</Secondary_NTP_Server>
-->
<!-- remote logging - valid debug levels are 0, 1, 2 and 3
<Syslog_Server>{domain_name}</Syslog_Server>
<Debug_Server>{domain_name}</Debug_Server>
<Debug_Level>2</Debug_Level>
-->
<!-- WAN web interface -->
<!-- WARNING: Passwords are set empty below. Take appropriate security measures when enabling web interface on WAN.
<Enable_WAN_Web_Server>yes</Enable_WAN_Web_Server>
<WAN_Web_Server_Port>80</WAN_Web_Server_Port>
-->
<!-- LAN web interface -->
<!-- WARNING: Passwords are set empty below. Take appropriate security measures when enabling web interface on LAN.
<Enable_Web_Server>yes</Enable_Web_Server>
<Web_Server_Port>80</Web_Server_Port>
-->
<!-- general web interface settings
<Enable_Web_Admin_Access>yes</Enable_Web_Admin_Access>
<Admin_Passwd/>
<User_Password/>
-->
<Time_Zone>GMT-{v_time_zone_offset}</Time_Zone>
<!-- SIP settings -->
<Proxy_1_>{domain_name}</Proxy_1_>
<SIP_Port_1_>5060</SIP_Port_1_>
<Use_Outbound_Proxy_1_>no</Use_Outbound_Proxy_1_>
<!-- only allow proxy IP to connect
<Restrict_Source_IP_1_>yes</Restrict_Source_IP_1_>
-->
<!-- SIP debugging - probably need to set Debug_Server option above for this to work
<SIP_Debug_Option_1_>full</SIP_Debug_Option_1_>
-->
<!-- FXS port aka "Line 1" in web interface -->
<Register_1_>yes</Register_1_>
<User_ID_1_>{v_line1_user_id}</User_ID_1_>
<Password_1_>{v_line1_user_password}</Password_1_>
<Display_Name_1_>{v_line1_displayname}</Display_Name_1_>
<Use_Auth_ID_1_>no</Use_Auth_ID_1_> <!-- Use authentication ID instead of user ID for SIP registration -->
<Line_Enable_1_>yes</Line_Enable_1_>
<!-- IVR -->
<Protect_IVR_FactoryReset>no</Protect_IVR_FactoryReset>
</flat-profile>
@@ -0,0 +1,29 @@
<flat-profile>
<Station_Name>{v_line1_displayname}</Station_Name>
<Profile_Rule>http://{domain_name}{v_project_path}/app/provision/?mac=$MA</Profile_Rule>
<Resync_Periodic>3600</Resync_Periodic>
<Primary_NTP_Server>pool.ntp.org</Primary_NTP_Server>
<Upgrade_Rule></Upgrade_Rule>
<Voice_Mail_Number>*97</Voice_Mail_Number>
<Time_Zone>GMT{v_time_zone_offset}</Time_Zone>
<Daylight_Saving_Time_Rule>start=9/27/0/2;end=4/4/0/3;save=0</Daylight_Saving_Time_Rule>
<Blind_Attn-Xfer_Enable_1_>No</Blind_Attn-Xfer_Enable_1_>
<Proxy_1_>{domain_name}</Proxy_1_>
<Display_Name_1_>{v_line1_displayname}</Display_Name_1_>
<User_ID_1_>{v_line1_user_id}</User_ID_1_>
<Password_1_>{v_line1_user_password}</Password_1_>
<Use_Auth_ID_1_>No</Use_Auth_ID_1_>
<Preferred_Codec_1_>G711u</Preferred_Codec_1_>
<Proxy_2_>{domain_name}</Proxy_2_>
<Display_Name_2_>{v_line2_displayname}</Display_Name_2_>
<User_ID_2_>{v_line2_user_id}</User_ID_2_>
<Password_2_>{v_line2_user_password}</Password_2_>
<Use_Auth_ID_2_>No</Use_Auth_ID_2_>
<Preferred_Codec_2_>G711u</Preferred_Codec_2_>
<Dial_Plan_1_>
(*xxxxxxx|*xxxxxx|*xxxxx|*xxxx|*xxx|*xx*|*x|**xxxxx|**xxxx|**xxx|**xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)
</Dial_Plan_1_>
<Headset_Input_Gain>6</Headset_Input_Gain>
<Time_Format>24hr</Time_Format>
<Date_Format>day/month</Date_Format>
</flat-profile>
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- SIP Application Configuration File -->
<!-- $RCSfile: custom.cfg,v $ $Revision: 1.558.2.3.2.19 $ -->
<sip>
<efk>
<version efk.version="2" />
<efklist
efk.efklist.1.mname="intercom"
efk.efklist.1.status="1"
efk.efklist.1.label="Intercom"
efk.efklist.1.action.string="*8$Tinvite$"
</efk>
<softkey softkey.3.label="Intercom" softkey.3.action="!intercom" softkey.3.enable="1" softkey.3.precede="0" softkey.3.use.idle="1" softkey.3.use.active="1" softkey.3.use.alerting="1" softkey.3.use.dialtone="1" softkey.3.use.proceeding="" softkey.3.use.setup="" softkey.3.use.hold="" />
</sip>
File diff suppressed because one or more lines are too long
@@ -0,0 +1,726 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- SIP Application Configuration File -->
<!-- $RCSfile: sip.cfg,v $ $Revision: 1.558.2.3.2.19 $ -->
<sip>
<voIpProt>
<server voIpProt.server.1.address="" voIpProt.server.1.port="" voIpProt.server.1.transport="DNSnaptr" voIpProt.server.1.expires="" voIpProt.server.1.expires.overlap="" voIpProt.server.1.register="1" voIpProt.server.1.retryTimeOut="0" voIpProt.server.1.retryMaxCount="0" voIpProt.server.1.expires.lineSeize="30" voIpProt.server.1.lcs="" voIpProt.server.1.failOver.reRegisterOn="" voIpProt.server.1.failOver.failRegistrationOn="" voIpProt.server.1.failOver.failBack.mode="" voIpProt.server.1.failOver.failBack.timeout="" voIpProt.server.2.address="" voIpProt.server.2.port="" voIpProt.server.2.transport="DNSnaptr" voIpProt.server.2.expires="" voIpProt.server.2.expires.overlap="" voIpProt.server.2.register="1" voIpProt.server.2.retryTimeOut="0" voIpProt.server.2.retryMaxCount="0" voIpProt.server.2.expires.lineSeize="30" voIpProt.server.2.lcs="" voIpProt.server.2.failOver.reRegisterOn="" voIpProt.server.2.failOver.failRegistrationOn="" voIpProt.server.2.failOver.failBack.mode="" voIpProt.server.2.failOver.failBack.timeout="" voIpProt.server.dhcp.available="" voIpProt.server.dhcp.option="" voIpProt.server.dhcp.type="" voIpProt.server.H323.1.address="" voIpProt.server.H323.1.port="" voIpProt.server.H323.1.expires=""></server>
<SIP voIpProt.SIP.enable="1" voIpProt.SIP.local.port="5060" voIpProt.SIP.useRFC2543hold="0" voIpProt.SIP.useSendonlyHold="1" voIpProt.SIP.lcs="0" voIpProt.SIP.csta="0" voIpProt.SIP.sendCompactHdrs="0" voIpProt.SIP.keepalive.sessionTimers="0" voIpProt.SIP.requestURI.E164.addGlobalPrefix="" voIpProt.SIP.allowTransferOnProceeding="" voIpProt.SIP.ms-forking="" voIpProt.SIP.pingInterval="" voIpProt.SIP.useContactInReferTo="" voIpProt.SIP.serverFeatureControl.dnd="" voIpProt.SIP.serverFeatureControl.localProcessing.dnd="" voIpProt.SIP.serverFeatureControl.cf="" voIpProt.SIP.serverFeatureControl.localProcessing.cf="" voIpProt.SIP.authOptimizedInFailover="" voIpProt.SIP.strictLineSeize="" voIpProt.SIP.lineSeize.retries="" voipPort.SIP.useCompleteUriForRetrieve="1" voIpProt.SIP.strictUserValidation="" voIpProt.SIP.header.warning.enable="0" voIpProt.SIP.header.warning.codes.accept="" voIpProt.SIP.header.diversion.enable="0" voIpProt.SIP.header.diversion.list.useFirst="1" voIpProt.SIP.acd.signalingMethod="" voIpProt.SIP.tcpFastFailover="" voIpProt.SIP.strictReplacesHeader="" voIpProt.SIP.use486forReject="" voIpProt.SIP.dtmfViaSignaling.rfc2976="">
<outboundProxy voIpProt.SIP.outboundProxy.address="" voIpProt.SIP.outboundProxy.port="5060" voIpProt.SIP.outboundProxy.transport="DNSnaptr" voIpProt.SIP.outboundProxy.failOver.reRegisterOn="" voIpProt.SIP.outboundProxy.failOver.failRegistrationOn="" voIpProt.SIP.outboundProxy.failOver.failBack.mode="" voIpProt.SIP.outboundProxy.failOver.failBack.timeout="" />
<alertInfo voIpProt.SIP.alertInfo.1.value="" voIpProt.SIP.alertInfo.1.class="" />
<requestValidation voIpProt.SIP.requestValidation.1.request="" voIpProt.SIP.requestValidation.1.method="" voIpProt.SIP.requestValidation.1.request.1.event="">
<digest voIpProt.SIP.requestValidation.digest.realm="PolycomSPIP" />
</requestValidation>
<specialEvent voIpProt.SIP.specialEvent.lineSeize.nonStandard="1" voIpProt.SIP.specialEvent.checkSync.alwaysReboot="0" />
<conference voIpProt.SIP.conference.address="" />
<dialog voIpProt.SIP.dialog.useSDP="" voIpProt.SIP.dialog.usePvalue="" />
<connectionReuse voIpProt.SIP.connectionReuse.useAlias="0" />
<SDP voIpProt.SDP.useLegacyPayloadTypeNegotiation="">
<offer voIpProt.SDP.offer.iLBC.13_33kbps.includeMode="" />
<answer voIpProt.SDP.answer.useLocalPreferences="" />
<early voIpProt.SDP.early.answerOrOffer="" />
</SDP>
<musicOnHold voIpProt.SIP.musicOnHold.uri="" />
<compliance>
<RFC3261>
<validate voIpProt.SIP.compliance.RFC3261.validate.contentLanguage="" voIpProt.SIP.compliance.RFC3261.validate.contentLength="" voIpProt.SIP.compliance.RFC3261.validate.uriScheme="" />
</RFC3261>
</compliance>
</SIP>
<H323 voIpProt.H323.enable="0" voIpProt.H323.local.port="1720" voIpProt.H323.autoGateKeeperDiscovery="0" voIpProt.H323.dtmfViaSignaling.enabled="1" voIpProt.H323.dtmfViaSignaling.H245alphanumericMode="1" voIpProt.H323.dtmfViaSignaling.H245signalMode="1" voIpProt.H323.blockFacilityOnStartH245="0" />
</voIpProt>
<dialplan dialplan.impossibleMatchHandling="0" dialplan.removeEndOfDial="1" dialplan.applyToUserSend="1" dialplan.applyToRemoteDialing="0" dialplan.applyToUserDial="1" dialplan.applyToCallListDial="0" dialplan.applyToDirectoryDial="0" dialplan.applyToTelUriDial="1">
<digitmap dialplan.digitmap="[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[2-9]xxxT" dialplan.digitmap.timeOut="3|3|3|3|3|3" />
<routing>
<server dialplan.routing.server.1.address="" dialplan.routing.server.1.port="5060" />
<emergency dialplan.routing.emergency.1.value="911" dialplan.routing.emergency.1.server.1="1" />
</routing>
</dialplan>
<localization>
<multilingual>
<language lcl.ml.lang="">
<menu lcl.ml.lang.menu.1="Chinese_China" lcl.ml.lang.menu.1.label="简体中文 (zh-cn)" lcl.ml.lang.menu.2="Danish_Denmark" lcl.ml.lang.menu.2.label="Dansk (da-dk)" lcl.ml.lang.menu.3="Dutch_Netherlands" lcl.ml.lang.menu.3.label="Nederlands (nl-nl)" lcl.ml.lang.menu.4="English_Canada" lcl.ml.lang.menu.4.label="English (en-ca)" lcl.ml.lang.menu.5="English_United_Kingdom" lcl.ml.lang.menu.5.label="English (en-gb)" lcl.ml.lang.menu.6="English_United_States" lcl.ml.lang.menu.6.label="English (en-us)" lcl.ml.lang.menu.7="French_France" lcl.ml.lang.menu.7.label="Français (fr-fr)" lcl.ml.lang.menu.8="German_Germany" lcl.ml.lang.menu.8.label="Deutsch (de-de)" lcl.ml.lang.menu.9="Italian_Italy" lcl.ml.lang.menu.9.label="Italiano (it-it)" lcl.ml.lang.menu.10="Japanese_Japan" lcl.ml.lang.menu.10.label="日本語 (ja-jp)" lcl.ml.lang.menu.11="Korean_Korea" lcl.ml.lang.menu.11.label="한국어 (ko-kr)" lcl.ml.lang.menu.12="Norwegian_Norway" lcl.ml.lang.menu.12.label="Norsk (no-no)" lcl.ml.lang.menu.13="Polish_Poland" lcl.ml.lang.menu.13.label="Polski (pl-pl)" lcl.ml.lang.menu.14="Portuguese_Portugal" lcl.ml.lang.menu.14.label="Português (pt-br)" lcl.ml.lang.menu.15="Russian_Russia" lcl.ml.lang.menu.15.label="Русский (ru-ru)" lcl.ml.lang.menu.16="Slovenian_Slovenia" lcl.ml.lang.menu.16.label="Slovenski (sl-si)" lcl.ml.lang.menu.17="Spanish_Spain" lcl.ml.lang.menu.17.label="Español (es-es)" lcl.ml.lang.menu.18="Swedish_Sweden" lcl.ml.lang.menu.18.label="Svenska (sv-se)" />
<clock lcl.ml.lang.clock.1.24HourClock="1" lcl.ml.lang.clock.1.format="D,dM" lcl.ml.lang.clock.1.longFormat="1" lcl.ml.lang.clock.1.dateTop="1" lcl.ml.lang.clock.2.24HourClock="1" lcl.ml.lang.clock.2.format="D,dM" lcl.ml.lang.clock.2.longFormat="1" lcl.ml.lang.clock.2.dateTop="1" lcl.ml.lang.clock.3.24HourClock="1" lcl.ml.lang.clock.3.format="D,dM" lcl.ml.lang.clock.3.longFormat="1" lcl.ml.lang.clock.3.dateTop="1" lcl.ml.lang.clock.4.24HourClock="0" lcl.ml.lang.clock.4.format="D,Md" lcl.ml.lang.clock.4.longFormat="1" lcl.ml.lang.clock.4.dateTop="1" lcl.ml.lang.clock.5.24HourClock="0" lcl.ml.lang.clock.5.format="D,Md" lcl.ml.lang.clock.5.longFormat="1" lcl.ml.lang.clock.5.dateTop="1" lcl.ml.lang.clock.6.24HourClock="0" lcl.ml.lang.clock.6.format="D,Md" lcl.ml.lang.clock.6.longFormat="1" lcl.ml.lang.clock.6.dateTop="1" lcl.ml.lang.clock.7.24HourClock="1" lcl.ml.lang.clock.7.format="D,dM" lcl.ml.lang.clock.7.longFormat="1" lcl.ml.lang.clock.7.dateTop="1" lcl.ml.lang.clock.8.24HourClock="1" lcl.ml.lang.clock.8.format="D,dM" lcl.ml.lang.clock.8.longFormat="1" lcl.ml.lang.clock.8.dateTop="1" lcl.ml.lang.clock.9.24HourClock="1" lcl.ml.lang.clock.9.format="D,dM" lcl.ml.lang.clock.9.longFormat="1" lcl.ml.lang.clock.9.dateTop="1" lcl.ml.lang.clock.10.24HourClock="1" lcl.ml.lang.clock.10.format="Md,D" lcl.ml.lang.clock.10.longFormat="1" lcl.ml.lang.clock.10.dateTop="1" lcl.ml.lang.clock.11.24HourClock="1" lcl.ml.lang.clock.11.format="D,dM" lcl.ml.lang.clock.11.longFormat="1" lcl.ml.lang.clock.11.dateTop="1" lcl.ml.lang.clock.12.24HourClock="1" lcl.ml.lang.clock.12.format="D,dM" lcl.ml.lang.clock.12.longFormat="1" lcl.ml.lang.clock.12.dateTop="1" lcl.ml.lang.clock.13.24HourClock="1" lcl.ml.lang.clock.13.format="D,dM" lcl.ml.lang.clock.13.longFormat="1" lcl.ml.lang.clock.13.dateTop="1" lcl.ml.lang.clock.14.24HourClock="1" lcl.ml.lang.clock.14.format="D,dM" lcl.ml.lang.clock.14.longFormat="1" lcl.ml.lang.clock.14.dateTop="1" lcl.ml.lang.clock.15.24HourClock="1" lcl.ml.lang.clock.15.format="D,dM" lcl.ml.lang.clock.15.longFormat="1" lcl.ml.lang.clock.15.dateTop="1" lcl.ml.lang.clock.16.24HourClock="1" lcl.ml.lang.clock.16.format="D,dM" lcl.ml.lang.clock.16.longFormat="1" lcl.ml.lang.clock.16.dateTop="1" lcl.ml.lang.clock.17.24HourClock="1" lcl.ml.lang.clock.17.format="D,dM" lcl.ml.lang.clock.17.longFormat="1" lcl.ml.lang.clock.17.dateTop="1" lcl.ml.lang.clock.18.24HourClock="1" lcl.ml.lang.clock.18.format="D,dM" lcl.ml.lang.clock.18.longFormat="1" lcl.ml.lang.clock.18.dateTop="1" />
<list lcl.ml.lang.IP_500.list="2,3,4,5,6,7,8,9,12,13,14,15,16,17,18" lcl.ml.lang.IP_600.list="All" lcl.ml.lang.IP_4000.list="2,3,4,5,6,7,8,9,12,13,14,15,17,18" />
<tags lcl.ml.lang.tags.1="zh-cn,zh;q=0.9,en;q=0.8" lcl.ml.lang.tags.2="da-dk,da;q=0.9,en;q=0.8" lcl.ml.lang.tags.3="nl-nl,nl;q=0.9,en;q=0.8" lcl.ml.lang.tags.4="en-ca,en;q=0.9" lcl.ml.lang.tags.5="en-gb,en;q=0.9" lcl.ml.lang.tags.6="en-us,en;q=0.9" lcl.ml.lang.tags.7="fr-fr,fr;q=0.9,en;q=0.8" lcl.ml.lang.tags.8="de-de,de;q=0.9,en;q=0.8" lcl.ml.lang.tags.9="it-it,it;q=0.9,en;q=0.8" lcl.ml.lang.tags.10="ja-jp,ja;q=0.9,en;q=0.8" lcl.ml.lang.tags.11="ko-kr,ko;q=0.9,en;q=0.8" lcl.ml.lang.tags.12="no-no,no;q=0.9,en;q=0.8" lcl.ml.lang.tags.13="pl-pl,pl;q=0.9,en;q=0.8" lcl.ml.lang.tags.14="pt-pt,pt;q=0.9,en;q=0.8" lcl.ml.lang.tags.15="ru-ru,ru;q=0.9,en;q=0.8" lcl.ml.lang.tags.16="sl-si,sl;q=0.9,en;q=0.8" lcl.ml.lang.tags.17="es-es,es;q=0.9,en;q=0.8" lcl.ml.lang.tags.18="sv-se,sv;q=0.9,en;q=0.8" />
</language>
</multilingual>
<datetime>
<time lcl.datetime.time.24HourClock="0" />
<date lcl.datetime.date.format="D,Md" lcl.datetime.date.longFormat="1" lcl.datetime.date.dateTop="1" />
</datetime>
</localization>
<user_preferences up.headsetMode="0" up.useDirectoryNames="0" up.oneTouchVoiceMail="0" up.welcomeSoundEnabled="1" up.welcomeSoundOnWarmBootEnabled="0" up.localClockEnabled="1" up.backlight.onIntensity="" up.backlight.idleIntensity="" up.mwiVisible="0" up.toneControl.bass="" up.toneControl.treble="" up.audioSetup.auxInput="" up.audioSetup.auxOutput="" up.idleTimeout="" up.handsfreeMode="1" up.numberFirstCID="0" up.prioritizeBackgroundMenuItem.enabled="1" up.idleBrowser.enabled="" up.screenCapture.enabled="0" up.manualProtocolRouting="1" up.manualProtocolRouting.softKeys="1" up.enableCallTypePrompt="1" up.callTypePromptPref="1" />
<tones>
<DTMF tone.dtmf.level="-15" tone.dtmf.onTime="50" tone.dtmf.offTime="50" tone.dtmf.chassis.masking="0" tone.dtmf.stim.pac.offHookOnly="0" tone.dtmf.viaRtp="1" tone.dtmf.rfc2833Control="1" tone.dtmf.rfc2833Payload="127" />
<chord_sets>
<CALLPROGRESS>
<DIAL_TONE tone.chord.callProg.1.freq.1="350" tone.chord.callProg.1.level.1="-19" tone.chord.callProg.1.freq.2="440" tone.chord.callProg.1.level.2="-19" tone.chord.callProg.1.onDur="0" tone.chord.callProg.1.offDur="0" tone.chord.callProg.1.repeat="0" />
<BUSY_TONE tone.chord.callProg.2.freq.1="480" tone.chord.callProg.2.level.1="-30" tone.chord.callProg.2.freq.2="620" tone.chord.callProg.2.level.2="-30" tone.chord.callProg.2.onDur="500" tone.chord.callProg.2.offDur="500" tone.chord.callProg.2.repeat="0" />
<RINGBACK tone.chord.callProg.3.freq.1="440" tone.chord.callProg.3.level.1="-25" tone.chord.callProg.3.freq.2="480" tone.chord.callProg.3.level.2="-25" tone.chord.callProg.3.onDur="2000" tone.chord.callProg.3.offDur="4000" tone.chord.callProg.3.repeat="0" />
<REORDER tone.chord.callProg.4.freq.1="480" tone.chord.callProg.4.level.1="-30" tone.chord.callProg.4.freq.2="620" tone.chord.callProg.4.level.2="-30" tone.chord.callProg.4.onDur="250" tone.chord.callProg.4.offDur="250" tone.chord.callProg.4.repeat="0" />
<STUTTER_3 tone.chord.callProg.5.freq.1="350" tone.chord.callProg.5.level.1="-19" tone.chord.callProg.5.freq.2="440" tone.chord.callProg.5.level.2="-19" tone.chord.callProg.5.onDur="100" tone.chord.callProg.5.offDur="100" tone.chord.callProg.5.repeat="3" />
<CALL_WAITING tone.chord.callProg.6.freq.1="440" tone.chord.callProg.6.level.1="-19" tone.chord.callProg.6.onDur="300" tone.chord.callProg.6.offDur="10000" tone.chord.callProg.6.repeat="2" />
<HOWLER tone.chord.callProg.7.freq.1="900" tone.chord.callProg.7.level.1="-12" tone.chord.callProg.7.freq.2="1100" tone.chord.callProg.7.level.2="-12" tone.chord.callProg.7.freq.3="1300" tone.chord.callProg.7.level.3="-12" tone.chord.callProg.7.freq.4="1500" tone.chord.callProg.7.level.4="-12" tone.chord.callProg.7.onDur="100" tone.chord.callProg.7.offDur="100" tone.chord.callProg.7.repeat="0" />
<REC_WARNING tone.chord.callProg.8.freq.1="1400" tone.chord.callProg.8.level.1="-25" tone.chord.callProg.8.onDur="500" tone.chord.callProg.8.offDur="0" tone.chord.callProg.8.repeat="1" />
<STUTTER_LONG tone.chord.callProg.9.freq.1="350" tone.chord.callProg.9.level.1="-19" tone.chord.callProg.9.freq.2="440" tone.chord.callProg.9.level.2="-19" tone.chord.callProg.9.onDur="100" tone.chord.callProg.9.offDur="100" tone.chord.callProg.9.repeat="6" />
<INTERCOM tone.chord.callProg.10.freq.1="550" tone.chord.callProg.10.level.1="-19" tone.chord.callProg.10.onDur="500" tone.chord.callProg.10.offDur="0" tone.chord.callProg.10.repeat="1" />
</CALLPROGRESS>
<RINGER>
<SINGLE_NOTES>
<F2 tone.chord.ringer.1.freq.1="349" tone.chord.ringer.1.level.1="-10" tone.chord.ringer.1.onDur="100" tone.chord.ringer.1.offDur="0" tone.chord.ringer.1.repeat="1" />
<Gb2 tone.chord.ringer.2.freq.1="370" tone.chord.ringer.2.level.1="-10" tone.chord.ringer.2.onDur="100" tone.chord.ringer.2.offDur="0" tone.chord.ringer.2.repeat="1" />
<G2 tone.chord.ringer.3.freq.1="392" tone.chord.ringer.3.level.1="-10" tone.chord.ringer.3.onDur="100" tone.chord.ringer.3.offDur="0" tone.chord.ringer.3.repeat="1" />
<Ab2 tone.chord.ringer.4.freq.1="415" tone.chord.ringer.4.level.1="-10" tone.chord.ringer.4.onDur="100" tone.chord.ringer.4.offDur="0" tone.chord.ringer.4.repeat="1" />
<A3 tone.chord.ringer.5.freq.1="440" tone.chord.ringer.5.level.1="-10" tone.chord.ringer.5.onDur="100" tone.chord.ringer.5.offDur="0" tone.chord.ringer.5.repeat="1" />
<Bb3 tone.chord.ringer.6.freq.1="466" tone.chord.ringer.6.level.1="-10" tone.chord.ringer.6.onDur="100" tone.chord.ringer.6.offDur="0" tone.chord.ringer.6.repeat="1" />
<B3 tone.chord.ringer.7.freq.1="494" tone.chord.ringer.7.level.1="-10" tone.chord.ringer.7.onDur="100" tone.chord.ringer.7.offDur="0" tone.chord.ringer.7.repeat="1" />
<C3 tone.chord.ringer.8.freq.1="523" tone.chord.ringer.8.level.1="-10" tone.chord.ringer.8.onDur="100" tone.chord.ringer.8.offDur="0" tone.chord.ringer.8.repeat="1" />
<Db3 tone.chord.ringer.9.freq.1="554" tone.chord.ringer.9.level.1="-10" tone.chord.ringer.9.onDur="100" tone.chord.ringer.9.offDur="0" tone.chord.ringer.9.repeat="1" />
<D3 tone.chord.ringer.10.freq.1="587" tone.chord.ringer.10.level.1="-10" tone.chord.ringer.10.onDur="100" tone.chord.ringer.10.offDur="0" tone.chord.ringer.10.repeat="1" />
<Eb3 tone.chord.ringer.11.freq.1="622" tone.chord.ringer.11.level.1="-10" tone.chord.ringer.11.onDur="100" tone.chord.ringer.11.offDur="0" tone.chord.ringer.11.repeat="1" />
<E3 tone.chord.ringer.12.freq.1="659" tone.chord.ringer.12.level.1="-10" tone.chord.ringer.12.onDur="100" tone.chord.ringer.12.offDur="0" tone.chord.ringer.12.repeat="1" />
<F3 tone.chord.ringer.13.freq.1="698" tone.chord.ringer.13.level.1="-10" tone.chord.ringer.13.onDur="100" tone.chord.ringer.13.offDur="0" tone.chord.ringer.13.repeat="1" />
<Gb3 tone.chord.ringer.14.freq.1="740" tone.chord.ringer.14.level.1="-10" tone.chord.ringer.14.onDur="100" tone.chord.ringer.14.offDur="0" tone.chord.ringer.14.repeat="1" />
<G3 tone.chord.ringer.15.freq.1="784" tone.chord.ringer.15.level.1="-10" tone.chord.ringer.15.onDur="100" tone.chord.ringer.15.offDur="0" tone.chord.ringer.15.repeat="1" />
<Ab3 tone.chord.ringer.16.freq.1="830" tone.chord.ringer.16.level.1="-10" tone.chord.ringer.16.onDur="100" tone.chord.ringer.16.offDur="0" tone.chord.ringer.16.repeat="1" />
<A4 tone.chord.ringer.17.freq.1="880" tone.chord.ringer.17.level.1="-10" tone.chord.ringer.17.onDur="100" tone.chord.ringer.17.offDur="0" tone.chord.ringer.17.repeat="1" />
<Bb4 tone.chord.ringer.18.freq.1="932" tone.chord.ringer.18.level.1="-10" tone.chord.ringer.18.onDur="100" tone.chord.ringer.18.offDur="0" tone.chord.ringer.18.repeat="1" />
<B4 tone.chord.ringer.19.freq.1="988" tone.chord.ringer.19.level.1="-10" tone.chord.ringer.19.onDur="100" tone.chord.ringer.19.offDur="0" tone.chord.ringer.19.repeat="1" />
<C4 tone.chord.ringer.20.freq.1="1046" tone.chord.ringer.20.level.1="-10" tone.chord.ringer.20.onDur="100" tone.chord.ringer.20.offDur="0" tone.chord.ringer.20.repeat="1" />
<Db4 tone.chord.ringer.21.freq.1="1109" tone.chord.ringer.21.level.1="-10" tone.chord.ringer.21.onDur="100" tone.chord.ringer.21.offDur="0" tone.chord.ringer.21.repeat="1" />
<D4 tone.chord.ringer.22.freq.1="1175" tone.chord.ringer.22.level.1="-10" tone.chord.ringer.22.onDur="100" tone.chord.ringer.22.offDur="0" tone.chord.ringer.22.repeat="1" />
<Eb4 tone.chord.ringer.23.freq.1="1244" tone.chord.ringer.23.level.1="-10" tone.chord.ringer.23.onDur="100" tone.chord.ringer.23.offDur="0" tone.chord.ringer.23.repeat="1" />
<E4 tone.chord.ringer.24.freq.1="1318" tone.chord.ringer.24.level.1="-10" tone.chord.ringer.24.onDur="100" tone.chord.ringer.24.offDur="0" tone.chord.ringer.24.repeat="1" />
<F4 tone.chord.ringer.25.freq.1="1397" tone.chord.ringer.25.level.1="-10" tone.chord.ringer.25.onDur="100" tone.chord.ringer.25.offDur="0" tone.chord.ringer.25.repeat="1" />
<SPARE_1 tone.chord.ringer.26.freq.1="1000" tone.chord.ringer.26.level.1="-10" tone.chord.ringer.26.onDur="100" tone.chord.ringer.26.offDur="0" tone.chord.ringer.26.repeat="1" />
<SPARE_2 tone.chord.ringer.27.freq.1="1000" tone.chord.ringer.27.level.1="-10" tone.chord.ringer.27.onDur="100" tone.chord.ringer.27.offDur="0" tone.chord.ringer.27.repeat="1" />
<SPARE_3 tone.chord.ringer.28.freq.1="1000" tone.chord.ringer.28.level.1="-10" tone.chord.ringer.28.onDur="100" tone.chord.ringer.28.offDur="0" tone.chord.ringer.28.repeat="1" />
<SPARE_4 tone.chord.ringer.29.freq.1="1000" tone.chord.ringer.29.level.1="-10" tone.chord.ringer.29.onDur="100" tone.chord.ringer.29.offDur="0" tone.chord.ringer.29.repeat="1" />
<SPARE_5 tone.chord.ringer.30.freq.1="1000" tone.chord.ringer.30.level.1="-10" tone.chord.ringer.30.onDur="100" tone.chord.ringer.30.offDur="0" tone.chord.ringer.30.repeat="1" />
</SINGLE_NOTES>
<MULTI_NOTE_CHORDS>
<A3_MAJOR tone.chord.ringer.31.freq.1="440" tone.chord.ringer.31.level.1="-10" tone.chord.ringer.31.freq.2="554" tone.chord.ringer.31.level.2="-10" tone.chord.ringer.31.freq.3="659" tone.chord.ringer.31.level.3="-10" tone.chord.ringer.31.freq.4="880" tone.chord.ringer.31.level.4="-19" tone.chord.ringer.31.onDur="100" tone.chord.ringer.31.offDur="0" tone.chord.ringer.31.repeat="1" />
<Bb3_MAJOR tone.chord.ringer.32.freq.1="466" tone.chord.ringer.32.level.1="-10" tone.chord.ringer.32.freq.2="587" tone.chord.ringer.32.level.2="-10" tone.chord.ringer.32.freq.3="698" tone.chord.ringer.32.level.3="-10" tone.chord.ringer.32.freq.4="932" tone.chord.ringer.32.level.4="-19" tone.chord.ringer.32.onDur="100" tone.chord.ringer.32.offDur="0" tone.chord.ringer.32.repeat="1" />
<B3_MAJOR tone.chord.ringer.33.freq.1="493" tone.chord.ringer.33.level.1="-10" tone.chord.ringer.33.freq.2="622" tone.chord.ringer.33.level.2="-10" tone.chord.ringer.33.freq.3="740" tone.chord.ringer.33.level.3="-10" tone.chord.ringer.33.freq.4="988" tone.chord.ringer.33.level.4="-19" tone.chord.ringer.33.onDur="100" tone.chord.ringer.33.offDur="0" tone.chord.ringer.33.repeat="1" />
<C3_MAJOR tone.chord.ringer.34.freq.1="523" tone.chord.ringer.34.level.1="-10" tone.chord.ringer.34.freq.2="659" tone.chord.ringer.34.level.2="-10" tone.chord.ringer.34.freq.3="784" tone.chord.ringer.34.level.3="-10" tone.chord.ringer.34.freq.4="1046" tone.chord.ringer.34.level.4="-19" tone.chord.ringer.34.onDur="100" tone.chord.ringer.34.offDur="0" tone.chord.ringer.34.repeat="1" />
<Db3_MAJOR tone.chord.ringer.35.freq.1="554" tone.chord.ringer.35.level.1="-10" tone.chord.ringer.35.freq.2="698" tone.chord.ringer.35.level.2="-10" tone.chord.ringer.35.freq.3="830" tone.chord.ringer.35.level.3="-10" tone.chord.ringer.35.freq.4="1109" tone.chord.ringer.35.level.4="-19" tone.chord.ringer.35.onDur="100" tone.chord.ringer.35.offDur="0" tone.chord.ringer.35.repeat="1" />
<D3_MAJOR tone.chord.ringer.36.freq.1="587" tone.chord.ringer.36.level.1="-10" tone.chord.ringer.36.freq.2="740" tone.chord.ringer.36.level.2="-10" tone.chord.ringer.36.freq.3="880" tone.chord.ringer.36.level.3="-10" tone.chord.ringer.36.freq.4="1175" tone.chord.ringer.36.level.4="-19" tone.chord.ringer.36.onDur="100" tone.chord.ringer.36.offDur="0" tone.chord.ringer.36.repeat="1" />
<Eb3_MAJOR tone.chord.ringer.37.freq.1="622" tone.chord.ringer.37.level.1="-10" tone.chord.ringer.37.freq.2="783" tone.chord.ringer.37.level.2="-10" tone.chord.ringer.37.freq.3="932" tone.chord.ringer.37.level.3="-10" tone.chord.ringer.37.freq.4="1244" tone.chord.ringer.37.level.4="-16" tone.chord.ringer.37.onDur="100" tone.chord.ringer.37.offDur="0" tone.chord.ringer.37.repeat="1" />
<E3_MAJOR tone.chord.ringer.38.freq.1="659" tone.chord.ringer.38.level.1="-10" tone.chord.ringer.38.freq.2="831" tone.chord.ringer.38.level.2="-10" tone.chord.ringer.38.freq.3="988" tone.chord.ringer.38.level.3="-10" tone.chord.ringer.38.freq.4="1318" tone.chord.ringer.38.level.4="-19" tone.chord.ringer.38.onDur="100" tone.chord.ringer.38.offDur="0" tone.chord.ringer.38.repeat="1" />
<F3_MAJOR tone.chord.ringer.39.freq.1="698" tone.chord.ringer.39.level.1="-10" tone.chord.ringer.39.freq.2="880" tone.chord.ringer.39.level.2="-10" tone.chord.ringer.39.freq.3="1046" tone.chord.ringer.39.level.3="-10" tone.chord.ringer.39.freq.4="1397" tone.chord.ringer.39.level.4="-19" tone.chord.ringer.39.onDur="100" tone.chord.ringer.39.offDur="0" tone.chord.ringer.39.repeat="1" />
<Gb3_MAJOR tone.chord.ringer.40.freq.1="740" tone.chord.ringer.40.level.1="-10" tone.chord.ringer.40.freq.2="932" tone.chord.ringer.40.level.2="-10" tone.chord.ringer.40.freq.3="1108" tone.chord.ringer.40.level.3="-10" tone.chord.ringer.40.freq.4="1480" tone.chord.ringer.40.level.4="-19" tone.chord.ringer.40.onDur="100" tone.chord.ringer.40.offDur="0" tone.chord.ringer.40.repeat="1" />
<G3_MAJOR tone.chord.ringer.41.freq.1="784" tone.chord.ringer.41.level.1="-10" tone.chord.ringer.41.freq.2="988" tone.chord.ringer.41.level.2="-10" tone.chord.ringer.41.freq.3="1174" tone.chord.ringer.41.level.3="-10" tone.chord.ringer.41.freq.4="1568" tone.chord.ringer.41.level.4="-16" tone.chord.ringer.41.onDur="100" tone.chord.ringer.41.offDur="0" tone.chord.ringer.41.repeat="1" />
<Ab3_MAJOR tone.chord.ringer.42.freq.1="831" tone.chord.ringer.42.level.1="-10" tone.chord.ringer.42.freq.2="1046" tone.chord.ringer.42.level.2="-10" tone.chord.ringer.42.freq.3="1244" tone.chord.ringer.42.level.3="-10" tone.chord.ringer.42.freq.4="1661" tone.chord.ringer.42.level.4="-19" tone.chord.ringer.42.onDur="100" tone.chord.ringer.42.offDur="0" tone.chord.ringer.42.repeat="1" />
<A4_MAJOR tone.chord.ringer.43.freq.1="880" tone.chord.ringer.43.level.1="-10" tone.chord.ringer.43.freq.2="1108" tone.chord.ringer.43.level.2="-10" tone.chord.ringer.43.freq.3="1318" tone.chord.ringer.43.level.3="-10" tone.chord.ringer.43.freq.4="1760" tone.chord.ringer.43.level.4="-19" tone.chord.ringer.43.onDur="100" tone.chord.ringer.43.offDur="0" tone.chord.ringer.43.repeat="1" />
<SPARE_1 tone.chord.ringer.44.freq.1="1000" tone.chord.ringer.44.level.1="-10" tone.chord.ringer.44.freq.2="1000" tone.chord.ringer.44.level.2="-10" tone.chord.ringer.44.freq.3="1000" tone.chord.ringer.44.level.3="-10" tone.chord.ringer.44.freq.4="1000" tone.chord.ringer.44.level.4="-10" tone.chord.ringer.44.onDur="100" tone.chord.ringer.44.offDur="0" tone.chord.ringer.44.repeat="1" />
<SPARE_2 tone.chord.ringer.45.freq.1="1000" tone.chord.ringer.45.level.1="-10" tone.chord.ringer.45.freq.2="1000" tone.chord.ringer.45.level.2="-10" tone.chord.ringer.45.freq.3="1000" tone.chord.ringer.45.level.3="-10" tone.chord.ringer.45.freq.4="1000" tone.chord.ringer.45.level.4="-10" tone.chord.ringer.45.onDur="100" tone.chord.ringer.45.offDur="0" tone.chord.ringer.45.repeat="1" />
</MULTI_NOTE_CHORDS>
<PSTN_CALL_PROGRESS_TONES>
<RINGBACK tone.chord.ringer.46.freq.1="440" tone.chord.ringer.46.level.1="-10" tone.chord.ringer.46.freq.2="480" tone.chord.ringer.46.level.2="-10" tone.chord.ringer.46.onDur="400" tone.chord.ringer.46.offDur="0" tone.chord.ringer.46.repeat="1" />
<SPARE_1 tone.chord.ringer.47.freq.1="440" tone.chord.ringer.47.level.1="-10" tone.chord.ringer.47.freq.2="480" tone.chord.ringer.47.level.2="-10" tone.chord.ringer.47.onDur="400" tone.chord.ringer.47.offDur="0" tone.chord.ringer.47.repeat="1" />
<SPARE_2 tone.chord.ringer.48.freq.1="440" tone.chord.ringer.48.level.1="-10" tone.chord.ringer.48.freq.2="480" tone.chord.ringer.48.level.2="-10" tone.chord.ringer.48.onDur="400" tone.chord.ringer.48.offDur="0" tone.chord.ringer.48.repeat="1" />
<SPARE_3 tone.chord.ringer.49.freq.1="440" tone.chord.ringer.49.level.1="-10" tone.chord.ringer.49.freq.2="480" tone.chord.ringer.49.level.2="-10" tone.chord.ringer.49.onDur="400" tone.chord.ringer.49.offDur="0" tone.chord.ringer.49.repeat="1" />
<SPARE_4 tone.chord.ringer.50.freq.1="440" tone.chord.ringer.50.level.1="-10" tone.chord.ringer.50.freq.2="480" tone.chord.ringer.50.level.2="-10" tone.chord.ringer.50.onDur="400" tone.chord.ringer.50.offDur="0" tone.chord.ringer.50.repeat="1" />
</PSTN_CALL_PROGRESS_TONES>
<MISCELLANEOUS>
<ORIGINAL_LOW tone.chord.ringer.51.freq.1="622" tone.chord.ringer.51.level.1="-10" tone.chord.ringer.51.freq.2="933" tone.chord.ringer.51.level.2="-16" tone.chord.ringer.51.freq.3="1244" tone.chord.ringer.51.level.3="-19" tone.chord.ringer.51.freq.4="0" tone.chord.ringer.51.level.4="-45" tone.chord.ringer.51.onDur="100" tone.chord.ringer.51.offDur="0" tone.chord.ringer.51.repeat="1" />
<ORIGINAL_HIGH tone.chord.ringer.52.freq.1="784" tone.chord.ringer.52.level.1="-10" tone.chord.ringer.52.freq.2="1176" tone.chord.ringer.52.level.2="-16" tone.chord.ringer.52.freq.3="1568" tone.chord.ringer.52.level.3="-19" tone.chord.ringer.52.freq.4="0" tone.chord.ringer.52.level.4="-45" tone.chord.ringer.52.onDur="100" tone.chord.ringer.52.offDur="0" tone.chord.ringer.52.repeat="1" />
<SPARE_1 tone.chord.ringer.53.freq.1="440" tone.chord.ringer.53.level.1="-10" tone.chord.ringer.53.freq.2="480" tone.chord.ringer.53.level.2="-10" tone.chord.ringer.53.onDur="400" tone.chord.ringer.53.offDur="0" tone.chord.ringer.53.repeat="1" />
<SPARE_2 tone.chord.ringer.54.freq.1="440" tone.chord.ringer.54.level.1="-10" tone.chord.ringer.54.freq.2="480" tone.chord.ringer.54.level.2="-10" tone.chord.ringer.54.onDur="400" tone.chord.ringer.54.offDur="0" tone.chord.ringer.54.repeat="1" />
<SPARE_3 tone.chord.ringer.55.freq.1="440" tone.chord.ringer.55.level.1="-10" tone.chord.ringer.55.freq.2="480" tone.chord.ringer.55.level.2="-10" tone.chord.ringer.55.onDur="400" tone.chord.ringer.55.offDur="0" tone.chord.ringer.55.repeat="1" />
</MISCELLANEOUS>
</RINGER>
<MISCELLANEOUS>
<CS_1 tone.chord.misc.1.freq.1="440" tone.chord.misc.1.level.1="-10" tone.chord.misc.1.freq.2="554" tone.chord.misc.1.level.2="-10" tone.chord.misc.1.freq.3="659" tone.chord.misc.1.level.3="-10" tone.chord.misc.1.onDur="100" tone.chord.misc.1.offDur="0" tone.chord.misc.1.repeat="1" />
<CS_2 tone.chord.misc.2.freq.1="493" tone.chord.misc.2.level.1="-10" tone.chord.misc.2.freq.2="622" tone.chord.misc.2.level.2="-10" tone.chord.misc.2.freq.3="740" tone.chord.misc.2.level.3="-10" tone.chord.misc.2.onDur="100" tone.chord.misc.2.offDur="0" tone.chord.misc.2.repeat="1" />
<CS_3 tone.chord.misc.3.freq.1="523" tone.chord.misc.3.level.1="-10" tone.chord.misc.3.freq.2="659" tone.chord.misc.3.level.2="-10" tone.chord.misc.3.freq.3="784" tone.chord.misc.3.level.3="-10" tone.chord.misc.3.onDur="100" tone.chord.misc.3.offDur="0" tone.chord.misc.3.repeat="1" />
<CS_4 tone.chord.misc.4.freq.1="659" tone.chord.misc.4.level.1="-10" tone.chord.misc.4.freq.2="831" tone.chord.misc.4.level.2="-10" tone.chord.misc.4.freq.3="988" tone.chord.misc.4.level.3="-10" tone.chord.misc.4.onDur="100" tone.chord.misc.4.offDur="0" tone.chord.misc.4.repeat="1" />
<CS_5 tone.chord.misc.5.freq.1="880" tone.chord.misc.5.level.1="-10" tone.chord.misc.5.freq.2="1108" tone.chord.misc.5.level.2="-10" tone.chord.misc.5.freq.3="1318" tone.chord.misc.5.level.3="-10" tone.chord.misc.5.onDur="100" tone.chord.misc.5.offDur="0" tone.chord.misc.5.repeat="1" />
<CS_6 tone.chord.misc.6.freq.1="622" tone.chord.misc.6.level.1="-10" tone.chord.misc.6.freq.2="783" tone.chord.misc.6.level.2="-10" tone.chord.misc.6.freq.3="932" tone.chord.misc.6.level.3="-10" tone.chord.misc.6.onDur="100" tone.chord.misc.6.offDur="0" tone.chord.misc.6.repeat="1" />
<CS_7 tone.chord.misc.7.freq.1="784" tone.chord.misc.7.level.1="-10" tone.chord.misc.7.freq.2="988" tone.chord.misc.7.level.2="-10" tone.chord.misc.7.freq.3="1174" tone.chord.misc.7.level.3="-10" tone.chord.misc.7.onDur="100" tone.chord.misc.7.offDur="0" tone.chord.misc.7.repeat="1" />
</MISCELLANEOUS>
</chord_sets>
</tones>
<sampled_audio saf.1="" saf.2="" saf.3="" saf.4="" saf.5="" saf.6="" saf.7="" saf.8="" saf.9="" saf.10="" saf.11="" saf.12="" saf.13="" saf.14="" saf.15="" saf.16="" saf.17="" saf.18="" saf.19="" saf.20="" saf.21="" saf.22="" saf.23="" saf.24="" />
<sound_effects se.stutterOnVoiceMail="1" se.appLocalEnabled="1" se.destination="chassis">
<patterns>
<CALLPROGRESS>
<DIAL_TONE se.pat.callProg.1.name="dial" se.pat.callProg.1.inst.1.type="chord" se.pat.callProg.1.inst.1.value="1" />
<BUSY_TONE se.pat.callProg.2.name="busy" se.pat.callProg.2.inst.1.type="chord" se.pat.callProg.2.inst.1.value="2" />
<RINGBACK se.pat.callProg.3.name="ringback" se.pat.callProg.3.inst.1.type="silence" se.pat.callProg.3.inst.1.value="2000" se.pat.callProg.3.inst.2.type="chord" se.pat.callProg.3.inst.2.value="3" />
<REORDER se.pat.callProg.4.name="reorder" se.pat.callProg.4.inst.1.type="chord" se.pat.callProg.4.inst.1.value="4" />
<STUTTER se.pat.callProg.5.name="stutter" se.pat.callProg.5.inst.1.type="chord" se.pat.callProg.5.inst.1.value="9" se.pat.callProg.5.inst.2.type="chord" se.pat.callProg.5.inst.2.value="1" />
<CALLWAITING se.pat.callProg.6.name="call waiting" se.pat.callProg.6.inst.1.type="chord" se.pat.callProg.6.inst.1.value="6" />
<CALLWAITINGLONG se.pat.callProg.7.name="long call waiting" se.pat.callProg.7.inst.1.type="chord" se.pat.callProg.7.inst.1.value="6" se.pat.callProg.7.inst.2.type="silence" se.pat.callProg.7.inst.2.value="150" se.pat.callProg.7.inst.3.type="chord" se.pat.callProg.7.inst.3.value="6" />
<CONFIRMATION se.pat.callProg.8.name="confirmation" se.pat.callProg.8.inst.1.type="chord" se.pat.callProg.8.inst.1.value="5" />
<HOWLER se.pat.callProg.9.name="howler" se.pat.callProg.9.inst.1.type="chord" se.pat.callProg.9.inst.1.value="7" />
<REC_WARNING se.pat.callProg.10.name="warning" se.pat.callProg.10.inst.1.type="chord" se.pat.callProg.10.inst.1.value="8" se.pat.callProg.10.inst.2.type="silence" se.pat.callProg.10.inst.2.value="14500" se.pat.callProg.10.inst.3.type="branch" se.pat.callProg.10.inst.3.value="-2" />
<MSG_WAITING se.pat.callProg.11.name="message waiting" se.pat.callProg.11.inst.1.type="chord" se.pat.callProg.11.inst.1.value="9" se.pat.callProg.11.inst.2.type="chord" se.pat.callProg.11.inst.2.value="1" />
<ALERTING se.pat.callProg.12.name="alerting" se.pat.callProg.12.inst.1.type="chord" se.pat.callProg.12.inst.1.value="8" se.pat.callProg.12.inst.1.param="2000" se.pat.callProg.12.inst.2.type="silence" se.pat.callProg.12.inst.2.value="9500" se.pat.callProg.12.inst.3.type="chord" se.pat.callProg.12.inst.3.value="8" se.pat.callProg.12.inst.3.param="500" se.pat.callProg.12.inst.4.type="branch" se.pat.callProg.12.inst.4.value="-2" />
<INTERCOM se.pat.callProg.13.name="intercom" se.pat.callProg.13.inst.1.type="chord" se.pat.callProg.13.inst.1.value="10" />
<BARGE_IN se.pat.callProg.14.name="bargein" se.pat.callProg.14.inst.1.type="chord" se.pat.callProg.14.inst.1.value="6" se.pat.callProg.14.inst.2.type="silence" se.pat.callProg.14.inst.2.value="200" se.pat.callProg.14.inst.3.type="chord" se.pat.callProg.14.inst.3.value="6" />
<SECONDARY_DIAL_TONE se.pat.callProg.15.name="secondary dial" se.pat.callProg.15.inst.1.type="chord" se.pat.callProg.15.inst.1.value="1" />
</CALLPROGRESS>
<RINGER>
<SILENT se.pat.ringer.1.name="Silent Ring" se.pat.ringer.1.inst.1.type="silence" se.pat.ringer.1.inst.1.value="0" />
<LONG_SINGLE_A3Db3_MAJOR_WARBLE se.pat.ringer.2.name="Low Trill" se.pat.ringer.2.inst.1.type="chord" se.pat.ringer.2.inst.1.value="31" se.pat.ringer.2.inst.2.type="chord" se.pat.ringer.2.inst.2.value="35" se.pat.ringer.2.inst.3.type="chord" se.pat.ringer.2.inst.3.value="31" se.pat.ringer.2.inst.4.type="chord" se.pat.ringer.2.inst.4.value="35" se.pat.ringer.2.inst.5.type="chord" se.pat.ringer.2.inst.5.value="31" se.pat.ringer.2.inst.6.type="chord" se.pat.ringer.2.inst.6.value="35" se.pat.ringer.2.inst.7.type="chord" se.pat.ringer.2.inst.7.value="31" se.pat.ringer.2.inst.8.type="chord" se.pat.ringer.2.inst.8.value="35" se.pat.ringer.2.inst.9.type="chord" se.pat.ringer.2.inst.9.value="31" se.pat.ringer.2.inst.10.type="chord" se.pat.ringer.2.inst.10.value="35" se.pat.ringer.2.inst.11.type="silence" se.pat.ringer.2.inst.11.value="3000" se.pat.ringer.2.inst.12.type="branch" se.pat.ringer.2.inst.12.value="-11" />
<SHORT_DOUBLE_A3Db3_MAJOR_WARBLE se.pat.ringer.3.name="Low Double Trill" se.pat.ringer.3.inst.1.type="chord" se.pat.ringer.3.inst.1.value="31" se.pat.ringer.3.inst.2.type="chord" se.pat.ringer.3.inst.2.value="35" se.pat.ringer.3.inst.3.type="chord" se.pat.ringer.3.inst.3.value="31" se.pat.ringer.3.inst.4.type="chord" se.pat.ringer.3.inst.4.value="35" se.pat.ringer.3.inst.5.type="silence" se.pat.ringer.3.inst.5.value="200" se.pat.ringer.3.inst.6.type="chord" se.pat.ringer.3.inst.6.value="31" se.pat.ringer.3.inst.7.type="chord" se.pat.ringer.3.inst.7.value="35" se.pat.ringer.3.inst.8.type="chord" se.pat.ringer.3.inst.8.value="31" se.pat.ringer.3.inst.9.type="chord" se.pat.ringer.3.inst.9.value="35" se.pat.ringer.3.inst.10.type="silence" se.pat.ringer.3.inst.10.value="2000" se.pat.ringer.3.inst.11.type="branch" se.pat.ringer.3.inst.11.value="-10" />
<LONG_SINGLE_C3E3_MAJOR_WARBLE se.pat.ringer.4.name="Medium Trill" se.pat.ringer.4.inst.1.type="chord" se.pat.ringer.4.inst.1.value="34" se.pat.ringer.4.inst.2.type="chord" se.pat.ringer.4.inst.2.value="38" se.pat.ringer.4.inst.3.type="chord" se.pat.ringer.4.inst.3.value="34" se.pat.ringer.4.inst.4.type="chord" se.pat.ringer.4.inst.4.value="38" se.pat.ringer.4.inst.5.type="chord" se.pat.ringer.4.inst.5.value="34" se.pat.ringer.4.inst.6.type="chord" se.pat.ringer.4.inst.6.value="38" se.pat.ringer.4.inst.7.type="chord" se.pat.ringer.4.inst.7.value="34" se.pat.ringer.4.inst.8.type="chord" se.pat.ringer.4.inst.8.value="38" se.pat.ringer.4.inst.9.type="chord" se.pat.ringer.4.inst.9.value="34" se.pat.ringer.4.inst.10.type="chord" se.pat.ringer.4.inst.10.value="38" se.pat.ringer.4.inst.11.type="silence" se.pat.ringer.4.inst.11.value="3000" se.pat.ringer.4.inst.12.type="branch" se.pat.ringer.4.inst.12.value="-11" />
<SHORT_DOUBLE_C3E3_MAJOR_WARBLE se.pat.ringer.5.name="Medium Double Trill" se.pat.ringer.5.inst.1.type="chord" se.pat.ringer.5.inst.1.value="34" se.pat.ringer.5.inst.2.type="chord" se.pat.ringer.5.inst.2.value="38" se.pat.ringer.5.inst.3.type="chord" se.pat.ringer.5.inst.3.value="34" se.pat.ringer.5.inst.4.type="chord" se.pat.ringer.5.inst.4.value="38" se.pat.ringer.5.inst.5.type="silence" se.pat.ringer.5.inst.5.value="200" se.pat.ringer.5.inst.6.type="chord" se.pat.ringer.5.inst.6.value="34" se.pat.ringer.5.inst.7.type="chord" se.pat.ringer.5.inst.7.value="38" se.pat.ringer.5.inst.8.type="chord" se.pat.ringer.5.inst.8.value="34" se.pat.ringer.5.inst.9.type="chord" se.pat.ringer.5.inst.9.value="38" se.pat.ringer.5.inst.10.type="silence" se.pat.ringer.5.inst.10.value="2000" se.pat.ringer.5.inst.11.type="branch" se.pat.ringer.5.inst.11.value="-10" />
<LONG_SINGLE_WARBLE_1 se.pat.ringer.6.name="High Trill" se.pat.ringer.6.inst.1.type="chord" se.pat.ringer.6.inst.1.value="51" se.pat.ringer.6.inst.2.type="chord" se.pat.ringer.6.inst.2.value="52" se.pat.ringer.6.inst.3.type="chord" se.pat.ringer.6.inst.3.value="51" se.pat.ringer.6.inst.4.type="chord" se.pat.ringer.6.inst.4.value="52" se.pat.ringer.6.inst.5.type="chord" se.pat.ringer.6.inst.5.value="51" se.pat.ringer.6.inst.6.type="chord" se.pat.ringer.6.inst.6.value="52" se.pat.ringer.6.inst.7.type="chord" se.pat.ringer.6.inst.7.value="51" se.pat.ringer.6.inst.8.type="chord" se.pat.ringer.6.inst.8.value="52" se.pat.ringer.6.inst.9.type="chord" se.pat.ringer.6.inst.9.value="51" se.pat.ringer.6.inst.10.type="chord" se.pat.ringer.6.inst.10.value="52" se.pat.ringer.6.inst.11.type="silence" se.pat.ringer.6.inst.11.value="3000" se.pat.ringer.6.inst.12.type="branch" se.pat.ringer.6.inst.12.value="-11" />
<SHORT_DOUBLE_WARBLE_1 se.pat.ringer.7.name="High Double Trill" se.pat.ringer.7.inst.1.type="chord" se.pat.ringer.7.inst.1.value="51" se.pat.ringer.7.inst.2.type="chord" se.pat.ringer.7.inst.2.value="52" se.pat.ringer.7.inst.3.type="chord" se.pat.ringer.7.inst.3.value="51" se.pat.ringer.7.inst.4.type="chord" se.pat.ringer.7.inst.4.value="52" se.pat.ringer.7.inst.5.type="silence" se.pat.ringer.7.inst.5.value="200" se.pat.ringer.7.inst.6.type="chord" se.pat.ringer.7.inst.6.value="51" se.pat.ringer.7.inst.7.type="chord" se.pat.ringer.7.inst.7.value="52" se.pat.ringer.7.inst.8.type="chord" se.pat.ringer.7.inst.8.value="51" se.pat.ringer.7.inst.9.type="chord" se.pat.ringer.7.inst.9.value="52" se.pat.ringer.7.inst.10.type="silence" se.pat.ringer.7.inst.10.value="2000" se.pat.ringer.7.inst.11.type="branch" se.pat.ringer.7.inst.11.value="-10" />
<LONG_SINGLE_Gb3A4_MAJOR_WARBLE se.pat.ringer.8.name="Highest Trill" se.pat.ringer.8.inst.1.type="chord" se.pat.ringer.8.inst.1.value="40" se.pat.ringer.8.inst.2.type="chord" se.pat.ringer.8.inst.2.value="43" se.pat.ringer.8.inst.3.type="chord" se.pat.ringer.8.inst.3.value="40" se.pat.ringer.8.inst.4.type="chord" se.pat.ringer.8.inst.4.value="43" se.pat.ringer.8.inst.5.type="chord" se.pat.ringer.8.inst.5.value="40" se.pat.ringer.8.inst.6.type="chord" se.pat.ringer.8.inst.6.value="43" se.pat.ringer.8.inst.7.type="chord" se.pat.ringer.8.inst.7.value="40" se.pat.ringer.8.inst.8.type="chord" se.pat.ringer.8.inst.8.value="43" se.pat.ringer.8.inst.9.type="chord" se.pat.ringer.8.inst.9.value="40" se.pat.ringer.8.inst.10.type="chord" se.pat.ringer.8.inst.10.value="43" se.pat.ringer.8.inst.11.type="silence" se.pat.ringer.8.inst.11.value="3000" se.pat.ringer.8.inst.12.type="branch" se.pat.ringer.8.inst.12.value="-11" />
<SHORT_DOUBLE_Gb3A4_MAJOR_WARBLE se.pat.ringer.9.name="Highest Double Trill" se.pat.ringer.9.inst.1.type="chord" se.pat.ringer.9.inst.1.value="40" se.pat.ringer.9.inst.2.type="chord" se.pat.ringer.9.inst.2.value="43" se.pat.ringer.9.inst.3.type="chord" se.pat.ringer.9.inst.3.value="40" se.pat.ringer.9.inst.4.type="chord" se.pat.ringer.9.inst.4.value="43" se.pat.ringer.9.inst.5.type="silence" se.pat.ringer.9.inst.5.value="200" se.pat.ringer.9.inst.6.type="chord" se.pat.ringer.9.inst.6.value="40" se.pat.ringer.9.inst.7.type="chord" se.pat.ringer.9.inst.7.value="43" se.pat.ringer.9.inst.8.type="chord" se.pat.ringer.9.inst.8.value="40" se.pat.ringer.9.inst.9.type="chord" se.pat.ringer.9.inst.9.value="43" se.pat.ringer.9.inst.10.type="silence" se.pat.ringer.9.inst.10.value="2000" se.pat.ringer.9.inst.11.type="branch" se.pat.ringer.9.inst.11.value="-10" />
<SHORT_DOUBLE_E3_MAJOR se.pat.ringer.10.name="Beeble" se.pat.ringer.10.inst.1.type="chord" se.pat.ringer.10.inst.1.value="38" se.pat.ringer.10.inst.2.type="chord" se.pat.ringer.10.inst.2.value="39" se.pat.ringer.10.inst.3.type="chord" se.pat.ringer.10.inst.3.value="38" se.pat.ringer.10.inst.4.type="chord" se.pat.ringer.10.inst.4.value="38" se.pat.ringer.10.inst.5.type="silence" se.pat.ringer.10.inst.5.value="200" se.pat.ringer.10.inst.6.type="chord" se.pat.ringer.10.inst.6.value="38" se.pat.ringer.10.inst.7.type="chord" se.pat.ringer.10.inst.7.value="39" se.pat.ringer.10.inst.8.type="chord" se.pat.ringer.10.inst.8.value="38" se.pat.ringer.10.inst.9.type="chord" se.pat.ringer.10.inst.9.value="38" se.pat.ringer.10.inst.10.type="silence" se.pat.ringer.10.inst.10.value="2000" se.pat.ringer.10.inst.11.type="branch" se.pat.ringer.10.inst.11.value="-10" />
<SHORT_TRIPLE_C3E3G3_MAJOR_RAMP se.pat.ringer.11.name="Triplet" se.pat.ringer.11.inst.1.type="chord" se.pat.ringer.11.inst.1.value="34" se.pat.ringer.11.inst.2.type="chord" se.pat.ringer.11.inst.2.value="38" se.pat.ringer.11.inst.3.type="chord" se.pat.ringer.11.inst.3.value="41" se.pat.ringer.11.inst.4.type="silence" se.pat.ringer.11.inst.4.value="200" se.pat.ringer.11.inst.5.type="chord" se.pat.ringer.11.inst.5.value="34" se.pat.ringer.11.inst.6.type="chord" se.pat.ringer.11.inst.6.value="38" se.pat.ringer.11.inst.7.type="chord" se.pat.ringer.11.inst.7.value="41" se.pat.ringer.11.inst.8.type="silence" se.pat.ringer.11.inst.8.value="200" se.pat.ringer.11.inst.9.type="chord" se.pat.ringer.11.inst.9.value="34" se.pat.ringer.11.inst.10.type="chord" se.pat.ringer.11.inst.10.value="38" se.pat.ringer.11.inst.11.type="chord" se.pat.ringer.11.inst.11.value="41" se.pat.ringer.11.inst.12.type="silence" se.pat.ringer.11.inst.12.value="2700" se.pat.ringer.11.inst.13.type="branch" se.pat.ringer.11.inst.13.value="-12" />
<SHORT_DOUBLE_RINGBACK se.pat.ringer.12.name="Ringback-style" se.pat.ringer.12.inst.1.type="silence" se.pat.ringer.12.inst.1.value="100" se.pat.ringer.12.inst.2.type="chord" se.pat.ringer.12.inst.2.value="46" se.pat.ringer.12.inst.3.type="silence" se.pat.ringer.12.inst.3.value="200" se.pat.ringer.12.inst.4.type="chord" se.pat.ringer.12.inst.4.value="46" se.pat.ringer.12.inst.5.type="silence" se.pat.ringer.12.inst.5.value="2000" se.pat.ringer.12.inst.6.type="branch" se.pat.ringer.12.inst.6.value="-5" />
<SAMPLED_1 se.pat.ringer.13.name="" se.pat.ringer.13.inst.1.type="sampled" se.pat.ringer.13.inst.1.value="2" se.pat.ringer.13.inst.2.type="silence" se.pat.ringer.13.inst.2.value="3000" se.pat.ringer.13.inst.3.type="branch" se.pat.ringer.13.inst.3.value="-2" />
<SAMPLED_2 se.pat.ringer.14.name="" se.pat.ringer.14.inst.1.type="sampled" se.pat.ringer.14.inst.1.value="3" se.pat.ringer.14.inst.2.type="silence" se.pat.ringer.14.inst.2.value="3000" se.pat.ringer.14.inst.3.type="branch" se.pat.ringer.14.inst.3.value="-2" />
<SAMPLED_3 se.pat.ringer.15.name="" se.pat.ringer.15.inst.1.type="sampled" se.pat.ringer.15.inst.1.value="4" se.pat.ringer.15.inst.2.type="silence" se.pat.ringer.15.inst.2.value="3000" se.pat.ringer.15.inst.3.type="branch" se.pat.ringer.15.inst.3.value="-2" />
<SAMPLED_4 se.pat.ringer.16.name="" se.pat.ringer.16.inst.1.type="sampled" se.pat.ringer.16.inst.1.value="5" se.pat.ringer.16.inst.2.type="silence" se.pat.ringer.16.inst.2.value="3000" se.pat.ringer.16.inst.3.type="branch" se.pat.ringer.16.inst.3.value="-2" />
<SAMPLED_5 se.pat.ringer.17.name="" se.pat.ringer.17.inst.1.type="sampled" se.pat.ringer.17.inst.1.value="6" se.pat.ringer.17.inst.2.type="silence" se.pat.ringer.17.inst.2.value="3000" se.pat.ringer.17.inst.3.type="branch" se.pat.ringer.17.inst.3.value="-2" />
<SAMPLED_6 se.pat.ringer.18.name="" se.pat.ringer.18.inst.1.type="sampled" se.pat.ringer.18.inst.1.value="7" se.pat.ringer.18.inst.2.type="silence" se.pat.ringer.18.inst.2.value="3000" se.pat.ringer.18.inst.3.type="branch" se.pat.ringer.18.inst.3.value="-2" />
<SAMPLED_7 se.pat.ringer.19.name="" se.pat.ringer.19.inst.1.type="sampled" se.pat.ringer.19.inst.1.value="8" se.pat.ringer.19.inst.2.type="silence" se.pat.ringer.19.inst.2.value="3000" se.pat.ringer.19.inst.3.type="branch" se.pat.ringer.19.inst.3.value="-2" />
<SAMPLED_8 se.pat.ringer.20.name="" se.pat.ringer.20.inst.1.type="sampled" se.pat.ringer.20.inst.1.value="9" se.pat.ringer.20.inst.2.type="silence" se.pat.ringer.20.inst.2.value="3000" se.pat.ringer.20.inst.3.type="branch" se.pat.ringer.20.inst.3.value="-2" />
<SAMPLED_9 se.pat.ringer.21.name="" se.pat.ringer.21.inst.1.type="sampled" se.pat.ringer.21.inst.1.value="10" se.pat.ringer.21.inst.2.type="silence" se.pat.ringer.21.inst.2.value="3000" se.pat.ringer.21.inst.3.type="branch" se.pat.ringer.21.inst.3.value="-2" />
<SAMPLED_10 se.pat.ringer.22.name="" se.pat.ringer.22.inst.1.type="sampled" se.pat.ringer.22.inst.1.value="11" se.pat.ringer.22.inst.2.type="silence" se.pat.ringer.22.inst.2.value="3000" se.pat.ringer.22.inst.3.type="branch" se.pat.ringer.22.inst.3.value="-2" />
</RINGER>
<MISCELLANEOUS>
<MESSAGE_WAITING se.pat.misc.1.name="message waiting" se.pat.misc.1.inst.1.type="chord" se.pat.misc.1.inst.1.value="1" se.pat.misc.1.inst.2.type="chord" se.pat.misc.1.inst.2.value="2" se.pat.misc.1.inst.3.type="chord" se.pat.misc.1.inst.3.value="1" />
<INSTANT_MESSAGE se.pat.misc.2.name="instant message" se.pat.misc.2.inst.1.type="chord" se.pat.misc.2.inst.1.value="4" se.pat.misc.2.inst.2.type="chord" se.pat.misc.2.inst.2.value="3" se.pat.misc.2.inst.3.type="chord" se.pat.misc.2.inst.3.value="4" />
<REMOTE_HOLD_NOTIFICATION se.pat.misc.3.name="remote hold notification" se.pat.misc.3.inst.1.type="chord" se.pat.misc.3.inst.1.value="5" se.pat.misc.3.inst.2.type="chord" se.pat.misc.3.inst.2.value="4" se.pat.misc.3.inst.3.type="chord" se.pat.misc.3.inst.3.value="1" />
<LOCAL_HOLD_NOTIFICATION se.pat.misc.4.name="local hold notification" se.pat.misc.4.inst.1.type="chord" se.pat.misc.4.inst.1.value="3" se.pat.misc.4.inst.2.type="chord" se.pat.misc.4.inst.2.value="4" se.pat.misc.4.inst.3.type="chord" se.pat.misc.4.inst.3.value="6" se.pat.misc.4.inst.4.type="chord" se.pat.misc.4.inst.4.value="4" />
<POSITIVE_CONFIRM se.pat.misc.5.name="positive confirmation" se.pat.misc.5.inst.1.type="chord" se.pat.misc.5.inst.1.value="7" se.pat.misc.5.inst.2.type="chord" se.pat.misc.5.inst.2.value="4" se.pat.misc.5.inst.3.type="chord" se.pat.misc.5.inst.3.value="7" />
<NEGATIVE_CONFIRM se.pat.misc.6.name="negative confirmation" se.pat.misc.6.inst.1.type="chord" se.pat.misc.6.inst.1.value="7" se.pat.misc.6.inst.2.type="silence" se.pat.misc.6.inst.2.value="100" se.pat.misc.6.inst.3.type="chord" se.pat.misc.6.inst.3.value="6" />
<WELCOME se.pat.misc.7.name="welcome" se.pat.misc.7.inst.1.type="sampled" se.pat.misc.7.inst.1.value="1" />
</MISCELLANEOUS>
</patterns>
<ringType se.rt.enabled="1" se.rt.modification.enabled="1">
<DEFAULT se.rt.1.name="Default" se.rt.1.type="ring" se.rt.1.ringer="2" se.rt.1.callWait="6" se.rt.1.mod="1" />
<VISUAL_ONLY se.rt.2.name="Visual" se.rt.2.type="visual" />
<AUTO_ANSWER se.rt.3.name="Auto Answer" se.rt.3.type="answer" />
<RING_ANSWER se.rt.4.name="Ring Answer" se.rt.4.type="ring-answer" se.rt.4.timeout="2000" se.rt.4.ringer="2" se.rt.4.callWait="6" se.rt.4.mod="1" />
<INTERNAL se.rt.5.name="Internal" se.rt.5.type="ring" se.rt.5.ringer="2" se.rt.5.callWait="6" se.rt.5.mod="1" />
<EXTERNAL se.rt.6.name="External" se.rt.6.type="ring" se.rt.6.ringer="2" se.rt.6.callWait="6" se.rt.6.mod="1" />
<EMERGENCY se.rt.7.name="Emergency" se.rt.7.type="ring" se.rt.7.ringer="2" se.rt.7.callWait="6" se.rt.7.mod="1" />
<CUSTOM_1 se.rt.8.name="Custom 1" se.rt.8.type="ring" se.rt.8.ringer="5" se.rt.8.callWait="7" se.rt.8.mod="1" />
<CUSTOM_2 se.rt.9.name="Custom 2" se.rt.9.type="ring" se.rt.9.ringer="7" se.rt.9.callWait="7" se.rt.9.mod="1" />
<CUSTOM_3 se.rt.10.name="Custom 3" se.rt.10.type="ring" se.rt.10.ringer="9" se.rt.10.callWait="7" se.rt.10.mod="1" />
<CUSTOM_4 se.rt.11.name="Custom 4" se.rt.11.type="ring" se.rt.11.ringer="11" se.rt.11.callWait="7" se.rt.11.mod="1" />
</ringType>
</sound_effects>
<video video.enable="1" video.autoStartVideoTx="1" video.screenMode="normal" video.screenModeFS="normal" video.quality="" video.callRate="448" video.maxCallRate="512" video.autoFullScreen="" video.forceRtcpVideoCodecControl="0">
<localCameraView video.localCameraView.fullScreen.enabled="" video.localCameraView.fullScreen.mode="" />
<camera video.camera.flickerAvoidance="" video.camera.frameRate="" video.camera.brightness="" video.camera.saturation="" video.camera.contrast="" video.camera.sharpness="" />
<codecs>
<preferences video.codecPref.H264="1" video.codecPref.H2631998="2" video.codecPref.H263="3" video.codecPref.H261="4" />
<profiles>
<H264 video.profile.H264.payloadType="109" video.profile.H264.jitterBufferMin="150" video.profile.H264.jitterBufferMax="2000" video.profile.H264.jitterBufferShrink="70" video.profile.H264.profileLevel="1.3" />
<H263 video.profile.H263.jitterBufferMin="150" video.profile.H263.jitterBufferMax="2000" video.profile.H263.jitterBufferShrink="70" video.profile.H263.CifMpi="1" video.profile.H263.QcifMpi="1" video.profile.H263.SqcifMpi="1" />
<H2631998 video.profile.H2631998.payloadType="96" video.profile.H2631998.jitterBufferMin="150" video.profile.H2631998.jitterBufferMax="2000" video.profile.H2631998.jitterBufferShrink="70" video.profile.H2631998.CifMpi="1" video.profile.H2631998.QcifMpi="1" video.profile.H2631998.SqcifMpi="1" video.profile.H2631998.annexF="" video.profile.H2631998.annexI="" video.profile.H2631998.annexJ="" video.profile.H2631998.annexT="" video.profile.H2631998.annexK="1" video.profile.H2631998.annexN="1" />
<H261 video.profile.H261.jitterBufferMin="150" video.profile.H261.jitterBufferMax="2000" video.profile.H261.jitterBufferShrink="70" video.profile.H261.CifMpi="1" video.profile.H261.QcifMpi="1" video.profile.H261.annexD="" />
</profiles>
</codecs>
</video>
<voice voice.txPacketFilter="0">
<codecs>
<preferences voice.codecPref.G711Mu="1" voice.codecPref.G711A="2" voice.codecPref.G729AB="3" voice.codecPref.iLBC.13_33kbps="" voice.codecPref.iLBC.15_2kbps="" voice.codecPref.IP_300.G711Mu="1" voice.codecPref.IP_300.G711A="2" voice.codecPref.IP_300.G729AB="3" voice.codecPref.IP_4000.G711Mu="1" voice.codecPref.IP_4000.G711A="2" voice.codecPref.IP_4000.G729AB="" voice.codecPref.IP_7000.G711Mu="6" voice.codecPref.IP_7000.G711A="7" voice.codecPref.IP_7000.G729AB="8" voice.codecPref.IP_7000.G722="4" voice.codecPref.IP_7000.G7221.16kbps="" voice.codecPref.IP_7000.G7221.24kbps="" voice.codecPref.IP_7000.G7221.32kbps="5" voice.codecPref.IP_7000.G7221C.24kbps="" voice.codecPref.IP_7000.G7221C.32kbps="" voice.codecPref.IP_7000.G7221C.48kbps="2" voice.codecPref.IP_7000.Siren14.24kbps="" voice.codecPref.IP_7000.Siren14.32kbps="" voice.codecPref.IP_7000.Siren14.48kbps="3" voice.codecPref.IP_7000.Siren22.32kbps="" voice.codecPref.IP_7000.Siren22.48kbps="" voice.codecPref.IP_7000.Siren22.64kbps="1" voice.codecPref.IP_7000.iLBC.13_33kbps="" voice.codecPref.IP_7000.iLBC.15_2kbps="" voice.codecPref.IP_7000.Lin16.16ksps="" voice.codecPref.IP_7000.Lin16.32ksps="" voice.codecPref.IP_7000.Lin16.48ksps="" voice.codecPref.IP_650.G711Mu="2" voice.codecPref.IP_650.G711A="3" voice.codecPref.IP_650.G729AB="4" voice.codecPref.IP_650.G722="1" voice.codecPref.IP_650.iLBC.13_33kbps="" voice.codecPref.IP_650.iLBC.15_2kbps="" voice.codecPref.IP_6000.G711Mu="5" voice.codecPref.IP_6000.G711A="6" voice.codecPref.IP_6000.G729AB="7" voice.codecPref.IP_6000.G722="3" voice.codecPref.IP_6000.G7221.16kbps="" voice.codecPref.IP_6000.G7221.24kbps="" voice.codecPref.IP_6000.G7221.32kbps="4" voice.codecPref.IP_6000.G7221C.24kbps="" voice.codecPref.IP_6000.G7221C.32kbps="" voice.codecPref.IP_6000.G7221C.48kbps="1" voice.codecPref.IP_6000.Siren14.24kbps="" voice.codecPref.IP_6000.Siren14.32kbps="" voice.codecPref.IP_6000.Siren14.48kbps="2" voice.codecPref.IP_6000.iLBC.13_33kbps="" voice.codecPref.IP_6000.iLBC.15_2kbps="" voice.codecPref.IP_5000.G711Mu="2" voice.codecPref.IP_5000.G711A="3" voice.codecPref.IP_5000.G729AB="4" voice.codecPref.IP_5000.G722="1" voice.codecPref.IP_5000.iLBC.13_33kbps="" voice.codecPref.IP_5000.iLBC.15_2kbps="" voice.codecPref.VVX_1500.G711Mu="4" voice.codecPref.VVX_1500.G711A="5" voice.codecPref.VVX_1500.G729AB="6" voice.codecPref.VVX_1500.G722="3" voice.codecPref.VVX_1500.G7221.16kbps="" voice.codecPref.VVX_1500.G7221.24kbps="" voice.codecPref.VVX_1500.G7221.32kbps="2" voice.codecPref.VVX_1500.G7221C.24kbps="" voice.codecPref.VVX_1500.G7221C.32kbps="" voice.codecPref.VVX_1500.G7221C.48kbps="1" voice.codecPref.VVX_1500.Siren14.24kbps="" voice.codecPref.VVX_1500.Siren14.32kbps="" voice.codecPref.VVX_1500.Siren14.48kbps="" voice.codecPref.VVX_1500.iLBC.13_33kbps="" voice.codecPref.VVX_1500.iLBC.15_2kbps="" voice.codecPref.VVX_1500.G719.32kbps="" voice.codecPref.VVX_1500.G719.48kbps="" voice.codecPref.VVX_1500.G719.64kbps="" voice.codecPref.VVX_1500.Lin16.8ksps="" voice.codecPref.VVX_1500.Lin16.16ksps="" voice.codecPref.VVX_1500.Lin16.32ksps="" voice.codecPref.VVX_1500.Lin16.44_1ksps="" voice.codecPref.VVX_1500.Lin16.48ksps="" />
<profiles voice.audioProfile.G711Mu.payloadSize="20" voice.audioProfile.G711Mu.jitterBufferMin="40" voice.audioProfile.G711Mu.jitterBufferShrink="500" voice.audioProfile.G711Mu.jitterBufferMax="160" voice.audioProfile.G711A.payloadSize="20" voice.audioProfile.G711A.jitterBufferMin="40" voice.audioProfile.G711A.jitterBufferShrink="500" voice.audioProfile.G711A.jitterBufferMax="160" voice.audioProfile.G729AB.payloadSize="20" voice.audioProfile.G729AB.jitterBufferMin="40" voice.audioProfile.G729AB.jitterBufferShrink="500" voice.audioProfile.G729AB.jitterBufferMax="160" voice.audioProfile.G722.payloadSize="20" voice.audioProfile.G722.jitterBufferMin="40" voice.audioProfile.G722.jitterBufferShrink="1500" voice.audioProfile.G722.jitterBufferMax="200" voice.audioProfile.Lin16.payloadSize="10" voice.audioProfile.Lin16.jitterBufferMin="20" voice.audioProfile.Lin16.jitterBufferShrink="500" voice.audioProfile.Lin16.jitterBufferMax="100" voice.audioProfile.Lin16.8ksps.payloadType="116" voice.audioProfile.Lin16.16ksps.payloadType="117" voice.audioProfile.Lin16.32ksps.payloadType="118" voice.audioProfile.Lin16.44_1ksps.payloadType="120" voice.audioProfile.Lin16.48ksps.payloadType="119" voice.audioProfile.G7221.16kbps.payloadType="103" voice.audioProfile.G7221.24kbps.payloadType="101" voice.audioProfile.G7221.32kbps.payloadType="102" voice.audioProfile.G7221.payloadSize="20" voice.audioProfile.G7221.jitterBufferMin="40" voice.audioProfile.G7221.jitterBufferShrink="1500" voice.audioProfile.G7221.jitterBufferMax="200" voice.audioProfile.G7221C.24kbps.payloadType="113" voice.audioProfile.G7221C.32kbps.payloadType="114" voice.audioProfile.G7221C.48kbps.payloadType="115" voice.audioProfile.G7221C.payloadSize="20" voice.audioProfile.G7221C.jitterBufferMin="40" voice.audioProfile.G7221C.jitterBufferShrink="1500" voice.audioProfile.G7221C.jitterBufferMax="200" voice.audioProfile.Siren14.24kbps.payloadType="97" voice.audioProfile.Siren14.32kbps.payloadType="98" voice.audioProfile.Siren14.48kbps.payloadType="99" voice.audioProfile.Siren14.payloadSize="20" voice.audioProfile.Siren14.jitterBufferMin="40" voice.audioProfile.Siren14.jitterBufferShrink="150" voice.audioProfile.Siren14.jitterBufferMax="200" voice.audioProfile.Siren22.32kbps.payloadType="104" voice.audioProfile.Siren22.48kbps.payloadType="105" voice.audioProfile.Siren22.64kbps.payloadType="106" voice.audioProfile.Siren22.payloadSize="20" voice.audioProfile.Siren22.jitterBufferMin="40" voice.audioProfile.Siren22.jitterBufferShrink="1500" voice.audioProfile.Siren22.jitterBufferMax="200" voice.audioProfile.iLBC.13_33kbps.payloadSize="30" voice.audioProfile.iLBC.15_2kbps.payloadSize="20" voice.audioProfile.iLBC.jitterBufferMin="40" voice.audioProfile.iLBC.jitterBufferShrink="500" voice.audioProfile.iLBC.jitterBufferMax="160" voice.audioProfile.iLBC.payloadType="110" voice.audioProfile.G719.32kbps.payloadType="107" voice.audioProfile.G719.48kbps.payloadType="108" voice.audioProfile.G719.64kbps.payloadType="109" voice.audioProfile.G719.payloadSize="20" voice.audioProfile.G719.jitterBufferMin="40" voice.audioProfile.G719.jitterBufferShrink="1500" voice.audioProfile.G719.jitterBufferMax="200" />
</codecs>
<volume voice.volume.persist.handset="0" voice.volume.persist.headset="0" voice.volume.persist.handsfree="1" />
<gains voice.gain.rx.analog.handset="0" voice.gain.rx.analog.handset.VVX_1500="-2" voice.gain.rx.analog.headset="0" voice.gain.rx.analog.headset.VVX_1500="-2" voice.gain.rx.analog.chassis="0" voice.gain.rx.analog.chassis.IP_300="-6" voice.gain.rx.analog.chassis.IP_330="0" voice.gain.rx.analog.chassis.IP_430="0" voice.gain.rx.analog.chassis.IP_650="0" voice.gain.rx.analog.chassis.IP_601="6" voice.gain.rx.analog.chassis.IP_7000="0" voice.gain.rx.analog.chassis.IP_6000="0" voice.gain.rx.analog.chassis.IP_5000="0" voice.gain.rx.analog.chassis.IP_450="0" voice.gain.rx.analog.chassis.VVX_1500="-3" voice.gain.rx.analog.ringer="0" voice.gain.rx.analog.ringer.IP_300="-6" voice.gain.rx.analog.ringer.IP_330="0" voice.gain.rx.analog.ringer.IP_430="0" voice.gain.rx.analog.ringer.IP_650="0" voice.gain.rx.analog.ringer.IP_601="6" voice.gain.rx.analog.ringer.IP_7000="0" voice.gain.rx.analog.ringer.IP_6000="0" voice.gain.rx.analog.ringer.IP_5000="0" voice.gain.rx.analog.ringer.IP_450="0" voice.gain.rx.analog.ringer.VVX_1500="0" voice.gain.rx.digital.handset="-15" voice.gain.rx.digital.headset="-21" voice.gain.rx.digital.chassis="0" voice.gain.rx.digital.chassis.IP_4000="0" voice.gain.rx.digital.chassis.IP_330="5" voice.gain.rx.digital.chassis.IP_430="5" voice.gain.rx.digital.chassis.IP_650="5" voice.gain.rx.digital.chassis.IP_601="0" voice.gain.rx.digital.chassis.IP_7000="5" voice.gain.rx.digital.chassis.IP_6000="5" voice.gain.rx.digital.chassis.IP_5000="11" voice.gain.rx.digital.chassis.IP_450="5" voice.gain.rx.digital.chassis.VVX_1500="0" voice.gain.rx.digital.ringer="-21" voice.gain.rx.digital.ringer.IP_4000="-21" voice.gain.rx.digital.ringer.IP_330="-12" voice.gain.rx.digital.ringer.IP_430="-12" voice.gain.rx.digital.ringer.IP_650="-12" voice.gain.rx.digital.ringer.IP_601="-21" voice.gain.rx.digital.ringer.IP_7000="-21" voice.gain.rx.digital.ringer.IP_6000="-21" voice.gain.rx.digital.ringer.IP_5000="-12" voice.gain.rx.digital.ringer.IP_450="-12" voice.gain.rx.digital.ringer.VVX_1500="-21" voice.gain.rx.analog.handset.sidetone="-20" voice.gain.rx.analog.handset.sidetone.VVX_1500="-15" voice.gain.rx.analog.headset.sidetone="-24" voice.gain.rx.analog.headset.sidetone.VVX_1500="-31" voice.gain.tx.analog.handset="6" voice.gain.tx.analog.handset.VVX_1500="-48" voice.gain.tx.analog.headset="3" voice.gain.tx.analog.headset.VVX_1500="-47" voice.gain.tx.analog.chassis="3" voice.gain.tx.analog.chassis.IP_300="0" voice.gain.tx.analog.chassis.IP_330="36" voice.gain.tx.analog.chassis.IP_430="36" voice.gain.tx.analog.chassis.IP_650="36" voice.gain.tx.analog.chassis.IP_601="0" voice.gain.tx.analog.chassis.IP_7000="0" voice.gain.tx.analog.chassis.IP_6000="0" voice.gain.tx.analog.chassis.IP_5000="0" voice.gain.tx.analog.chassis.IP_450="36" voice.gain.tx.analog.chassis.VVX_1500="-25" voice.gain.tx.digital.handset="0" voice.gain.tx.digital.handset.IP_330="10" voice.gain.tx.digital.handset.IP_430="10" voice.gain.tx.digital.handset.IP_650="6" voice.gain.tx.digital.handset.IP_450="6" voice.gain.tx.digital.handset.VVX_1500="12" voice.gain.tx.digital.headset="0" voice.gain.tx.digital.headset.IP_330="10" voice.gain.tx.digital.headset.IP_430="6" voice.gain.tx.digital.headset.IP_650="6" voice.gain.tx.digital.headset.IP_450="6" voice.gain.tx.digital.headset.VVX_1500="12" voice.gain.tx.digital.chassis="3" voice.gain.tx.digital.chassis.IP_4000="0" voice.gain.tx.digital.chassis.IP_330="12" voice.gain.tx.digital.chassis.IP_430="12" voice.gain.tx.digital.chassis.IP_650="12" voice.gain.tx.digital.chassis.IP_601="6" voice.gain.tx.digital.chassis.IP_7000="6" voice.gain.tx.digital.chassis.IP_6000="6" voice.gain.tx.digital.chassis.IP_5000="15" voice.gain.tx.digital.chassis.IP_450="12" voice.gain.tx.digital.chassis.VVX_1500="3" voice.gain.tx.analog.preamp.handset="23" voice.gain.tx.analog.preamp.headset="23" voice.gain.tx.analog.preamp.chassis="32" voice.gain.tx.analog.preamp.chassis.IP_601="32" />
<AEC voice.aec.hs.enable="1" voice.aec.hs.lowFreqCutOff="100" voice.aec.hs.highFreqCutOff="7000" voice.aec.hs.erlTab_0_300="-24" voice.aec.hs.erlTab_300_600="-24" voice.aec.hs.erlTab_600_1500="-24" voice.aec.hs.erlTab_1500_3500="-24" voice.aec.hs.erlTab_3500_7000="-24" voice.aec.hd.enable="0" voice.aec.hd.lowFreqCutOff="100" voice.aec.hd.highFreqCutOff="7000" voice.aec.hd.erlTab_0_300="-24" voice.aec.hd.erlTab_300_600="-24" voice.aec.hd.erlTab_600_1500="-24" voice.aec.hd.erlTab_1500_3500="-24" voice.aec.hd.erlTab_3500_7000="-24" voice.aec.hf.enable="1" voice.aec.hf.lowFreqCutOff="100" voice.aec.hf.highFreqCutOff="7000" voice.aec.hf.erlTab_0_300="-6" voice.aec.hf.erlTab_300_600="-6" voice.aec.hf.erlTab_600_1500="-6" voice.aec.hf.erlTab_1500_3500="-6" voice.aec.hf.erlTab_3500_7000="-6" />
<AES voice.aes.hs.enable="1" voice.aes.hs.duplexBalance="7" voice.aes.hd.enable="0" voice.aes.hd.duplexBalance="0" voice.aes.hf.enable="1" voice.aes.hf.duplexBalance.0="9" voice.aes.hf.duplexBalance.1="8" voice.aes.hf.duplexBalance.2="7" voice.aes.hf.duplexBalance.3="6" voice.aes.hf.duplexBalance.4="5" voice.aes.hf.duplexBalance.5="4" voice.aes.hf.duplexBalance.6="3" voice.aes.hf.duplexBalance.7="2" voice.aes.hf.duplexBalance.8="1" voice.aes.hf.duplexBalance.IP_4000.0="10" voice.aes.hf.duplexBalance.IP_4000.1="9" voice.aes.hf.duplexBalance.IP_4000.2="8" voice.aes.hf.duplexBalance.IP_4000.3="7" voice.aes.hf.duplexBalance.IP_4000.4="6" voice.aes.hf.duplexBalance.IP_4000.5="5" voice.aes.hf.duplexBalance.IP_4000.6="4" voice.aes.hf.duplexBalance.IP_4000.7="3" voice.aes.hf.duplexBalance.IP_4000.8="2" voice.aes.hf.duplexBalance.IP_5000.0="10" voice.aes.hf.duplexBalance.IP_5000.1="9" voice.aes.hf.duplexBalance.IP_5000.2="8" voice.aes.hf.duplexBalance.IP_5000.3="7" voice.aes.hf.duplexBalance.IP_5000.4="6" voice.aes.hf.duplexBalance.IP_5000.5="5" voice.aes.hf.duplexBalance.IP_5000.6="4" voice.aes.hf.duplexBalance.IP_5000.7="3" voice.aes.hf.duplexBalance.IP_5000.8="2" />
<NS voice.ns.hs.enable="1" voice.ns.hs.signalAttn="-6" voice.ns.hs.silenceAttn="-9" voice.ns.hd.enable="0" voice.ns.hd.signalAttn="0" voice.ns.hd.silenceAttn="0" voice.ns.hf.enable="1" voice.ns.hf.signalAttn="-6" voice.ns.hf.silenceAttn="-9" voice.ns.hf.IP_4000.enable="1" voice.ns.hf.IP_4000.signalAttn="-6" voice.ns.hf.IP_4000.silenceAttn="-9" voice.ns.hf.IP_5000.enable="1" voice.ns.hf.IP_5000.signalAttn="-6" voice.ns.hf.IP_5000.silenceAttn="-9" />
<AGC voice.agc.hs.enable="0" voice.agc.hd.enable="0" voice.agc.hf.enable="0" />
<RXEQ voice.rxEq.hs.IP_330.preFilter.enable="1" voice.rxEq.hs.IP_430.preFilter.enable="1" voice.rxEq.hs.IP_650.preFilter.enable="1" voice.rxEq.hs.IP_500.preFilter.enable="1" voice.rxEq.hs.IP_600.preFilter.enable="1" voice.rxEq.hs.IP_601.preFilter.enable="1" voice.rxEq.hs.IP_450.preFilter.enable="1" voice.rxEq.hs.VVX_1500.preFilter.enable="1" voice.rxEq.hs.IP_330.postFilter.enable="0" voice.rxEq.hs.IP_430.postFilter.enable="0" voice.rxEq.hs.IP_650.postFilter.enable="0" voice.rxEq.hs.IP_500.postFilter.enable="0" voice.rxEq.hs.IP_600.postFilter.enable="0" voice.rxEq.hs.IP_601.postFilter.enable="0" voice.rxEq.hs.IP_450.postFilter.enable="0" voice.rxEq.hs.VVX_1500.postFilter.enable="0" voice.rxEq.hd.IP_330.preFilter.enable="0" voice.rxEq.hd.IP_430.preFilter.enable="0" voice.rxEq.hd.IP_650.preFilter.enable="0" voice.rxEq.hd.IP_500.preFilter.enable="0" voice.rxEq.hd.IP_600.preFilter.enable="0" voice.rxEq.hd.IP_601.preFilter.enable="0" voice.rxEq.hd.IP_450.preFilter.enable="0" voice.rxEq.hd.VVX_1500.preFilter.enable="0" voice.rxEq.hd.IP_330.postFilter.enable="0" voice.rxEq.hd.IP_430.postFilter.enable="0" voice.rxEq.hd.IP_650.postFilter.enable="0" voice.rxEq.hd.IP_500.postFilter.enable="0" voice.rxEq.hd.IP_600.postFilter.enable="0" voice.rxEq.hd.IP_601.postFilter.enable="0" voice.rxEq.hd.IP_450.postFilter.enable="0" voice.rxEq.hd.VVX_1500.postFilter.enable="0" voice.rxEq.hf.IP_330.preFilter.enable="1" voice.rxEq.hf.IP_430.preFilter.enable="1" voice.rxEq.hf.IP_650.preFilter.enable="1" voice.rxEq.hf.IP_500.preFilter.enable="1" voice.rxEq.hf.IP_600.preFilter.enable="1" voice.rxEq.hf.IP_601.preFilter.enable="1" voice.rxEq.hf.IP_4000.preFilter.enable="0" voice.rxEq.hf.IP_7000.preFilter.enable="0" voice.rxEq.hf.IP_6000.preFilter.enable="0" voice.rxEq.hf.IP_5000.preFilter.enable="1" voice.rxEq.hf.IP_450.preFilter.enable="1" voice.rxEq.hf.VVX_1500.preFilter.enable="1" voice.rxEq.hf.IP_330.postFilter.enable="0" voice.rxEq.hf.IP_430.postFilter.enable="0" voice.rxEq.hf.IP_650.postFilter.enable="0" voice.rxEq.hf.IP_500.postFilter.enable="1" voice.rxEq.hf.IP_600.postFilter.enable="1" voice.rxEq.hf.IP_601.postFilter.enable="1" voice.rxEq.hf.IP_4000.postFilter.enable="0" voice.rxEq.hf.IP_7000.postFilter.enable="0" voice.rxEq.hf.IP_6000.postFilter.enable="0" voice.rxEq.hf.IP_5000.postFilter.enable="0" voice.rxEq.hf.IP_450.postFilter.enable="0" voice.rxEq.hf.VVX_1500.postFilter.enable="0">
<filters voice.rxEq.hf.IP_500.preFilter.999.size="4" voice.rxEq.hf.IP_500.preFilter.0.shift="-1" voice.rxEq.hf.IP_500.preFilter.0.coef.0="16383" voice.rxEq.hf.IP_500.preFilter.0.coef.1="0" voice.rxEq.hf.IP_500.preFilter.0.coef.2="0" voice.rxEq.hf.IP_500.preFilter.0.coef.3="0" />
</RXEQ>
<TXEQ voice.txEq.hs.IP_330.preFilter.enable="0" voice.txEq.hs.IP_430.preFilter.enable="0" voice.txEq.hs.IP_650.preFilter.enable="0" voice.txEq.hs.IP_500.preFilter.enable="0" voice.txEq.hs.IP_600.preFilter.enable="0" voice.txEq.hs.IP_601.preFilter.enable="0" voice.txEq.hs.IP_450.preFilter.enable="0" voice.txEq.hs.VVX_1500.preFilter.enable="0" voice.txEq.hs.IP_330.postFilter.enable="1" voice.txEq.hs.IP_430.postFilter.enable="1" voice.txEq.hs.IP_650.postFilter.enable="1" voice.txEq.hs.IP_500.postFilter.enable="1" voice.txEq.hs.IP_600.postFilter.enable="1" voice.txEq.hs.IP_601.postFilter.enable="1" voice.txEq.hs.IP_450.postFilter.enable="1" voice.txEq.hs.VVX_1500.postFilter.enable="1" voice.txEq.hd.IP_330.preFilter.enable="0" voice.txEq.hd.IP_430.preFilter.enable="0" voice.txEq.hd.IP_650.preFilter.enable="0" voice.txEq.hd.IP_500.preFilter.enable="0" voice.txEq.hd.IP_600.preFilter.enable="0" voice.txEq.hd.IP_601.preFilter.enable="0" voice.txEq.hd.IP_450.preFilter.enable="0" voice.txEq.hd.VVX_1500.preFilter.enable="0" voice.txEq.hd.IP_330.postFilter.enable="0" voice.txEq.hd.IP_430.postFilter.enable="0" voice.txEq.hd.IP_650.postFilter.enable="0" voice.txEq.hd.IP_500.postFilter.enable="0" voice.txEq.hd.IP_600.postFilter.enable="0" voice.txEq.hd.IP_601.postFilter.enable="0" voice.txEq.hd.IP_450.postFilter.enable="0" voice.txEq.hd.VVX_1500.postFilter.enable="0" voice.txEq.hf.IP_330.preFilter.enable="0" voice.txEq.hf.IP_430.preFilter.enable="0" voice.txEq.hf.IP_650.preFilter.enable="0" voice.txEq.hf.IP_500.preFilter.enable="0" voice.txEq.hf.IP_600.preFilter.enable="0" voice.txEq.hf.IP_601.preFilter.enable="0" voice.txEq.hf.IP_4000.preFilter.enable="0" voice.txEq.hf.IP_7000.preFilter.enable="0" voice.txEq.hf.IP_6000.preFilter.enable="0" voice.txEq.hf.IP_5000.preFilter.enable="0" voice.txEq.hf.IP_450.preFilter.enable="0" voice.txEq.hf.VVX_1500.preFilter.enable="0" voice.txEq.hf.IP_330.postFilter.enable="1" voice.txEq.hf.IP_430.postFilter.enable="1" voice.txEq.hf.IP_650.postFilter.enable="1" voice.txEq.hf.IP_500.postFilter.enable="1" voice.txEq.hf.IP_600.postFilter.enable="1" voice.txEq.hf.IP_601.postFilter.enable="1" voice.txEq.hf.IP_4000.postFilter.enable="0" voice.txEq.hf.IP_7000.postFilter.enable="0" voice.txEq.hf.IP_6000.postFilter.enable="0" voice.txEq.hf.IP_5000.postFilter.enable="1" voice.txEq.hf.IP_450.postFilter.enable="1" voice.txEq.hf.VVX_1500.postFilter.enable="1">
<filters voice.txEq.hf.IP_500.postFilter.999.size="4" voice.txEq.hf.IP_500.postFilter.0.shift="-1" voice.txEq.hf.IP_500.postFilter.0.coef.0="16383" voice.txEq.hf.IP_500.postFilter.0.coef.1="0" voice.txEq.hf.IP_500.postFilter.0.coef.2="0" voice.txEq.hf.IP_500.postFilter.0.coef.3="0" />
</TXEQ>
<VAD voice.vadEnable="0" voice.vadThresh="15" voice.vad.signalAnnexB="" />
<handset voice.handset.rxag.adjust.IP_330="1" voice.handset.rxag.adjust.IP_430="1" voice.handset.rxag.adjust.IP_650="1" voice.handset.rxag.adjust.IP_450="1" voice.handset.txag.adjust.IP_330="18" voice.handset.txag.adjust.IP_430="18" voice.handset.txag.adjust.IP_650="18" voice.handset.txag.adjust.IP_450="18" voice.handset.sidetone.adjust.IP_330="3" voice.handset.sidetone.adjust.IP_430="3" voice.handset.sidetone.adjust.IP_650="0" voice.handset.sidetone.adjust.IP_450="0" />
<headset voice.headset.rxag.adjust.IP_430="1" voice.headset.rxag.adjust.IP_650="1" voice.headset.rxag.adjust.IP_330="4" voice.headset.rxag.adjust.IP_450="1" voice.headset.txag.adjust.IP_430="21" voice.headset.txag.adjust.IP_650="21" voice.headset.txag.adjust.IP_330="21" voice.headset.txag.adjust.IP_450="21" voice.headset.sidetone.adjust.IP_330="-3" voice.headset.sidetone.adjust.IP_430="-3" voice.headset.sidetone.adjust.IP_650="-3" voice.headset.sidetone.adjust.IP_450="-3" />
<qualityMonitoring>
<collector voice.qualityMonitoring.collector.enable.periodic="0" voice.qualityMonitoring.collector.enable.session="0" voice.qualityMonitoring.collector.enable.triggeredPeriodic="0" voice.qualityMonitoring.collector.period="20">
<alert voice.qualityMonitoring.collector.alert.moslq.threshold.warning="" voice.qualityMonitoring.collector.alert.moslq.threshold.critical="" voice.qualityMonitoring.collector.alert.delay.threshold.warning="" voice.qualityMonitoring.collector.alert.delay.threshold.critical="" />
<server voice.qualityMonitoring.collector.server.1.address="" voice.qualityMonitoring.collector.server.1.port="5060" />
</collector>
<rtcpxr voice.qualityMonitoring.rtcpxr.enable="0" />
</qualityMonitoring>
</voice>
<QOS>
<Ethernet>
<RTP qos.ethernet.rtp.user_priority="5" />
<VideoRTP qos.ethernet.rtp.video.user_priority="5" />
<CallControl qos.ethernet.callControl.user_priority="5" />
<Other qos.ethernet.other.user_priority="2" />
</Ethernet>
<IP>
<RTP qos.ip.rtp.dscp="" qos.ip.rtp.min_delay="1" qos.ip.rtp.max_throughput="1" qos.ip.rtp.max_reliability="0" qos.ip.rtp.min_cost="0" qos.ip.rtp.precedence="5" />
<VideoRTP qos.ip.rtp.video.dscp="" qos.ip.rtp.video.min_delay="1" qos.ip.rtp.video.max_throughput="1" qos.ip.rtp.video.max_reliability="0" qos.ip.rtp.video.min_cost="0" qos.ip.rtp.video.precedence="5" />
<CallControl qos.ip.callControl.dscp="" qos.ip.callControl.min_delay="1" qos.ip.callControl.max_throughput="0" qos.ip.callControl.max_reliability="0" qos.ip.callControl.min_cost="0" qos.ip.callControl.precedence="5" />
</IP>
</QOS>
<TCP_IP>
<netMon tcpIpApp.netMon.enabled="1" tcpIpApp.netMon.period="30" />
<SNTP tcpIpApp.sntp.resyncPeriod="86400" tcpIpApp.sntp.address="" tcpIpApp.sntp.address.overrideDHCP="0" tcpIpApp.sntp.gmtOffset="" tcpIpApp.sntp.gmtOffset.overrideDHCP="0" tcpIpApp.sntp.daylightSavings.enable="1" tcpIpApp.sntp.daylightSavings.fixedDayEnable="0" tcpIpApp.sntp.daylightSavings.start.month="3" tcpIpApp.sntp.daylightSavings.start.date="8" tcpIpApp.sntp.daylightSavings.start.time="2" tcpIpApp.sntp.daylightSavings.start.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.start.dayOfWeek.lastInMonth="0" tcpIpApp.sntp.daylightSavings.stop.month="11" tcpIpApp.sntp.daylightSavings.stop.date="1" tcpIpApp.sntp.daylightSavings.stop.time="2" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0" />
<port>
<RTP tcpIpApp.port.rtp.filterByIp="1" tcpIpApp.port.rtp.filterByPort="0" tcpIpApp.port.rtp.forceSend="" tcpIpApp.port.rtp.mediaPortRangeStart="" />
</port>
<keepalive tcpIpApp.keepalive.tcp.idleTransmitInterval="" tcpIpApp.keepalive.tcp.noResponseTrasmitInterval="" tcpIpApp.keepalive.tcp.sip.tls.enable="0" />
</TCP_IP>
<HTTPD httpd.enabled="1">
<cfg httpd.cfg.enabled="1" httpd.cfg.port="80" />
</HTTPD>
<call call.rejectBusyOnDnd="1" call.enableOnNotRegistered="1" call.offeringTimeOut="60" call.ringBackTimeOut="60" call.dialtoneTimeOut="60" call.lastCallReturnString="*69" call.callsPerLineKey="" call.stickyAutoLineSeize="" call.stickyAutoLineSeize.onHookDialing="" call.singleKeyPressConference="0" call.localConferenceCallHold="" call.transfer.blindPreferred="" call.directedCallPickupString="*97" call.directedCallPickupMethod="" call.parkedCallRetrieveString="" call.parkedCallRetrieveMethod="" call.autoRouting.preference="line" call.autoRouting.preferredProtocol="SIP" call.autoAnswer.micMute="1" call.autoAnswer.videoMute="0" call.autoAnswer.SIP="0" call.autoAnswer.H323="0" call.autoAnswer.ringClass="4">
<shared call.shared.disableDivert="1" call.shared.seizeFailReorder="1" call.shared.oneTouchResume="0" call.shared.exposeAutoHolds="0" />
<hold>
<localReminder call.hold.localReminder.enabled="0" call.hold.localReminder.period="60" call.hold.localReminder.startDelay="90" />
</hold>
</call>
<directory>
<dirLocal dir.local.volatile.2meg="0" dir.local.nonVolatile.maxSize.2meg="20" dir.local.volatile.4meg="0" dir.local.nonVolatile.maxSize.4meg="50" dir.local.volatile.8meg="0" dir.local.nonVolatile.maxSize.8meg="100" dir.local.volatile.maxSize="200" dir.local.readonly="" dir.search.field="" />
<dirCorp dir.corp.address="" dir.corp.port="" dir.corp.transport="" dir.corp.baseDN="" dir.corp.scope="sub" dir.corp.filterPrefix="(objectclass=person)" dir.corp.user="" dir.corp.password="" dir.corp.pageSize="32" dir.corp.cacheSize="128" dir.corp.leg.pageSize="8" dir.corp.leg.cacheSize="32" dir.corp.autoQuerySubmitTimeout="0" dir.corp.viewPersistence="0" dir.corp.leg.viewPersistence="1">
<attr1 dir.corp.attribute.1.name="" dir.corp.attribute.1.label="" dir.corp.attribute.1.type="last_name" dir.corp.attribute.1.filter="" dir.corp.attribute.1.sticky="" />
<attr2 dir.corp.attribute.2.name="" dir.corp.attribute.2.label="" dir.corp.attribute.2.type="first_name" dir.corp.attribute.2.filter="" dir.corp.attribute.2.sticky="" dir.corp.attribute.2.searchable="0" />
<backGroundSync dir.corp.backGroundSync="0" dir.corp.backGroundSync.period="86400" />
<vlv dir.corp.vlv.allow="0" dir.corp.vlv.sortOrder="" />
</dirCorp>
</directory>
<presence pres.reg="" pres.idleSoftKeys="" />
<font font.delimiter="">
<IP_330 font.IP_330.1.name="" />
<IP_400 font.IP_400.1.name="" />
<IP_500 font.IP_500.1.name="" />
<IP_600 font.IP_600.1.name="" />
</font>
<keys key.scrolling.timeout="1" />
<backgrounds>
<VVX_1500>
<color bg.VVX_1500.color.selection="1,1">
<bitmaps bg.VVX_1500.color.bm.1.name="" bg.VVX_1500.color.bm.2.name="" bg.VVX_1500.color.bm.3.name="" bg.VVX_1500.color.bm.4.name="" bg.VVX_1500.color.bm.5.name="" bg.VVX_1500.color.bm.6.name="" />
</color>
</VVX_1500>
<hiRes>
<color bg.hiRes.color.selection="1,1">
<patterns>
<solid bg.hiRes.color.pat.solid.1.name="Light Blue" bg.hiRes.color.pat.solid.1.red="151" bg.hiRes.color.pat.solid.1.green="207" bg.hiRes.color.pat.solid.1.blue="249" bg.hiRes.color.pat.solid.2.name="Teal" bg.hiRes.color.pat.solid.2.red="73" bg.hiRes.color.pat.solid.2.green="148" bg.hiRes.color.pat.solid.2.blue="148" bg.hiRes.color.pat.solid.3.name="Tan" bg.hiRes.color.pat.solid.3.red="245" bg.hiRes.color.pat.solid.3.green="157" bg.hiRes.color.pat.solid.3.blue="69" bg.hiRes.color.pat.solid.4.name="" bg.hiRes.color.pat.solid.4.red="" bg.hiRes.color.pat.solid.4.green="" bg.hiRes.color.pat.solid.4.blue="" />
</patterns>
<bitmaps bg.hiRes.color.bm.1.name="Leaf.jpg" bg.hiRes.color.bm.1.em.name="LeafEM.jpg" bg.hiRes.color.bm.2.name="Sailboat.jpg" bg.hiRes.color.bm.2.em.name="SailboatEM.jpg" bg.hiRes.color.bm.3.name="Beach.jpg" bg.hiRes.color.bm.3.em.name="BeachEM.jpg" bg.hiRes.color.bm.4.name="Palm.jpg" bg.hiRes.color.bm.4.em.name="PalmEM.jpg" bg.hiRes.color.bm.5.name="Jellyfish.jpg" bg.hiRes.color.bm.5.em.name="JellyfishEM.jpg" bg.hiRes.color.bm.6.name="Mountain.jpg" bg.hiRes.color.bm.6.em.name="MountainEM.jpg" />
</color>
<gray bg.hiRes.gray.selection="2,1">
<predefined bg.hiRes.gray.pr.1.adj="-3" />
<patterns>
<solid bg.hiRes.gray.pat.solid.1.name="White" bg.hiRes.gray.pat.solid.1.red="255" bg.hiRes.gray.pat.solid.1.green="255" bg.hiRes.gray.pat.solid.1.blue="255" bg.hiRes.gray.pat.solid.2.name="Light Gray" bg.hiRes.gray.pat.solid.2.red="160" bg.hiRes.gray.pat.solid.2.green="160" bg.hiRes.gray.pat.solid.2.blue="160" bg.hiRes.gray.pat.solid.3.name="" bg.hiRes.gray.pat.solid.3.red="" bg.hiRes.gray.pat.solid.3.green="" bg.hiRes.gray.pat.solid.3.blue="" bg.hiRes.gray.pat.solid.4.name="" bg.hiRes.gray.pat.solid.4.red="" bg.hiRes.gray.pat.solid.4.green="" bg.hiRes.gray.pat.solid.4.blue="" />
</patterns>
<bitmaps bg.hiRes.gray.bm.1.name="Leaf.jpg" bg.hiRes.gray.bm.1.em.name="LeafEM.jpg" bg.hiRes.gray.bm.1.adj="0" bg.hiRes.gray.bm.2.name="Sailboat.jpg" bg.hiRes.gray.bm.2.em.name="SailboatEM.jpg" bg.hiRes.gray.bm.2.adj="-3" bg.hiRes.gray.bm.3.name="Beach.jpg" bg.hiRes.gray.bm.3.em.name="BeachEM.jpg" bg.hiRes.gray.bm.3.adj="0" bg.hiRes.gray.bm.4.name="Palm.jpg" bg.hiRes.gray.bm.4.em.name="PalmEM.jpg" bg.hiRes.gray.bm.4.adj="-3" bg.hiRes.gray.bm.5.name="Jellyfish.jpg" bg.hiRes.gray.bm.5.em.name="JellyfishEM.jpg" bg.hiRes.gray.bm.5.adj="-2" bg.hiRes.gray.bm.6.name="Mountain.jpg" bg.hiRes.gray.bm.6.em.name="MountainEM.jpg" bg.hiRes.gray.bm.6.adj="0" />
</gray>
</hiRes>
<medRes>
<gray bg.medRes.gray.selection="2,1">
<predefined bg.medRes.gray.pr.1.adj="-3" />
<patterns>
<solid bg.medRes.gray.pat.solid.1.name="White" bg.medRes.gray.pat.solid.1.red="255" bg.medRes.gray.pat.solid.1.green="255" bg.medRes.gray.pat.solid.1.blue="255" bg.medRes.gray.pat.solid.2.name="Light Gray" bg.medRes.gray.pat.solid.2.red="160" bg.medRes.gray.pat.solid.2.green="160" bg.medRes.gray.pat.solid.2.blue="160" bg.medRes.gray.pat.solid.3.name="" bg.medRes.gray.pat.solid.3.red="" bg.medRes.gray.pat.solid.3.green="" bg.medRes.gray.pat.solid.3.blue="" bg.medRes.gray.pat.solid.4.name="" bg.medRes.gray.pat.solid.4.red="" bg.medRes.gray.pat.solid.4.green="" bg.medRes.gray.pat.solid.4.blue="" />
</patterns>
<bitmaps bg.medRes.gray.bm.1.name="Leaf256x116.jpg" bg.medRes.gray.bm.1.adj="0" bg.medRes.gray.bm.2.name="Sailboat256x116.jpg" bg.medRes.gray.bm.2.adj="-3" bg.medRes.gray.bm.3.name="Beach256x116.jpg" bg.medRes.gray.bm.3.adj="0" bg.medRes.gray.bm.4.name="Palm256x116.jpg" bg.medRes.gray.bm.4.adj="-3" bg.medRes.gray.bm.5.name="Jellyfish256x116.jpg" bg.medRes.gray.bm.5.adj="-2" bg.medRes.gray.bm.6.name="Mountain256x116.jpg" bg.medRes.gray.bm.6.adj="0" />
</gray>
</medRes>
<buttons>
<color button.color.selection.1.1.modify="rgbHiLo,68,255,0,85,68,255" button.color.selection.2.1.modify="rgbHiLo,0,255,0,255,102,255" button.color.selection.2.2.modify="rgbHiLo,0,255,51,255,51,255" button.color.selection.2.3.modify="rgbHiLo,153,255,51,255,0,255" button.color.selection.2.4.modify="none" button.color.selection.3.1.modify="rgbHiLo,51,255,68,255,0,119" button.color.selection.3.2.modify="rgbHiLo,34,255,0,255,170,255" button.color.selection.3.3.modify="rgbHiLo,136,221,51,51,187,255" button.color.selection.3.4.modify="rgbHiLo,34,255,119,255,0,255" button.color.selection.3.5.modify="rgbHiLo,170,255,68,255,0,255" button.color.selection.3.6.modify="rgbHiLo,0,255,102,255,153,255" />
<gray button.gray.selection.1.1.modify="none" button.gray.selection.2.1.modify="none" button.gray.selection.2.2.modify="none" button.gray.selection.2.3.modify="none" button.gray.selection.2.4.modify="none" button.gray.selection.3.1.modify="none" button.gray.selection.3.2.modify="none" button.gray.selection.3.3.modify="none" button.gray.selection.3.4.modify="none" button.gray.selection.3.5.modify="none" button.gray.selection.3.6.modify="none" />
</buttons>
</backgrounds>
<bitmaps>
<IP_330 bitmap.IP_330.1.name="PlcmTrademarkVert" bitmap.IP_330.2.name="BlankSmall" bitmap.IP_330.3.name="BlankBig" bitmap.IP_330.4.name="CtxPhone" bitmap.IP_330.5.name="DndStep1" bitmap.IP_330.6.name="DndStep2" bitmap.IP_330.7.name="MuteStep1" bitmap.IP_330.8.name="MuteStep2" bitmap.IP_330.9.name="Speaker" bitmap.IP_330.10.name="Handset" bitmap.IP_330.11.name="Headset" bitmap.IP_330.12.name="Ringer" bitmap.IP_330.13.name="CtxEmail" bitmap.IP_330.14.name="CtxFwdStep1" bitmap.IP_330.15.name="CtxFwdStep2" bitmap.IP_330.16.name="CtxFwdStep3" bitmap.IP_330.17.name="CtxFwdStep4" bitmap.IP_330.18.name="CtxFwdStep5" bitmap.IP_330.19.name="CtxFwdStep6" bitmap.IP_330.20.name="CtxDndStep1" bitmap.IP_330.21.name="CtxDndStep2" bitmap.IP_330.22.name="CtxNotReg" bitmap.IP_330.23.name="CtxSharedStep1" bitmap.IP_330.24.name="CtxSharedStep2" bitmap.IP_330.25.name="CtxSharedHoldStep1" bitmap.IP_330.26.name="CtxSharedHoldStep2" bitmap.IP_330.27.name="CtxSpeedDial" bitmap.IP_330.28.name="CtxConfStep1" bitmap.IP_330.29.name="CtxConfStep2" bitmap.IP_330.30.name="CtxConfStep3" bitmap.IP_330.31.name="CtxHoldStep1" bitmap.IP_330.32.name="CtxHoldStep2" bitmap.IP_330.33.name="CtxRingStep1" bitmap.IP_330.34.name="CtxRingStep2" bitmap.IP_330.35.name="CtxRingStep3" bitmap.IP_330.36.name="CtxActiveStep1" bitmap.IP_330.37.name="CtxActiveStep2" bitmap.IP_330.38.name="CtxActiveStep3" bitmap.IP_330.39.name="CtxActiveStep4" bitmap.IP_330.40.name="CtxActiveStep5" bitmap.IP_330.41.name="CtxSharedActiveStep1" bitmap.IP_330.42.name="CtxSharedActiveStep2" bitmap.IP_330.43.name="CtxSharedActiveStep3" bitmap.IP_330.44.name="CtxSharedActiveStep4" bitmap.IP_330.45.name="CtxSharedActiveStep5" bitmap.IP_330.46.name="CtxSharedActiveStep6" bitmap.IP_330.47.name="CtxSharedActiveStep7" bitmap.IP_330.48.name="CtxProceedStep1" bitmap.IP_330.49.name="CtxProceedStep2" bitmap.IP_330.50.name="CtxProceedStep3" bitmap.IP_330.51.name="CtxProceedStep4" bitmap.IP_330.52.name="DiagnosticFrame1" bitmap.IP_330.53.name="DiagnosticFrame2" bitmap.IP_330.54.name="DiagnosticFrame3" bitmap.IP_330.55.name="DiagnosticFrame4" bitmap.IP_330.56.name="DiagnosticFrame5" bitmap.IP_330.57.name="DiagnosticFrame6" bitmap.IP_330.58.name="CtxUndefined" bitmap.IP_330.59.name="CtxFeatureEna" bitmap.IP_330.60.name="CtxFeatureDis" bitmap.IP_330.61.name="" bitmap.IP_330.62.name="CtxACDAvailable" bitmap.IP_330.63.name="CtxACDUnavailableStep1" bitmap.IP_330.64.name="CtxACDUnavailableStep2" bitmap.IP_330.65.name="CtxACDLogout" bitmap.IP_330.66.name="CtxActiveSecure" bitmap.IP_330.67.name="PlumHd" />
<IP_300 bitmap.IP_300.1.name="Blank" bitmap.IP_300.2.name="DndStep1" bitmap.IP_300.3.name="DndStep2" bitmap.IP_300.4.name="MuteStep1" bitmap.IP_300.5.name="MuteStep2" bitmap.IP_300.6.name="Speaker" bitmap.IP_300.7.name="Handset" bitmap.IP_300.8.name="Headset" bitmap.IP_300.9.name="Ringer" bitmap.IP_300.10.name="CtxDnd" bitmap.IP_300.11.name="CtxSpeedDial" bitmap.IP_300.12.name="CtxMail" bitmap.IP_300.13.name="CtxPhone" bitmap.IP_300.14.name="CtxNotReg" bitmap.IP_300.15.name="CtxHoldStep1" bitmap.IP_300.16.name="CtxHoldStep2" bitmap.IP_300.17.name="CtxProceedStep1" bitmap.IP_300.18.name="CtxProceedStep2" bitmap.IP_300.19.name="CtxProceedStep3" bitmap.IP_300.20.name="CtxActiveStep1" bitmap.IP_300.21.name="CtxActiveStep2" bitmap.IP_300.22.name="CtxActiveStep3" bitmap.IP_300.23.name="CtxActiveStep4" bitmap.IP_300.24.name="CtxFwdStep1" bitmap.IP_300.25.name="CtxFwdStep2" bitmap.IP_300.26.name="CtxFwdStep3" bitmap.IP_300.27.name="CtxFwdStep4" bitmap.IP_300.28.name="DiagnosticFrame1" bitmap.IP_300.29.name="DiagnosticFrame2" bitmap.IP_300.30.name="DiagnosticFrame3" bitmap.IP_300.31.name="DiagnosticFrame4" bitmap.IP_300.32.name="DiagnosticFrame5" bitmap.IP_300.33.name="DiagnosticFrame6" bitmap.IP_300.34.name="CtxACDAvailable" bitmap.IP_300.35.name="CtxACDUnavailableStep1" bitmap.IP_300.36.name="CtxACDUnavailableStep2" bitmap.IP_300.37.name="CtxACDLogout" bitmap.IP_300.38.name="CtxActiveSecure" />
<IP_400 bitmap.IP_400.61.name="" />
<IP_450 bitmap.IP_450.1.name="PlcmTrademarkVert" bitmap.IP_450.2.name="BlankSmall" bitmap.IP_450.3.name="BlankBig" bitmap.IP_450.4.name="CtxPhone" bitmap.IP_450.5.name="DndStep1" bitmap.IP_450.6.name="DndStep2" bitmap.IP_450.7.name="MuteStep1" bitmap.IP_450.8.name="MuteStep2" bitmap.IP_450.9.name="Speaker" bitmap.IP_450.10.name="Handset" bitmap.IP_450.11.name="Headset" bitmap.IP_450.12.name="Ringer" bitmap.IP_450.13.name="CtxEmail" bitmap.IP_450.14.name="CtxFwdStep1" bitmap.IP_450.15.name="CtxFwdStep2" bitmap.IP_450.16.name="CtxFwdStep3" bitmap.IP_450.17.name="CtxFwdStep4" bitmap.IP_450.18.name="CtxFwdStep5" bitmap.IP_450.19.name="CtxFwdStep6" bitmap.IP_450.20.name="CtxDndStep1" bitmap.IP_450.21.name="CtxDndStep2" bitmap.IP_450.22.name="CtxNotReg" bitmap.IP_450.23.name="CtxSharedStep1" bitmap.IP_450.24.name="CtxSharedStep2" bitmap.IP_450.25.name="CtxSharedHoldStep1" bitmap.IP_450.26.name="CtxSharedHoldStep2" bitmap.IP_450.27.name="CtxSpeedDial" bitmap.IP_450.28.name="CtxConfStep1" bitmap.IP_450.29.name="CtxConfStep2" bitmap.IP_450.30.name="CtxConfStep3" bitmap.IP_450.31.name="CtxHoldStep1" bitmap.IP_450.32.name="CtxHoldStep2" bitmap.IP_450.33.name="CtxRingStep1" bitmap.IP_450.34.name="CtxRingStep2" bitmap.IP_450.35.name="CtxRingStep3" bitmap.IP_450.36.name="CtxActiveStep1" bitmap.IP_450.37.name="CtxActiveStep2" bitmap.IP_450.38.name="CtxActiveStep3" bitmap.IP_450.39.name="CtxActiveStep4" bitmap.IP_450.40.name="CtxActiveStep5" bitmap.IP_450.41.name="CtxActiveStep6" bitmap.IP_450.42.name="CtxSharedActiveStep1" bitmap.IP_450.43.name="CtxSharedActiveStep2" bitmap.IP_450.44.name="CtxSharedActiveStep3" bitmap.IP_450.45.name="CtxSharedActiveStep4" bitmap.IP_450.46.name="CtxSharedActiveStep5" bitmap.IP_450.47.name="CtxSharedActiveStep6" bitmap.IP_450.48.name="CtxSharedActiveStep7" bitmap.IP_450.49.name="CtxSharedActiveStep8" bitmap.IP_450.50.name="CtxSharedActiveStep9" bitmap.IP_450.51.name="CtxProceedStep1" bitmap.IP_450.52.name="CtxProceedStep2" bitmap.IP_450.53.name="CtxProceedStep3" bitmap.IP_450.54.name="CtxProceedStep4" bitmap.IP_450.55.name="CtxProceedStep5" bitmap.IP_450.56.name="DiagnosticFrame1" bitmap.IP_450.57.name="DiagnosticFrame2" bitmap.IP_450.58.name="DiagnosticFrame3" bitmap.IP_450.59.name="DiagnosticFrame4" bitmap.IP_450.60.name="DiagnosticFrame5" bitmap.IP_450.61.name="DiagnosticFrame6" bitmap.IP_450.62.name="CtxUndefined" bitmap.IP_450.63.name="CtxFeatureEna" bitmap.IP_450.64.name="CtxFeatureDis" bitmap.IP_450.65.name="" bitmap.IP_450.66.name="CtxACDAvailable" bitmap.IP_450.67.name="CtxACDUnavailableStep1" bitmap.IP_450.68.name="CtxACDUnavailableStep2" bitmap.IP_450.69.name="CtxACDLogout" bitmap.IP_450.70.name="CtxActiveSecure" bitmap.IP_450.71.name="CtxActiveHDStep1" bitmap.IP_450.72.name="CtxActiveHDStep2" bitmap.IP_450.73.name="CtxActiveHDStep3" bitmap.IP_450.74.name="CtxActiveHDStep4" bitmap.IP_450.75.name="CtxActiveHDStep5" bitmap.IP_450.76.name="CtxActiveHDStep6" bitmap.IP_450.77.name="CtxActiveHDStep7" bitmap.IP_450.78.name="CtxActiveHDStep8" bitmap.IP_450.79.name="CtxActiveHDStep9" bitmap.IP_450.80.name="CtxActiveHDStep10" bitmap.IP_450.81.name="CtxActiveHDStep11" />
<IP_500 bitmap.IP_500.1.name="PlcmTrademarkVert" bitmap.IP_500.2.name="BlankSmall" bitmap.IP_500.3.name="BlankBig" bitmap.IP_500.4.name="CtxPhone" bitmap.IP_500.5.name="DndStep1" bitmap.IP_500.6.name="DndStep2" bitmap.IP_500.7.name="MuteStep1" bitmap.IP_500.8.name="MuteStep2" bitmap.IP_500.9.name="Speaker" bitmap.IP_500.10.name="Handset" bitmap.IP_500.11.name="Headset" bitmap.IP_500.12.name="Ringer" bitmap.IP_500.13.name="CtxEmail" bitmap.IP_500.14.name="CtxFwdStep1" bitmap.IP_500.15.name="CtxFwdStep2" bitmap.IP_500.16.name="CtxFwdStep3" bitmap.IP_500.17.name="CtxFwdStep4" bitmap.IP_500.18.name="CtxFwdStep5" bitmap.IP_500.19.name="CtxFwdStep6" bitmap.IP_500.20.name="CtxDndStep1" bitmap.IP_500.21.name="CtxDndStep2" bitmap.IP_500.22.name="CtxNotReg" bitmap.IP_500.23.name="CtxSharedStep1" bitmap.IP_500.24.name="CtxSharedStep2" bitmap.IP_500.25.name="CtxSharedHoldStep1" bitmap.IP_500.26.name="CtxSharedHoldStep2" bitmap.IP_500.27.name="CtxSpeedDial" bitmap.IP_500.28.name="CtxConfStep1" bitmap.IP_500.29.name="CtxConfStep2" bitmap.IP_500.30.name="CtxConfStep3" bitmap.IP_500.31.name="CtxHoldStep1" bitmap.IP_500.32.name="CtxHoldStep2" bitmap.IP_500.33.name="CtxRingStep1" bitmap.IP_500.34.name="CtxRingStep2" bitmap.IP_500.35.name="CtxRingStep3" bitmap.IP_500.36.name="CtxActiveStep1" bitmap.IP_500.37.name="CtxActiveStep2" bitmap.IP_500.38.name="CtxActiveStep3" bitmap.IP_500.39.name="CtxActiveStep4" bitmap.IP_500.40.name="CtxActiveStep5" bitmap.IP_500.41.name="CtxSharedActiveStep1" bitmap.IP_500.42.name="CtxSharedActiveStep2" bitmap.IP_500.43.name="CtxSharedActiveStep3" bitmap.IP_500.44.name="CtxSharedActiveStep4" bitmap.IP_500.45.name="CtxSharedActiveStep5" bitmap.IP_500.46.name="CtxSharedActiveStep6" bitmap.IP_500.47.name="CtxSharedActiveStep7" bitmap.IP_500.48.name="CtxProceedStep1" bitmap.IP_500.49.name="CtxProceedStep2" bitmap.IP_500.50.name="CtxProceedStep3" bitmap.IP_500.51.name="CtxProceedStep4" bitmap.IP_500.52.name="DiagnosticFrame1" bitmap.IP_500.53.name="DiagnosticFrame2" bitmap.IP_500.54.name="DiagnosticFrame3" bitmap.IP_500.55.name="DiagnosticFrame4" bitmap.IP_500.56.name="DiagnosticFrame5" bitmap.IP_500.57.name="DiagnosticFrame6" bitmap.IP_500.58.name="CtxUndefined" bitmap.IP_500.59.name="CtxFeatureEna" bitmap.IP_500.60.name="CtxFeatureDis" bitmap.IP_500.61.name="" bitmap.IP_500.62.name="CtxACDAvailable" bitmap.IP_500.63.name="CtxACDUnavailableStep1" bitmap.IP_500.64.name="CtxACDUnavailableStep2" bitmap.IP_500.65.name="CtxACDLogout" bitmap.IP_500.66.name="CtxActiveSecure" />
<IP_600 bitmap.IP_600.1.name="PlcmTrademarkVert" bitmap.IP_600.2.name="BlankSmall" bitmap.IP_600.3.name="BlankBig" bitmap.IP_600.4.name="CtxPhone" bitmap.IP_600.5.name="DndStep1" bitmap.IP_600.6.name="DndStep2" bitmap.IP_600.7.name="MuteStep1" bitmap.IP_600.8.name="MuteStep2" bitmap.IP_600.9.name="Speaker" bitmap.IP_600.10.name="Handset" bitmap.IP_600.11.name="Headset" bitmap.IP_600.12.name="Ringer" bitmap.IP_600.13.name="CtxEmail" bitmap.IP_600.14.name="CtxFwdStep1" bitmap.IP_600.15.name="CtxFwdStep2" bitmap.IP_600.16.name="CtxFwdStep3" bitmap.IP_600.17.name="CtxFwdStep4" bitmap.IP_600.18.name="CtxFwdStep5" bitmap.IP_600.19.name="CtxFwdStep6" bitmap.IP_600.20.name="CtxDndStep1" bitmap.IP_600.21.name="CtxDndStep2" bitmap.IP_600.22.name="CtxNotReg" bitmap.IP_600.23.name="CtxSharedStep1" bitmap.IP_600.24.name="CtxSharedStep2" bitmap.IP_600.25.name="CtxSharedHoldStep1" bitmap.IP_600.26.name="CtxSharedHoldStep2" bitmap.IP_600.27.name="CtxSpeedDial" bitmap.IP_600.28.name="CtxConfStep1" bitmap.IP_600.29.name="CtxConfStep2" bitmap.IP_600.30.name="CtxConfStep3" bitmap.IP_600.31.name="CtxHoldStep1" bitmap.IP_600.32.name="CtxHoldStep2" bitmap.IP_600.33.name="CtxRingStep1" bitmap.IP_600.34.name="CtxRingStep2" bitmap.IP_600.35.name="CtxRingStep3" bitmap.IP_600.36.name="CtxActiveStep1" bitmap.IP_600.37.name="CtxActiveStep2" bitmap.IP_600.38.name="CtxActiveStep3" bitmap.IP_600.39.name="CtxActiveStep4" bitmap.IP_600.40.name="CtxActiveStep5" bitmap.IP_600.41.name="CtxActiveStep6" bitmap.IP_600.42.name="CtxSharedActiveStep1" bitmap.IP_600.43.name="CtxSharedActiveStep2" bitmap.IP_600.44.name="CtxSharedActiveStep3" bitmap.IP_600.45.name="CtxSharedActiveStep4" bitmap.IP_600.46.name="CtxSharedActiveStep5" bitmap.IP_600.47.name="CtxSharedActiveStep6" bitmap.IP_600.48.name="CtxSharedActiveStep7" bitmap.IP_600.49.name="CtxSharedActiveStep8" bitmap.IP_600.50.name="CtxSharedActiveStep9" bitmap.IP_600.51.name="CtxProceedStep1" bitmap.IP_600.52.name="CtxProceedStep2" bitmap.IP_600.53.name="CtxProceedStep3" bitmap.IP_600.54.name="CtxProceedStep4" bitmap.IP_600.55.name="CtxProceedStep5" bitmap.IP_600.56.name="DiagnosticFrame1" bitmap.IP_600.57.name="DiagnosticFrame2" bitmap.IP_600.58.name="DiagnosticFrame3" bitmap.IP_600.59.name="DiagnosticFrame4" bitmap.IP_600.60.name="DiagnosticFrame5" bitmap.IP_600.61.name="DiagnosticFrame6" bitmap.IP_600.62.name="CtxUndefined" bitmap.IP_600.63.name="CtxFeatureEna" bitmap.IP_600.64.name="CtxFeatureDis" bitmap.IP_600.65.name="" bitmap.IP_600.66.name="CtxACDAvailable" bitmap.IP_600.67.name="CtxACDUnavailableStep1" bitmap.IP_600.68.name="CtxACDUnavailableStep2" bitmap.IP_600.69.name="CtxACDLogout" bitmap.IP_600.70.name="CtxActiveSecure" bitmap.IP_600.71.name="CtxActiveHDStep1" bitmap.IP_600.72.name="CtxActiveHDStep2" bitmap.IP_600.73.name="CtxActiveHDStep3" bitmap.IP_600.74.name="CtxActiveHDStep4" bitmap.IP_600.75.name="CtxActiveHDStep5" bitmap.IP_600.76.name="CtxActiveHDStep6" bitmap.IP_600.77.name="CtxActiveHDStep7" bitmap.IP_600.78.name="CtxActiveHDStep8" bitmap.IP_600.79.name="CtxActiveHDStep9" bitmap.IP_600.80.name="CtxActiveHDStep10" bitmap.IP_600.81.name="CtxActiveHDStep11" bitmap.IP_600.82.name="BlankSmallWhite" />
<IP_4000 bitmap.IP_4000.1.name="PlcmTrademarkVert" bitmap.IP_4000.2.name="BlankSmall" bitmap.IP_4000.3.name="BlankBig" bitmap.IP_4000.4.name="CtxPhone" bitmap.IP_4000.5.name="DndStep1" bitmap.IP_4000.6.name="DndStep2" bitmap.IP_4000.7.name="MuteStep1" bitmap.IP_4000.8.name="MuteStep2" bitmap.IP_4000.9.name="Speaker" bitmap.IP_4000.10.name="Handset" bitmap.IP_4000.11.name="Headset" bitmap.IP_4000.12.name="Ringer" bitmap.IP_4000.13.name="CtxEmail" bitmap.IP_4000.14.name="CtxFwdStep1" bitmap.IP_4000.15.name="CtxFwdStep2" bitmap.IP_4000.16.name="CtxFwdStep3" bitmap.IP_4000.17.name="CtxFwdStep4" bitmap.IP_4000.18.name="CtxFwdStep5" bitmap.IP_4000.19.name="CtxFwdStep6" bitmap.IP_4000.20.name="CtxDndStep1" bitmap.IP_4000.21.name="CtxDndStep2" bitmap.IP_4000.22.name="CtxNotReg" bitmap.IP_4000.23.name="CtxSharedStep1" bitmap.IP_4000.24.name="CtxSharedStep2" bitmap.IP_4000.25.name="CtxSharedHoldStep1" bitmap.IP_4000.26.name="CtxSharedHoldStep2" bitmap.IP_4000.27.name="CtxSpeedDial" bitmap.IP_4000.28.name="CtxConfStep1" bitmap.IP_4000.29.name="CtxConfStep2" bitmap.IP_4000.30.name="CtxConfStep3" bitmap.IP_4000.31.name="CtxHoldStep1" bitmap.IP_4000.32.name="CtxHoldStep2" bitmap.IP_4000.33.name="CtxRingStep1" bitmap.IP_4000.34.name="CtxRingStep2" bitmap.IP_4000.35.name="CtxRingStep3" bitmap.IP_4000.36.name="CtxActiveStep1" bitmap.IP_4000.37.name="CtxActiveStep2" bitmap.IP_4000.38.name="CtxActiveStep3" bitmap.IP_4000.39.name="CtxActiveStep4" bitmap.IP_4000.40.name="CtxActiveStep5" bitmap.IP_4000.41.name="CtxActiveStep6" bitmap.IP_4000.42.name="CtxSharedActiveStep1" bitmap.IP_4000.43.name="CtxSharedActiveStep2" bitmap.IP_4000.44.name="CtxSharedActiveStep3" bitmap.IP_4000.45.name="CtxSharedActiveStep4" bitmap.IP_4000.46.name="CtxSharedActiveStep5" bitmap.IP_4000.47.name="CtxSharedActiveStep6" bitmap.IP_4000.48.name="CtxSharedActiveStep7" bitmap.IP_4000.49.name="CtxSharedActiveStep8" bitmap.IP_4000.50.name="CtxSharedActiveStep9" bitmap.IP_4000.51.name="CtxProceedStep1" bitmap.IP_4000.52.name="CtxProceedStep2" bitmap.IP_4000.53.name="CtxProceedStep3" bitmap.IP_4000.54.name="CtxProceedStep4" bitmap.IP_4000.55.name="CtxProceedStep5" bitmap.IP_4000.56.name="DiagnosticFrame1" bitmap.IP_4000.57.name="DiagnosticFrame2" bitmap.IP_4000.58.name="DiagnosticFrame3" bitmap.IP_4000.59.name="DiagnosticFrame4" bitmap.IP_4000.60.name="DiagnosticFrame5" bitmap.IP_4000.61.name="DiagnosticFrame6" bitmap.IP_4000.62.name="CtxUndefined" bitmap.IP_4000.63.name="CtxFeatureEna" bitmap.IP_4000.64.name="CtxFeatureDis" bitmap.IP_4000.65.name="" bitmap.IP_4000.66.name="CtxACDAvailable" bitmap.IP_4000.67.name="CtxACDUnavailableStep1" bitmap.IP_4000.68.name="CtxACDUnavailableStep2" bitmap.IP_4000.69.name="CtxACDLogout" bitmap.IP_4000.70.name="CtxActiveSecure" bitmap.IP_4000.71.name="CtxActiveHDStep1" bitmap.IP_4000.72.name="CtxActiveHDStep2" bitmap.IP_4000.73.name="CtxActiveHDStep3" bitmap.IP_4000.74.name="CtxActiveHDStep4" bitmap.IP_4000.75.name="CtxActiveHDStep5" bitmap.IP_4000.76.name="CtxActiveHDStep6" bitmap.IP_4000.77.name="CtxActiveHDStep7" bitmap.IP_4000.78.name="CtxActiveHDStep8" bitmap.IP_4000.79.name="CtxActiveHDStep9" bitmap.IP_4000.80.name="CtxActiveHDStep10" bitmap.IP_4000.81.name="CtxActiveHDStep11" bitmap.IP_4000.82.name="MobilePhone" />
<IP_7000 bitmap.IP_7000.1.name="PlcmTrademarkVert" bitmap.IP_7000.2.name="BlankSmall" bitmap.IP_7000.3.name="BlankBig" bitmap.IP_7000.4.name="CtxPhone" bitmap.IP_7000.5.name="DndStep1" bitmap.IP_7000.6.name="DndStep2" bitmap.IP_7000.7.name="MuteStep1" bitmap.IP_7000.8.name="MuteStep2" bitmap.IP_7000.9.name="Speaker" bitmap.IP_7000.10.name="Handset" bitmap.IP_7000.11.name="Headset" bitmap.IP_7000.12.name="Ringer" bitmap.IP_7000.13.name="CtxEmail" bitmap.IP_7000.14.name="CtxFwdStep1" bitmap.IP_7000.15.name="CtxFwdStep2" bitmap.IP_7000.16.name="CtxFwdStep3" bitmap.IP_7000.17.name="CtxFwdStep4" bitmap.IP_7000.18.name="CtxFwdStep5" bitmap.IP_7000.19.name="CtxFwdStep6" bitmap.IP_7000.20.name="CtxDndStep1" bitmap.IP_7000.21.name="CtxDndStep2" bitmap.IP_7000.22.name="CtxNotReg" bitmap.IP_7000.23.name="CtxSharedStep1" bitmap.IP_7000.24.name="CtxSharedStep2" bitmap.IP_7000.25.name="CtxSharedHoldStep1" bitmap.IP_7000.26.name="CtxSharedHoldStep2" bitmap.IP_7000.27.name="CtxSpeedDial" bitmap.IP_7000.28.name="CtxConfStep1" bitmap.IP_7000.29.name="CtxConfStep2" bitmap.IP_7000.30.name="CtxConfStep3" bitmap.IP_7000.31.name="CtxHoldStep1" bitmap.IP_7000.32.name="CtxHoldStep2" bitmap.IP_7000.33.name="CtxRingStep1" bitmap.IP_7000.34.name="CtxRingStep2" bitmap.IP_7000.35.name="CtxRingStep3" bitmap.IP_7000.36.name="CtxActiveStep1" bitmap.IP_7000.37.name="CtxActiveStep2" bitmap.IP_7000.38.name="CtxActiveStep3" bitmap.IP_7000.39.name="CtxActiveStep4" bitmap.IP_7000.40.name="CtxActiveStep5" bitmap.IP_7000.41.name="CtxActiveStep6" bitmap.IP_7000.42.name="CtxSharedActiveStep1" bitmap.IP_7000.43.name="CtxSharedActiveStep2" bitmap.IP_7000.44.name="CtxSharedActiveStep3" bitmap.IP_7000.45.name="CtxSharedActiveStep4" bitmap.IP_7000.46.name="CtxSharedActiveStep5" bitmap.IP_7000.47.name="CtxSharedActiveStep6" bitmap.IP_7000.48.name="CtxSharedActiveStep7" bitmap.IP_7000.49.name="CtxSharedActiveStep8" bitmap.IP_7000.50.name="CtxSharedActiveStep9" bitmap.IP_7000.51.name="CtxProceedStep1" bitmap.IP_7000.52.name="CtxProceedStep2" bitmap.IP_7000.53.name="CtxProceedStep3" bitmap.IP_7000.54.name="CtxProceedStep4" bitmap.IP_7000.55.name="CtxProceedStep5" bitmap.IP_7000.56.name="DiagnosticFrame1" bitmap.IP_7000.57.name="DiagnosticFrame2" bitmap.IP_7000.58.name="DiagnosticFrame3" bitmap.IP_7000.59.name="DiagnosticFrame4" bitmap.IP_7000.60.name="DiagnosticFrame5" bitmap.IP_7000.61.name="DiagnosticFrame6" bitmap.IP_7000.62.name="CtxUndefined" bitmap.IP_7000.63.name="CtxFeatureEna" bitmap.IP_7000.64.name="CtxFeatureDis" bitmap.IP_7000.65.name="" bitmap.IP_7000.66.name="CtxACDAvailable" bitmap.IP_7000.67.name="CtxACDUnavailableStep1" bitmap.IP_7000.68.name="CtxACDUnavailableStep2" bitmap.IP_7000.69.name="CtxACDLogout" bitmap.IP_7000.70.name="CtxActiveSecure" bitmap.IP_7000.71.name="CtxActiveHDStep1" bitmap.IP_7000.72.name="CtxActiveHDStep2" bitmap.IP_7000.73.name="CtxActiveHDStep3" bitmap.IP_7000.74.name="CtxActiveHDStep4" bitmap.IP_7000.75.name="CtxActiveHDStep5" bitmap.IP_7000.76.name="CtxActiveHDStep6" bitmap.IP_7000.77.name="CtxActiveHDStep7" bitmap.IP_7000.78.name="CtxActiveHDStep8" bitmap.IP_7000.79.name="CtxActiveHDStep9" bitmap.IP_7000.80.name="CtxActiveHDStep10" bitmap.IP_7000.81.name="CtxActiveHDStep11" bitmap.IP_7000.82.name="MobilePhone" bitmap.IP_7000.83.name="BlankSmallWhite" />
</bitmaps>
<indicators ind.idleDisplay.enabled="0" ind.idleDisplay.mode="">
<Animations>
<IP_335>
<HD_HANDSET ind.anim.IP_335.42.frame.1.bitmap="Handset" ind.anim.IP_335.42.frame.1.duration="1300" ind.anim.IP_335.42.frame.2.bitmap="PlumHd" ind.anim.IP_335.42.frame.2.duration="1300" />
<HD_HEADSET ind.anim.IP_335.43.frame.1.bitmap="Headset" ind.anim.IP_335.43.frame.1.duration="1300" ind.anim.IP_335.43.frame.2.bitmap="PlumHd" ind.anim.IP_335.43.frame.2.duration="1300" />
<HD_SPEAKER ind.anim.IP_335.44.frame.1.bitmap="Speaker" ind.anim.IP_335.44.frame.1.duration="1300" ind.anim.IP_335.44.frame.2.bitmap="PlumHd" ind.anim.IP_335.44.frame.2.duration="1300" />
</IP_335>
<IP_330>
<IDLE_DISPLAY ind.anim.IP_330.29.frame.1.bitmap="" ind.anim.IP_330.29.frame.1.duration="0" />
</IP_330>
<IP_300>
<BLANK_BIG ind.anim.IP_300.1.frame.1.bitmap="Blank" ind.anim.IP_300.1.frame.1.duration="0" />
<BLANK_SMALL ind.anim.IP_300.2.frame.1.bitmap="Blank" ind.anim.IP_300.2.frame.1.duration="0" />
<HANDSET ind.anim.IP_300.3.frame.1.bitmap="Handset" ind.anim.IP_300.3.frame.1.duration="0" />
<HEADSET ind.anim.IP_300.4.frame.1.bitmap="Headset" ind.anim.IP_300.4.frame.1.duration="0" />
<SPEAKER ind.anim.IP_300.5.frame.1.bitmap="Speaker" ind.anim.IP_300.5.frame.1.duration="0" />
<MIC_MUTE ind.anim.IP_300.6.frame.1.bitmap="MuteStep1" ind.anim.IP_300.6.frame.1.duration="500" ind.anim.IP_300.6.frame.2.bitmap="MuteStep2" ind.anim.IP_300.6.frame.2.duration="500" />
<DND ind.anim.IP_300.7.frame.1.bitmap="DndStep1" ind.anim.IP_300.7.frame.1.duration="1000" ind.anim.IP_300.7.frame.2.bitmap="DndStep2" ind.anim.IP_300.7.frame.2.duration="1000" />
<CTX_MAIL ind.anim.IP_300.8.frame.1.bitmap="CtxMail" ind.anim.IP_300.8.frame.1.duration="0" />
<CTX_FWD ind.anim.IP_300.9.frame.1.bitmap="CtxFwdStep1" ind.anim.IP_300.9.frame.1.duration="500" ind.anim.IP_300.9.frame.2.bitmap="CtxFwdStep2" ind.anim.IP_300.9.frame.2.duration="500" ind.anim.IP_300.9.frame.3.bitmap="CtxFwdStep3" ind.anim.IP_300.9.frame.3.duration="500" ind.anim.IP_300.9.frame.4.bitmap="CtxFwdStep4" ind.anim.IP_300.9.frame.4.duration="500" />
<CTX_DND ind.anim.IP_300.10.frame.1.bitmap="CtxDnd" ind.anim.IP_300.10.frame.1.duration="1000" ind.anim.IP_300.10.frame.2.bitmap="Blank" ind.anim.IP_300.10.frame.2.duration="1000" />
<CTX_NOT_REG ind.anim.IP_300.11.frame.1.bitmap="CtxNotReg" ind.anim.IP_300.11.frame.1.duration="0" />
<CTX_PHONE ind.anim.IP_300.12.frame.1.bitmap="CtxPhone" ind.anim.IP_300.12.frame.1.duration="0" />
<CTX_SHARED ind.anim.IP_300.13.frame.1.bitmap="CtxPhone" ind.anim.IP_300.13.frame.1.duration="0" />
<CTX_SHARED_ACTIVE ind.anim.IP_300.14.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_300.14.frame.1.duration="750" ind.anim.IP_300.14.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_300.14.frame.2.duration="750" ind.anim.IP_300.14.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_300.14.frame.3.duration="750" ind.anim.IP_300.14.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_300.14.frame.4.duration="750" />
<CTX_SHARED_HOLD ind.anim.IP_300.15.frame.1.bitmap="CtxHoldStep1" ind.anim.IP_300.15.frame.1.duration="500" ind.anim.IP_300.15.frame.2.bitmap="CtxHoldStep2" ind.anim.IP_300.15.frame.2.duration="500" />
<RINGER ind.anim.IP_300.16.frame.1.bitmap="Ringer" ind.anim.IP_300.16.frame.1.duration="0" />
<CTX_SPEED_DIAL ind.anim.IP_300.17.frame.1.bitmap="CtxSpeedDial" ind.anim.IP_300.17.frame.1.duration="0" />
<CTX_OFFER ind.anim.IP_300.18.frame.1.bitmap="Ringer" ind.anim.IP_300.18.frame.1.duration="250" ind.anim.IP_300.18.frame.2.bitmap="Blank" ind.anim.IP_300.18.frame.2.duration="250" ind.anim.IP_300.18.frame.3.bitmap="Ringer" ind.anim.IP_300.18.frame.3.duration="250" ind.anim.IP_300.18.frame.4.bitmap="Blank" ind.anim.IP_300.18.frame.4.duration="250" ind.anim.IP_300.18.frame.5.bitmap="Ringer" ind.anim.IP_300.18.frame.5.duration="250" ind.anim.IP_300.18.frame.6.bitmap="Blank" ind.anim.IP_300.18.frame.6.duration="1500" />
<CTX_HOLD ind.anim.IP_300.19.frame.1.bitmap="CtxHoldStep1" ind.anim.IP_300.19.frame.1.duration="500" ind.anim.IP_300.19.frame.2.bitmap="CtxHoldStep2" ind.anim.IP_300.19.frame.2.duration="500" />
<CTX_CONF ind.anim.IP_300.20.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_300.20.frame.1.duration="750" ind.anim.IP_300.20.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_300.20.frame.2.duration="750" ind.anim.IP_300.20.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_300.20.frame.3.duration="750" ind.anim.IP_300.20.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_300.20.frame.4.duration="750" />
<CTX_ACTIVE ind.anim.IP_300.21.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_300.21.frame.1.duration="750" ind.anim.IP_300.21.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_300.21.frame.2.duration="750" ind.anim.IP_300.21.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_300.21.frame.3.duration="750" ind.anim.IP_300.21.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_300.21.frame.4.duration="750" />
<CTX_PROCEED ind.anim.IP_300.22.frame.1.bitmap="CtxProceedStep1" ind.anim.IP_300.22.frame.1.duration="750" ind.anim.IP_300.22.frame.2.bitmap="CtxProceedStep2" ind.anim.IP_300.22.frame.2.duration="750" ind.anim.IP_300.22.frame.3.bitmap="CtxProceedStep3" ind.anim.IP_300.22.frame.3.duration="750" />
<DIAGNOSTICS ind.anim.IP_300.23.frame.1.bitmap="DiagnosticFrame1" ind.anim.IP_300.23.frame.1.duration="3000" ind.anim.IP_300.23.frame.2.bitmap="DiagnosticFrame2" ind.anim.IP_300.23.frame.2.duration="3000" ind.anim.IP_300.23.frame.3.bitmap="DiagnosticFrame3" ind.anim.IP_300.23.frame.3.duration="750" ind.anim.IP_300.23.frame.4.bitmap="DiagnosticFrame4" ind.anim.IP_300.23.frame.4.duration="750" ind.anim.IP_300.23.frame.5.bitmap="DiagnosticFrame5" ind.anim.IP_300.23.frame.5.duration="750" ind.anim.IP_300.23.frame.6.bitmap="DiagnosticFrame6" ind.anim.IP_300.23.frame.6.duration="750" />
<CTX_DIALTONE ind.anim.IP_300.24.frame.1.bitmap="Blank" ind.anim.IP_300.24.frame.1.duration="0" />
<CTX_HELD ind.anim.IP_300.25.frame.1.bitmap="Blank" ind.anim.IP_300.25.frame.1.duration="0" />
<CTX_DISCONNECT ind.anim.IP_300.26.frame.1.bitmap="Blank" ind.anim.IP_300.26.frame.1.duration="0" />
<CTX_FEATURE_ENA ind.anim.IP_300.27.frame.1.bitmap="Blank" ind.anim.IP_300.27.frame.1.duration="0" />
<CTX_FEATURE_DIS ind.anim.IP_300.28.frame.1.bitmap="Blank" ind.anim.IP_300.28.frame.1.duration="0" />
<CTX_LOGIN ind.anim.IP_300.31.frame.1.bitmap="Blank" ind.anim.IP_300.31.frame.1.duration="0" />
<CTX_LOGOUT ind.anim.IP_300.32.frame.1.bitmap="CtxACDLogout" ind.anim.IP_300.32.frame.1.duration="0" />
<CTX_AGENT_AVAIL ind.anim.IP_300.33.frame.1.bitmap="CtxACDAvailable" ind.anim.IP_300.33.frame.1.duration="0" />
<CTX_AGENT_UNAVAIL ind.anim.IP_300.34.frame.1.bitmap="CtxACDUnavailableStep1" ind.anim.IP_300.34.frame.1.duration="1000" ind.anim.IP_300.34.frame.2.bitmap="CtxACDUnavailableStep2" ind.anim.IP_300.34.frame.2.duration="1000" />
<CTX_BUDDY_ONLINE ind.anim.IP_300.35.frame.1.bitmap="CtxIconBuddyOnline" ind.anim.IP_300.35.frame.1.duration="0" />
<CTX_BUDDY_BUSY ind.anim.IP_300.36.frame.1.bitmap="CtxIconBuddyBusy" ind.anim.IP_300.36.frame.1.duration="0" />
<CTX_BUDDY_AWAY ind.anim.IP_300.37.frame.1.bitmap="CtxIconBuddyAway" ind.anim.IP_300.37.frame.1.duration="0" />
<CTX_BUDDY_OFFLINE ind.anim.IP_300.38.frame.1.bitmap="CtxIconBuddyOffline" ind.anim.IP_300.38.frame.1.duration="0" />
<CTX_ACTIVE_SECURE ind.anim.IP_300.39.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_300.39.frame.1.duration="750" ind.anim.IP_300.39.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_300.39.frame.2.duration="750" ind.anim.IP_300.39.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_300.39.frame.3.duration="750" ind.anim.IP_300.39.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_300.39.frame.4.duration="750" ind.anim.IP_300.39.frame.5.bitmap="CtxActiveSecure" ind.anim.IP_300.39.frame.5.duration="750" />
<CTX_CONF_SECURE ind.anim.IP_300.40.frame.1.bitmap="Blank" ind.anim.IP_300.40.frame.1.duration="1000" ind.anim.IP_300.40.frame.2.bitmap="CtxActiveSecure" ind.anim.IP_300.40.frame.2.duration="1000" />
<HEADSET_MEM ind.anim.IP_300.41.frame.1.bitmap="Headset" ind.anim.IP_300.41.frame.1.duration="1000" ind.anim.IP_300.41.frame.2.bitmap="Blank" ind.anim.IP_300.41.frame.2.duration="1000" />
</IP_300>
<IP_400>
<IDLE_DISPLAY ind.anim.IP_400.29.frame.1.bitmap="" ind.anim.IP_400.29.frame.1.duration="0" />
</IP_400>
<IP_450>
<BLANK_BIG ind.anim.IP_450.1.frame.1.bitmap="BlankBig" ind.anim.IP_450.1.frame.1.duration="0" />
<BLANK_SMALL ind.anim.IP_450.2.frame.1.bitmap="BlankSmall" ind.anim.IP_450.2.frame.1.duration="0" />
<HANDSET ind.anim.IP_450.3.frame.1.bitmap="Handset" ind.anim.IP_450.3.frame.1.duration="0" />
<HEADSET ind.anim.IP_450.4.frame.1.bitmap="Headset" ind.anim.IP_450.4.frame.1.duration="0" />
<SPEAKER ind.anim.IP_450.5.frame.1.bitmap="Speaker" ind.anim.IP_450.5.frame.1.duration="0" />
<MIC_MUTE ind.anim.IP_450.6.frame.1.bitmap="MuteStep1" ind.anim.IP_450.6.frame.1.duration="500" ind.anim.IP_450.6.frame.2.bitmap="MuteStep2" ind.anim.IP_450.6.frame.2.duration="500" />
<DND ind.anim.IP_450.7.frame.1.bitmap="DndStep1" ind.anim.IP_450.7.frame.1.duration="1000" ind.anim.IP_450.7.frame.2.bitmap="DndStep2" ind.anim.IP_450.7.frame.2.duration="1000" />
<CTX_MAIL ind.anim.IP_450.8.frame.1.bitmap="CtxEmail" ind.anim.IP_450.8.frame.1.duration="0" />
<CTX_FWD ind.anim.IP_450.9.frame.1.bitmap="CtxFwdStep1" ind.anim.IP_450.9.frame.1.duration="500" ind.anim.IP_450.9.frame.2.bitmap="CtxFwdStep2" ind.anim.IP_450.9.frame.2.duration="750" ind.anim.IP_450.9.frame.3.bitmap="CtxFwdStep3" ind.anim.IP_450.9.frame.3.duration="750" ind.anim.IP_450.9.frame.4.bitmap="CtxFwdStep4" ind.anim.IP_450.9.frame.4.duration="750" ind.anim.IP_450.9.frame.5.bitmap="CtxFwdStep5" ind.anim.IP_450.9.frame.5.duration="750" ind.anim.IP_450.9.frame.6.bitmap="CtxFwdStep6" ind.anim.IP_450.9.frame.6.duration="750" />
<CTX_DND ind.anim.IP_450.10.frame.1.bitmap="CtxDndStep1" ind.anim.IP_450.10.frame.1.duration="1000" ind.anim.IP_450.10.frame.2.bitmap="CtxDndStep2" ind.anim.IP_450.10.frame.2.duration="1000" />
<CTX_NOT_REG ind.anim.IP_450.11.frame.1.bitmap="CtxNotReg" ind.anim.IP_450.11.frame.1.duration="0" />
<CTX_PHONE ind.anim.IP_450.12.frame.1.bitmap="CtxPhone" ind.anim.IP_450.12.frame.1.duration="0" />
<CTX_SHARED ind.anim.IP_450.13.frame.1.bitmap="CtxSharedStep1" ind.anim.IP_450.13.frame.1.duration="0" />
<CTX_SHARED_ACTIVE ind.anim.IP_450.14.frame.1.bitmap="CtxSharedActiveStep1" ind.anim.IP_450.14.frame.1.duration="400" ind.anim.IP_450.14.frame.2.bitmap="CtxSharedActiveStep2" ind.anim.IP_450.14.frame.2.duration="400" ind.anim.IP_450.14.frame.3.bitmap="CtxSharedActiveStep3" ind.anim.IP_450.14.frame.3.duration="400" ind.anim.IP_450.14.frame.4.bitmap="CtxSharedActiveStep4" ind.anim.IP_450.14.frame.4.duration="400" ind.anim.IP_450.14.frame.5.bitmap="CtxSharedActiveStep5" ind.anim.IP_450.14.frame.5.duration="400" ind.anim.IP_450.14.frame.6.bitmap="CtxSharedActiveStep6" ind.anim.IP_450.14.frame.6.duration="400" ind.anim.IP_450.14.frame.7.bitmap="CtxSharedActiveStep7" ind.anim.IP_450.14.frame.7.duration="400" ind.anim.IP_450.14.frame.8.bitmap="CtxSharedActiveStep8" ind.anim.IP_450.14.frame.8.duration="400" ind.anim.IP_450.14.frame.9.bitmap="CtxSharedActiveStep9" ind.anim.IP_450.14.frame.9.duration="400" />
<CTX_SHARED_HOLD ind.anim.IP_450.15.frame.1.bitmap="CtxSharedHoldStep1" ind.anim.IP_450.15.frame.1.duration="500" ind.anim.IP_450.15.frame.2.bitmap="CtxSharedHoldStep2" ind.anim.IP_450.15.frame.2.duration="500" />
<RINGER ind.anim.IP_450.16.frame.1.bitmap="Ringer" ind.anim.IP_450.16.frame.1.duration="0" />
<CTX_SPEED_DIAL ind.anim.IP_450.17.frame.1.bitmap="CtxSpeedDial" ind.anim.IP_450.17.frame.1.duration="0" />
<CTX_OFFER ind.anim.IP_450.18.frame.1.bitmap="CtxRingStep1" ind.anim.IP_450.18.frame.1.duration="500" ind.anim.IP_450.18.frame.2.bitmap="CtxRingStep2" ind.anim.IP_450.18.frame.2.duration="500" ind.anim.IP_450.18.frame.3.bitmap="CtxRingStep3" ind.anim.IP_450.18.frame.3.duration="500" />
<CTX_HOLD ind.anim.IP_450.19.frame.1.bitmap="CtxHoldStep1" ind.anim.IP_450.19.frame.1.duration="500" ind.anim.IP_450.19.frame.2.bitmap="CtxHoldStep2" ind.anim.IP_450.19.frame.2.duration="500" />
<CTX_CONF ind.anim.IP_450.20.frame.1.bitmap="CtxConfStep1" ind.anim.IP_450.20.frame.1.duration="1000" ind.anim.IP_450.20.frame.2.bitmap="CtxConfStep2" ind.anim.IP_450.20.frame.2.duration="1000" ind.anim.IP_450.20.frame.3.bitmap="CtxConfStep3" ind.anim.IP_450.20.frame.3.duration="1000" />
<CTX_ACTIVE ind.anim.IP_450.21.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_450.21.frame.1.duration="750" ind.anim.IP_450.21.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_450.21.frame.2.duration="750" ind.anim.IP_450.21.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_450.21.frame.3.duration="750" ind.anim.IP_450.21.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_450.21.frame.4.duration="750" ind.anim.IP_450.21.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_450.21.frame.5.duration="750" ind.anim.IP_450.21.frame.6.bitmap="CtxActiveStep6" ind.anim.IP_450.21.frame.6.duration="750" />
<CTX_PROCEED ind.anim.IP_450.22.frame.1.bitmap="CtxProceedStep1" ind.anim.IP_450.22.frame.1.duration="750" ind.anim.IP_450.22.frame.2.bitmap="CtxProceedStep2" ind.anim.IP_450.22.frame.2.duration="750" ind.anim.IP_450.22.frame.3.bitmap="CtxProceedStep3" ind.anim.IP_450.22.frame.3.duration="750" ind.anim.IP_450.22.frame.4.bitmap="CtxProceedStep4" ind.anim.IP_450.22.frame.4.duration="750" ind.anim.IP_450.22.frame.5.bitmap="CtxProceedStep5" ind.anim.IP_450.22.frame.5.duration="750" />
<DIAGNOSTICS ind.anim.IP_450.23.frame.1.bitmap="DiagnosticFrame1" ind.anim.IP_450.23.frame.1.duration="3000" ind.anim.IP_450.23.frame.2.bitmap="DiagnosticFrame2" ind.anim.IP_450.23.frame.2.duration="3000" ind.anim.IP_450.23.frame.3.bitmap="DiagnosticFrame3" ind.anim.IP_450.23.frame.3.duration="750" ind.anim.IP_450.23.frame.4.bitmap="DiagnosticFrame4" ind.anim.IP_450.23.frame.4.duration="750" ind.anim.IP_450.23.frame.5.bitmap="DiagnosticFrame5" ind.anim.IP_450.23.frame.5.duration="750" ind.anim.IP_450.23.frame.6.bitmap="DiagnosticFrame6" ind.anim.IP_450.23.frame.6.duration="750" />
<CTX_DIALTONE ind.anim.IP_450.24.frame.1.bitmap="CtxUndefined" ind.anim.IP_450.24.frame.1.duration="0" />
<CTX_HELD ind.anim.IP_450.25.frame.1.bitmap="CtxUndefined" ind.anim.IP_450.25.frame.1.duration="0" />
<CTX_DISCONNECT ind.anim.IP_450.26.frame.1.bitmap="CtxUndefined" ind.anim.IP_450.26.frame.1.duration="0" />
<CTX_FEATURE_ENA ind.anim.IP_450.27.frame.1.bitmap="CtxFeatureEna" ind.anim.IP_450.27.frame.1.duration="0" />
<CTX_FEATURE_DIS ind.anim.IP_450.28.frame.1.bitmap="CtxFeatureDis" ind.anim.IP_450.28.frame.1.duration="0" />
<IDLE_DISPLAY ind.anim.IP_450.29.frame.1.bitmap="" ind.anim.IP_450.29.frame.1.duration="0" />
<IDLE_DISPLAY_WIDE ind.anim.IP_450.30.frame.1.bitmap="" ind.anim.IP_450.30.frame.1.duration="0" />
<CTX_LOGIN ind.anim.IP_450.31.frame.1.bitmap="CtxUndefined" ind.anim.IP_450.31.frame.1.duration="0" />
<CTX_LOGOUT ind.anim.IP_450.32.frame.1.bitmap="CtxACDLogout" ind.anim.IP_450.32.frame.1.duration="0" />
<CTX_AGENT_AVAIL ind.anim.IP_450.33.frame.1.bitmap="CtxACDAvailable" ind.anim.IP_450.33.frame.1.duration="0" />
<CTX_AGENT_UNAVAIL ind.anim.IP_450.34.frame.1.bitmap="CtxACDUnavailableStep1" ind.anim.IP_450.34.frame.1.duration="1000" ind.anim.IP_450.34.frame.2.bitmap="CtxACDUnavailableStep2" ind.anim.IP_450.34.frame.2.duration="1000" />
<CTX_BUDDY_ONLINE ind.anim.IP_450.35.frame.1.bitmap="CtxIconBuddyOnline" ind.anim.IP_450.35.frame.1.duration="0" />
<CTX_BUDDY_BUSY ind.anim.IP_450.36.frame.1.bitmap="CtxIconBuddyBusy" ind.anim.IP_450.36.frame.1.duration="0" />
<CTX_BUDDY_AWAY ind.anim.IP_450.37.frame.1.bitmap="CtxIconBuddyAway" ind.anim.IP_450.37.frame.1.duration="0" />
<CTX_BUDDY_OFFLINE ind.anim.IP_450.38.frame.1.bitmap="CtxIconBuddyOffline" ind.anim.IP_450.38.frame.1.duration="0" />
<CTX_ACTIVE_SECURE ind.anim.IP_450.39.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_450.39.frame.1.duration="750" ind.anim.IP_450.39.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_450.39.frame.2.duration="750" ind.anim.IP_450.39.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_450.39.frame.3.duration="750" ind.anim.IP_450.39.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_450.39.frame.4.duration="750" ind.anim.IP_450.39.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_450.39.frame.5.duration="750" ind.anim.IP_450.39.frame.6.bitmap="CtxActiveSecure" ind.anim.IP_450.39.frame.6.duration="750" />
<CTX_CONF_SECURE ind.anim.IP_450.40.frame.1.bitmap="CtxConfStep1" ind.anim.IP_450.40.frame.1.duration="1000" ind.anim.IP_450.40.frame.2.bitmap="CtxConfStep2" ind.anim.IP_450.40.frame.2.duration="1000" ind.anim.IP_450.40.frame.3.bitmap="CtxConfStep3" ind.anim.IP_450.40.frame.3.duration="1000" ind.anim.IP_450.40.frame.4.bitmap="CtxActiveSecure" ind.anim.IP_450.40.frame.4.duration="1000" />
<HEADSET_MEM ind.anim.IP_450.41.frame.1.bitmap="Headset" ind.anim.IP_450.41.frame.1.duration="1000" ind.anim.IP_450.41.frame.2.bitmap="BlankBig" ind.anim.IP_450.41.frame.2.duration="1000" />
<CTX_RX_ACTIVE ind.anim.IP_450.42.frame.1.bitmap="RxActiveStep1" ind.anim.IP_450.42.frame.1.duration="750" ind.anim.IP_450.42.frame.2.bitmap="RxActiveStep2" ind.anim.IP_450.42.frame.2.duration="750" ind.anim.IP_450.42.frame.3.bitmap="RxActiveStep3" ind.anim.IP_450.42.frame.3.duration="750" ind.anim.IP_450.42.frame.4.bitmap="RxActiveStep4" ind.anim.IP_450.42.frame.4.duration="750" ind.anim.IP_450.42.frame.5.bitmap="RxActiveStep5" ind.anim.IP_450.42.frame.5.duration="750" ind.anim.IP_450.42.frame.6.bitmap="RxActiveStep6" ind.anim.IP_450.42.frame.6.duration="750" />
<CTX_TX_ACTIVE ind.anim.IP_450.43.frame.1.bitmap="TxActiveStep1" ind.anim.IP_450.43.frame.1.duration="750" ind.anim.IP_450.43.frame.2.bitmap="TxActiveStep2" ind.anim.IP_450.43.frame.2.duration="750" ind.anim.IP_450.43.frame.3.bitmap="TxActiveStep3" ind.anim.IP_450.43.frame.3.duration="750" ind.anim.IP_450.43.frame.4.bitmap="TxActiveStep4" ind.anim.IP_450.43.frame.4.duration="750" ind.anim.IP_450.43.frame.5.bitmap="TxActiveStep5" ind.anim.IP_450.43.frame.5.duration="750" ind.anim.IP_450.43.frame.6.bitmap="TxActiveStep6" ind.anim.IP_450.43.frame.6.duration="750" />
<CTX_ACTIVE_HD ind.anim.IP_450.44.frame.1.bitmap="CtxActiveHDStep1" ind.anim.IP_450.44.frame.1.duration="300" ind.anim.IP_450.44.frame.2.bitmap="CtxActiveHDStep2" ind.anim.IP_450.44.frame.2.duration="300" ind.anim.IP_450.44.frame.3.bitmap="CtxActiveHDStep3" ind.anim.IP_450.44.frame.3.duration="300" ind.anim.IP_450.44.frame.4.bitmap="CtxActiveHDStep4" ind.anim.IP_450.44.frame.4.duration="300" ind.anim.IP_450.44.frame.5.bitmap="CtxActiveHDStep5" ind.anim.IP_450.44.frame.5.duration="300" ind.anim.IP_450.44.frame.6.bitmap="CtxActiveHDStep6" ind.anim.IP_450.44.frame.6.duration="300" ind.anim.IP_450.44.frame.7.bitmap="CtxActiveHDStep7" ind.anim.IP_450.44.frame.7.duration="300" ind.anim.IP_450.44.frame.8.bitmap="CtxActiveHDStep8" ind.anim.IP_450.44.frame.8.duration="300" ind.anim.IP_450.44.frame.9.bitmap="CtxActiveHDStep9" ind.anim.IP_450.44.frame.9.duration="300" ind.anim.IP_450.44.frame.10.bitmap="CtxActiveHDStep10" ind.anim.IP_450.44.frame.10.duration="300" ind.anim.IP_450.44.frame.11.bitmap="CtxActiveHDStep11" ind.anim.IP_450.44.frame.11.duration="2000" />
</IP_450>
<IP_500>
<BLANK_BIG ind.anim.IP_500.1.frame.1.bitmap="BlankBig" ind.anim.IP_500.1.frame.1.duration="0" />
<BLANK_SMALL ind.anim.IP_500.2.frame.1.bitmap="BlankSmall" ind.anim.IP_500.2.frame.1.duration="0" />
<HANDSET ind.anim.IP_500.3.frame.1.bitmap="Handset" ind.anim.IP_500.3.frame.1.duration="0" />
<HEADSET ind.anim.IP_500.4.frame.1.bitmap="Headset" ind.anim.IP_500.4.frame.1.duration="0" />
<SPEAKER ind.anim.IP_500.5.frame.1.bitmap="Speaker" ind.anim.IP_500.5.frame.1.duration="0" />
<MIC_MUTE ind.anim.IP_500.6.frame.1.bitmap="MuteStep1" ind.anim.IP_500.6.frame.1.duration="500" ind.anim.IP_500.6.frame.2.bitmap="MuteStep2" ind.anim.IP_500.6.frame.2.duration="500" />
<DND ind.anim.IP_500.7.frame.1.bitmap="DndStep1" ind.anim.IP_500.7.frame.1.duration="1000" ind.anim.IP_500.7.frame.2.bitmap="DndStep2" ind.anim.IP_500.7.frame.2.duration="1000" />
<CTX_MAIL ind.anim.IP_500.8.frame.1.bitmap="CtxEmail" ind.anim.IP_500.8.frame.1.duration="0" />
<CTX_FWD ind.anim.IP_500.9.frame.1.bitmap="CtxFwdStep1" ind.anim.IP_500.9.frame.1.duration="500" ind.anim.IP_500.9.frame.2.bitmap="CtxFwdStep2" ind.anim.IP_500.9.frame.2.duration="750" ind.anim.IP_500.9.frame.3.bitmap="CtxFwdStep3" ind.anim.IP_500.9.frame.3.duration="750" ind.anim.IP_500.9.frame.4.bitmap="CtxFwdStep4" ind.anim.IP_500.9.frame.4.duration="750" ind.anim.IP_500.9.frame.5.bitmap="CtxFwdStep5" ind.anim.IP_500.9.frame.5.duration="750" ind.anim.IP_500.9.frame.6.bitmap="CtxFwdStep6" ind.anim.IP_500.9.frame.6.duration="750" />
<CTX_DND ind.anim.IP_500.10.frame.1.bitmap="CtxDndStep1" ind.anim.IP_500.10.frame.1.duration="1000" ind.anim.IP_500.10.frame.2.bitmap="CtxDndStep2" ind.anim.IP_500.10.frame.2.duration="1000" />
<CTX_NOT_REG ind.anim.IP_500.11.frame.1.bitmap="CtxNotReg" ind.anim.IP_500.11.frame.1.duration="0" />
<CTX_PHONE ind.anim.IP_500.12.frame.1.bitmap="CtxPhone" ind.anim.IP_500.12.frame.1.duration="0" />
<CTX_SHARED ind.anim.IP_500.13.frame.1.bitmap="CtxSharedStep1" ind.anim.IP_500.13.frame.1.duration="0" />
<CTX_SHARED_ACTIVE ind.anim.IP_500.14.frame.1.bitmap="CtxSharedActiveStep1" ind.anim.IP_500.14.frame.1.duration="500" ind.anim.IP_500.14.frame.2.bitmap="CtxSharedActiveStep2" ind.anim.IP_500.14.frame.2.duration="500" ind.anim.IP_500.14.frame.3.bitmap="CtxSharedActiveStep3" ind.anim.IP_500.14.frame.3.duration="500" ind.anim.IP_500.14.frame.4.bitmap="CtxSharedActiveStep4" ind.anim.IP_500.14.frame.4.duration="500" ind.anim.IP_500.14.frame.5.bitmap="CtxSharedActiveStep5" ind.anim.IP_500.14.frame.5.duration="500" ind.anim.IP_500.14.frame.6.bitmap="CtxSharedActiveStep6" ind.anim.IP_500.14.frame.6.duration="500" ind.anim.IP_500.14.frame.7.bitmap="CtxSharedActiveStep7" ind.anim.IP_500.14.frame.7.duration="500" />
<CTX_SHARED_HOLD ind.anim.IP_500.15.frame.1.bitmap="CtxSharedHoldStep1" ind.anim.IP_500.15.frame.1.duration="500" ind.anim.IP_500.15.frame.2.bitmap="CtxSharedHoldStep2" ind.anim.IP_500.15.frame.2.duration="500" />
<RINGER ind.anim.IP_500.16.frame.1.bitmap="Ringer" ind.anim.IP_500.16.frame.1.duration="0" />
<CTX_SPEED_DIAL ind.anim.IP_500.17.frame.1.bitmap="CtxSpeedDial" ind.anim.IP_500.17.frame.1.duration="0" />
<CTX_OFFER ind.anim.IP_500.18.frame.1.bitmap="CtxRingStep1" ind.anim.IP_500.18.frame.1.duration="500" ind.anim.IP_500.18.frame.2.bitmap="CtxRingStep2" ind.anim.IP_500.18.frame.2.duration="500" ind.anim.IP_500.18.frame.3.bitmap="CtxRingStep3" ind.anim.IP_500.18.frame.3.duration="500" />
<CTX_HOLD ind.anim.IP_500.19.frame.1.bitmap="CtxHoldStep1" ind.anim.IP_500.19.frame.1.duration="500" ind.anim.IP_500.19.frame.2.bitmap="CtxHoldStep2" ind.anim.IP_500.19.frame.2.duration="500" />
<CTX_CONF ind.anim.IP_500.20.frame.1.bitmap="CtxConfStep1" ind.anim.IP_500.20.frame.1.duration="1000" ind.anim.IP_500.20.frame.2.bitmap="CtxConfStep2" ind.anim.IP_500.20.frame.2.duration="1000" ind.anim.IP_500.20.frame.3.bitmap="CtxConfStep3" ind.anim.IP_500.20.frame.3.duration="1000" />
<CTX_ACTIVE ind.anim.IP_500.21.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_500.21.frame.1.duration="750" ind.anim.IP_500.21.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_500.21.frame.2.duration="750" ind.anim.IP_500.21.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_500.21.frame.3.duration="750" ind.anim.IP_500.21.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_500.21.frame.4.duration="750" ind.anim.IP_500.21.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_500.21.frame.5.duration="750" />
<CTX_PROCEED ind.anim.IP_500.22.frame.1.bitmap="CtxProceedStep1" ind.anim.IP_500.22.frame.1.duration="750" ind.anim.IP_500.22.frame.2.bitmap="CtxProceedStep2" ind.anim.IP_500.22.frame.2.duration="750" ind.anim.IP_500.22.frame.3.bitmap="CtxProceedStep3" ind.anim.IP_500.22.frame.3.duration="750" ind.anim.IP_500.22.frame.4.bitmap="CtxProceedStep4" ind.anim.IP_500.22.frame.4.duration="750" />
<DIAGNOSTICS ind.anim.IP_500.23.frame.1.bitmap="DiagnosticFrame1" ind.anim.IP_500.23.frame.1.duration="3000" ind.anim.IP_500.23.frame.2.bitmap="DiagnosticFrame2" ind.anim.IP_500.23.frame.2.duration="3000" ind.anim.IP_500.23.frame.3.bitmap="DiagnosticFrame3" ind.anim.IP_500.23.frame.3.duration="750" ind.anim.IP_500.23.frame.4.bitmap="DiagnosticFrame4" ind.anim.IP_500.23.frame.4.duration="750" ind.anim.IP_500.23.frame.5.bitmap="DiagnosticFrame5" ind.anim.IP_500.23.frame.5.duration="750" ind.anim.IP_500.23.frame.6.bitmap="DiagnosticFrame6" ind.anim.IP_500.23.frame.6.duration="750" />
<CTX_DIALTONE ind.anim.IP_500.24.frame.1.bitmap="CtxUndefined" ind.anim.IP_500.24.frame.1.duration="0" />
<CTX_HELD ind.anim.IP_500.25.frame.1.bitmap="CtxUndefined" ind.anim.IP_500.25.frame.1.duration="0" />
<CTX_DISCONNECT ind.anim.IP_500.26.frame.1.bitmap="CtxUndefined" ind.anim.IP_500.26.frame.1.duration="0" />
<CTX_FEATURE_ENA ind.anim.IP_500.27.frame.1.bitmap="CtxFeatureEna" ind.anim.IP_500.27.frame.1.duration="0" />
<CTX_FEATURE_DIS ind.anim.IP_500.28.frame.1.bitmap="CtxFeatureDis" ind.anim.IP_500.28.frame.1.duration="0" />
<IDLE_DISPLAY ind.anim.IP_500.29.frame.1.bitmap="" ind.anim.IP_500.29.frame.1.duration="0" />
<IDLE_DISPLAY_WIDE ind.anim.IP_500.30.frame.1.bitmap="" ind.anim.IP_500.30.frame.1.duration="0" />
<CTX_LOGIN ind.anim.IP_500.31.frame.1.bitmap="CtxUndefined" ind.anim.IP_500.31.frame.1.duration="0" />
<CTX_LOGOUT ind.anim.IP_500.32.frame.1.bitmap="CtxACDLogout" ind.anim.IP_500.32.frame.1.duration="0" />
<CTX_AGENT_AVAIL ind.anim.IP_500.33.frame.1.bitmap="CtxACDAvailable" ind.anim.IP_500.33.frame.1.duration="0" />
<CTX_AGENT_UNAVAIL ind.anim.IP_500.34.frame.1.bitmap="CtxACDUnavailableStep1" ind.anim.IP_500.34.frame.1.duration="1000" ind.anim.IP_500.34.frame.2.bitmap="CtxACDUnavailableStep2" ind.anim.IP_500.34.frame.2.duration="1000" />
<CTX_BUDDY_ONLINE ind.anim.IP_500.35.frame.1.bitmap="CtxIconBuddyOnline" ind.anim.IP_500.35.frame.1.duration="0" />
<CTX_BUDDY_BUSY ind.anim.IP_500.36.frame.1.bitmap="CtxIconBuddyBusy" ind.anim.IP_500.36.frame.1.duration="0" />
<CTX_BUDDY_AWAY ind.anim.IP_500.37.frame.1.bitmap="CtxIconBuddyAway" ind.anim.IP_500.37.frame.1.duration="0" />
<CTX_BUDDY_OFFLINE ind.anim.IP_500.38.frame.1.bitmap="CtxIconBuddyOffline" ind.anim.IP_500.38.frame.1.duration="0" />
<CTX_ACTIVE_SECURE ind.anim.IP_500.39.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_500.39.frame.1.duration="750" ind.anim.IP_500.39.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_500.39.frame.2.duration="750" ind.anim.IP_500.39.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_500.39.frame.3.duration="750" ind.anim.IP_500.39.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_500.39.frame.4.duration="750" ind.anim.IP_500.39.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_500.39.frame.5.duration="750" ind.anim.IP_500.39.frame.6.bitmap="CtxActiveSecure" ind.anim.IP_500.39.frame.6.duration="750" />
<CTX_CONF_SECURE ind.anim.IP_500.40.frame.1.bitmap="CtxConfStep1" ind.anim.IP_500.40.frame.1.duration="1000" ind.anim.IP_500.40.frame.2.bitmap="CtxConfStep2" ind.anim.IP_500.40.frame.2.duration="1000" ind.anim.IP_500.40.frame.3.bitmap="CtxConfStep3" ind.anim.IP_500.40.frame.3.duration="1000" ind.anim.IP_500.40.frame.4.bitmap="CtxActiveSecure" ind.anim.IP_500.40.frame.4.duration="1000" />
<HEADSET_MEM ind.anim.IP_500.41.frame.1.bitmap="Headset" ind.anim.IP_500.41.frame.1.duration="1000" ind.anim.IP_500.41.frame.2.bitmap="BlankBig" ind.anim.IP_500.41.frame.2.duration="1000" />
</IP_500>
<IP_600>
<BLANK_BIG ind.anim.IP_600.1.frame.1.bitmap="BlankBig" ind.anim.IP_600.1.frame.1.duration="0" />
<BLANK_SMALL ind.anim.IP_600.2.frame.1.bitmap="BlankSmall" ind.anim.IP_600.2.frame.1.duration="0" />
<HANDSET ind.anim.IP_600.3.frame.1.bitmap="Handset" ind.anim.IP_600.3.frame.1.duration="0" />
<HEADSET ind.anim.IP_600.4.frame.1.bitmap="Headset" ind.anim.IP_600.4.frame.1.duration="0" />
<SPEAKER ind.anim.IP_600.5.frame.1.bitmap="Speaker" ind.anim.IP_600.5.frame.1.duration="0" />
<MIC_MUTE ind.anim.IP_600.6.frame.1.bitmap="MuteStep1" ind.anim.IP_600.6.frame.1.duration="500" ind.anim.IP_600.6.frame.2.bitmap="MuteStep2" ind.anim.IP_600.6.frame.2.duration="500" />
<DND ind.anim.IP_600.7.frame.1.bitmap="DndStep1" ind.anim.IP_600.7.frame.1.duration="1000" ind.anim.IP_600.7.frame.2.bitmap="DndStep2" ind.anim.IP_600.7.frame.2.duration="1000" />
<CTX_MAIL ind.anim.IP_600.8.frame.1.bitmap="CtxEmail" ind.anim.IP_600.8.frame.1.duration="0" />
<CTX_FWD ind.anim.IP_600.9.frame.1.bitmap="CtxFwdStep1" ind.anim.IP_600.9.frame.1.duration="500" ind.anim.IP_600.9.frame.2.bitmap="CtxFwdStep2" ind.anim.IP_600.9.frame.2.duration="750" ind.anim.IP_600.9.frame.3.bitmap="CtxFwdStep3" ind.anim.IP_600.9.frame.3.duration="750" ind.anim.IP_600.9.frame.4.bitmap="CtxFwdStep4" ind.anim.IP_600.9.frame.4.duration="750" ind.anim.IP_600.9.frame.5.bitmap="CtxFwdStep5" ind.anim.IP_600.9.frame.5.duration="750" ind.anim.IP_600.9.frame.6.bitmap="CtxFwdStep6" ind.anim.IP_600.9.frame.6.duration="750" />
<CTX_DND ind.anim.IP_600.10.frame.1.bitmap="CtxDndStep1" ind.anim.IP_600.10.frame.1.duration="1000" ind.anim.IP_600.10.frame.2.bitmap="CtxDndStep2" ind.anim.IP_600.10.frame.2.duration="1000" />
<CTX_NOT_REG ind.anim.IP_600.11.frame.1.bitmap="CtxNotReg" ind.anim.IP_600.11.frame.1.duration="0" />
<CTX_PHONE ind.anim.IP_600.12.frame.1.bitmap="CtxPhone" ind.anim.IP_600.12.frame.1.duration="0" />
<CTX_SHARED ind.anim.IP_600.13.frame.1.bitmap="CtxSharedStep1" ind.anim.IP_600.13.frame.1.duration="0" />
<CTX_SHARED_ACTIVE ind.anim.IP_600.14.frame.1.bitmap="CtxSharedActiveStep1" ind.anim.IP_600.14.frame.1.duration="400" ind.anim.IP_600.14.frame.2.bitmap="CtxSharedActiveStep2" ind.anim.IP_600.14.frame.2.duration="400" ind.anim.IP_600.14.frame.3.bitmap="CtxSharedActiveStep3" ind.anim.IP_600.14.frame.3.duration="400" ind.anim.IP_600.14.frame.4.bitmap="CtxSharedActiveStep4" ind.anim.IP_600.14.frame.4.duration="400" ind.anim.IP_600.14.frame.5.bitmap="CtxSharedActiveStep5" ind.anim.IP_600.14.frame.5.duration="400" ind.anim.IP_600.14.frame.6.bitmap="CtxSharedActiveStep6" ind.anim.IP_600.14.frame.6.duration="400" ind.anim.IP_600.14.frame.7.bitmap="CtxSharedActiveStep7" ind.anim.IP_600.14.frame.7.duration="400" ind.anim.IP_600.14.frame.8.bitmap="CtxSharedActiveStep8" ind.anim.IP_600.14.frame.8.duration="400" ind.anim.IP_600.14.frame.9.bitmap="CtxSharedActiveStep9" ind.anim.IP_600.14.frame.9.duration="400" />
<CTX_SHARED_HOLD ind.anim.IP_600.15.frame.1.bitmap="CtxSharedHoldStep1" ind.anim.IP_600.15.frame.1.duration="500" ind.anim.IP_600.15.frame.2.bitmap="CtxSharedHoldStep2" ind.anim.IP_600.15.frame.2.duration="500" />
<RINGER ind.anim.IP_600.16.frame.1.bitmap="Ringer" ind.anim.IP_600.16.frame.1.duration="0" />
<CTX_SPEED_DIAL ind.anim.IP_600.17.frame.1.bitmap="CtxSpeedDial" ind.anim.IP_600.17.frame.1.duration="0" />
<CTX_OFFER ind.anim.IP_600.18.frame.1.bitmap="CtxRingStep1" ind.anim.IP_600.18.frame.1.duration="500" ind.anim.IP_600.18.frame.2.bitmap="CtxRingStep2" ind.anim.IP_600.18.frame.2.duration="500" ind.anim.IP_600.18.frame.3.bitmap="CtxRingStep3" ind.anim.IP_600.18.frame.3.duration="500" />
<CTX_HOLD ind.anim.IP_600.19.frame.1.bitmap="CtxHoldStep1" ind.anim.IP_600.19.frame.1.duration="500" ind.anim.IP_600.19.frame.2.bitmap="CtxHoldStep2" ind.anim.IP_600.19.frame.2.duration="500" />
<CTX_CONF ind.anim.IP_600.20.frame.1.bitmap="CtxConfStep1" ind.anim.IP_600.20.frame.1.duration="1000" ind.anim.IP_600.20.frame.2.bitmap="CtxConfStep2" ind.anim.IP_600.20.frame.2.duration="1000" ind.anim.IP_600.20.frame.3.bitmap="CtxConfStep3" ind.anim.IP_600.20.frame.3.duration="1000" />
<CTX_ACTIVE ind.anim.IP_600.21.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_600.21.frame.1.duration="750" ind.anim.IP_600.21.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_600.21.frame.2.duration="750" ind.anim.IP_600.21.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_600.21.frame.3.duration="750" ind.anim.IP_600.21.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_600.21.frame.4.duration="750" ind.anim.IP_600.21.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_600.21.frame.5.duration="750" ind.anim.IP_600.21.frame.6.bitmap="CtxActiveStep6" ind.anim.IP_600.21.frame.6.duration="750" />
<CTX_PROCEED ind.anim.IP_600.22.frame.1.bitmap="CtxProceedStep1" ind.anim.IP_600.22.frame.1.duration="750" ind.anim.IP_600.22.frame.2.bitmap="CtxProceedStep2" ind.anim.IP_600.22.frame.2.duration="750" ind.anim.IP_600.22.frame.3.bitmap="CtxProceedStep3" ind.anim.IP_600.22.frame.3.duration="750" ind.anim.IP_600.22.frame.4.bitmap="CtxProceedStep4" ind.anim.IP_600.22.frame.4.duration="750" ind.anim.IP_600.22.frame.5.bitmap="CtxProceedStep5" ind.anim.IP_600.22.frame.5.duration="750" />
<DIAGNOSTICS ind.anim.IP_600.23.frame.1.bitmap="DiagnosticFrame1" ind.anim.IP_600.23.frame.1.duration="3000" ind.anim.IP_600.23.frame.2.bitmap="DiagnosticFrame2" ind.anim.IP_600.23.frame.2.duration="3000" ind.anim.IP_600.23.frame.3.bitmap="DiagnosticFrame3" ind.anim.IP_600.23.frame.3.duration="750" ind.anim.IP_600.23.frame.4.bitmap="DiagnosticFrame4" ind.anim.IP_600.23.frame.4.duration="750" ind.anim.IP_600.23.frame.5.bitmap="DiagnosticFrame5" ind.anim.IP_600.23.frame.5.duration="750" ind.anim.IP_600.23.frame.6.bitmap="DiagnosticFrame6" ind.anim.IP_600.23.frame.6.duration="750" />
<CTX_DIALTONE ind.anim.IP_600.24.frame.1.bitmap="CtxUndefined" ind.anim.IP_600.24.frame.1.duration="0" />
<CTX_HELD ind.anim.IP_600.25.frame.1.bitmap="CtxUndefined" ind.anim.IP_600.25.frame.1.duration="0" />
<CTX_DISCONNECT ind.anim.IP_600.26.frame.1.bitmap="CtxUndefined" ind.anim.IP_600.26.frame.1.duration="0" />
<CTX_FEATURE_ENA ind.anim.IP_600.27.frame.1.bitmap="CtxFeatureEna" ind.anim.IP_600.27.frame.1.duration="0" />
<CTX_FEATURE_DIS ind.anim.IP_600.28.frame.1.bitmap="CtxFeatureDis" ind.anim.IP_600.28.frame.1.duration="0" />
<IDLE_DISPLAY ind.anim.IP_600.29.frame.1.bitmap="" ind.anim.IP_600.29.frame.1.duration="0" />
<IDLE_DISPLAY_WIDE ind.anim.IP_600.30.frame.1.bitmap="" ind.anim.IP_600.30.frame.1.duration="0" />
<CTX_LOGIN ind.anim.IP_600.31.frame.1.bitmap="CtxUndefined" ind.anim.IP_600.31.frame.1.duration="0" />
<CTX_LOGOUT ind.anim.IP_600.32.frame.1.bitmap="CtxACDLogout" ind.anim.IP_600.32.frame.1.duration="0" />
<CTX_AGENT_AVAIL ind.anim.IP_600.33.frame.1.bitmap="CtxACDAvailable" ind.anim.IP_600.33.frame.1.duration="0" />
<CTX_AGENT_UNAVAIL ind.anim.IP_600.34.frame.1.bitmap="CtxACDUnavailableStep1" ind.anim.IP_600.34.frame.1.duration="1000" ind.anim.IP_600.34.frame.2.bitmap="CtxACDUnavailableStep2" ind.anim.IP_600.34.frame.2.duration="1000" />
<CTX_BUDDY_ONLINE ind.anim.IP_600.35.frame.1.bitmap="CtxIconBuddyOnline" ind.anim.IP_600.35.frame.1.duration="0" />
<CTX_BUDDY_BUSY ind.anim.IP_600.36.frame.1.bitmap="CtxIconBuddyBusy" ind.anim.IP_600.36.frame.1.duration="0" />
<CTX_BUDDY_AWAY ind.anim.IP_600.37.frame.1.bitmap="CtxIconBuddyAway" ind.anim.IP_600.37.frame.1.duration="0" />
<CTX_BUDDY_OFFLINE ind.anim.IP_600.38.frame.1.bitmap="CtxIconBuddyOffline" ind.anim.IP_600.38.frame.1.duration="0" />
<CTX_ACTIVE_SECURE ind.anim.IP_600.39.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_600.39.frame.1.duration="750" ind.anim.IP_600.39.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_600.39.frame.2.duration="750" ind.anim.IP_600.39.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_600.39.frame.3.duration="750" ind.anim.IP_600.39.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_600.39.frame.4.duration="750" ind.anim.IP_600.39.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_600.39.frame.5.duration="750" ind.anim.IP_600.39.frame.6.bitmap="CtxActiveSecure" ind.anim.IP_600.39.frame.6.duration="750" />
<CTX_CONF_SECURE ind.anim.IP_600.40.frame.1.bitmap="CtxConfStep1" ind.anim.IP_600.40.frame.1.duration="1000" ind.anim.IP_600.40.frame.2.bitmap="CtxConfStep2" ind.anim.IP_600.40.frame.2.duration="1000" ind.anim.IP_600.40.frame.3.bitmap="CtxConfStep3" ind.anim.IP_600.40.frame.3.duration="1000" ind.anim.IP_600.40.frame.4.bitmap="CtxActiveSecure" ind.anim.IP_600.40.frame.4.duration="1000" />
<MOBILE_PHONE ind.anim.IP_600.41.frame.1.bitmap="MobilePhone" ind.anim.IP_600.41.frame.1.duration="0" />
<CTX_RX_ACTIVE ind.anim.IP_600.42.frame.1.bitmap="RxActiveStep1" ind.anim.IP_600.42.frame.1.duration="750" ind.anim.IP_600.42.frame.2.bitmap="RxActiveStep2" ind.anim.IP_600.42.frame.2.duration="750" ind.anim.IP_600.42.frame.3.bitmap="RxActiveStep3" ind.anim.IP_600.42.frame.3.duration="750" ind.anim.IP_600.42.frame.4.bitmap="RxActiveStep4" ind.anim.IP_600.42.frame.4.duration="750" ind.anim.IP_600.42.frame.5.bitmap="RxActiveStep5" ind.anim.IP_600.42.frame.5.duration="750" ind.anim.IP_600.42.frame.6.bitmap="RxActiveStep6" ind.anim.IP_600.42.frame.6.duration="750" />
<CTX_TX_ACTIVE ind.anim.IP_600.43.frame.1.bitmap="TxActiveStep1" ind.anim.IP_600.43.frame.1.duration="750" ind.anim.IP_600.43.frame.2.bitmap="TxActiveStep2" ind.anim.IP_600.43.frame.2.duration="750" ind.anim.IP_600.43.frame.3.bitmap="TxActiveStep3" ind.anim.IP_600.43.frame.3.duration="750" ind.anim.IP_600.43.frame.4.bitmap="TxActiveStep4" ind.anim.IP_600.43.frame.4.duration="750" ind.anim.IP_600.43.frame.5.bitmap="TxActiveStep5" ind.anim.IP_600.43.frame.5.duration="750" ind.anim.IP_600.43.frame.6.bitmap="TxActiveStep6" ind.anim.IP_600.43.frame.6.duration="750" />
<CTX_ACTIVE_HD ind.anim.IP_600.44.frame.1.bitmap="CtxActiveHDStep1" ind.anim.IP_600.44.frame.1.duration="300" ind.anim.IP_600.44.frame.2.bitmap="CtxActiveHDStep2" ind.anim.IP_600.44.frame.2.duration="300" ind.anim.IP_600.44.frame.3.bitmap="CtxActiveHDStep3" ind.anim.IP_600.44.frame.3.duration="300" ind.anim.IP_600.44.frame.4.bitmap="CtxActiveHDStep4" ind.anim.IP_600.44.frame.4.duration="300" ind.anim.IP_600.44.frame.5.bitmap="CtxActiveHDStep5" ind.anim.IP_600.44.frame.5.duration="300" ind.anim.IP_600.44.frame.6.bitmap="CtxActiveHDStep6" ind.anim.IP_600.44.frame.6.duration="300" ind.anim.IP_600.44.frame.7.bitmap="CtxActiveHDStep7" ind.anim.IP_600.44.frame.7.duration="300" ind.anim.IP_600.44.frame.8.bitmap="CtxActiveHDStep8" ind.anim.IP_600.44.frame.8.duration="300" ind.anim.IP_600.44.frame.9.bitmap="CtxActiveHDStep9" ind.anim.IP_600.44.frame.9.duration="300" ind.anim.IP_600.44.frame.10.bitmap="CtxActiveHDStep10" ind.anim.IP_600.44.frame.10.duration="300" ind.anim.IP_600.44.frame.11.bitmap="CtxActiveHDStep11" ind.anim.IP_600.44.frame.11.duration="2000" />
<BLANK_SMALL_WHITE ind.anim.IP_600.45.frame.1.bitmap="BlankSmallWhite" ind.anim.IP_600.45.frame.1.duration="0" />
</IP_600>
<IP_4000>
<BLANK_BIG ind.anim.IP_4000.1.frame.1.bitmap="BlankBig" ind.anim.IP_4000.1.frame.1.duration="0" />
<BLANK_SMALL ind.anim.IP_4000.2.frame.1.bitmap="BlankSmall" ind.anim.IP_4000.2.frame.1.duration="0" />
<HANDSET ind.anim.IP_4000.3.frame.1.bitmap="Handset" ind.anim.IP_4000.3.frame.1.duration="0" />
<HEADSET ind.anim.IP_4000.4.frame.1.bitmap="Headset" ind.anim.IP_4000.4.frame.1.duration="0" />
<SPEAKER ind.anim.IP_4000.5.frame.1.bitmap="Speaker" ind.anim.IP_4000.5.frame.1.duration="0" />
<MIC_MUTE ind.anim.IP_4000.6.frame.1.bitmap="MuteStep1" ind.anim.IP_4000.6.frame.1.duration="500" ind.anim.IP_4000.6.frame.2.bitmap="MuteStep2" ind.anim.IP_4000.6.frame.2.duration="500" />
<DND ind.anim.IP_4000.7.frame.1.bitmap="DndStep1" ind.anim.IP_4000.7.frame.1.duration="1000" ind.anim.IP_4000.7.frame.2.bitmap="DndStep2" ind.anim.IP_4000.7.frame.2.duration="1000" />
<CTX_MAIL ind.anim.IP_4000.8.frame.1.bitmap="CtxEmail" ind.anim.IP_4000.8.frame.1.duration="0" />
<CTX_FWD ind.anim.IP_4000.9.frame.1.bitmap="CtxFwdStep1" ind.anim.IP_4000.9.frame.1.duration="500" ind.anim.IP_4000.9.frame.2.bitmap="CtxFwdStep2" ind.anim.IP_4000.9.frame.2.duration="750" ind.anim.IP_4000.9.frame.3.bitmap="CtxFwdStep3" ind.anim.IP_4000.9.frame.3.duration="750" ind.anim.IP_4000.9.frame.4.bitmap="CtxFwdStep4" ind.anim.IP_4000.9.frame.4.duration="750" ind.anim.IP_4000.9.frame.5.bitmap="CtxFwdStep5" ind.anim.IP_4000.9.frame.5.duration="750" ind.anim.IP_4000.9.frame.6.bitmap="CtxFwdStep6" ind.anim.IP_4000.9.frame.6.duration="750" />
<CTX_DND ind.anim.IP_4000.10.frame.1.bitmap="CtxDndStep1" ind.anim.IP_4000.10.frame.1.duration="1000" ind.anim.IP_4000.10.frame.2.bitmap="CtxDndStep2" ind.anim.IP_4000.10.frame.2.duration="1000" />
<CTX_NOT_REG ind.anim.IP_4000.11.frame.1.bitmap="CtxNotReg" ind.anim.IP_4000.11.frame.1.duration="0" />
<CTX_PHONE ind.anim.IP_4000.12.frame.1.bitmap="CtxPhone" ind.anim.IP_4000.12.frame.1.duration="0" />
<CTX_SHARED ind.anim.IP_4000.13.frame.1.bitmap="CtxSharedStep1" ind.anim.IP_4000.13.frame.1.duration="0" />
<CTX_SHARED_ACTIVE ind.anim.IP_4000.14.frame.1.bitmap="CtxSharedActiveStep1" ind.anim.IP_4000.14.frame.1.duration="400" ind.anim.IP_4000.14.frame.2.bitmap="CtxSharedActiveStep2" ind.anim.IP_4000.14.frame.2.duration="400" ind.anim.IP_4000.14.frame.3.bitmap="CtxSharedActiveStep3" ind.anim.IP_4000.14.frame.3.duration="400" ind.anim.IP_4000.14.frame.4.bitmap="CtxSharedActiveStep4" ind.anim.IP_4000.14.frame.4.duration="400" ind.anim.IP_4000.14.frame.5.bitmap="CtxSharedActiveStep5" ind.anim.IP_4000.14.frame.5.duration="400" ind.anim.IP_4000.14.frame.6.bitmap="CtxSharedActiveStep6" ind.anim.IP_4000.14.frame.6.duration="400" ind.anim.IP_4000.14.frame.7.bitmap="CtxSharedActiveStep7" ind.anim.IP_4000.14.frame.7.duration="400" ind.anim.IP_4000.14.frame.8.bitmap="CtxSharedActiveStep8" ind.anim.IP_4000.14.frame.8.duration="400" ind.anim.IP_4000.14.frame.9.bitmap="CtxSharedActiveStep9" ind.anim.IP_4000.14.frame.9.duration="400" />
<CTX_SHARED_HOLD ind.anim.IP_4000.15.frame.1.bitmap="CtxSharedHoldStep1" ind.anim.IP_4000.15.frame.1.duration="500" ind.anim.IP_4000.15.frame.2.bitmap="CtxSharedHoldStep2" ind.anim.IP_4000.15.frame.2.duration="500" />
<RINGER ind.anim.IP_4000.16.frame.1.bitmap="Ringer" ind.anim.IP_4000.16.frame.1.duration="0" />
<CTX_SPEED_DIAL ind.anim.IP_4000.17.frame.1.bitmap="CtxSpeedDial" ind.anim.IP_4000.17.frame.1.duration="0" />
<CTX_OFFER ind.anim.IP_4000.18.frame.1.bitmap="CtxRingStep1" ind.anim.IP_4000.18.frame.1.duration="500" ind.anim.IP_4000.18.frame.2.bitmap="CtxRingStep2" ind.anim.IP_4000.18.frame.2.duration="500" ind.anim.IP_4000.18.frame.3.bitmap="CtxRingStep3" ind.anim.IP_4000.18.frame.3.duration="500" />
<CTX_HOLD ind.anim.IP_4000.19.frame.1.bitmap="CtxHoldStep1" ind.anim.IP_4000.19.frame.1.duration="500" ind.anim.IP_4000.19.frame.2.bitmap="CtxHoldStep2" ind.anim.IP_4000.19.frame.2.duration="500" />
<CTX_CONF ind.anim.IP_4000.20.frame.1.bitmap="CtxConfStep1" ind.anim.IP_4000.20.frame.1.duration="1000" ind.anim.IP_4000.20.frame.2.bitmap="CtxConfStep2" ind.anim.IP_4000.20.frame.2.duration="1000" ind.anim.IP_4000.20.frame.3.bitmap="CtxConfStep3" ind.anim.IP_4000.20.frame.3.duration="1000" />
<CTX_ACTIVE ind.anim.IP_4000.21.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_4000.21.frame.1.duration="750" ind.anim.IP_4000.21.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_4000.21.frame.2.duration="750" ind.anim.IP_4000.21.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_4000.21.frame.3.duration="750" ind.anim.IP_4000.21.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_4000.21.frame.4.duration="750" ind.anim.IP_4000.21.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_4000.21.frame.5.duration="750" ind.anim.IP_4000.21.frame.6.bitmap="CtxActiveStep6" ind.anim.IP_4000.21.frame.6.duration="750" />
<CTX_PROCEED ind.anim.IP_4000.22.frame.1.bitmap="CtxProceedStep1" ind.anim.IP_4000.22.frame.1.duration="750" ind.anim.IP_4000.22.frame.2.bitmap="CtxProceedStep2" ind.anim.IP_4000.22.frame.2.duration="750" ind.anim.IP_4000.22.frame.3.bitmap="CtxProceedStep3" ind.anim.IP_4000.22.frame.3.duration="750" ind.anim.IP_4000.22.frame.4.bitmap="CtxProceedStep4" ind.anim.IP_4000.22.frame.4.duration="750" ind.anim.IP_4000.22.frame.5.bitmap="CtxProceedStep5" ind.anim.IP_4000.22.frame.5.duration="750" />
<DIAGNOSTICS ind.anim.IP_4000.23.frame.1.bitmap="DiagnosticFrame1" ind.anim.IP_4000.23.frame.1.duration="3000" ind.anim.IP_4000.23.frame.2.bitmap="DiagnosticFrame2" ind.anim.IP_4000.23.frame.2.duration="3000" ind.anim.IP_4000.23.frame.3.bitmap="DiagnosticFrame3" ind.anim.IP_4000.23.frame.3.duration="750" ind.anim.IP_4000.23.frame.4.bitmap="DiagnosticFrame4" ind.anim.IP_4000.23.frame.4.duration="750" ind.anim.IP_4000.23.frame.5.bitmap="DiagnosticFrame5" ind.anim.IP_4000.23.frame.5.duration="750" ind.anim.IP_4000.23.frame.6.bitmap="DiagnosticFrame6" ind.anim.IP_4000.23.frame.6.duration="750" />
<CTX_DIALTONE ind.anim.IP_4000.24.frame.1.bitmap="CtxUndefined" ind.anim.IP_4000.24.frame.1.duration="0" />
<CTX_HELD ind.anim.IP_4000.25.frame.1.bitmap="CtxUndefined" ind.anim.IP_4000.25.frame.1.duration="0" />
<CTX_DISCONNECT ind.anim.IP_4000.26.frame.1.bitmap="CtxUndefined" ind.anim.IP_4000.26.frame.1.duration="0" />
<CTX_FEATURE_ENA ind.anim.IP_4000.27.frame.1.bitmap="CtxFeatureEna" ind.anim.IP_4000.27.frame.1.duration="0" />
<CTX_FEATURE_DIS ind.anim.IP_4000.28.frame.1.bitmap="CtxFeatureDis" ind.anim.IP_4000.28.frame.1.duration="0" />
<IDLE_DISPLAY ind.anim.IP_4000.29.frame.1.bitmap="" ind.anim.IP_4000.29.frame.1.duration="0" />
<IDLE_DISPLAY_WIDE ind.anim.IP_4000.30.frame.1.bitmap="" ind.anim.IP_4000.30.frame.1.duration="0" />
<CTX_LOGIN ind.anim.IP_4000.31.frame.1.bitmap="CtxUndefined" ind.anim.IP_4000.31.frame.1.duration="0" />
<CTX_LOGOUT ind.anim.IP_4000.32.frame.1.bitmap="CtxACDLogout" ind.anim.IP_4000.32.frame.1.duration="0" />
<CTX_AGENT_AVAIL ind.anim.IP_4000.33.frame.1.bitmap="CtxACDAvailable" ind.anim.IP_4000.33.frame.1.duration="0" />
<CTX_AGENT_UNAVAIL ind.anim.IP_4000.34.frame.1.bitmap="CtxACDUnavailableStep1" ind.anim.IP_4000.34.frame.1.duration="1000" ind.anim.IP_4000.34.frame.2.bitmap="CtxACDUnavailableStep2" ind.anim.IP_4000.34.frame.2.duration="1000" />
<CTX_ACTIVE_SECURE ind.anim.IP_4000.39.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_4000.39.frame.1.duration="750" ind.anim.IP_4000.39.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_4000.39.frame.2.duration="750" ind.anim.IP_4000.39.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_4000.39.frame.3.duration="750" ind.anim.IP_4000.39.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_4000.39.frame.4.duration="750" ind.anim.IP_4000.39.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_4000.39.frame.5.duration="750" ind.anim.IP_4000.39.frame.6.bitmap="CtxActiveSecure" ind.anim.IP_4000.39.frame.6.duration="750" />
<CTX_CONF_SECURE ind.anim.IP_4000.40.frame.1.bitmap="CtxConfStep1" ind.anim.IP_4000.40.frame.1.duration="1000" ind.anim.IP_4000.40.frame.2.bitmap="CtxConfStep2" ind.anim.IP_4000.40.frame.2.duration="1000" ind.anim.IP_4000.40.frame.3.bitmap="CtxConfStep3" ind.anim.IP_4000.40.frame.3.duration="1000" ind.anim.IP_4000.40.frame.4.bitmap="CtxActiveSecure" ind.anim.IP_4000.40.frame.4.duration="1000" />
<MOBILE_PHONE ind.anim.IP_4000.41.frame.1.bitmap="MobilePhone" ind.anim.IP_4000.41.frame.1.duration="0" />
<CTX_RX_ACTIVE ind.anim.IP_4000.42.frame.1.bitmap="RxActiveStep1" ind.anim.IP_4000.42.frame.1.duration="750" ind.anim.IP_4000.42.frame.2.bitmap="RxActiveStep2" ind.anim.IP_4000.42.frame.2.duration="750" ind.anim.IP_4000.42.frame.3.bitmap="RxActiveStep3" ind.anim.IP_4000.42.frame.3.duration="750" ind.anim.IP_4000.42.frame.4.bitmap="RxActiveStep4" ind.anim.IP_4000.42.frame.4.duration="750" ind.anim.IP_4000.42.frame.5.bitmap="RxActiveStep5" ind.anim.IP_4000.42.frame.5.duration="750" ind.anim.IP_4000.42.frame.6.bitmap="RxActiveStep6" ind.anim.IP_4000.42.frame.6.duration="750" />
<CTX_TX_ACTIVE ind.anim.IP_4000.43.frame.1.bitmap="TxActiveStep1" ind.anim.IP_4000.43.frame.1.duration="750" ind.anim.IP_4000.43.frame.2.bitmap="TxActiveStep2" ind.anim.IP_4000.43.frame.2.duration="750" ind.anim.IP_4000.43.frame.3.bitmap="TxActiveStep3" ind.anim.IP_4000.43.frame.3.duration="750" ind.anim.IP_4000.43.frame.4.bitmap="TxActiveStep4" ind.anim.IP_4000.43.frame.4.duration="750" ind.anim.IP_4000.43.frame.5.bitmap="TxActiveStep5" ind.anim.IP_4000.43.frame.5.duration="750" ind.anim.IP_4000.43.frame.6.bitmap="TxActiveStep6" ind.anim.IP_4000.43.frame.6.duration="750" />
<CTX_ACTIVE_HD ind.anim.IP_4000.44.frame.1.bitmap="CtxActiveHDStep1" ind.anim.IP_4000.44.frame.1.duration="300" ind.anim.IP_4000.44.frame.2.bitmap="CtxActiveHDStep2" ind.anim.IP_4000.44.frame.2.duration="300" ind.anim.IP_4000.44.frame.3.bitmap="CtxActiveHDStep3" ind.anim.IP_4000.44.frame.3.duration="300" ind.anim.IP_4000.44.frame.4.bitmap="CtxActiveHDStep4" ind.anim.IP_4000.44.frame.4.duration="300" ind.anim.IP_4000.44.frame.5.bitmap="CtxActiveHDStep5" ind.anim.IP_4000.44.frame.5.duration="300" ind.anim.IP_4000.44.frame.6.bitmap="CtxActiveHDStep6" ind.anim.IP_4000.44.frame.6.duration="300" ind.anim.IP_4000.44.frame.7.bitmap="CtxActiveHDStep7" ind.anim.IP_4000.44.frame.7.duration="300" ind.anim.IP_4000.44.frame.8.bitmap="CtxActiveHDStep8" ind.anim.IP_4000.44.frame.8.duration="300" ind.anim.IP_4000.44.frame.9.bitmap="CtxActiveHDStep9" ind.anim.IP_4000.44.frame.9.duration="300" ind.anim.IP_4000.44.frame.10.bitmap="CtxActiveHDStep10" ind.anim.IP_4000.44.frame.10.duration="300" ind.anim.IP_4000.44.frame.11.bitmap="CtxActiveHDStep11" ind.anim.IP_4000.44.frame.11.duration="2000" />
</IP_4000>
<IP_7000>
<BLANK_BIG ind.anim.IP_7000.1.frame.1.bitmap="BlankBig" ind.anim.IP_7000.1.frame.1.duration="0" />
<BLANK_SMALL ind.anim.IP_7000.2.frame.1.bitmap="BlankSmall" ind.anim.IP_7000.2.frame.1.duration="0" />
<HANDSET ind.anim.IP_7000.3.frame.1.bitmap="Handset" ind.anim.IP_7000.3.frame.1.duration="0" />
<HEADSET ind.anim.IP_7000.4.frame.1.bitmap="Headset" ind.anim.IP_7000.4.frame.1.duration="0" />
<SPEAKER ind.anim.IP_7000.5.frame.1.bitmap="Speaker" ind.anim.IP_7000.5.frame.1.duration="0" />
<MIC_MUTE ind.anim.IP_7000.6.frame.1.bitmap="SmallMuteStep1" ind.anim.IP_7000.6.frame.1.duration="500" ind.anim.IP_7000.6.frame.2.bitmap="SmallMuteStep2" ind.anim.IP_7000.6.frame.2.duration="500" />
<DND ind.anim.IP_7000.7.frame.1.bitmap="DndStep1" ind.anim.IP_7000.7.frame.1.duration="1000" ind.anim.IP_7000.7.frame.2.bitmap="DndStep2" ind.anim.IP_7000.7.frame.2.duration="1000" />
<CTX_MAIL ind.anim.IP_7000.8.frame.1.bitmap="CtxEmail" ind.anim.IP_7000.8.frame.1.duration="0" />
<CTX_FWD ind.anim.IP_7000.9.frame.1.bitmap="CtxFwdStep1" ind.anim.IP_7000.9.frame.1.duration="500" ind.anim.IP_7000.9.frame.2.bitmap="CtxFwdStep2" ind.anim.IP_7000.9.frame.2.duration="750" ind.anim.IP_7000.9.frame.3.bitmap="CtxFwdStep3" ind.anim.IP_7000.9.frame.3.duration="750" ind.anim.IP_7000.9.frame.4.bitmap="CtxFwdStep4" ind.anim.IP_7000.9.frame.4.duration="750" ind.anim.IP_7000.9.frame.5.bitmap="CtxFwdStep5" ind.anim.IP_7000.9.frame.5.duration="750" ind.anim.IP_7000.9.frame.6.bitmap="CtxFwdStep6" ind.anim.IP_7000.9.frame.6.duration="750" />
<CTX_DND ind.anim.IP_7000.10.frame.1.bitmap="CtxDndStep1" ind.anim.IP_7000.10.frame.1.duration="1000" ind.anim.IP_7000.10.frame.2.bitmap="CtxDndStep2" ind.anim.IP_7000.10.frame.2.duration="1000" />
<CTX_NOT_REG ind.anim.IP_7000.11.frame.1.bitmap="CtxNotReg" ind.anim.IP_7000.11.frame.1.duration="0" />
<CTX_PHONE ind.anim.IP_7000.12.frame.1.bitmap="CtxPhone" ind.anim.IP_7000.12.frame.1.duration="0" />
<CTX_SHARED ind.anim.IP_7000.13.frame.1.bitmap="CtxSharedStep1" ind.anim.IP_7000.13.frame.1.duration="0" />
<CTX_SHARED_ACTIVE ind.anim.IP_7000.14.frame.1.bitmap="CtxSharedActiveStep1" ind.anim.IP_7000.14.frame.1.duration="400" ind.anim.IP_7000.14.frame.2.bitmap="CtxSharedActiveStep2" ind.anim.IP_7000.14.frame.2.duration="400" ind.anim.IP_7000.14.frame.3.bitmap="CtxSharedActiveStep3" ind.anim.IP_7000.14.frame.3.duration="400" ind.anim.IP_7000.14.frame.4.bitmap="CtxSharedActiveStep4" ind.anim.IP_7000.14.frame.4.duration="400" ind.anim.IP_7000.14.frame.5.bitmap="CtxSharedActiveStep5" ind.anim.IP_7000.14.frame.5.duration="400" ind.anim.IP_7000.14.frame.6.bitmap="CtxSharedActiveStep6" ind.anim.IP_7000.14.frame.6.duration="400" ind.anim.IP_7000.14.frame.7.bitmap="CtxSharedActiveStep7" ind.anim.IP_7000.14.frame.7.duration="400" ind.anim.IP_7000.14.frame.8.bitmap="CtxSharedActiveStep8" ind.anim.IP_7000.14.frame.8.duration="400" ind.anim.IP_7000.14.frame.9.bitmap="CtxSharedActiveStep9" ind.anim.IP_7000.14.frame.9.duration="400" />
<CTX_SHARED_HOLD ind.anim.IP_7000.15.frame.1.bitmap="CtxSharedHoldStep1" ind.anim.IP_7000.15.frame.1.duration="500" ind.anim.IP_7000.15.frame.2.bitmap="CtxSharedHoldStep2" ind.anim.IP_7000.15.frame.2.duration="500" />
<RINGER ind.anim.IP_7000.16.frame.1.bitmap="Ringer" ind.anim.IP_7000.16.frame.1.duration="0" />
<CTX_SPEED_DIAL ind.anim.IP_7000.17.frame.1.bitmap="CtxSpeedDial" ind.anim.IP_7000.17.frame.1.duration="0" />
<CTX_OFFER ind.anim.IP_7000.18.frame.1.bitmap="CtxRingStep1" ind.anim.IP_7000.18.frame.1.duration="500" ind.anim.IP_7000.18.frame.2.bitmap="CtxRingStep2" ind.anim.IP_7000.18.frame.2.duration="500" ind.anim.IP_7000.18.frame.3.bitmap="CtxRingStep3" ind.anim.IP_7000.18.frame.3.duration="500" />
<CTX_HOLD ind.anim.IP_7000.19.frame.1.bitmap="CtxHoldStep1" ind.anim.IP_7000.19.frame.1.duration="500" ind.anim.IP_7000.19.frame.2.bitmap="CtxHoldStep2" ind.anim.IP_7000.19.frame.2.duration="500" />
<CTX_CONF ind.anim.IP_7000.20.frame.1.bitmap="CtxConfStep1" ind.anim.IP_7000.20.frame.1.duration="1000" ind.anim.IP_7000.20.frame.2.bitmap="CtxConfStep2" ind.anim.IP_7000.20.frame.2.duration="1000" ind.anim.IP_7000.20.frame.3.bitmap="CtxConfStep3" ind.anim.IP_7000.20.frame.3.duration="1000" />
<CTX_ACTIVE ind.anim.IP_7000.21.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_7000.21.frame.1.duration="750" ind.anim.IP_7000.21.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_7000.21.frame.2.duration="750" ind.anim.IP_7000.21.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_7000.21.frame.3.duration="750" ind.anim.IP_7000.21.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_7000.21.frame.4.duration="750" ind.anim.IP_7000.21.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_7000.21.frame.5.duration="750" ind.anim.IP_7000.21.frame.6.bitmap="CtxActiveStep6" ind.anim.IP_7000.21.frame.6.duration="750" />
<CTX_PROCEED ind.anim.IP_7000.22.frame.1.bitmap="CtxProceedStep1" ind.anim.IP_7000.22.frame.1.duration="750" ind.anim.IP_7000.22.frame.2.bitmap="CtxProceedStep2" ind.anim.IP_7000.22.frame.2.duration="750" ind.anim.IP_7000.22.frame.3.bitmap="CtxProceedStep3" ind.anim.IP_7000.22.frame.3.duration="750" ind.anim.IP_7000.22.frame.4.bitmap="CtxProceedStep4" ind.anim.IP_7000.22.frame.4.duration="750" ind.anim.IP_7000.22.frame.5.bitmap="CtxProceedStep5" ind.anim.IP_7000.22.frame.5.duration="750" />
<DIAGNOSTICS ind.anim.IP_7000.23.frame.1.bitmap="DiagnosticFrame1" ind.anim.IP_7000.23.frame.1.duration="3000" ind.anim.IP_7000.23.frame.2.bitmap="DiagnosticFrame2" ind.anim.IP_7000.23.frame.2.duration="3000" ind.anim.IP_7000.23.frame.3.bitmap="DiagnosticFrame3" ind.anim.IP_7000.23.frame.3.duration="750" ind.anim.IP_7000.23.frame.4.bitmap="DiagnosticFrame4" ind.anim.IP_7000.23.frame.4.duration="750" ind.anim.IP_7000.23.frame.5.bitmap="DiagnosticFrame5" ind.anim.IP_7000.23.frame.5.duration="750" ind.anim.IP_7000.23.frame.6.bitmap="DiagnosticFrame6" ind.anim.IP_7000.23.frame.6.duration="750" />
<CTX_DIALTONE ind.anim.IP_7000.24.frame.1.bitmap="CtxUndefined" ind.anim.IP_7000.24.frame.1.duration="0" />
<CTX_HELD ind.anim.IP_7000.25.frame.1.bitmap="CtxUndefined" ind.anim.IP_7000.25.frame.1.duration="0" />
<CTX_DISCONNECT ind.anim.IP_7000.26.frame.1.bitmap="CtxUndefined" ind.anim.IP_7000.26.frame.1.duration="0" />
<CTX_FEATURE_ENA ind.anim.IP_7000.27.frame.1.bitmap="CtxFeatureEna" ind.anim.IP_7000.27.frame.1.duration="0" />
<CTX_FEATURE_DIS ind.anim.IP_7000.28.frame.1.bitmap="CtxFeatureDis" ind.anim.IP_7000.28.frame.1.duration="0" />
<IDLE_DISPLAY ind.anim.IP_7000.29.frame.1.bitmap="" ind.anim.IP_7000.29.frame.1.duration="0" />
<IDLE_DISPLAY_WIDE ind.anim.IP_7000.30.frame.1.bitmap="" ind.anim.IP_7000.30.frame.1.duration="0" />
<CTX_LOGIN ind.anim.IP_7000.31.frame.1.bitmap="CtxUndefined" ind.anim.IP_7000.31.frame.1.duration="0" />
<CTX_LOGOUT ind.anim.IP_7000.32.frame.1.bitmap="CtxACDLogout" ind.anim.IP_7000.32.frame.1.duration="0" />
<CTX_AGENT_AVAIL ind.anim.IP_7000.33.frame.1.bitmap="CtxACDAvailable" ind.anim.IP_7000.33.frame.1.duration="0" />
<CTX_AGENT_UNAVAIL ind.anim.IP_7000.34.frame.1.bitmap="CtxACDUnavailableStep1" ind.anim.IP_7000.34.frame.1.duration="1000" ind.anim.IP_7000.34.frame.2.bitmap="CtxACDUnavailableStep2" ind.anim.IP_7000.34.frame.2.duration="1000" />
<CTX_BUDDY_ONLINE ind.anim.IP_7000.35.frame.1.bitmap="CtxIconBuddyOnline" ind.anim.IP_7000.35.frame.1.duration="0" />
<CTX_BUDDY_BUSY ind.anim.IP_7000.36.frame.1.bitmap="CtxIconBuddyBusy" ind.anim.IP_7000.36.frame.1.duration="0" />
<CTX_BUDDY_AWAY ind.anim.IP_7000.37.frame.1.bitmap="CtxIconBuddyAway" ind.anim.IP_7000.37.frame.1.duration="0" />
<CTX_BUDDY_OFFLINE ind.anim.IP_7000.38.frame.1.bitmap="CtxIconBuddyOffline" ind.anim.IP_7000.38.frame.1.duration="0" />
<CTX_ACTIVE_SECURE ind.anim.IP_7000.39.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_7000.39.frame.1.duration="750" ind.anim.IP_7000.39.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_7000.39.frame.2.duration="750" ind.anim.IP_7000.39.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_7000.39.frame.3.duration="750" ind.anim.IP_7000.39.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_7000.39.frame.4.duration="750" ind.anim.IP_7000.39.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_7000.39.frame.5.duration="750" ind.anim.IP_7000.39.frame.6.bitmap="CtxActiveSecure" ind.anim.IP_7000.39.frame.6.duration="750" />
<CTX_CONF_SECURE ind.anim.IP_7000.40.frame.1.bitmap="CtxConfStep1" ind.anim.IP_7000.40.frame.1.duration="1000" ind.anim.IP_7000.40.frame.2.bitmap="CtxConfStep2" ind.anim.IP_7000.40.frame.2.duration="1000" ind.anim.IP_7000.40.frame.3.bitmap="CtxConfStep3" ind.anim.IP_7000.40.frame.3.duration="1000" ind.anim.IP_7000.40.frame.4.bitmap="CtxActiveSecure" ind.anim.IP_7000.40.frame.4.duration="1000" />
<MOBILE_PHONE ind.anim.IP_7000.41.frame.1.bitmap="MobilePhone" ind.anim.IP_7000.41.frame.1.duration="0" />
<CTX_RX_ACTIVE ind.anim.IP_7000.42.frame.1.bitmap="RxActiveStep1" ind.anim.IP_7000.42.frame.1.duration="750" ind.anim.IP_7000.42.frame.2.bitmap="RxActiveStep2" ind.anim.IP_7000.42.frame.2.duration="750" ind.anim.IP_7000.42.frame.3.bitmap="RxActiveStep3" ind.anim.IP_7000.42.frame.3.duration="750" ind.anim.IP_7000.42.frame.4.bitmap="RxActiveStep4" ind.anim.IP_7000.42.frame.4.duration="750" ind.anim.IP_7000.42.frame.5.bitmap="RxActiveStep5" ind.anim.IP_7000.42.frame.5.duration="750" ind.anim.IP_7000.42.frame.6.bitmap="RxActiveStep6" ind.anim.IP_7000.42.frame.6.duration="750" />
<CTX_TX_ACTIVE ind.anim.IP_7000.43.frame.1.bitmap="TxActiveStep1" ind.anim.IP_7000.43.frame.1.duration="750" ind.anim.IP_7000.43.frame.2.bitmap="TxActiveStep2" ind.anim.IP_7000.43.frame.2.duration="750" ind.anim.IP_7000.43.frame.3.bitmap="TxActiveStep3" ind.anim.IP_7000.43.frame.3.duration="750" ind.anim.IP_7000.43.frame.4.bitmap="TxActiveStep4" ind.anim.IP_7000.43.frame.4.duration="750" ind.anim.IP_7000.43.frame.5.bitmap="TxActiveStep5" ind.anim.IP_7000.43.frame.5.duration="750" ind.anim.IP_7000.43.frame.6.bitmap="TxActiveStep6" ind.anim.IP_7000.43.frame.6.duration="750" />
<CTX_ACTIVE_HD ind.anim.IP_7000.44.frame.1.bitmap="CtxActiveHDStep1" ind.anim.IP_7000.44.frame.1.duration="300" ind.anim.IP_7000.44.frame.2.bitmap="CtxActiveHDStep2" ind.anim.IP_7000.44.frame.2.duration="300" ind.anim.IP_7000.44.frame.3.bitmap="CtxActiveHDStep3" ind.anim.IP_7000.44.frame.3.duration="300" ind.anim.IP_7000.44.frame.4.bitmap="CtxActiveHDStep4" ind.anim.IP_7000.44.frame.4.duration="300" ind.anim.IP_7000.44.frame.5.bitmap="CtxActiveHDStep5" ind.anim.IP_7000.44.frame.5.duration="300" ind.anim.IP_7000.44.frame.6.bitmap="CtxActiveHDStep6" ind.anim.IP_7000.44.frame.6.duration="300" ind.anim.IP_7000.44.frame.7.bitmap="CtxActiveHDStep7" ind.anim.IP_7000.44.frame.7.duration="300" ind.anim.IP_7000.44.frame.8.bitmap="CtxActiveHDStep8" ind.anim.IP_7000.44.frame.8.duration="300" ind.anim.IP_7000.44.frame.9.bitmap="CtxActiveHDStep9" ind.anim.IP_7000.44.frame.9.duration="300" ind.anim.IP_7000.44.frame.10.bitmap="CtxActiveHDStep10" ind.anim.IP_7000.44.frame.10.duration="300" ind.anim.IP_7000.44.frame.11.bitmap="CtxActiveHDStep11" ind.anim.IP_7000.44.frame.11.duration="2000" />
<BLANK_SMALL_WHITE ind.anim.IP_7000.45.frame.1.bitmap="BlankSmallWhite" ind.anim.IP_7000.45.frame.1.duration="0" />
</IP_7000>
</Animations>
<Patterns>
<OFF ind.pattern.1.step.1.state="Off" ind.pattern.1.step.1.duration="0" />
<ON ind.pattern.2.step.1.state="On" ind.pattern.2.step.1.duration="0" />
<WINK ind.pattern.3.step.1.state="On" ind.pattern.3.step.1.duration="250" ind.pattern.3.step.2.state="Off" ind.pattern.3.step.2.duration="750" />
<FLASH ind.pattern.4.step.1.state="On" ind.pattern.4.step.1.duration="500" ind.pattern.4.step.2.state="Off" ind.pattern.4.step.2.duration="500" />
<FLUTTER ind.pattern.5.step.1.state="On" ind.pattern.5.step.1.duration="250" ind.pattern.5.step.2.state="Off" ind.pattern.5.step.2.duration="250" />
<BROKEN_FLUTTER ind.pattern.6.step.1.state="On" ind.pattern.6.step.1.duration="250" ind.pattern.6.step.2.state="Off" ind.pattern.6.step.2.duration="250" ind.pattern.6.step.3.state="On" ind.pattern.6.step.3.duration="250" ind.pattern.6.step.4.state="Off" ind.pattern.6.step.4.duration="250" ind.pattern.6.step.5.state="On" ind.pattern.6.step.5.duration="250" ind.pattern.6.step.6.state="Off" ind.pattern.6.step.6.duration="1500" />
<ACTIVE ind.pattern.7.step.1.state="On" ind.pattern.7.step.1.duration="0" ind.pattern.7.step.1.colour="Green" />
<OFFERING ind.pattern.8.step.1.state="On" ind.pattern.8.step.1.duration="250" ind.pattern.8.step.1.colour="Green" ind.pattern.8.step.2.state="Off" ind.pattern.8.step.2.duration="250" />
<FLASH_SLOW ind.pattern.9.step.1.state="On" ind.pattern.9.step.1.duration="1000" ind.pattern.9.step.2.state="Off" ind.pattern.9.step.2.duration="1000" />
<LOCKED_OUT ind.pattern.10.step.1.state="On" ind.pattern.10.step.1.duration="0" ind.pattern.10.step.1.colour="Red" />
<SCA_HELD ind.pattern.11.step.1.state="On" ind.pattern.11.step.1.duration="750" ind.pattern.11.step.1.colour="Green" ind.pattern.11.step.2.state="Off" ind.pattern.11.step.2.duration="250" />
<HELD ind.pattern.12.step.1.state="On" ind.pattern.12.step.1.duration="750" ind.pattern.12.step.1.colour="Green" ind.pattern.12.step.2.state="Off" ind.pattern.12.step.2.duration="250" />
<REMOTE_BUSY_OFFERING ind.pattern.13.step.1.state="On" ind.pattern.13.step.1.duration="1000" ind.pattern.13.step.1.colour="Red" ind.pattern.13.step.2.state="On" ind.pattern.13.step.2.duration="250" ind.pattern.13.step.2.colour="Green" />
<POWER_SAVING ind.pattern.14.step.1.state="On" ind.pattern.14.step.1.duration="100" ind.pattern.14.step.2.state="Off" ind.pattern.14.step.2.duration="2900" />
<LED_CUSTOM1 ind.pattern.15.step.1.state="Off" ind.pattern.15.step.1.duration="0" />
<LED_CUSTOM2 ind.pattern.16.step.1.state="Off" ind.pattern.16.step.1.duration="0" />
<LED_CUSTOM3 ind.pattern.17.step.1.state="Off" ind.pattern.17.step.1.duration="0" />
<LED_CUSTOM4 ind.pattern.18.step.1.state="Off" ind.pattern.18.step.1.duration="0" />
<LED_CUSTOM5 ind.pattern.19.step.1.state="Off" ind.pattern.19.step.1.duration="0" />
<LED_CUSTOM6 ind.pattern.20.step.1.state="Off" ind.pattern.20.step.1.duration="0" />
<LED_CUSTOM7 ind.pattern.21.step.1.state="Off" ind.pattern.21.step.1.duration="0" />
<LED_CUSTOM8 ind.pattern.22.step.1.state="Off" ind.pattern.22.step.1.duration="0" />
</Patterns>
<Classes>
<LED ind.class.1.state.1.index="1" ind.class.1.state.2.index="2" ind.class.1.state.3.index="3" ind.class.1.state.4.index="4" ind.class.1.state.5.index="5" ind.class.1.state.6.index="6" ind.class.1.state.7.index="7" ind.class.1.state.8.index="8" ind.class.1.state.9.index="9" ind.class.1.state.10.index="10" ind.class.1.state.11.index="11" ind.class.1.state.12.index="12" ind.class.1.state.13.index="13" ind.class.1.state.14.index="14" ind.class.1.state.15.index="15" ind.class.1.state.16.index="16" ind.class.1.state.17.index="17" ind.class.1.state.18.index="18" ind.class.1.state.19.index="19" />
<CONTEXT ind.class.2.state.1.index="2" ind.class.2.state.2.index="11" ind.class.2.state.3.index="12" ind.class.2.state.4.index="10" ind.class.2.state.5.index="9" ind.class.2.state.6.index="8" ind.class.2.state.7.index="13" ind.class.2.state.8.index="14" ind.class.2.state.9.index="15" ind.class.2.state.10.index="17" ind.class.2.state.11.index="18" ind.class.2.state.12.index="19" ind.class.2.state.13.index="20" ind.class.2.state.14.index="21" ind.class.2.state.15.index="22" ind.class.2.state.16.index="24" ind.class.2.state.17.index="25" ind.class.2.state.18.index="26" ind.class.2.state.19.index="27" ind.class.2.state.20.index="28" ind.class.2.state.21.index="31" ind.class.2.state.22.index="32" ind.class.2.state.23.index="33" ind.class.2.state.24.index="34" ind.class.2.state.25.index="35" ind.class.2.state.26.index="36" ind.class.2.state.27.index="37" ind.class.2.state.28.index="38" ind.class.2.state.29.index="39" ind.class.2.state.30.index="40" ind.class.2.state.31.index="44" ind.class.2.state.32.index="5" ind.class.2.state.33.index="3" ind.class.2.state.34.index="4" ind.class.2.state.35.index="44" ind.class.2.state.36.index="42" ind.class.2.state.37.index="43" />
<DND ind.class.3.state.1.index="1" ind.class.3.state.2.index="7" />
<TRANSDUCER ind.class.4.state.1.index="1" ind.class.4.state.2.index="3" ind.class.4.state.3.index="4" ind.class.4.state.4.index="5" ind.class.4.state.5.index="16" ind.class.4.state.6.index="41" />
<MIC_MUTE ind.class.5.state.1.index="1" ind.class.5.state.2.index="6" />
<SLEEP ind.class.6.state.1.index="0" />
<DIAGNOSTICS ind.class.7.state.1.index="0" ind.class.7.state.2.index="23" />
<IDLE_DISPLAY ind.class.8.state.1.index="1" ind.class.8.state.2.index="29" ind.class.8.state.3.index="30" />
<N_WAY_CONF ind.class.9.state.1.index="42" ind.class.9.state.2.index="43" ind.class.9.state.3.index="6" ind.class.9.state.4.index="44" ind.class.9.state.5.index="19" ind.class.9.state.6.index="21" ind.class.9.state.7.index="45" />
<MOBILE_PHONE ind.class.10.state.1.index="1" ind.class.10.state.2.index="41" />
</Classes>
<Assignments>
<led ind.led.1.index="1" ind.led.1.physNum="1" ind.led.1.class="1" ind.led.2.index="14" ind.led.2.physNum="2" ind.led.2.class="1" ind.led.3.index="15" ind.led.3.physNum="3" ind.led.3.class="1" ind.led.4.index="16" ind.led.4.physNum="4" ind.led.4.class="1" ind.led.5.index="17" ind.led.5.physNum="5" ind.led.5.class="1" ind.led.6.index="18" ind.led.6.physNum="6" ind.led.6.class="1" ind.led.7.index="19" ind.led.7.physNum="7" ind.led.7.class="1" ind.led.8.index="20" ind.led.8.physNum="8" ind.led.8.class="1" ind.led.9.index="21" ind.led.9.physNum="9" ind.led.9.class="1" ind.led.10.index="22" ind.led.10.physNum="10" ind.led.10.class="1" ind.led.11.index="7" ind.led.11.physNum="11" ind.led.11.class="1" />
<gi>
<IP_330 ind.gi.IP_330.1.index="2" ind.gi.IP_330.1.class="6" ind.gi.IP_330.1.physX="0" ind.gi.IP_330.1.physY="0" ind.gi.IP_330.1.physW="0" ind.gi.IP_330.1.physH="0" ind.gi.IP_330.2.index="3" ind.gi.IP_330.2.class="6" ind.gi.IP_330.2.physX="0" ind.gi.IP_330.2.physY="0" ind.gi.IP_330.2.physW="0" ind.gi.IP_330.2.physH="0" ind.gi.IP_330.3.index="4" ind.gi.IP_330.3.class="6" ind.gi.IP_330.3.physX="0" ind.gi.IP_330.3.physY="0" ind.gi.IP_330.3.physW="0" ind.gi.IP_330.3.physH="0" ind.gi.IP_330.4.index="5" ind.gi.IP_330.4.class="4" ind.gi.IP_330.4.physX="45" ind.gi.IP_330.4.physY="51" ind.gi.IP_330.4.physW="10" ind.gi.IP_330.4.physH="10" ind.gi.IP_330.5.index="6" ind.gi.IP_330.5.class="5" ind.gi.IP_330.5.physX="40" ind.gi.IP_330.5.physY="2" ind.gi.IP_330.5.physW="20" ind.gi.IP_330.5.physH="20" ind.gi.IP_330.6.index="7" ind.gi.IP_330.6.class="3" ind.gi.IP_330.6.physX="45" ind.gi.IP_330.6.physY="51" ind.gi.IP_330.6.physW="10" ind.gi.IP_330.6.physH="10" ind.gi.IP_330.7.index="8" ind.gi.IP_330.7.class="2" ind.gi.IP_330.7.physX="92" ind.gi.IP_330.7.physY="11" ind.gi.IP_330.7.physW="10" ind.gi.IP_330.7.physH="10" ind.gi.IP_330.8.index="9" ind.gi.IP_330.8.class="2" ind.gi.IP_330.8.physX="92" ind.gi.IP_330.8.physY="0" ind.gi.IP_330.8.physW="10" ind.gi.IP_330.8.physH="10" ind.gi.IP_330.9.index="10" ind.gi.IP_330.9.class="2" ind.gi.IP_330.9.physX="0" ind.gi.IP_330.9.physY="45" ind.gi.IP_330.9.physW="10" ind.gi.IP_330.9.physH="10" ind.gi.IP_330.10.index="23" ind.gi.IP_330.10.class="8" ind.gi.IP_330.10.physX="0" ind.gi.IP_330.10.physY="11" ind.gi.IP_330.10.physW="87" ind.gi.IP_330.10.physH="11" />
<IP_300 ind.gi.IP_300.1.index="2" ind.gi.IP_300.1.class="6" ind.gi.IP_300.1.physX="0" ind.gi.IP_300.1.physY="0" ind.gi.IP_300.1.physW="0" ind.gi.IP_300.1.physH="0" ind.gi.IP_300.2.index="3" ind.gi.IP_300.2.class="6" ind.gi.IP_300.2.physX="0" ind.gi.IP_300.2.physY="0" ind.gi.IP_300.2.physW="0" ind.gi.IP_300.2.physH="0" ind.gi.IP_300.3.index="4" ind.gi.IP_300.3.class="6" ind.gi.IP_300.3.physX="0" ind.gi.IP_300.3.physY="0" ind.gi.IP_300.3.physW="0" ind.gi.IP_300.3.physH="0" ind.gi.IP_300.4.index="5" ind.gi.IP_300.4.class="4" ind.gi.IP_300.4.physX="19" ind.gi.IP_300.4.physY="0" ind.gi.IP_300.4.physW="1" ind.gi.IP_300.4.physH="1" ind.gi.IP_300.5.index="6" ind.gi.IP_300.5.class="5" ind.gi.IP_300.5.physX="19" ind.gi.IP_300.5.physY="0" ind.gi.IP_300.5.physW="1" ind.gi.IP_300.5.physH="1" ind.gi.IP_300.6.index="7" ind.gi.IP_300.6.class="3" ind.gi.IP_300.6.physX="19" ind.gi.IP_300.6.physY="0" ind.gi.IP_300.6.physW="1" ind.gi.IP_300.6.physH="1" ind.gi.IP_300.7.index="8" ind.gi.IP_300.7.class="2" ind.gi.IP_300.7.physX="19" ind.gi.IP_300.7.physY="1" ind.gi.IP_300.7.physW="1" ind.gi.IP_300.7.physH="1" ind.gi.IP_300.8.index="9" ind.gi.IP_300.8.class="2" ind.gi.IP_300.8.physX="19" ind.gi.IP_300.8.physY="2" ind.gi.IP_300.8.physW="1" ind.gi.IP_300.8.physH="1" />
<IP_400 ind.gi.IP_400.1.index="2" ind.gi.IP_400.1.class="6" ind.gi.IP_400.1.physX="0" ind.gi.IP_400.1.physY="0" ind.gi.IP_400.1.physW="0" ind.gi.IP_400.1.physH="0" ind.gi.IP_400.2.index="3" ind.gi.IP_400.2.class="6" ind.gi.IP_400.2.physX="0" ind.gi.IP_400.2.physY="0" ind.gi.IP_400.2.physW="0" ind.gi.IP_400.2.physH="0" ind.gi.IP_400.3.index="4" ind.gi.IP_400.3.class="6" ind.gi.IP_400.3.physX="0" ind.gi.IP_400.3.physY="0" ind.gi.IP_400.3.physW="0" ind.gi.IP_400.3.physH="0" ind.gi.IP_400.4.index="5" ind.gi.IP_400.4.class="4" ind.gi.IP_400.4.physX="0" ind.gi.IP_400.4.physY="0" ind.gi.IP_400.4.physW="10" ind.gi.IP_400.4.physH="10" ind.gi.IP_400.5.index="6" ind.gi.IP_400.5.class="5" ind.gi.IP_400.5.physX="10" ind.gi.IP_400.5.physY="0" ind.gi.IP_400.5.physW="10" ind.gi.IP_400.5.physH="10" ind.gi.IP_400.6.index="7" ind.gi.IP_400.6.class="3" ind.gi.IP_400.6.physX="0" ind.gi.IP_400.6.physY="0" ind.gi.IP_400.6.physW="0" ind.gi.IP_400.6.physH="0" ind.gi.IP_400.7.index="8" ind.gi.IP_400.7.class="2" ind.gi.IP_400.7.physX="122" ind.gi.IP_400.7.physY="13" ind.gi.IP_400.7.physW="10" ind.gi.IP_400.7.physH="10" ind.gi.IP_400.8.index="9" ind.gi.IP_400.8.class="2" ind.gi.IP_400.8.physX="122" ind.gi.IP_400.8.physY="24" ind.gi.IP_400.8.physW="10" ind.gi.IP_400.8.physH="10" ind.gi.IP_400.9.index="10" ind.gi.IP_400.9.class="2" ind.gi.IP_400.9.physX="0" ind.gi.IP_400.9.physY="45" ind.gi.IP_400.9.physW="10" ind.gi.IP_400.9.physH="10" ind.gi.IP_400.10.index="23" ind.gi.IP_400.10.class="8" ind.gi.IP_400.10.physX="0" ind.gi.IP_400.10.physY="12" ind.gi.IP_400.10.physW="94" ind.gi.IP_400.10.physH="23" />
<IP_450 ind.gi.IP_450.1.index="5" ind.gi.IP_450.1.class="4" ind.gi.IP_450.1.physX="0" ind.gi.IP_450.1.physY="2" ind.gi.IP_450.1.physW="20" ind.gi.IP_450.1.physH="20" ind.gi.IP_450.2.index="6" ind.gi.IP_450.2.class="5" ind.gi.IP_450.2.physX="20" ind.gi.IP_450.2.physY="2" ind.gi.IP_450.2.physW="20" ind.gi.IP_450.2.physH="20" ind.gi.IP_450.3.index="7" ind.gi.IP_450.3.class="3" ind.gi.IP_450.3.physX="0" ind.gi.IP_450.3.physY="0" ind.gi.IP_450.3.physW="0" ind.gi.IP_450.3.physH="0" ind.gi.IP_450.4.index="8" ind.gi.IP_450.4.class="2" ind.gi.IP_450.4.physX="238" ind.gi.IP_450.4.physY="26" ind.gi.IP_450.4.physW="16" ind.gi.IP_450.4.physH="16" ind.gi.IP_450.5.index="9" ind.gi.IP_450.5.class="2" ind.gi.IP_450.5.physX="238" ind.gi.IP_450.5.physY="47" ind.gi.IP_450.5.physW="16" ind.gi.IP_450.5.physH="16" ind.gi.IP_450.6.index="10" ind.gi.IP_450.6.class="2" ind.gi.IP_450.6.physX="238" ind.gi.IP_450.6.physY="68" ind.gi.IP_450.6.physW="16" ind.gi.IP_450.6.physH="16" ind.gi.IP_450.7.index="23" ind.gi.IP_450.7.class="8" ind.gi.IP_450.7.physX="0" ind.gi.IP_450.7.physY="23" ind.gi.IP_450.7.physW="170" ind.gi.IP_450.7.physH="73" ind.gi.IP_450.8.index="25" ind.gi.IP_450.8.class="9" ind.gi.IP_450.8.physX="216" ind.gi.IP_450.8.physY="26" ind.gi.IP_450.8.physW="16" ind.gi.IP_450.8.physH="16" ind.gi.IP_450.9.index="26" ind.gi.IP_450.9.class="9" ind.gi.IP_450.9.physX="216" ind.gi.IP_450.9.physY="47" ind.gi.IP_450.9.physW="16" ind.gi.IP_450.9.physH="16" ind.gi.IP_450.10.index="27" ind.gi.IP_450.10.class="9" ind.gi.IP_450.10.physX="216" ind.gi.IP_450.10.physY="68" ind.gi.IP_450.10.physW="16" ind.gi.IP_450.10.physH="16" ind.gi.IP_450.11.index="28" ind.gi.IP_450.11.class="9" ind.gi.IP_450.11.physX="216" ind.gi.IP_450.11.physY="89" ind.gi.IP_450.11.physW="16" ind.gi.IP_450.11.physH="16" ind.gi.IP_450.12.index="29" ind.gi.IP_450.12.class="9" ind.gi.IP_450.12.physX="196" ind.gi.IP_450.12.physY="26" ind.gi.IP_450.12.physW="16" ind.gi.IP_450.12.physH="16" ind.gi.IP_450.13.index="30" ind.gi.IP_450.13.class="9" ind.gi.IP_450.13.physX="196" ind.gi.IP_450.13.physY="47" ind.gi.IP_450.13.physW="16" ind.gi.IP_450.13.physH="16" ind.gi.IP_450.14.index="31" ind.gi.IP_450.14.class="9" ind.gi.IP_450.14.physX="196" ind.gi.IP_450.14.physY="68" ind.gi.IP_450.14.physW="16" ind.gi.IP_450.14.physH="16" ind.gi.IP_450.15.index="32" ind.gi.IP_450.15.class="9" ind.gi.IP_450.15.physX="196" ind.gi.IP_450.15.physY="89" ind.gi.IP_450.15.physW="16" ind.gi.IP_450.15.physH="16" ind.gi.IP_450.16.index="33" ind.gi.IP_450.16.class="9" ind.gi.IP_450.16.physX="196" ind.gi.IP_450.16.physY="24" ind.gi.IP_450.16.physW="20" ind.gi.IP_450.16.physH="20" ind.gi.IP_450.17.index="34" ind.gi.IP_450.17.class="9" ind.gi.IP_450.17.physX="196" ind.gi.IP_450.17.physY="45" ind.gi.IP_450.17.physW="20" ind.gi.IP_450.17.physH="20" ind.gi.IP_450.18.index="35" ind.gi.IP_450.18.class="9" ind.gi.IP_450.18.physX="196" ind.gi.IP_450.18.physY="66" ind.gi.IP_450.18.physW="20" ind.gi.IP_450.18.physH="20" ind.gi.IP_450.19.index="36" ind.gi.IP_450.19.class="9" ind.gi.IP_450.19.physX="196" ind.gi.IP_450.19.physY="87" ind.gi.IP_450.19.physW="20" ind.gi.IP_450.19.physH="20" ind.gi.IP_450.20.index="37" ind.gi.IP_450.20.class="10" ind.gi.IP_450.20.physX="40" ind.gi.IP_450.20.physY="0" ind.gi.IP_450.20.physW="20" ind.gi.IP_450.20.physH="20" ind.gi.IP_450.21.index="6" ind.gi.IP_450.21.class="5" ind.gi.IP_450.21.physX="21" ind.gi.IP_450.21.physY="2" ind.gi.IP_450.21.physW="20" ind.gi.IP_450.21.physH="20" />
<IP_500 ind.gi.IP_500.1.index="2" ind.gi.IP_500.1.class="6" ind.gi.IP_500.1.physX="0" ind.gi.IP_500.1.physY="0" ind.gi.IP_500.1.physW="0" ind.gi.IP_500.1.physH="0" ind.gi.IP_500.2.index="3" ind.gi.IP_500.2.class="6" ind.gi.IP_500.2.physX="0" ind.gi.IP_500.2.physY="0" ind.gi.IP_500.2.physW="0" ind.gi.IP_500.2.physH="0" ind.gi.IP_500.3.index="4" ind.gi.IP_500.3.class="6" ind.gi.IP_500.3.physX="0" ind.gi.IP_500.3.physY="0" ind.gi.IP_500.3.physW="0" ind.gi.IP_500.3.physH="0" ind.gi.IP_500.4.index="5" ind.gi.IP_500.4.class="4" ind.gi.IP_500.4.physX="45" ind.gi.IP_500.4.physY="51" ind.gi.IP_500.4.physW="10" ind.gi.IP_500.4.physH="10" ind.gi.IP_500.5.index="6" ind.gi.IP_500.5.class="5" ind.gi.IP_500.5.physX="45" ind.gi.IP_500.5.physY="51" ind.gi.IP_500.5.physW="10" ind.gi.IP_500.5.physH="10" ind.gi.IP_500.6.index="7" ind.gi.IP_500.6.class="3" ind.gi.IP_500.6.physX="45" ind.gi.IP_500.6.physY="51" ind.gi.IP_500.6.physW="10" ind.gi.IP_500.6.physH="10" ind.gi.IP_500.7.index="8" ind.gi.IP_500.7.class="2" ind.gi.IP_500.7.physX="0" ind.gi.IP_500.7.physY="3" ind.gi.IP_500.7.physW="10" ind.gi.IP_500.7.physH="10" ind.gi.IP_500.8.index="9" ind.gi.IP_500.8.class="2" ind.gi.IP_500.8.physX="0" ind.gi.IP_500.8.physY="24" ind.gi.IP_500.8.physW="10" ind.gi.IP_500.8.physH="10" ind.gi.IP_500.9.index="10" ind.gi.IP_500.9.class="2" ind.gi.IP_500.9.physX="0" ind.gi.IP_500.9.physY="45" ind.gi.IP_500.9.physW="10" ind.gi.IP_500.9.physH="10" ind.gi.IP_500.10.index="23" ind.gi.IP_500.10.class="8" ind.gi.IP_500.10.physX="44" ind.gi.IP_500.10.physY="0" ind.gi.IP_500.10.physW="116" ind.gi.IP_500.10.physH="51" />
<IP_600 ind.gi.IP_600.1.index="2" ind.gi.IP_600.1.class="6" ind.gi.IP_600.1.physX="0" ind.gi.IP_600.1.physY="0" ind.gi.IP_600.1.physW="0" ind.gi.IP_600.1.physH="0" ind.gi.IP_600.2.index="3" ind.gi.IP_600.2.class="6" ind.gi.IP_600.2.physX="0" ind.gi.IP_600.2.physY="0" ind.gi.IP_600.2.physW="0" ind.gi.IP_600.2.physH="0" ind.gi.IP_600.3.index="4" ind.gi.IP_600.3.class="6" ind.gi.IP_600.3.physX="0" ind.gi.IP_600.3.physY="0" ind.gi.IP_600.3.physW="0" ind.gi.IP_600.3.physH="0" ind.gi.IP_600.4.index="5" ind.gi.IP_600.4.class="4" ind.gi.IP_600.4.physX="115" ind.gi.IP_600.4.physY="3" ind.gi.IP_600.4.physW="20" ind.gi.IP_600.4.physH="20" ind.gi.IP_600.5.index="6" ind.gi.IP_600.5.class="5" ind.gi.IP_600.5.physX="0" ind.gi.IP_600.5.physY="0" ind.gi.IP_600.5.physW="0" ind.gi.IP_600.5.physH="0" ind.gi.IP_600.6.index="7" ind.gi.IP_600.6.class="3" ind.gi.IP_600.6.physX="0" ind.gi.IP_600.6.physY="0" ind.gi.IP_600.6.physW="0" ind.gi.IP_600.6.physH="0" ind.gi.IP_600.7.index="8" ind.gi.IP_600.7.class="2" ind.gi.IP_600.7.physX="2" ind.gi.IP_600.7.physY="4" ind.gi.IP_600.7.physW="16" ind.gi.IP_600.7.physH="16" ind.gi.IP_600.8.index="9" ind.gi.IP_600.8.class="2" ind.gi.IP_600.8.physX="2" ind.gi.IP_600.8.physY="25" ind.gi.IP_600.8.physW="16" ind.gi.IP_600.8.physH="16" ind.gi.IP_600.9.index="10" ind.gi.IP_600.9.class="2" ind.gi.IP_600.9.physX="2" ind.gi.IP_600.9.physY="46" ind.gi.IP_600.9.physW="16" ind.gi.IP_600.9.physH="16" ind.gi.IP_600.10.index="11" ind.gi.IP_600.10.class="2" ind.gi.IP_600.10.physX="2" ind.gi.IP_600.10.physY="67" ind.gi.IP_600.10.physW="16" ind.gi.IP_600.10.physH="16" ind.gi.IP_600.11.index="12" ind.gi.IP_600.11.class="2" ind.gi.IP_600.11.physX="2" ind.gi.IP_600.11.physY="88" ind.gi.IP_600.11.physW="16" ind.gi.IP_600.11.physH="16" ind.gi.IP_600.12.index="13" ind.gi.IP_600.12.class="2" ind.gi.IP_600.12.physX="2" ind.gi.IP_600.12.physY="109" ind.gi.IP_600.12.physW="16" ind.gi.IP_600.12.physH="16" ind.gi.IP_600.13.index="23" ind.gi.IP_600.13.class="8" ind.gi.IP_600.13.physX="107" ind.gi.IP_600.13.physY="25" ind.gi.IP_600.13.physW="213" ind.gi.IP_600.13.physH="111" ind.gi.IP_600.14.index="25" ind.gi.IP_600.14.class="9" ind.gi.IP_600.14.physX="276" ind.gi.IP_600.14.physY="42" ind.gi.IP_600.14.physW="16" ind.gi.IP_600.14.physH="16" ind.gi.IP_600.15.index="26" ind.gi.IP_600.15.class="9" ind.gi.IP_600.15.physX="276" ind.gi.IP_600.15.physY="62" ind.gi.IP_600.15.physW="16" ind.gi.IP_600.15.physH="16" ind.gi.IP_600.16.index="27" ind.gi.IP_600.16.class="9" ind.gi.IP_600.16.physX="276" ind.gi.IP_600.16.physY="82" ind.gi.IP_600.16.physW="16" ind.gi.IP_600.16.physH="16" ind.gi.IP_600.17.index="28" ind.gi.IP_600.17.class="9" ind.gi.IP_600.17.physX="276" ind.gi.IP_600.17.physY="102" ind.gi.IP_600.17.physW="16" ind.gi.IP_600.17.physH="16" ind.gi.IP_600.18.index="29" ind.gi.IP_600.18.class="9" ind.gi.IP_600.18.physX="252" ind.gi.IP_600.18.physY="42" ind.gi.IP_600.18.physW="16" ind.gi.IP_600.18.physH="16" ind.gi.IP_600.19.index="30" ind.gi.IP_600.19.class="9" ind.gi.IP_600.19.physX="252" ind.gi.IP_600.19.physY="62" ind.gi.IP_600.19.physW="16" ind.gi.IP_600.19.physH="16" ind.gi.IP_600.20.index="31" ind.gi.IP_600.20.class="9" ind.gi.IP_600.20.physX="252" ind.gi.IP_600.20.physY="82" ind.gi.IP_600.20.physW="16" ind.gi.IP_600.20.physH="16" ind.gi.IP_600.21.index="32" ind.gi.IP_600.21.class="9" ind.gi.IP_600.21.physX="252" ind.gi.IP_600.21.physY="102" ind.gi.IP_600.21.physW="16" ind.gi.IP_600.21.physH="16" ind.gi.IP_600.22.index="33" ind.gi.IP_600.22.class="9" ind.gi.IP_600.22.physX="232" ind.gi.IP_600.22.physY="42" ind.gi.IP_600.22.physW="16" ind.gi.IP_600.22.physH="16" ind.gi.IP_600.23.index="34" ind.gi.IP_600.23.class="9" ind.gi.IP_600.23.physX="232" ind.gi.IP_600.23.physY="62" ind.gi.IP_600.23.physW="16" ind.gi.IP_600.23.physH="16" ind.gi.IP_600.24.index="35" ind.gi.IP_600.24.class="9" ind.gi.IP_600.24.physX="232" ind.gi.IP_600.24.physY="82" ind.gi.IP_600.24.physW="16" ind.gi.IP_600.24.physH="16" ind.gi.IP_600.25.index="36" ind.gi.IP_600.25.class="9" ind.gi.IP_600.25.physX="232" ind.gi.IP_600.25.physY="102" ind.gi.IP_600.25.physW="16" ind.gi.IP_600.25.physH="16" />
<IP_4000 ind.gi.IP_4000.1.index="2" ind.gi.IP_4000.1.class="6" ind.gi.IP_4000.1.physX="0" ind.gi.IP_4000.1.physY="0" ind.gi.IP_4000.1.physW="0" ind.gi.IP_4000.1.physH="0" ind.gi.IP_4000.2.index="3" ind.gi.IP_4000.2.class="6" ind.gi.IP_4000.2.physX="0" ind.gi.IP_4000.2.physY="0" ind.gi.IP_4000.2.physW="0" ind.gi.IP_4000.2.physH="0" ind.gi.IP_4000.3.index="4" ind.gi.IP_4000.3.class="6" ind.gi.IP_4000.3.physX="0" ind.gi.IP_4000.3.physY="0" ind.gi.IP_4000.3.physW="0" ind.gi.IP_4000.3.physH="0" ind.gi.IP_4000.4.index="5" ind.gi.IP_4000.4.class="4" ind.gi.IP_4000.4.physX="16" ind.gi.IP_4000.4.physY="2" ind.gi.IP_4000.4.physW="14" ind.gi.IP_4000.4.physH="12" ind.gi.IP_4000.5.index="6" ind.gi.IP_4000.5.class="2" ind.gi.IP_4000.5.physX="16" ind.gi.IP_4000.5.physY="2" ind.gi.IP_4000.5.physW="14" ind.gi.IP_4000.5.physH="12" ind.gi.IP_4000.6.index="7" ind.gi.IP_4000.6.class="3" ind.gi.IP_4000.6.physX="0" ind.gi.IP_4000.6.physY="0" ind.gi.IP_4000.6.physW="0" ind.gi.IP_4000.6.physH="0" ind.gi.IP_4000.7.index="8" ind.gi.IP_4000.7.class="2" ind.gi.IP_4000.7.physX="0" ind.gi.IP_4000.7.physY="2" ind.gi.IP_4000.7.physW="14" ind.gi.IP_4000.7.physH="12" ind.gi.IP_4000.8.index="9" ind.gi.IP_4000.8.class="2" ind.gi.IP_4000.8.physX="0" ind.gi.IP_4000.8.physY="24" ind.gi.IP_4000.8.physW="10" ind.gi.IP_4000.8.physH="10" ind.gi.IP_4000.9.index="10" ind.gi.IP_4000.9.class="2" ind.gi.IP_4000.9.physX="0" ind.gi.IP_4000.9.physY="45" ind.gi.IP_4000.9.physW="10" ind.gi.IP_4000.9.physH="10" ind.gi.IP_4000.10.index="23" ind.gi.IP_4000.10.class="8" ind.gi.IP_4000.10.physX="40" ind.gi.IP_4000.10.physY="18" ind.gi.IP_4000.10.physW="150" ind.gi.IP_4000.10.physH="33" />
<IP_7000 ind.gi.IP_7000.1.index="5" ind.gi.IP_7000.1.class="4" ind.gi.IP_7000.1.physX="16" ind.gi.IP_7000.1.physY="4" ind.gi.IP_7000.1.physW="14" ind.gi.IP_7000.1.physH="12" ind.gi.IP_7000.2.index="6" ind.gi.IP_7000.2.class="2" ind.gi.IP_7000.2.physX="16" ind.gi.IP_7000.2.physY="4" ind.gi.IP_7000.2.physW="14" ind.gi.IP_7000.2.physH="12" ind.gi.IP_7000.3.index="7" ind.gi.IP_7000.3.class="3" ind.gi.IP_7000.3.physX="0" ind.gi.IP_7000.3.physY="0" ind.gi.IP_7000.3.physW="0" ind.gi.IP_7000.3.physH="0" ind.gi.IP_7000.4.index="8" ind.gi.IP_7000.4.class="2" ind.gi.IP_7000.4.physX="0" ind.gi.IP_7000.4.physY="0" ind.gi.IP_7000.4.physW="20" ind.gi.IP_7000.4.physH="20" ind.gi.IP_7000.5.index="9" ind.gi.IP_7000.5.class="2" ind.gi.IP_7000.5.physX="0" ind.gi.IP_7000.5.physY="24" ind.gi.IP_7000.5.physW="0" ind.gi.IP_7000.5.physH="0" ind.gi.IP_7000.6.index="10" ind.gi.IP_7000.6.class="2" ind.gi.IP_7000.6.physX="0" ind.gi.IP_7000.6.physY="45" ind.gi.IP_7000.6.physW="0" ind.gi.IP_7000.6.physH="0" ind.gi.IP_7000.7.index="23" ind.gi.IP_7000.7.class="8" ind.gi.IP_7000.7.physX="0" ind.gi.IP_7000.7.physY="22" ind.gi.IP_7000.7.physW="255" ind.gi.IP_7000.7.physH="76" ind.gi.IP_7000.8.index="25" ind.gi.IP_7000.8.class="9" ind.gi.IP_7000.8.physX="230" ind.gi.IP_7000.8.physY="22" ind.gi.IP_7000.8.physW="20" ind.gi.IP_7000.8.physH="20" ind.gi.IP_7000.9.index="26" ind.gi.IP_7000.9.class="9" ind.gi.IP_7000.9.physX="230" ind.gi.IP_7000.9.physY="42" ind.gi.IP_7000.9.physW="20" ind.gi.IP_7000.9.physH="20" ind.gi.IP_7000.10.index="27" ind.gi.IP_7000.10.class="9" ind.gi.IP_7000.10.physX="230" ind.gi.IP_7000.10.physY="62" ind.gi.IP_7000.10.physW="20" ind.gi.IP_7000.10.physH="20" ind.gi.IP_7000.11.index="28" ind.gi.IP_7000.11.class="9" ind.gi.IP_7000.11.physX="230" ind.gi.IP_7000.11.physY="82" ind.gi.IP_7000.11.physW="20" ind.gi.IP_7000.11.physH="20" ind.gi.IP_7000.12.index="29" ind.gi.IP_7000.12.class="9" ind.gi.IP_7000.12.physX="210" ind.gi.IP_7000.12.physY="22" ind.gi.IP_7000.12.physW="20" ind.gi.IP_7000.12.physH="20" ind.gi.IP_7000.13.index="30" ind.gi.IP_7000.13.class="9" ind.gi.IP_7000.13.physX="210" ind.gi.IP_7000.13.physY="42" ind.gi.IP_7000.13.physW="20" ind.gi.IP_7000.13.physH="20" ind.gi.IP_7000.14.index="31" ind.gi.IP_7000.14.class="9" ind.gi.IP_7000.14.physX="210" ind.gi.IP_7000.14.physY="62" ind.gi.IP_7000.14.physW="20" ind.gi.IP_7000.14.physH="20" ind.gi.IP_7000.15.index="32" ind.gi.IP_7000.15.class="9" ind.gi.IP_7000.15.physX="210" ind.gi.IP_7000.15.physY="82" ind.gi.IP_7000.15.physW="20" ind.gi.IP_7000.15.physH="20" ind.gi.IP_7000.16.index="33" ind.gi.IP_7000.16.class="9" ind.gi.IP_7000.16.physX="190" ind.gi.IP_7000.16.physY="22" ind.gi.IP_7000.16.physW="20" ind.gi.IP_7000.16.physH="20" ind.gi.IP_7000.17.index="34" ind.gi.IP_7000.17.class="9" ind.gi.IP_7000.17.physX="190" ind.gi.IP_7000.17.physY="42" ind.gi.IP_7000.17.physW="20" ind.gi.IP_7000.17.physH="20" ind.gi.IP_7000.18.index="35" ind.gi.IP_7000.18.class="9" ind.gi.IP_7000.18.physX="190" ind.gi.IP_7000.18.physY="62" ind.gi.IP_7000.18.physW="20" ind.gi.IP_7000.18.physH="20" ind.gi.IP_7000.19.index="36" ind.gi.IP_7000.19.class="9" ind.gi.IP_7000.19.physX="190" ind.gi.IP_7000.19.physY="82" ind.gi.IP_7000.19.physW="20" ind.gi.IP_7000.19.physH="20" ind.gi.IP_7000.20.index="37" ind.gi.IP_7000.20.class="10" ind.gi.IP_7000.20.physX="40" ind.gi.IP_7000.20.physY="0" ind.gi.IP_7000.20.physW="20" ind.gi.IP_7000.20.physH="20" />
</gi>
</Assignments>
</indicators>
<logging>
<level>
<change log.level.change.so="4" log.level.change.app1="4" log.level.change.sip="4" log.level.change.sspsc="4" log.level.change.ssps="4" log.level.change.pps="4" log.level.change.net="4" log.level.change.cfg="4" log.level.change.cdp="4" log.level.change.lldp="4" log.level.change.pmt="4" log.level.change.ftp="4" log.level.change.ares="4" log.level.change.dns="4" log.level.change.cxss="4" log.level.change.httpd="4" log.level.change.rdisk="4" log.level.change.copy="4" log.level.change.slog="4" log.level.change.res="4" log.level.change.key="4" log.level.change.log="4" log.level.change.curl="4" log.level.change.rtos="4" log.level.change.mb="4" log.level.change.ib="4" log.level.change.sotet="4" log.level.change.ttrs="4" log.level.change.usb="4" log.level.change.srtp="4" log.level.change.clink="4" log.level.change.pnetm="4" log.level.change.peer="4" log.level.change.efk="4" log.level.change.ldap="4" log.level.change.cmr="4" log.level.change.cmp="4" log.level.change.usbio="4" log.level.change.pres="4" log.level.change.pwrsv="4" log.level.change.h323="4" log.level.change.wmgr="4" log.level.change.push="4" log.level.change.poll="4" />
</level>
<render log.render.level="1" log.render.type="2" log.render.realtime="1" log.render.stdout="1" log.render.file="1" log.render.file.size="16" log.render.file.upload.period="172800" log.render.file.upload.append="1" log.render.file.upload.append.sizeLimit="512" log.render.file.upload.append.limitMode="delete" />
<scheduled log.sched.1.name="showCpuLoad" log.sched.1.level="3" log.sched.1.period="15" log.sched.1.startMode="rel" log.sched.1.startTime="0" log.sched.1.startDay="0" log.sched.2.name="" log.sched.2.level="" log.sched.2.period="" log.sched.2.startMode="" log.sched.2.startTime="" log.sched.2.startDay="" />
</logging>
<security sec.tagSerialNo="0">
<pwd>
<length sec.pwd.length.admin="1" sec.pwd.length.user="2" />
</pwd>
<encryption>
<upload sec.encryption.upload.dir="0" sec.encryption.upload.overrides="0" />
</encryption>
<SRTP sec.srtp.enable="" sec.srtp.leg.enable="" sec.srtp.offer="" sec.srtp.require="" sec.srtp.offer.HMAC_SHA1_80="" sec.srtp.offer.HMAC_SHA1_32="" sec.srtp.requireMatchingTag="" sec.srtp.key.lifetime="" sec.srtp.mki.enabled="" sec.srtp.sessionParams.noAuth.offer="" sec.srtp.sessionParams.noAuth.require="" sec.srtp.sessionParams.noEncrypRTP.offer="" sec.srtp.sessionParams.noEncrypRTP.require="" sec.srtp.sessionParams.noEncrypRTCP.offer="" sec.srtp.sessionParams.noEncrypRTCP.require="" sec.srtp.sessionParams.leg.noAuth.offer="" sec.srtp.sessionParams.leg.noAuth.require="" sec.srtp.sessionParams.leg.noEncrypRTP.offer="" sec.srtp.sessionParams.leg.noEncrypRTP.require="" sec.srtp.sessionParams.leg.noEncrypRTCP.offer="" sec.srtp.sessionParams.leg.noEncrypRTCP.require="" sec.srtp.sessionParams.IP_4000.noAuth.offer="" sec.srtp.sessionParams.IP_4000.noAuth.require="" sec.srtp.sessionParams.IP_4000.noEncrypRTP.offer="" sec.srtp.sessionParams.IP_4000.noEncrypRTP.require="" sec.srtp.sessionParams.IP_4000.noEncrypRTCP.offer="" sec.srtp.sessionParams.IP_4000.noEncrypRTCP.require="" sec.srtp.leg.allowLocalConf="" />
<H235 sec.H235.mediaEncryption.enabled="1" sec.H235.mediaEncryption.offer="0" sec.H235.mediaEncryption.require="0" />
</security>
<license license.polling.time="02:00" />
<provisioning prov.fileSystem.rfs0.minFreeSpace="5" prov.fileSystem.ffs0.4meg.minFreeSpace="420" prov.fileSystem.ffs0.8meg.minFreeSpace="512" prov.fileSystem.ffs0.2meg.minFreeSpace="48" prov.polling.enabled="0" prov.polling.mode="abs" prov.polling.period="86400" prov.polling.time="03:00" prov.quickSetup.enabled="" />
<RAMdisk ramdisk.enable="1" ramdisk.bytesPerBlock="0" ramdisk.blocksPerTrack="0" ramdisk.nBlocks="4096" ramdisk.nBlocks.IP_650="2048" ramdisk.minsize="50" ramdisk.minfree="3150" />
<request>
<delay request.delay.type="call" />
</request>
<feature feature.1.name="presence" feature.1.enabled="1" feature.2.name="messaging" feature.2.enabled="1" feature.3.name="directory" feature.3.enabled="1" feature.4.name="calllist" feature.4.enabled="1" feature.5.name="ring-download" feature.5.enabled="1" feature.6.name="calllist-received" feature.6.enabled="1" feature.7.name="calllist-placed" feature.7.enabled="1" feature.8.name="calllist-missed" feature.8.enabled="1" feature.9.name="url-dialing" feature.9.enabled="1" feature.10.name="call-park" feature.10.enabled="1" feature.11.name="group-call-pickup" feature.11.enabled="1" feature.12.name="directed-call-pickup" feature.12.enabled="1" feature.13.name="last-call-return" feature.13.enabled="1" feature.14.name="acd-login-logout" feature.14.enabled="0" feature.15.name="acd-agent-availability" feature.15.enabled="0" feature.16.name="nway-conference" feature.16.enabled="0" feature.17.name="call-recording" feature.17.enabled="1" feature.18.name="enhanced-feature-keys" feature.18.enabled="1" feature.19.name="corporate-directory" feature.19.enabled="1" feature.20.name="picture-frame" feature.20.enabled="1" />
<resource>
<finder res.finder.sizeLimit="300" res.finder.minFree="600" />
<quotas res.quotas.1.name="tone" res.quotas.1.value="300" res.quotas.2.name="bitmap" res.quotas.2.value="10" res.quotas.3.name="font" res.quotas.3.value="10" res.quotas.4.name="xmlui" res.quotas.4.value="10" res.quotas.5.name="background" res.quotas.5.value="600" />
</resource>
<microbrowser mb.proxy="" mb.ssawc.call.mode="" mb.ssawc.enabled="">
<main mb.main.home="" mb.main.idleTimeout="" mb.main.statusbar="" mb.main.autoBackKey="1" />
<idleDisplay mb.idleDisplay.home="" mb.idleDisplay.refresh="0" />
<limits mb.limits.nodes="" mb.limits.cache="" />
</microbrowser>
<applications>
<telNotification apps.telNotification.URL="" apps.telNotification.incomingEvent="0" apps.telNotification.outgoingEvent="0" apps.telNotification.onhookEvent="0" apps.telNotification.offhookEvent="0" />
<statePolling apps.statePolling.URL="" apps.statePolling.username="" apps.statePolling.password="" />
<push apps.push.messageType="0" apps.push.serverRootURL="" apps.push.username="" apps.push.password="" />
</applications>
<pnet pnet.role="" pnet.hdx.ext="" pnet.remoteCall.localDialtone="" pnet.remoteCall.callProgAtten="" />
<usb>
<set1 usb.set1.device.1.vendor="" usb.set1.device.1.product="" />
</usb>
<dns>
<staticCache>
<NAPTR dns.cache.NAPTR.1.name="" dns.cache.NAPTR.1.ttl="" dns.cache.NAPTR.1.order="" dns.cache.NAPTR.1.preference="" dns.cache.NAPTR.1.flags="" dns.cache.NAPTR.1.service="" dns.cache.NAPTR.1.regexp="" dns.cache.NAPTR.1.replacement="" />
<SRV dns.cache.SRV.1.name="" dns.cache.SRV.1.ttl="" dns.cache.SRV.1.priority="" dns.cache.SRV.1.weight="" dns.cache.SRV.1.port="" dns.cache.SRV.1.target="" />
<A dns.cache.A.1.name="" dns.cache.A.1.ttl="" dns.cache.A.1.address="" />
</staticCache>
</dns>
<softkey softkey.1.label="" softkey.1.action="" softkey.1.enable="" softkey.1.precede="" softkey.1.use.idle="" softkey.1.use.active="" softkey.1.use.alerting="" softkey.1.use.dialtone="" softkey.1.use.proceeding="" softkey.1.use.setup="" softkey.1.use.hold="" softkey.feature.newcall="1" softkey.feature.endcall="1" softkey.feature.split="1" softkey.feature.join="1" softkey.feature.forward="1" softkey.feature.directories="" softkey.feature.callers="" softkey.feature.mystatus="0" softkey.feature.buddies="1" softkey.feature.basicCallManagement.redundant="1" />
<powerSaving powerSaving.enable="1" powerSaving.officeHours.startHour.monday="8" powerSaving.officeHours.duration.monday="10" powerSaving.officeHours.startHour.tuesday="8" powerSaving.officeHours.duration.tuesday="10" powerSaving.officeHours.startHour.wednesday="8" powerSaving.officeHours.duration.wednesday="10" powerSaving.officeHours.startHour.thursday="8" powerSaving.officeHours.duration.thursday="10" powerSaving.officeHours.startHour.friday="8" powerSaving.officeHours.duration.friday="10" powerSaving.officeHours.startHour.saturday="8" powerSaving.officeHours.duration.saturday="0" powerSaving.officeHours.startHour.sunday="8" powerSaving.officeHours.duration.sunday="0" powerSaving.idleTimeout.officeHours="10" powerSaving.idleTimeout.offHours="1" powerSaving.idleTimeout.userInputExtension="10" powerSaving.userDetectionSensitivity.officeHours="7" powerSaving.userDetectionSensitivity.offHours="2" />
</sip>
@@ -0,0 +1,90 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Example Per-phone Configuration File -->
<!-- $RCSfile: phone1.cfg,v $ $Revision: 1.121.4.5 $ -->
<phone1>
<reg
reg.1.displayName="{v_line1_user_id}"
reg.1.address="{v_line1_user_id}"
reg.1.label="Line"
reg.1.type="private"
reg.1.lcs=""
reg.1.thirdPartyName="{v_line1_displayname}"
reg.1.auth.userId="{v_line1_user_id}"
reg.1.auth.password="{v_line1_user_password}"
reg.1.lineKeys="1"
reg.1.auth.optimizedInFailover=""
reg.1.server.1.address="{domain_name}"
reg.1.server.1.port="5060"
reg.1.server.1.transport="DNSsnaptr"
reg.1.server.2.transport="DNSnaptr"
reg.1.server.1.expires=""
reg.1.server.1.expires.overlap=""
reg.1.server.1.register=""
reg.1.server.1.retryTimeOut=""
reg.1.server.1.retryMaxCount=""
reg.1.server.1.expires.lineSeize=""
reg.2.displayName="{v_line2_user_id}"
reg.2.address="{v_line2_user_id}"
reg.2.label="Line"
reg.2.type="private"
reg.2.lcs=""
reg.2.thirdPartyName="{v_line2_displayname}"
reg.2.auth.userId="{v_line2_user_id}"
reg.2.auth.password="{v_line2_user_password}"
reg.2.lineKeys="1"
reg.2.auth.optimizedInFailover=""
reg.2.server.1.address="{domain_name}"
reg.2.server.1.port="5060"
reg.2.server.1.transport="DNSsnaptr"
reg.2.server.2.transport="DNSnaptr"
reg.2.server.1.expires=""
reg.2.server.1.expires.overlap=""
reg.2.server.1.register=""
reg.2.server.1.retryTimeOut=""
reg.2.server.1.retryMaxCount=""
reg.2.server.1.expires.lineSeize=""
reg.3.displayName="{v_line3_user_id}"
reg.3.address="{v_line3_user_id}"
reg.3.label="Line"
reg.3.type="private"
reg.3.lcs=""
reg.3.thirdPartyName="{v_line3_displayname}"
reg.3.auth.userId="{v_line3_user_id}"
reg.3.auth.password="{v_line3_user_password}"
reg.3.lineKeys="1"
reg.3.auth.optimizedInFailover=""
reg.3.server.1.address="{domain_name}"
reg.3.server.1.port="5060"
reg.3.server.1.transport="DNSsnaptr"
reg.3.server.2.transport="DNSnaptr"
reg.3.server.1.expires=""
reg.3.server.1.expires.overlap=""
reg.3.server.1.register=""
reg.3.server.1.retryTimeOut=""
reg.3.server.1.retryMaxCount=""
reg.3.server.1.expires.lineSeize="" />
<msg msg.bypassInstantMessage="1">
<mwi
msg.mwi.1.subscribe=""
msg.mwi.1.callBackMode="contact"
msg.mwi.1.callBack="*97"
msg.mwi.2.subscribe=""
msg.mwi.2.callBackMode="disabled"
msg.mwi.2.callBack=""
msg.mwi.3.subscribe=""
msg.mwi.3.callBackMode="disabled"
msg.mwi.3.callBack=""
msg.mwi.4.subscribe=""
msg.mwi.4.callBackMode="disabled"
msg.mwi.4.callBack=""
msg.mwi.5.subscribe=""
msg.mwi.5.callBackMode="disabled"
msg.mwi.5.callBack=""
msg.mwi.6.subscribe=""
msg.mwi.6.callBackMode="disabled"
msg.mwi.6.callBack=""/>
</msg>
</phone1>
@@ -0,0 +1,17 @@
<?xml version="1.0" standalone="yes"?>
<!-- Default Master SIP Configuration File-->
<!-- For information on configuring Polycom VoIP phones please refer to the -->
<!-- Configuration File Management white paper available from: -->
<!-- http://www.polycom.com/common/documents/whitepapers/configuration_file_management_on_soundpoint_ip_phones.pdf -->
<!-- $RCSfile: 000000000000.cfg,v $ $Revision: 1.21.20.3 $ -->
<APPLICATION APP_FILE_PATH="sip.ld" CONFIG_FILES="{v_mac}-registration.cfg, phone1.cfg, sip.cfg, custom.cfg" MISC_FILES="" LOG_FILE_DIRECTORY="logs" OVERRIDES_DIRECTORY="overrides" CONTACTS_DIRECTORY="contacts" LICENSE_DIRECTORY="">
<APPLICATION_VVX1500 CONFIG_FILES_VVX1500="phone1.cfg, sip.cfg"/>
<!-- Change sip_vvx1500.cfg to sip_vvx1500_H323.cfg to enable H.323 if so licensed -->
<APPLICATION_SPIP300 APP_FILE_PATH_SPIP300="sip_212.ld" CONFIG_FILES_SPIP300="phone1_212.cfg, sip_212.cfg"/>
<APPLICATION_SPIP500 APP_FILE_PATH_SPIP500="sip_212.ld" CONFIG_FILES_SPIP500="phone1_212.cfg, sip_212.cfg"/>
<APPLICATION_SPIP301 APP_FILE_PATH_SPIP301="sip_313.ld" CONFIG_FILES_SPIP301="phone1_313.cfg, sip_313.cfg"/>
<APPLICATION_SPIP501 APP_FILE_PATH_SPIP501="sip_313.ld" CONFIG_FILES_SPIP501="phone1_313.cfg, sip_313.cfg"/>
<APPLICATION_SPIP600 APP_FILE_PATH_SPIP600="sip_313.ld" CONFIG_FILES_SPIP600="phone1_313.cfg, sip_313.cfg"/>
<APPLICATION_SPIP601 APP_FILE_PATH_SPIP601="sip_313.ld" CONFIG_FILES_SPIP601="phone1_313.cfg, sip_313.cfg"/>
<APPLICATION_SSIP4000 APP_FILE_PATH_SSIP4000="sip_313.ld" CONFIG_FILES_SSIP4000="phone1_313.cfg, sip_313.cfg"/>
</APPLICATION>
File diff suppressed because one or more lines are too long
@@ -0,0 +1,726 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- SIP Application Configuration File -->
<!-- $RCSfile: sip.cfg,v $ $Revision: 1.558.2.3.2.19 $ -->
<sip>
<voIpProt>
<server voIpProt.server.1.address="" voIpProt.server.1.port="" voIpProt.server.1.transport="DNSnaptr" voIpProt.server.1.expires="" voIpProt.server.1.expires.overlap="" voIpProt.server.1.register="1" voIpProt.server.1.retryTimeOut="0" voIpProt.server.1.retryMaxCount="0" voIpProt.server.1.expires.lineSeize="30" voIpProt.server.1.lcs="" voIpProt.server.1.failOver.reRegisterOn="" voIpProt.server.1.failOver.failRegistrationOn="" voIpProt.server.1.failOver.failBack.mode="" voIpProt.server.1.failOver.failBack.timeout="" voIpProt.server.2.address="" voIpProt.server.2.port="" voIpProt.server.2.transport="DNSnaptr" voIpProt.server.2.expires="" voIpProt.server.2.expires.overlap="" voIpProt.server.2.register="1" voIpProt.server.2.retryTimeOut="0" voIpProt.server.2.retryMaxCount="0" voIpProt.server.2.expires.lineSeize="30" voIpProt.server.2.lcs="" voIpProt.server.2.failOver.reRegisterOn="" voIpProt.server.2.failOver.failRegistrationOn="" voIpProt.server.2.failOver.failBack.mode="" voIpProt.server.2.failOver.failBack.timeout="" voIpProt.server.dhcp.available="" voIpProt.server.dhcp.option="" voIpProt.server.dhcp.type="" voIpProt.server.H323.1.address="" voIpProt.server.H323.1.port="" voIpProt.server.H323.1.expires=""></server>
<SIP voIpProt.SIP.enable="1" voIpProt.SIP.local.port="5060" voIpProt.SIP.useRFC2543hold="0" voIpProt.SIP.useSendonlyHold="1" voIpProt.SIP.lcs="0" voIpProt.SIP.csta="0" voIpProt.SIP.sendCompactHdrs="0" voIpProt.SIP.keepalive.sessionTimers="0" voIpProt.SIP.requestURI.E164.addGlobalPrefix="" voIpProt.SIP.allowTransferOnProceeding="" voIpProt.SIP.ms-forking="" voIpProt.SIP.pingInterval="" voIpProt.SIP.useContactInReferTo="" voIpProt.SIP.serverFeatureControl.dnd="" voIpProt.SIP.serverFeatureControl.localProcessing.dnd="" voIpProt.SIP.serverFeatureControl.cf="" voIpProt.SIP.serverFeatureControl.localProcessing.cf="" voIpProt.SIP.authOptimizedInFailover="" voIpProt.SIP.strictLineSeize="" voIpProt.SIP.lineSeize.retries="" voipPort.SIP.useCompleteUriForRetrieve="1" voIpProt.SIP.strictUserValidation="" voIpProt.SIP.header.warning.enable="0" voIpProt.SIP.header.warning.codes.accept="" voIpProt.SIP.header.diversion.enable="0" voIpProt.SIP.header.diversion.list.useFirst="1" voIpProt.SIP.acd.signalingMethod="" voIpProt.SIP.tcpFastFailover="" voIpProt.SIP.strictReplacesHeader="" voIpProt.SIP.use486forReject="" voIpProt.SIP.dtmfViaSignaling.rfc2976="">
<outboundProxy voIpProt.SIP.outboundProxy.address="" voIpProt.SIP.outboundProxy.port="5060" voIpProt.SIP.outboundProxy.transport="DNSnaptr" voIpProt.SIP.outboundProxy.failOver.reRegisterOn="" voIpProt.SIP.outboundProxy.failOver.failRegistrationOn="" voIpProt.SIP.outboundProxy.failOver.failBack.mode="" voIpProt.SIP.outboundProxy.failOver.failBack.timeout="" />
<alertInfo voIpProt.SIP.alertInfo.1.value="" voIpProt.SIP.alertInfo.1.class="" />
<requestValidation voIpProt.SIP.requestValidation.1.request="" voIpProt.SIP.requestValidation.1.method="" voIpProt.SIP.requestValidation.1.request.1.event="">
<digest voIpProt.SIP.requestValidation.digest.realm="PolycomSPIP" />
</requestValidation>
<specialEvent voIpProt.SIP.specialEvent.lineSeize.nonStandard="1" voIpProt.SIP.specialEvent.checkSync.alwaysReboot="0" />
<conference voIpProt.SIP.conference.address="" />
<dialog voIpProt.SIP.dialog.useSDP="" voIpProt.SIP.dialog.usePvalue="" />
<connectionReuse voIpProt.SIP.connectionReuse.useAlias="0" />
<SDP voIpProt.SDP.useLegacyPayloadTypeNegotiation="">
<offer voIpProt.SDP.offer.iLBC.13_33kbps.includeMode="" />
<answer voIpProt.SDP.answer.useLocalPreferences="" />
<early voIpProt.SDP.early.answerOrOffer="" />
</SDP>
<musicOnHold voIpProt.SIP.musicOnHold.uri="" />
<compliance>
<RFC3261>
<validate voIpProt.SIP.compliance.RFC3261.validate.contentLanguage="" voIpProt.SIP.compliance.RFC3261.validate.contentLength="" voIpProt.SIP.compliance.RFC3261.validate.uriScheme="" />
</RFC3261>
</compliance>
</SIP>
<H323 voIpProt.H323.enable="0" voIpProt.H323.local.port="1720" voIpProt.H323.autoGateKeeperDiscovery="0" voIpProt.H323.dtmfViaSignaling.enabled="1" voIpProt.H323.dtmfViaSignaling.H245alphanumericMode="1" voIpProt.H323.dtmfViaSignaling.H245signalMode="1" voIpProt.H323.blockFacilityOnStartH245="0" />
</voIpProt>
<dialplan dialplan.impossibleMatchHandling="0" dialplan.removeEndOfDial="1" dialplan.applyToUserSend="1" dialplan.applyToRemoteDialing="0" dialplan.applyToUserDial="1" dialplan.applyToCallListDial="0" dialplan.applyToDirectoryDial="0" dialplan.applyToTelUriDial="1">
<digitmap dialplan.digitmap="[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[2-9]xxxT" dialplan.digitmap.timeOut="3|3|3|3|3|3" />
<routing>
<server dialplan.routing.server.1.address="" dialplan.routing.server.1.port="5060" />
<emergency dialplan.routing.emergency.1.value="911" dialplan.routing.emergency.1.server.1="1" />
</routing>
</dialplan>
<localization>
<multilingual>
<language lcl.ml.lang="">
<menu lcl.ml.lang.menu.1="Chinese_China" lcl.ml.lang.menu.1.label="简体中文 (zh-cn)" lcl.ml.lang.menu.2="Danish_Denmark" lcl.ml.lang.menu.2.label="Dansk (da-dk)" lcl.ml.lang.menu.3="Dutch_Netherlands" lcl.ml.lang.menu.3.label="Nederlands (nl-nl)" lcl.ml.lang.menu.4="English_Canada" lcl.ml.lang.menu.4.label="English (en-ca)" lcl.ml.lang.menu.5="English_United_Kingdom" lcl.ml.lang.menu.5.label="English (en-gb)" lcl.ml.lang.menu.6="English_United_States" lcl.ml.lang.menu.6.label="English (en-us)" lcl.ml.lang.menu.7="French_France" lcl.ml.lang.menu.7.label="Français (fr-fr)" lcl.ml.lang.menu.8="German_Germany" lcl.ml.lang.menu.8.label="Deutsch (de-de)" lcl.ml.lang.menu.9="Italian_Italy" lcl.ml.lang.menu.9.label="Italiano (it-it)" lcl.ml.lang.menu.10="Japanese_Japan" lcl.ml.lang.menu.10.label="日本語 (ja-jp)" lcl.ml.lang.menu.11="Korean_Korea" lcl.ml.lang.menu.11.label="한국어 (ko-kr)" lcl.ml.lang.menu.12="Norwegian_Norway" lcl.ml.lang.menu.12.label="Norsk (no-no)" lcl.ml.lang.menu.13="Polish_Poland" lcl.ml.lang.menu.13.label="Polski (pl-pl)" lcl.ml.lang.menu.14="Portuguese_Portugal" lcl.ml.lang.menu.14.label="Português (pt-br)" lcl.ml.lang.menu.15="Russian_Russia" lcl.ml.lang.menu.15.label="Русский (ru-ru)" lcl.ml.lang.menu.16="Slovenian_Slovenia" lcl.ml.lang.menu.16.label="Slovenski (sl-si)" lcl.ml.lang.menu.17="Spanish_Spain" lcl.ml.lang.menu.17.label="Español (es-es)" lcl.ml.lang.menu.18="Swedish_Sweden" lcl.ml.lang.menu.18.label="Svenska (sv-se)" />
<clock lcl.ml.lang.clock.1.24HourClock="1" lcl.ml.lang.clock.1.format="D,dM" lcl.ml.lang.clock.1.longFormat="1" lcl.ml.lang.clock.1.dateTop="1" lcl.ml.lang.clock.2.24HourClock="1" lcl.ml.lang.clock.2.format="D,dM" lcl.ml.lang.clock.2.longFormat="1" lcl.ml.lang.clock.2.dateTop="1" lcl.ml.lang.clock.3.24HourClock="1" lcl.ml.lang.clock.3.format="D,dM" lcl.ml.lang.clock.3.longFormat="1" lcl.ml.lang.clock.3.dateTop="1" lcl.ml.lang.clock.4.24HourClock="0" lcl.ml.lang.clock.4.format="D,Md" lcl.ml.lang.clock.4.longFormat="1" lcl.ml.lang.clock.4.dateTop="1" lcl.ml.lang.clock.5.24HourClock="0" lcl.ml.lang.clock.5.format="D,Md" lcl.ml.lang.clock.5.longFormat="1" lcl.ml.lang.clock.5.dateTop="1" lcl.ml.lang.clock.6.24HourClock="0" lcl.ml.lang.clock.6.format="D,Md" lcl.ml.lang.clock.6.longFormat="1" lcl.ml.lang.clock.6.dateTop="1" lcl.ml.lang.clock.7.24HourClock="1" lcl.ml.lang.clock.7.format="D,dM" lcl.ml.lang.clock.7.longFormat="1" lcl.ml.lang.clock.7.dateTop="1" lcl.ml.lang.clock.8.24HourClock="1" lcl.ml.lang.clock.8.format="D,dM" lcl.ml.lang.clock.8.longFormat="1" lcl.ml.lang.clock.8.dateTop="1" lcl.ml.lang.clock.9.24HourClock="1" lcl.ml.lang.clock.9.format="D,dM" lcl.ml.lang.clock.9.longFormat="1" lcl.ml.lang.clock.9.dateTop="1" lcl.ml.lang.clock.10.24HourClock="1" lcl.ml.lang.clock.10.format="Md,D" lcl.ml.lang.clock.10.longFormat="1" lcl.ml.lang.clock.10.dateTop="1" lcl.ml.lang.clock.11.24HourClock="1" lcl.ml.lang.clock.11.format="D,dM" lcl.ml.lang.clock.11.longFormat="1" lcl.ml.lang.clock.11.dateTop="1" lcl.ml.lang.clock.12.24HourClock="1" lcl.ml.lang.clock.12.format="D,dM" lcl.ml.lang.clock.12.longFormat="1" lcl.ml.lang.clock.12.dateTop="1" lcl.ml.lang.clock.13.24HourClock="1" lcl.ml.lang.clock.13.format="D,dM" lcl.ml.lang.clock.13.longFormat="1" lcl.ml.lang.clock.13.dateTop="1" lcl.ml.lang.clock.14.24HourClock="1" lcl.ml.lang.clock.14.format="D,dM" lcl.ml.lang.clock.14.longFormat="1" lcl.ml.lang.clock.14.dateTop="1" lcl.ml.lang.clock.15.24HourClock="1" lcl.ml.lang.clock.15.format="D,dM" lcl.ml.lang.clock.15.longFormat="1" lcl.ml.lang.clock.15.dateTop="1" lcl.ml.lang.clock.16.24HourClock="1" lcl.ml.lang.clock.16.format="D,dM" lcl.ml.lang.clock.16.longFormat="1" lcl.ml.lang.clock.16.dateTop="1" lcl.ml.lang.clock.17.24HourClock="1" lcl.ml.lang.clock.17.format="D,dM" lcl.ml.lang.clock.17.longFormat="1" lcl.ml.lang.clock.17.dateTop="1" lcl.ml.lang.clock.18.24HourClock="1" lcl.ml.lang.clock.18.format="D,dM" lcl.ml.lang.clock.18.longFormat="1" lcl.ml.lang.clock.18.dateTop="1" />
<list lcl.ml.lang.IP_500.list="2,3,4,5,6,7,8,9,12,13,14,15,16,17,18" lcl.ml.lang.IP_600.list="All" lcl.ml.lang.IP_4000.list="2,3,4,5,6,7,8,9,12,13,14,15,17,18" />
<tags lcl.ml.lang.tags.1="zh-cn,zh;q=0.9,en;q=0.8" lcl.ml.lang.tags.2="da-dk,da;q=0.9,en;q=0.8" lcl.ml.lang.tags.3="nl-nl,nl;q=0.9,en;q=0.8" lcl.ml.lang.tags.4="en-ca,en;q=0.9" lcl.ml.lang.tags.5="en-gb,en;q=0.9" lcl.ml.lang.tags.6="en-us,en;q=0.9" lcl.ml.lang.tags.7="fr-fr,fr;q=0.9,en;q=0.8" lcl.ml.lang.tags.8="de-de,de;q=0.9,en;q=0.8" lcl.ml.lang.tags.9="it-it,it;q=0.9,en;q=0.8" lcl.ml.lang.tags.10="ja-jp,ja;q=0.9,en;q=0.8" lcl.ml.lang.tags.11="ko-kr,ko;q=0.9,en;q=0.8" lcl.ml.lang.tags.12="no-no,no;q=0.9,en;q=0.8" lcl.ml.lang.tags.13="pl-pl,pl;q=0.9,en;q=0.8" lcl.ml.lang.tags.14="pt-pt,pt;q=0.9,en;q=0.8" lcl.ml.lang.tags.15="ru-ru,ru;q=0.9,en;q=0.8" lcl.ml.lang.tags.16="sl-si,sl;q=0.9,en;q=0.8" lcl.ml.lang.tags.17="es-es,es;q=0.9,en;q=0.8" lcl.ml.lang.tags.18="sv-se,sv;q=0.9,en;q=0.8" />
</language>
</multilingual>
<datetime>
<time lcl.datetime.time.24HourClock="0" />
<date lcl.datetime.date.format="D,Md" lcl.datetime.date.longFormat="1" lcl.datetime.date.dateTop="1" />
</datetime>
</localization>
<user_preferences up.headsetMode="0" up.useDirectoryNames="0" up.oneTouchVoiceMail="0" up.welcomeSoundEnabled="1" up.welcomeSoundOnWarmBootEnabled="0" up.localClockEnabled="1" up.backlight.onIntensity="" up.backlight.idleIntensity="" up.mwiVisible="0" up.toneControl.bass="" up.toneControl.treble="" up.audioSetup.auxInput="" up.audioSetup.auxOutput="" up.idleTimeout="" up.handsfreeMode="1" up.numberFirstCID="0" up.prioritizeBackgroundMenuItem.enabled="1" up.idleBrowser.enabled="" up.screenCapture.enabled="0" up.manualProtocolRouting="1" up.manualProtocolRouting.softKeys="1" up.enableCallTypePrompt="1" up.callTypePromptPref="1" />
<tones>
<DTMF tone.dtmf.level="-15" tone.dtmf.onTime="50" tone.dtmf.offTime="50" tone.dtmf.chassis.masking="0" tone.dtmf.stim.pac.offHookOnly="0" tone.dtmf.viaRtp="1" tone.dtmf.rfc2833Control="1" tone.dtmf.rfc2833Payload="127" />
<chord_sets>
<CALLPROGRESS>
<DIAL_TONE tone.chord.callProg.1.freq.1="350" tone.chord.callProg.1.level.1="-19" tone.chord.callProg.1.freq.2="440" tone.chord.callProg.1.level.2="-19" tone.chord.callProg.1.onDur="0" tone.chord.callProg.1.offDur="0" tone.chord.callProg.1.repeat="0" />
<BUSY_TONE tone.chord.callProg.2.freq.1="480" tone.chord.callProg.2.level.1="-30" tone.chord.callProg.2.freq.2="620" tone.chord.callProg.2.level.2="-30" tone.chord.callProg.2.onDur="500" tone.chord.callProg.2.offDur="500" tone.chord.callProg.2.repeat="0" />
<RINGBACK tone.chord.callProg.3.freq.1="440" tone.chord.callProg.3.level.1="-25" tone.chord.callProg.3.freq.2="480" tone.chord.callProg.3.level.2="-25" tone.chord.callProg.3.onDur="2000" tone.chord.callProg.3.offDur="4000" tone.chord.callProg.3.repeat="0" />
<REORDER tone.chord.callProg.4.freq.1="480" tone.chord.callProg.4.level.1="-30" tone.chord.callProg.4.freq.2="620" tone.chord.callProg.4.level.2="-30" tone.chord.callProg.4.onDur="250" tone.chord.callProg.4.offDur="250" tone.chord.callProg.4.repeat="0" />
<STUTTER_3 tone.chord.callProg.5.freq.1="350" tone.chord.callProg.5.level.1="-19" tone.chord.callProg.5.freq.2="440" tone.chord.callProg.5.level.2="-19" tone.chord.callProg.5.onDur="100" tone.chord.callProg.5.offDur="100" tone.chord.callProg.5.repeat="3" />
<CALL_WAITING tone.chord.callProg.6.freq.1="440" tone.chord.callProg.6.level.1="-19" tone.chord.callProg.6.onDur="300" tone.chord.callProg.6.offDur="10000" tone.chord.callProg.6.repeat="2" />
<HOWLER tone.chord.callProg.7.freq.1="900" tone.chord.callProg.7.level.1="-12" tone.chord.callProg.7.freq.2="1100" tone.chord.callProg.7.level.2="-12" tone.chord.callProg.7.freq.3="1300" tone.chord.callProg.7.level.3="-12" tone.chord.callProg.7.freq.4="1500" tone.chord.callProg.7.level.4="-12" tone.chord.callProg.7.onDur="100" tone.chord.callProg.7.offDur="100" tone.chord.callProg.7.repeat="0" />
<REC_WARNING tone.chord.callProg.8.freq.1="1400" tone.chord.callProg.8.level.1="-25" tone.chord.callProg.8.onDur="500" tone.chord.callProg.8.offDur="0" tone.chord.callProg.8.repeat="1" />
<STUTTER_LONG tone.chord.callProg.9.freq.1="350" tone.chord.callProg.9.level.1="-19" tone.chord.callProg.9.freq.2="440" tone.chord.callProg.9.level.2="-19" tone.chord.callProg.9.onDur="100" tone.chord.callProg.9.offDur="100" tone.chord.callProg.9.repeat="6" />
<INTERCOM tone.chord.callProg.10.freq.1="550" tone.chord.callProg.10.level.1="-19" tone.chord.callProg.10.onDur="500" tone.chord.callProg.10.offDur="0" tone.chord.callProg.10.repeat="1" />
</CALLPROGRESS>
<RINGER>
<SINGLE_NOTES>
<F2 tone.chord.ringer.1.freq.1="349" tone.chord.ringer.1.level.1="-10" tone.chord.ringer.1.onDur="100" tone.chord.ringer.1.offDur="0" tone.chord.ringer.1.repeat="1" />
<Gb2 tone.chord.ringer.2.freq.1="370" tone.chord.ringer.2.level.1="-10" tone.chord.ringer.2.onDur="100" tone.chord.ringer.2.offDur="0" tone.chord.ringer.2.repeat="1" />
<G2 tone.chord.ringer.3.freq.1="392" tone.chord.ringer.3.level.1="-10" tone.chord.ringer.3.onDur="100" tone.chord.ringer.3.offDur="0" tone.chord.ringer.3.repeat="1" />
<Ab2 tone.chord.ringer.4.freq.1="415" tone.chord.ringer.4.level.1="-10" tone.chord.ringer.4.onDur="100" tone.chord.ringer.4.offDur="0" tone.chord.ringer.4.repeat="1" />
<A3 tone.chord.ringer.5.freq.1="440" tone.chord.ringer.5.level.1="-10" tone.chord.ringer.5.onDur="100" tone.chord.ringer.5.offDur="0" tone.chord.ringer.5.repeat="1" />
<Bb3 tone.chord.ringer.6.freq.1="466" tone.chord.ringer.6.level.1="-10" tone.chord.ringer.6.onDur="100" tone.chord.ringer.6.offDur="0" tone.chord.ringer.6.repeat="1" />
<B3 tone.chord.ringer.7.freq.1="494" tone.chord.ringer.7.level.1="-10" tone.chord.ringer.7.onDur="100" tone.chord.ringer.7.offDur="0" tone.chord.ringer.7.repeat="1" />
<C3 tone.chord.ringer.8.freq.1="523" tone.chord.ringer.8.level.1="-10" tone.chord.ringer.8.onDur="100" tone.chord.ringer.8.offDur="0" tone.chord.ringer.8.repeat="1" />
<Db3 tone.chord.ringer.9.freq.1="554" tone.chord.ringer.9.level.1="-10" tone.chord.ringer.9.onDur="100" tone.chord.ringer.9.offDur="0" tone.chord.ringer.9.repeat="1" />
<D3 tone.chord.ringer.10.freq.1="587" tone.chord.ringer.10.level.1="-10" tone.chord.ringer.10.onDur="100" tone.chord.ringer.10.offDur="0" tone.chord.ringer.10.repeat="1" />
<Eb3 tone.chord.ringer.11.freq.1="622" tone.chord.ringer.11.level.1="-10" tone.chord.ringer.11.onDur="100" tone.chord.ringer.11.offDur="0" tone.chord.ringer.11.repeat="1" />
<E3 tone.chord.ringer.12.freq.1="659" tone.chord.ringer.12.level.1="-10" tone.chord.ringer.12.onDur="100" tone.chord.ringer.12.offDur="0" tone.chord.ringer.12.repeat="1" />
<F3 tone.chord.ringer.13.freq.1="698" tone.chord.ringer.13.level.1="-10" tone.chord.ringer.13.onDur="100" tone.chord.ringer.13.offDur="0" tone.chord.ringer.13.repeat="1" />
<Gb3 tone.chord.ringer.14.freq.1="740" tone.chord.ringer.14.level.1="-10" tone.chord.ringer.14.onDur="100" tone.chord.ringer.14.offDur="0" tone.chord.ringer.14.repeat="1" />
<G3 tone.chord.ringer.15.freq.1="784" tone.chord.ringer.15.level.1="-10" tone.chord.ringer.15.onDur="100" tone.chord.ringer.15.offDur="0" tone.chord.ringer.15.repeat="1" />
<Ab3 tone.chord.ringer.16.freq.1="830" tone.chord.ringer.16.level.1="-10" tone.chord.ringer.16.onDur="100" tone.chord.ringer.16.offDur="0" tone.chord.ringer.16.repeat="1" />
<A4 tone.chord.ringer.17.freq.1="880" tone.chord.ringer.17.level.1="-10" tone.chord.ringer.17.onDur="100" tone.chord.ringer.17.offDur="0" tone.chord.ringer.17.repeat="1" />
<Bb4 tone.chord.ringer.18.freq.1="932" tone.chord.ringer.18.level.1="-10" tone.chord.ringer.18.onDur="100" tone.chord.ringer.18.offDur="0" tone.chord.ringer.18.repeat="1" />
<B4 tone.chord.ringer.19.freq.1="988" tone.chord.ringer.19.level.1="-10" tone.chord.ringer.19.onDur="100" tone.chord.ringer.19.offDur="0" tone.chord.ringer.19.repeat="1" />
<C4 tone.chord.ringer.20.freq.1="1046" tone.chord.ringer.20.level.1="-10" tone.chord.ringer.20.onDur="100" tone.chord.ringer.20.offDur="0" tone.chord.ringer.20.repeat="1" />
<Db4 tone.chord.ringer.21.freq.1="1109" tone.chord.ringer.21.level.1="-10" tone.chord.ringer.21.onDur="100" tone.chord.ringer.21.offDur="0" tone.chord.ringer.21.repeat="1" />
<D4 tone.chord.ringer.22.freq.1="1175" tone.chord.ringer.22.level.1="-10" tone.chord.ringer.22.onDur="100" tone.chord.ringer.22.offDur="0" tone.chord.ringer.22.repeat="1" />
<Eb4 tone.chord.ringer.23.freq.1="1244" tone.chord.ringer.23.level.1="-10" tone.chord.ringer.23.onDur="100" tone.chord.ringer.23.offDur="0" tone.chord.ringer.23.repeat="1" />
<E4 tone.chord.ringer.24.freq.1="1318" tone.chord.ringer.24.level.1="-10" tone.chord.ringer.24.onDur="100" tone.chord.ringer.24.offDur="0" tone.chord.ringer.24.repeat="1" />
<F4 tone.chord.ringer.25.freq.1="1397" tone.chord.ringer.25.level.1="-10" tone.chord.ringer.25.onDur="100" tone.chord.ringer.25.offDur="0" tone.chord.ringer.25.repeat="1" />
<SPARE_1 tone.chord.ringer.26.freq.1="1000" tone.chord.ringer.26.level.1="-10" tone.chord.ringer.26.onDur="100" tone.chord.ringer.26.offDur="0" tone.chord.ringer.26.repeat="1" />
<SPARE_2 tone.chord.ringer.27.freq.1="1000" tone.chord.ringer.27.level.1="-10" tone.chord.ringer.27.onDur="100" tone.chord.ringer.27.offDur="0" tone.chord.ringer.27.repeat="1" />
<SPARE_3 tone.chord.ringer.28.freq.1="1000" tone.chord.ringer.28.level.1="-10" tone.chord.ringer.28.onDur="100" tone.chord.ringer.28.offDur="0" tone.chord.ringer.28.repeat="1" />
<SPARE_4 tone.chord.ringer.29.freq.1="1000" tone.chord.ringer.29.level.1="-10" tone.chord.ringer.29.onDur="100" tone.chord.ringer.29.offDur="0" tone.chord.ringer.29.repeat="1" />
<SPARE_5 tone.chord.ringer.30.freq.1="1000" tone.chord.ringer.30.level.1="-10" tone.chord.ringer.30.onDur="100" tone.chord.ringer.30.offDur="0" tone.chord.ringer.30.repeat="1" />
</SINGLE_NOTES>
<MULTI_NOTE_CHORDS>
<A3_MAJOR tone.chord.ringer.31.freq.1="440" tone.chord.ringer.31.level.1="-10" tone.chord.ringer.31.freq.2="554" tone.chord.ringer.31.level.2="-10" tone.chord.ringer.31.freq.3="659" tone.chord.ringer.31.level.3="-10" tone.chord.ringer.31.freq.4="880" tone.chord.ringer.31.level.4="-19" tone.chord.ringer.31.onDur="100" tone.chord.ringer.31.offDur="0" tone.chord.ringer.31.repeat="1" />
<Bb3_MAJOR tone.chord.ringer.32.freq.1="466" tone.chord.ringer.32.level.1="-10" tone.chord.ringer.32.freq.2="587" tone.chord.ringer.32.level.2="-10" tone.chord.ringer.32.freq.3="698" tone.chord.ringer.32.level.3="-10" tone.chord.ringer.32.freq.4="932" tone.chord.ringer.32.level.4="-19" tone.chord.ringer.32.onDur="100" tone.chord.ringer.32.offDur="0" tone.chord.ringer.32.repeat="1" />
<B3_MAJOR tone.chord.ringer.33.freq.1="493" tone.chord.ringer.33.level.1="-10" tone.chord.ringer.33.freq.2="622" tone.chord.ringer.33.level.2="-10" tone.chord.ringer.33.freq.3="740" tone.chord.ringer.33.level.3="-10" tone.chord.ringer.33.freq.4="988" tone.chord.ringer.33.level.4="-19" tone.chord.ringer.33.onDur="100" tone.chord.ringer.33.offDur="0" tone.chord.ringer.33.repeat="1" />
<C3_MAJOR tone.chord.ringer.34.freq.1="523" tone.chord.ringer.34.level.1="-10" tone.chord.ringer.34.freq.2="659" tone.chord.ringer.34.level.2="-10" tone.chord.ringer.34.freq.3="784" tone.chord.ringer.34.level.3="-10" tone.chord.ringer.34.freq.4="1046" tone.chord.ringer.34.level.4="-19" tone.chord.ringer.34.onDur="100" tone.chord.ringer.34.offDur="0" tone.chord.ringer.34.repeat="1" />
<Db3_MAJOR tone.chord.ringer.35.freq.1="554" tone.chord.ringer.35.level.1="-10" tone.chord.ringer.35.freq.2="698" tone.chord.ringer.35.level.2="-10" tone.chord.ringer.35.freq.3="830" tone.chord.ringer.35.level.3="-10" tone.chord.ringer.35.freq.4="1109" tone.chord.ringer.35.level.4="-19" tone.chord.ringer.35.onDur="100" tone.chord.ringer.35.offDur="0" tone.chord.ringer.35.repeat="1" />
<D3_MAJOR tone.chord.ringer.36.freq.1="587" tone.chord.ringer.36.level.1="-10" tone.chord.ringer.36.freq.2="740" tone.chord.ringer.36.level.2="-10" tone.chord.ringer.36.freq.3="880" tone.chord.ringer.36.level.3="-10" tone.chord.ringer.36.freq.4="1175" tone.chord.ringer.36.level.4="-19" tone.chord.ringer.36.onDur="100" tone.chord.ringer.36.offDur="0" tone.chord.ringer.36.repeat="1" />
<Eb3_MAJOR tone.chord.ringer.37.freq.1="622" tone.chord.ringer.37.level.1="-10" tone.chord.ringer.37.freq.2="783" tone.chord.ringer.37.level.2="-10" tone.chord.ringer.37.freq.3="932" tone.chord.ringer.37.level.3="-10" tone.chord.ringer.37.freq.4="1244" tone.chord.ringer.37.level.4="-16" tone.chord.ringer.37.onDur="100" tone.chord.ringer.37.offDur="0" tone.chord.ringer.37.repeat="1" />
<E3_MAJOR tone.chord.ringer.38.freq.1="659" tone.chord.ringer.38.level.1="-10" tone.chord.ringer.38.freq.2="831" tone.chord.ringer.38.level.2="-10" tone.chord.ringer.38.freq.3="988" tone.chord.ringer.38.level.3="-10" tone.chord.ringer.38.freq.4="1318" tone.chord.ringer.38.level.4="-19" tone.chord.ringer.38.onDur="100" tone.chord.ringer.38.offDur="0" tone.chord.ringer.38.repeat="1" />
<F3_MAJOR tone.chord.ringer.39.freq.1="698" tone.chord.ringer.39.level.1="-10" tone.chord.ringer.39.freq.2="880" tone.chord.ringer.39.level.2="-10" tone.chord.ringer.39.freq.3="1046" tone.chord.ringer.39.level.3="-10" tone.chord.ringer.39.freq.4="1397" tone.chord.ringer.39.level.4="-19" tone.chord.ringer.39.onDur="100" tone.chord.ringer.39.offDur="0" tone.chord.ringer.39.repeat="1" />
<Gb3_MAJOR tone.chord.ringer.40.freq.1="740" tone.chord.ringer.40.level.1="-10" tone.chord.ringer.40.freq.2="932" tone.chord.ringer.40.level.2="-10" tone.chord.ringer.40.freq.3="1108" tone.chord.ringer.40.level.3="-10" tone.chord.ringer.40.freq.4="1480" tone.chord.ringer.40.level.4="-19" tone.chord.ringer.40.onDur="100" tone.chord.ringer.40.offDur="0" tone.chord.ringer.40.repeat="1" />
<G3_MAJOR tone.chord.ringer.41.freq.1="784" tone.chord.ringer.41.level.1="-10" tone.chord.ringer.41.freq.2="988" tone.chord.ringer.41.level.2="-10" tone.chord.ringer.41.freq.3="1174" tone.chord.ringer.41.level.3="-10" tone.chord.ringer.41.freq.4="1568" tone.chord.ringer.41.level.4="-16" tone.chord.ringer.41.onDur="100" tone.chord.ringer.41.offDur="0" tone.chord.ringer.41.repeat="1" />
<Ab3_MAJOR tone.chord.ringer.42.freq.1="831" tone.chord.ringer.42.level.1="-10" tone.chord.ringer.42.freq.2="1046" tone.chord.ringer.42.level.2="-10" tone.chord.ringer.42.freq.3="1244" tone.chord.ringer.42.level.3="-10" tone.chord.ringer.42.freq.4="1661" tone.chord.ringer.42.level.4="-19" tone.chord.ringer.42.onDur="100" tone.chord.ringer.42.offDur="0" tone.chord.ringer.42.repeat="1" />
<A4_MAJOR tone.chord.ringer.43.freq.1="880" tone.chord.ringer.43.level.1="-10" tone.chord.ringer.43.freq.2="1108" tone.chord.ringer.43.level.2="-10" tone.chord.ringer.43.freq.3="1318" tone.chord.ringer.43.level.3="-10" tone.chord.ringer.43.freq.4="1760" tone.chord.ringer.43.level.4="-19" tone.chord.ringer.43.onDur="100" tone.chord.ringer.43.offDur="0" tone.chord.ringer.43.repeat="1" />
<SPARE_1 tone.chord.ringer.44.freq.1="1000" tone.chord.ringer.44.level.1="-10" tone.chord.ringer.44.freq.2="1000" tone.chord.ringer.44.level.2="-10" tone.chord.ringer.44.freq.3="1000" tone.chord.ringer.44.level.3="-10" tone.chord.ringer.44.freq.4="1000" tone.chord.ringer.44.level.4="-10" tone.chord.ringer.44.onDur="100" tone.chord.ringer.44.offDur="0" tone.chord.ringer.44.repeat="1" />
<SPARE_2 tone.chord.ringer.45.freq.1="1000" tone.chord.ringer.45.level.1="-10" tone.chord.ringer.45.freq.2="1000" tone.chord.ringer.45.level.2="-10" tone.chord.ringer.45.freq.3="1000" tone.chord.ringer.45.level.3="-10" tone.chord.ringer.45.freq.4="1000" tone.chord.ringer.45.level.4="-10" tone.chord.ringer.45.onDur="100" tone.chord.ringer.45.offDur="0" tone.chord.ringer.45.repeat="1" />
</MULTI_NOTE_CHORDS>
<PSTN_CALL_PROGRESS_TONES>
<RINGBACK tone.chord.ringer.46.freq.1="440" tone.chord.ringer.46.level.1="-10" tone.chord.ringer.46.freq.2="480" tone.chord.ringer.46.level.2="-10" tone.chord.ringer.46.onDur="400" tone.chord.ringer.46.offDur="0" tone.chord.ringer.46.repeat="1" />
<SPARE_1 tone.chord.ringer.47.freq.1="440" tone.chord.ringer.47.level.1="-10" tone.chord.ringer.47.freq.2="480" tone.chord.ringer.47.level.2="-10" tone.chord.ringer.47.onDur="400" tone.chord.ringer.47.offDur="0" tone.chord.ringer.47.repeat="1" />
<SPARE_2 tone.chord.ringer.48.freq.1="440" tone.chord.ringer.48.level.1="-10" tone.chord.ringer.48.freq.2="480" tone.chord.ringer.48.level.2="-10" tone.chord.ringer.48.onDur="400" tone.chord.ringer.48.offDur="0" tone.chord.ringer.48.repeat="1" />
<SPARE_3 tone.chord.ringer.49.freq.1="440" tone.chord.ringer.49.level.1="-10" tone.chord.ringer.49.freq.2="480" tone.chord.ringer.49.level.2="-10" tone.chord.ringer.49.onDur="400" tone.chord.ringer.49.offDur="0" tone.chord.ringer.49.repeat="1" />
<SPARE_4 tone.chord.ringer.50.freq.1="440" tone.chord.ringer.50.level.1="-10" tone.chord.ringer.50.freq.2="480" tone.chord.ringer.50.level.2="-10" tone.chord.ringer.50.onDur="400" tone.chord.ringer.50.offDur="0" tone.chord.ringer.50.repeat="1" />
</PSTN_CALL_PROGRESS_TONES>
<MISCELLANEOUS>
<ORIGINAL_LOW tone.chord.ringer.51.freq.1="622" tone.chord.ringer.51.level.1="-10" tone.chord.ringer.51.freq.2="933" tone.chord.ringer.51.level.2="-16" tone.chord.ringer.51.freq.3="1244" tone.chord.ringer.51.level.3="-19" tone.chord.ringer.51.freq.4="0" tone.chord.ringer.51.level.4="-45" tone.chord.ringer.51.onDur="100" tone.chord.ringer.51.offDur="0" tone.chord.ringer.51.repeat="1" />
<ORIGINAL_HIGH tone.chord.ringer.52.freq.1="784" tone.chord.ringer.52.level.1="-10" tone.chord.ringer.52.freq.2="1176" tone.chord.ringer.52.level.2="-16" tone.chord.ringer.52.freq.3="1568" tone.chord.ringer.52.level.3="-19" tone.chord.ringer.52.freq.4="0" tone.chord.ringer.52.level.4="-45" tone.chord.ringer.52.onDur="100" tone.chord.ringer.52.offDur="0" tone.chord.ringer.52.repeat="1" />
<SPARE_1 tone.chord.ringer.53.freq.1="440" tone.chord.ringer.53.level.1="-10" tone.chord.ringer.53.freq.2="480" tone.chord.ringer.53.level.2="-10" tone.chord.ringer.53.onDur="400" tone.chord.ringer.53.offDur="0" tone.chord.ringer.53.repeat="1" />
<SPARE_2 tone.chord.ringer.54.freq.1="440" tone.chord.ringer.54.level.1="-10" tone.chord.ringer.54.freq.2="480" tone.chord.ringer.54.level.2="-10" tone.chord.ringer.54.onDur="400" tone.chord.ringer.54.offDur="0" tone.chord.ringer.54.repeat="1" />
<SPARE_3 tone.chord.ringer.55.freq.1="440" tone.chord.ringer.55.level.1="-10" tone.chord.ringer.55.freq.2="480" tone.chord.ringer.55.level.2="-10" tone.chord.ringer.55.onDur="400" tone.chord.ringer.55.offDur="0" tone.chord.ringer.55.repeat="1" />
</MISCELLANEOUS>
</RINGER>
<MISCELLANEOUS>
<CS_1 tone.chord.misc.1.freq.1="440" tone.chord.misc.1.level.1="-10" tone.chord.misc.1.freq.2="554" tone.chord.misc.1.level.2="-10" tone.chord.misc.1.freq.3="659" tone.chord.misc.1.level.3="-10" tone.chord.misc.1.onDur="100" tone.chord.misc.1.offDur="0" tone.chord.misc.1.repeat="1" />
<CS_2 tone.chord.misc.2.freq.1="493" tone.chord.misc.2.level.1="-10" tone.chord.misc.2.freq.2="622" tone.chord.misc.2.level.2="-10" tone.chord.misc.2.freq.3="740" tone.chord.misc.2.level.3="-10" tone.chord.misc.2.onDur="100" tone.chord.misc.2.offDur="0" tone.chord.misc.2.repeat="1" />
<CS_3 tone.chord.misc.3.freq.1="523" tone.chord.misc.3.level.1="-10" tone.chord.misc.3.freq.2="659" tone.chord.misc.3.level.2="-10" tone.chord.misc.3.freq.3="784" tone.chord.misc.3.level.3="-10" tone.chord.misc.3.onDur="100" tone.chord.misc.3.offDur="0" tone.chord.misc.3.repeat="1" />
<CS_4 tone.chord.misc.4.freq.1="659" tone.chord.misc.4.level.1="-10" tone.chord.misc.4.freq.2="831" tone.chord.misc.4.level.2="-10" tone.chord.misc.4.freq.3="988" tone.chord.misc.4.level.3="-10" tone.chord.misc.4.onDur="100" tone.chord.misc.4.offDur="0" tone.chord.misc.4.repeat="1" />
<CS_5 tone.chord.misc.5.freq.1="880" tone.chord.misc.5.level.1="-10" tone.chord.misc.5.freq.2="1108" tone.chord.misc.5.level.2="-10" tone.chord.misc.5.freq.3="1318" tone.chord.misc.5.level.3="-10" tone.chord.misc.5.onDur="100" tone.chord.misc.5.offDur="0" tone.chord.misc.5.repeat="1" />
<CS_6 tone.chord.misc.6.freq.1="622" tone.chord.misc.6.level.1="-10" tone.chord.misc.6.freq.2="783" tone.chord.misc.6.level.2="-10" tone.chord.misc.6.freq.3="932" tone.chord.misc.6.level.3="-10" tone.chord.misc.6.onDur="100" tone.chord.misc.6.offDur="0" tone.chord.misc.6.repeat="1" />
<CS_7 tone.chord.misc.7.freq.1="784" tone.chord.misc.7.level.1="-10" tone.chord.misc.7.freq.2="988" tone.chord.misc.7.level.2="-10" tone.chord.misc.7.freq.3="1174" tone.chord.misc.7.level.3="-10" tone.chord.misc.7.onDur="100" tone.chord.misc.7.offDur="0" tone.chord.misc.7.repeat="1" />
</MISCELLANEOUS>
</chord_sets>
</tones>
<sampled_audio saf.1="" saf.2="" saf.3="" saf.4="" saf.5="" saf.6="" saf.7="" saf.8="" saf.9="" saf.10="" saf.11="" saf.12="" saf.13="" saf.14="" saf.15="" saf.16="" saf.17="" saf.18="" saf.19="" saf.20="" saf.21="" saf.22="" saf.23="" saf.24="" />
<sound_effects se.stutterOnVoiceMail="1" se.appLocalEnabled="1" se.destination="chassis">
<patterns>
<CALLPROGRESS>
<DIAL_TONE se.pat.callProg.1.name="dial" se.pat.callProg.1.inst.1.type="chord" se.pat.callProg.1.inst.1.value="1" />
<BUSY_TONE se.pat.callProg.2.name="busy" se.pat.callProg.2.inst.1.type="chord" se.pat.callProg.2.inst.1.value="2" />
<RINGBACK se.pat.callProg.3.name="ringback" se.pat.callProg.3.inst.1.type="silence" se.pat.callProg.3.inst.1.value="2000" se.pat.callProg.3.inst.2.type="chord" se.pat.callProg.3.inst.2.value="3" />
<REORDER se.pat.callProg.4.name="reorder" se.pat.callProg.4.inst.1.type="chord" se.pat.callProg.4.inst.1.value="4" />
<STUTTER se.pat.callProg.5.name="stutter" se.pat.callProg.5.inst.1.type="chord" se.pat.callProg.5.inst.1.value="9" se.pat.callProg.5.inst.2.type="chord" se.pat.callProg.5.inst.2.value="1" />
<CALLWAITING se.pat.callProg.6.name="call waiting" se.pat.callProg.6.inst.1.type="chord" se.pat.callProg.6.inst.1.value="6" />
<CALLWAITINGLONG se.pat.callProg.7.name="long call waiting" se.pat.callProg.7.inst.1.type="chord" se.pat.callProg.7.inst.1.value="6" se.pat.callProg.7.inst.2.type="silence" se.pat.callProg.7.inst.2.value="150" se.pat.callProg.7.inst.3.type="chord" se.pat.callProg.7.inst.3.value="6" />
<CONFIRMATION se.pat.callProg.8.name="confirmation" se.pat.callProg.8.inst.1.type="chord" se.pat.callProg.8.inst.1.value="5" />
<HOWLER se.pat.callProg.9.name="howler" se.pat.callProg.9.inst.1.type="chord" se.pat.callProg.9.inst.1.value="7" />
<REC_WARNING se.pat.callProg.10.name="warning" se.pat.callProg.10.inst.1.type="chord" se.pat.callProg.10.inst.1.value="8" se.pat.callProg.10.inst.2.type="silence" se.pat.callProg.10.inst.2.value="14500" se.pat.callProg.10.inst.3.type="branch" se.pat.callProg.10.inst.3.value="-2" />
<MSG_WAITING se.pat.callProg.11.name="message waiting" se.pat.callProg.11.inst.1.type="chord" se.pat.callProg.11.inst.1.value="9" se.pat.callProg.11.inst.2.type="chord" se.pat.callProg.11.inst.2.value="1" />
<ALERTING se.pat.callProg.12.name="alerting" se.pat.callProg.12.inst.1.type="chord" se.pat.callProg.12.inst.1.value="8" se.pat.callProg.12.inst.1.param="2000" se.pat.callProg.12.inst.2.type="silence" se.pat.callProg.12.inst.2.value="9500" se.pat.callProg.12.inst.3.type="chord" se.pat.callProg.12.inst.3.value="8" se.pat.callProg.12.inst.3.param="500" se.pat.callProg.12.inst.4.type="branch" se.pat.callProg.12.inst.4.value="-2" />
<INTERCOM se.pat.callProg.13.name="intercom" se.pat.callProg.13.inst.1.type="chord" se.pat.callProg.13.inst.1.value="10" />
<BARGE_IN se.pat.callProg.14.name="bargein" se.pat.callProg.14.inst.1.type="chord" se.pat.callProg.14.inst.1.value="6" se.pat.callProg.14.inst.2.type="silence" se.pat.callProg.14.inst.2.value="200" se.pat.callProg.14.inst.3.type="chord" se.pat.callProg.14.inst.3.value="6" />
<SECONDARY_DIAL_TONE se.pat.callProg.15.name="secondary dial" se.pat.callProg.15.inst.1.type="chord" se.pat.callProg.15.inst.1.value="1" />
</CALLPROGRESS>
<RINGER>
<SILENT se.pat.ringer.1.name="Silent Ring" se.pat.ringer.1.inst.1.type="silence" se.pat.ringer.1.inst.1.value="0" />
<LONG_SINGLE_A3Db3_MAJOR_WARBLE se.pat.ringer.2.name="Low Trill" se.pat.ringer.2.inst.1.type="chord" se.pat.ringer.2.inst.1.value="31" se.pat.ringer.2.inst.2.type="chord" se.pat.ringer.2.inst.2.value="35" se.pat.ringer.2.inst.3.type="chord" se.pat.ringer.2.inst.3.value="31" se.pat.ringer.2.inst.4.type="chord" se.pat.ringer.2.inst.4.value="35" se.pat.ringer.2.inst.5.type="chord" se.pat.ringer.2.inst.5.value="31" se.pat.ringer.2.inst.6.type="chord" se.pat.ringer.2.inst.6.value="35" se.pat.ringer.2.inst.7.type="chord" se.pat.ringer.2.inst.7.value="31" se.pat.ringer.2.inst.8.type="chord" se.pat.ringer.2.inst.8.value="35" se.pat.ringer.2.inst.9.type="chord" se.pat.ringer.2.inst.9.value="31" se.pat.ringer.2.inst.10.type="chord" se.pat.ringer.2.inst.10.value="35" se.pat.ringer.2.inst.11.type="silence" se.pat.ringer.2.inst.11.value="3000" se.pat.ringer.2.inst.12.type="branch" se.pat.ringer.2.inst.12.value="-11" />
<SHORT_DOUBLE_A3Db3_MAJOR_WARBLE se.pat.ringer.3.name="Low Double Trill" se.pat.ringer.3.inst.1.type="chord" se.pat.ringer.3.inst.1.value="31" se.pat.ringer.3.inst.2.type="chord" se.pat.ringer.3.inst.2.value="35" se.pat.ringer.3.inst.3.type="chord" se.pat.ringer.3.inst.3.value="31" se.pat.ringer.3.inst.4.type="chord" se.pat.ringer.3.inst.4.value="35" se.pat.ringer.3.inst.5.type="silence" se.pat.ringer.3.inst.5.value="200" se.pat.ringer.3.inst.6.type="chord" se.pat.ringer.3.inst.6.value="31" se.pat.ringer.3.inst.7.type="chord" se.pat.ringer.3.inst.7.value="35" se.pat.ringer.3.inst.8.type="chord" se.pat.ringer.3.inst.8.value="31" se.pat.ringer.3.inst.9.type="chord" se.pat.ringer.3.inst.9.value="35" se.pat.ringer.3.inst.10.type="silence" se.pat.ringer.3.inst.10.value="2000" se.pat.ringer.3.inst.11.type="branch" se.pat.ringer.3.inst.11.value="-10" />
<LONG_SINGLE_C3E3_MAJOR_WARBLE se.pat.ringer.4.name="Medium Trill" se.pat.ringer.4.inst.1.type="chord" se.pat.ringer.4.inst.1.value="34" se.pat.ringer.4.inst.2.type="chord" se.pat.ringer.4.inst.2.value="38" se.pat.ringer.4.inst.3.type="chord" se.pat.ringer.4.inst.3.value="34" se.pat.ringer.4.inst.4.type="chord" se.pat.ringer.4.inst.4.value="38" se.pat.ringer.4.inst.5.type="chord" se.pat.ringer.4.inst.5.value="34" se.pat.ringer.4.inst.6.type="chord" se.pat.ringer.4.inst.6.value="38" se.pat.ringer.4.inst.7.type="chord" se.pat.ringer.4.inst.7.value="34" se.pat.ringer.4.inst.8.type="chord" se.pat.ringer.4.inst.8.value="38" se.pat.ringer.4.inst.9.type="chord" se.pat.ringer.4.inst.9.value="34" se.pat.ringer.4.inst.10.type="chord" se.pat.ringer.4.inst.10.value="38" se.pat.ringer.4.inst.11.type="silence" se.pat.ringer.4.inst.11.value="3000" se.pat.ringer.4.inst.12.type="branch" se.pat.ringer.4.inst.12.value="-11" />
<SHORT_DOUBLE_C3E3_MAJOR_WARBLE se.pat.ringer.5.name="Medium Double Trill" se.pat.ringer.5.inst.1.type="chord" se.pat.ringer.5.inst.1.value="34" se.pat.ringer.5.inst.2.type="chord" se.pat.ringer.5.inst.2.value="38" se.pat.ringer.5.inst.3.type="chord" se.pat.ringer.5.inst.3.value="34" se.pat.ringer.5.inst.4.type="chord" se.pat.ringer.5.inst.4.value="38" se.pat.ringer.5.inst.5.type="silence" se.pat.ringer.5.inst.5.value="200" se.pat.ringer.5.inst.6.type="chord" se.pat.ringer.5.inst.6.value="34" se.pat.ringer.5.inst.7.type="chord" se.pat.ringer.5.inst.7.value="38" se.pat.ringer.5.inst.8.type="chord" se.pat.ringer.5.inst.8.value="34" se.pat.ringer.5.inst.9.type="chord" se.pat.ringer.5.inst.9.value="38" se.pat.ringer.5.inst.10.type="silence" se.pat.ringer.5.inst.10.value="2000" se.pat.ringer.5.inst.11.type="branch" se.pat.ringer.5.inst.11.value="-10" />
<LONG_SINGLE_WARBLE_1 se.pat.ringer.6.name="High Trill" se.pat.ringer.6.inst.1.type="chord" se.pat.ringer.6.inst.1.value="51" se.pat.ringer.6.inst.2.type="chord" se.pat.ringer.6.inst.2.value="52" se.pat.ringer.6.inst.3.type="chord" se.pat.ringer.6.inst.3.value="51" se.pat.ringer.6.inst.4.type="chord" se.pat.ringer.6.inst.4.value="52" se.pat.ringer.6.inst.5.type="chord" se.pat.ringer.6.inst.5.value="51" se.pat.ringer.6.inst.6.type="chord" se.pat.ringer.6.inst.6.value="52" se.pat.ringer.6.inst.7.type="chord" se.pat.ringer.6.inst.7.value="51" se.pat.ringer.6.inst.8.type="chord" se.pat.ringer.6.inst.8.value="52" se.pat.ringer.6.inst.9.type="chord" se.pat.ringer.6.inst.9.value="51" se.pat.ringer.6.inst.10.type="chord" se.pat.ringer.6.inst.10.value="52" se.pat.ringer.6.inst.11.type="silence" se.pat.ringer.6.inst.11.value="3000" se.pat.ringer.6.inst.12.type="branch" se.pat.ringer.6.inst.12.value="-11" />
<SHORT_DOUBLE_WARBLE_1 se.pat.ringer.7.name="High Double Trill" se.pat.ringer.7.inst.1.type="chord" se.pat.ringer.7.inst.1.value="51" se.pat.ringer.7.inst.2.type="chord" se.pat.ringer.7.inst.2.value="52" se.pat.ringer.7.inst.3.type="chord" se.pat.ringer.7.inst.3.value="51" se.pat.ringer.7.inst.4.type="chord" se.pat.ringer.7.inst.4.value="52" se.pat.ringer.7.inst.5.type="silence" se.pat.ringer.7.inst.5.value="200" se.pat.ringer.7.inst.6.type="chord" se.pat.ringer.7.inst.6.value="51" se.pat.ringer.7.inst.7.type="chord" se.pat.ringer.7.inst.7.value="52" se.pat.ringer.7.inst.8.type="chord" se.pat.ringer.7.inst.8.value="51" se.pat.ringer.7.inst.9.type="chord" se.pat.ringer.7.inst.9.value="52" se.pat.ringer.7.inst.10.type="silence" se.pat.ringer.7.inst.10.value="2000" se.pat.ringer.7.inst.11.type="branch" se.pat.ringer.7.inst.11.value="-10" />
<LONG_SINGLE_Gb3A4_MAJOR_WARBLE se.pat.ringer.8.name="Highest Trill" se.pat.ringer.8.inst.1.type="chord" se.pat.ringer.8.inst.1.value="40" se.pat.ringer.8.inst.2.type="chord" se.pat.ringer.8.inst.2.value="43" se.pat.ringer.8.inst.3.type="chord" se.pat.ringer.8.inst.3.value="40" se.pat.ringer.8.inst.4.type="chord" se.pat.ringer.8.inst.4.value="43" se.pat.ringer.8.inst.5.type="chord" se.pat.ringer.8.inst.5.value="40" se.pat.ringer.8.inst.6.type="chord" se.pat.ringer.8.inst.6.value="43" se.pat.ringer.8.inst.7.type="chord" se.pat.ringer.8.inst.7.value="40" se.pat.ringer.8.inst.8.type="chord" se.pat.ringer.8.inst.8.value="43" se.pat.ringer.8.inst.9.type="chord" se.pat.ringer.8.inst.9.value="40" se.pat.ringer.8.inst.10.type="chord" se.pat.ringer.8.inst.10.value="43" se.pat.ringer.8.inst.11.type="silence" se.pat.ringer.8.inst.11.value="3000" se.pat.ringer.8.inst.12.type="branch" se.pat.ringer.8.inst.12.value="-11" />
<SHORT_DOUBLE_Gb3A4_MAJOR_WARBLE se.pat.ringer.9.name="Highest Double Trill" se.pat.ringer.9.inst.1.type="chord" se.pat.ringer.9.inst.1.value="40" se.pat.ringer.9.inst.2.type="chord" se.pat.ringer.9.inst.2.value="43" se.pat.ringer.9.inst.3.type="chord" se.pat.ringer.9.inst.3.value="40" se.pat.ringer.9.inst.4.type="chord" se.pat.ringer.9.inst.4.value="43" se.pat.ringer.9.inst.5.type="silence" se.pat.ringer.9.inst.5.value="200" se.pat.ringer.9.inst.6.type="chord" se.pat.ringer.9.inst.6.value="40" se.pat.ringer.9.inst.7.type="chord" se.pat.ringer.9.inst.7.value="43" se.pat.ringer.9.inst.8.type="chord" se.pat.ringer.9.inst.8.value="40" se.pat.ringer.9.inst.9.type="chord" se.pat.ringer.9.inst.9.value="43" se.pat.ringer.9.inst.10.type="silence" se.pat.ringer.9.inst.10.value="2000" se.pat.ringer.9.inst.11.type="branch" se.pat.ringer.9.inst.11.value="-10" />
<SHORT_DOUBLE_E3_MAJOR se.pat.ringer.10.name="Beeble" se.pat.ringer.10.inst.1.type="chord" se.pat.ringer.10.inst.1.value="38" se.pat.ringer.10.inst.2.type="chord" se.pat.ringer.10.inst.2.value="39" se.pat.ringer.10.inst.3.type="chord" se.pat.ringer.10.inst.3.value="38" se.pat.ringer.10.inst.4.type="chord" se.pat.ringer.10.inst.4.value="38" se.pat.ringer.10.inst.5.type="silence" se.pat.ringer.10.inst.5.value="200" se.pat.ringer.10.inst.6.type="chord" se.pat.ringer.10.inst.6.value="38" se.pat.ringer.10.inst.7.type="chord" se.pat.ringer.10.inst.7.value="39" se.pat.ringer.10.inst.8.type="chord" se.pat.ringer.10.inst.8.value="38" se.pat.ringer.10.inst.9.type="chord" se.pat.ringer.10.inst.9.value="38" se.pat.ringer.10.inst.10.type="silence" se.pat.ringer.10.inst.10.value="2000" se.pat.ringer.10.inst.11.type="branch" se.pat.ringer.10.inst.11.value="-10" />
<SHORT_TRIPLE_C3E3G3_MAJOR_RAMP se.pat.ringer.11.name="Triplet" se.pat.ringer.11.inst.1.type="chord" se.pat.ringer.11.inst.1.value="34" se.pat.ringer.11.inst.2.type="chord" se.pat.ringer.11.inst.2.value="38" se.pat.ringer.11.inst.3.type="chord" se.pat.ringer.11.inst.3.value="41" se.pat.ringer.11.inst.4.type="silence" se.pat.ringer.11.inst.4.value="200" se.pat.ringer.11.inst.5.type="chord" se.pat.ringer.11.inst.5.value="34" se.pat.ringer.11.inst.6.type="chord" se.pat.ringer.11.inst.6.value="38" se.pat.ringer.11.inst.7.type="chord" se.pat.ringer.11.inst.7.value="41" se.pat.ringer.11.inst.8.type="silence" se.pat.ringer.11.inst.8.value="200" se.pat.ringer.11.inst.9.type="chord" se.pat.ringer.11.inst.9.value="34" se.pat.ringer.11.inst.10.type="chord" se.pat.ringer.11.inst.10.value="38" se.pat.ringer.11.inst.11.type="chord" se.pat.ringer.11.inst.11.value="41" se.pat.ringer.11.inst.12.type="silence" se.pat.ringer.11.inst.12.value="2700" se.pat.ringer.11.inst.13.type="branch" se.pat.ringer.11.inst.13.value="-12" />
<SHORT_DOUBLE_RINGBACK se.pat.ringer.12.name="Ringback-style" se.pat.ringer.12.inst.1.type="silence" se.pat.ringer.12.inst.1.value="100" se.pat.ringer.12.inst.2.type="chord" se.pat.ringer.12.inst.2.value="46" se.pat.ringer.12.inst.3.type="silence" se.pat.ringer.12.inst.3.value="200" se.pat.ringer.12.inst.4.type="chord" se.pat.ringer.12.inst.4.value="46" se.pat.ringer.12.inst.5.type="silence" se.pat.ringer.12.inst.5.value="2000" se.pat.ringer.12.inst.6.type="branch" se.pat.ringer.12.inst.6.value="-5" />
<SAMPLED_1 se.pat.ringer.13.name="" se.pat.ringer.13.inst.1.type="sampled" se.pat.ringer.13.inst.1.value="2" se.pat.ringer.13.inst.2.type="silence" se.pat.ringer.13.inst.2.value="3000" se.pat.ringer.13.inst.3.type="branch" se.pat.ringer.13.inst.3.value="-2" />
<SAMPLED_2 se.pat.ringer.14.name="" se.pat.ringer.14.inst.1.type="sampled" se.pat.ringer.14.inst.1.value="3" se.pat.ringer.14.inst.2.type="silence" se.pat.ringer.14.inst.2.value="3000" se.pat.ringer.14.inst.3.type="branch" se.pat.ringer.14.inst.3.value="-2" />
<SAMPLED_3 se.pat.ringer.15.name="" se.pat.ringer.15.inst.1.type="sampled" se.pat.ringer.15.inst.1.value="4" se.pat.ringer.15.inst.2.type="silence" se.pat.ringer.15.inst.2.value="3000" se.pat.ringer.15.inst.3.type="branch" se.pat.ringer.15.inst.3.value="-2" />
<SAMPLED_4 se.pat.ringer.16.name="" se.pat.ringer.16.inst.1.type="sampled" se.pat.ringer.16.inst.1.value="5" se.pat.ringer.16.inst.2.type="silence" se.pat.ringer.16.inst.2.value="3000" se.pat.ringer.16.inst.3.type="branch" se.pat.ringer.16.inst.3.value="-2" />
<SAMPLED_5 se.pat.ringer.17.name="" se.pat.ringer.17.inst.1.type="sampled" se.pat.ringer.17.inst.1.value="6" se.pat.ringer.17.inst.2.type="silence" se.pat.ringer.17.inst.2.value="3000" se.pat.ringer.17.inst.3.type="branch" se.pat.ringer.17.inst.3.value="-2" />
<SAMPLED_6 se.pat.ringer.18.name="" se.pat.ringer.18.inst.1.type="sampled" se.pat.ringer.18.inst.1.value="7" se.pat.ringer.18.inst.2.type="silence" se.pat.ringer.18.inst.2.value="3000" se.pat.ringer.18.inst.3.type="branch" se.pat.ringer.18.inst.3.value="-2" />
<SAMPLED_7 se.pat.ringer.19.name="" se.pat.ringer.19.inst.1.type="sampled" se.pat.ringer.19.inst.1.value="8" se.pat.ringer.19.inst.2.type="silence" se.pat.ringer.19.inst.2.value="3000" se.pat.ringer.19.inst.3.type="branch" se.pat.ringer.19.inst.3.value="-2" />
<SAMPLED_8 se.pat.ringer.20.name="" se.pat.ringer.20.inst.1.type="sampled" se.pat.ringer.20.inst.1.value="9" se.pat.ringer.20.inst.2.type="silence" se.pat.ringer.20.inst.2.value="3000" se.pat.ringer.20.inst.3.type="branch" se.pat.ringer.20.inst.3.value="-2" />
<SAMPLED_9 se.pat.ringer.21.name="" se.pat.ringer.21.inst.1.type="sampled" se.pat.ringer.21.inst.1.value="10" se.pat.ringer.21.inst.2.type="silence" se.pat.ringer.21.inst.2.value="3000" se.pat.ringer.21.inst.3.type="branch" se.pat.ringer.21.inst.3.value="-2" />
<SAMPLED_10 se.pat.ringer.22.name="" se.pat.ringer.22.inst.1.type="sampled" se.pat.ringer.22.inst.1.value="11" se.pat.ringer.22.inst.2.type="silence" se.pat.ringer.22.inst.2.value="3000" se.pat.ringer.22.inst.3.type="branch" se.pat.ringer.22.inst.3.value="-2" />
</RINGER>
<MISCELLANEOUS>
<MESSAGE_WAITING se.pat.misc.1.name="message waiting" se.pat.misc.1.inst.1.type="chord" se.pat.misc.1.inst.1.value="1" se.pat.misc.1.inst.2.type="chord" se.pat.misc.1.inst.2.value="2" se.pat.misc.1.inst.3.type="chord" se.pat.misc.1.inst.3.value="1" />
<INSTANT_MESSAGE se.pat.misc.2.name="instant message" se.pat.misc.2.inst.1.type="chord" se.pat.misc.2.inst.1.value="4" se.pat.misc.2.inst.2.type="chord" se.pat.misc.2.inst.2.value="3" se.pat.misc.2.inst.3.type="chord" se.pat.misc.2.inst.3.value="4" />
<REMOTE_HOLD_NOTIFICATION se.pat.misc.3.name="remote hold notification" se.pat.misc.3.inst.1.type="chord" se.pat.misc.3.inst.1.value="5" se.pat.misc.3.inst.2.type="chord" se.pat.misc.3.inst.2.value="4" se.pat.misc.3.inst.3.type="chord" se.pat.misc.3.inst.3.value="1" />
<LOCAL_HOLD_NOTIFICATION se.pat.misc.4.name="local hold notification" se.pat.misc.4.inst.1.type="chord" se.pat.misc.4.inst.1.value="3" se.pat.misc.4.inst.2.type="chord" se.pat.misc.4.inst.2.value="4" se.pat.misc.4.inst.3.type="chord" se.pat.misc.4.inst.3.value="6" se.pat.misc.4.inst.4.type="chord" se.pat.misc.4.inst.4.value="4" />
<POSITIVE_CONFIRM se.pat.misc.5.name="positive confirmation" se.pat.misc.5.inst.1.type="chord" se.pat.misc.5.inst.1.value="7" se.pat.misc.5.inst.2.type="chord" se.pat.misc.5.inst.2.value="4" se.pat.misc.5.inst.3.type="chord" se.pat.misc.5.inst.3.value="7" />
<NEGATIVE_CONFIRM se.pat.misc.6.name="negative confirmation" se.pat.misc.6.inst.1.type="chord" se.pat.misc.6.inst.1.value="7" se.pat.misc.6.inst.2.type="silence" se.pat.misc.6.inst.2.value="100" se.pat.misc.6.inst.3.type="chord" se.pat.misc.6.inst.3.value="6" />
<WELCOME se.pat.misc.7.name="welcome" se.pat.misc.7.inst.1.type="sampled" se.pat.misc.7.inst.1.value="1" />
</MISCELLANEOUS>
</patterns>
<ringType se.rt.enabled="1" se.rt.modification.enabled="1">
<DEFAULT se.rt.1.name="Default" se.rt.1.type="ring" se.rt.1.ringer="2" se.rt.1.callWait="6" se.rt.1.mod="1" />
<VISUAL_ONLY se.rt.2.name="Visual" se.rt.2.type="visual" />
<AUTO_ANSWER se.rt.3.name="Auto Answer" se.rt.3.type="answer" />
<RING_ANSWER se.rt.4.name="Ring Answer" se.rt.4.type="ring-answer" se.rt.4.timeout="2000" se.rt.4.ringer="2" se.rt.4.callWait="6" se.rt.4.mod="1" />
<INTERNAL se.rt.5.name="Internal" se.rt.5.type="ring" se.rt.5.ringer="2" se.rt.5.callWait="6" se.rt.5.mod="1" />
<EXTERNAL se.rt.6.name="External" se.rt.6.type="ring" se.rt.6.ringer="2" se.rt.6.callWait="6" se.rt.6.mod="1" />
<EMERGENCY se.rt.7.name="Emergency" se.rt.7.type="ring" se.rt.7.ringer="2" se.rt.7.callWait="6" se.rt.7.mod="1" />
<CUSTOM_1 se.rt.8.name="Custom 1" se.rt.8.type="ring" se.rt.8.ringer="5" se.rt.8.callWait="7" se.rt.8.mod="1" />
<CUSTOM_2 se.rt.9.name="Custom 2" se.rt.9.type="ring" se.rt.9.ringer="7" se.rt.9.callWait="7" se.rt.9.mod="1" />
<CUSTOM_3 se.rt.10.name="Custom 3" se.rt.10.type="ring" se.rt.10.ringer="9" se.rt.10.callWait="7" se.rt.10.mod="1" />
<CUSTOM_4 se.rt.11.name="Custom 4" se.rt.11.type="ring" se.rt.11.ringer="11" se.rt.11.callWait="7" se.rt.11.mod="1" />
</ringType>
</sound_effects>
<video video.enable="1" video.autoStartVideoTx="1" video.screenMode="normal" video.screenModeFS="normal" video.quality="" video.callRate="448" video.maxCallRate="512" video.autoFullScreen="" video.forceRtcpVideoCodecControl="0">
<localCameraView video.localCameraView.fullScreen.enabled="" video.localCameraView.fullScreen.mode="" />
<camera video.camera.flickerAvoidance="" video.camera.frameRate="" video.camera.brightness="" video.camera.saturation="" video.camera.contrast="" video.camera.sharpness="" />
<codecs>
<preferences video.codecPref.H264="1" video.codecPref.H2631998="2" video.codecPref.H263="3" video.codecPref.H261="4" />
<profiles>
<H264 video.profile.H264.payloadType="109" video.profile.H264.jitterBufferMin="150" video.profile.H264.jitterBufferMax="2000" video.profile.H264.jitterBufferShrink="70" video.profile.H264.profileLevel="1.3" />
<H263 video.profile.H263.jitterBufferMin="150" video.profile.H263.jitterBufferMax="2000" video.profile.H263.jitterBufferShrink="70" video.profile.H263.CifMpi="1" video.profile.H263.QcifMpi="1" video.profile.H263.SqcifMpi="1" />
<H2631998 video.profile.H2631998.payloadType="96" video.profile.H2631998.jitterBufferMin="150" video.profile.H2631998.jitterBufferMax="2000" video.profile.H2631998.jitterBufferShrink="70" video.profile.H2631998.CifMpi="1" video.profile.H2631998.QcifMpi="1" video.profile.H2631998.SqcifMpi="1" video.profile.H2631998.annexF="" video.profile.H2631998.annexI="" video.profile.H2631998.annexJ="" video.profile.H2631998.annexT="" video.profile.H2631998.annexK="1" video.profile.H2631998.annexN="1" />
<H261 video.profile.H261.jitterBufferMin="150" video.profile.H261.jitterBufferMax="2000" video.profile.H261.jitterBufferShrink="70" video.profile.H261.CifMpi="1" video.profile.H261.QcifMpi="1" video.profile.H261.annexD="" />
</profiles>
</codecs>
</video>
<voice voice.txPacketFilter="0">
<codecs>
<preferences voice.codecPref.G711Mu="1" voice.codecPref.G711A="2" voice.codecPref.G729AB="3" voice.codecPref.iLBC.13_33kbps="" voice.codecPref.iLBC.15_2kbps="" voice.codecPref.IP_300.G711Mu="1" voice.codecPref.IP_300.G711A="2" voice.codecPref.IP_300.G729AB="3" voice.codecPref.IP_4000.G711Mu="1" voice.codecPref.IP_4000.G711A="2" voice.codecPref.IP_4000.G729AB="" voice.codecPref.IP_7000.G711Mu="6" voice.codecPref.IP_7000.G711A="7" voice.codecPref.IP_7000.G729AB="8" voice.codecPref.IP_7000.G722="4" voice.codecPref.IP_7000.G7221.16kbps="" voice.codecPref.IP_7000.G7221.24kbps="" voice.codecPref.IP_7000.G7221.32kbps="5" voice.codecPref.IP_7000.G7221C.24kbps="" voice.codecPref.IP_7000.G7221C.32kbps="" voice.codecPref.IP_7000.G7221C.48kbps="2" voice.codecPref.IP_7000.Siren14.24kbps="" voice.codecPref.IP_7000.Siren14.32kbps="" voice.codecPref.IP_7000.Siren14.48kbps="3" voice.codecPref.IP_7000.Siren22.32kbps="" voice.codecPref.IP_7000.Siren22.48kbps="" voice.codecPref.IP_7000.Siren22.64kbps="1" voice.codecPref.IP_7000.iLBC.13_33kbps="" voice.codecPref.IP_7000.iLBC.15_2kbps="" voice.codecPref.IP_7000.Lin16.16ksps="" voice.codecPref.IP_7000.Lin16.32ksps="" voice.codecPref.IP_7000.Lin16.48ksps="" voice.codecPref.IP_650.G711Mu="2" voice.codecPref.IP_650.G711A="3" voice.codecPref.IP_650.G729AB="4" voice.codecPref.IP_650.G722="1" voice.codecPref.IP_650.iLBC.13_33kbps="" voice.codecPref.IP_650.iLBC.15_2kbps="" voice.codecPref.IP_6000.G711Mu="5" voice.codecPref.IP_6000.G711A="6" voice.codecPref.IP_6000.G729AB="7" voice.codecPref.IP_6000.G722="3" voice.codecPref.IP_6000.G7221.16kbps="" voice.codecPref.IP_6000.G7221.24kbps="" voice.codecPref.IP_6000.G7221.32kbps="4" voice.codecPref.IP_6000.G7221C.24kbps="" voice.codecPref.IP_6000.G7221C.32kbps="" voice.codecPref.IP_6000.G7221C.48kbps="1" voice.codecPref.IP_6000.Siren14.24kbps="" voice.codecPref.IP_6000.Siren14.32kbps="" voice.codecPref.IP_6000.Siren14.48kbps="2" voice.codecPref.IP_6000.iLBC.13_33kbps="" voice.codecPref.IP_6000.iLBC.15_2kbps="" voice.codecPref.IP_5000.G711Mu="2" voice.codecPref.IP_5000.G711A="3" voice.codecPref.IP_5000.G729AB="4" voice.codecPref.IP_5000.G722="1" voice.codecPref.IP_5000.iLBC.13_33kbps="" voice.codecPref.IP_5000.iLBC.15_2kbps="" voice.codecPref.VVX_1500.G711Mu="4" voice.codecPref.VVX_1500.G711A="5" voice.codecPref.VVX_1500.G729AB="6" voice.codecPref.VVX_1500.G722="3" voice.codecPref.VVX_1500.G7221.16kbps="" voice.codecPref.VVX_1500.G7221.24kbps="" voice.codecPref.VVX_1500.G7221.32kbps="2" voice.codecPref.VVX_1500.G7221C.24kbps="" voice.codecPref.VVX_1500.G7221C.32kbps="" voice.codecPref.VVX_1500.G7221C.48kbps="1" voice.codecPref.VVX_1500.Siren14.24kbps="" voice.codecPref.VVX_1500.Siren14.32kbps="" voice.codecPref.VVX_1500.Siren14.48kbps="" voice.codecPref.VVX_1500.iLBC.13_33kbps="" voice.codecPref.VVX_1500.iLBC.15_2kbps="" voice.codecPref.VVX_1500.G719.32kbps="" voice.codecPref.VVX_1500.G719.48kbps="" voice.codecPref.VVX_1500.G719.64kbps="" voice.codecPref.VVX_1500.Lin16.8ksps="" voice.codecPref.VVX_1500.Lin16.16ksps="" voice.codecPref.VVX_1500.Lin16.32ksps="" voice.codecPref.VVX_1500.Lin16.44_1ksps="" voice.codecPref.VVX_1500.Lin16.48ksps="" />
<profiles voice.audioProfile.G711Mu.payloadSize="20" voice.audioProfile.G711Mu.jitterBufferMin="40" voice.audioProfile.G711Mu.jitterBufferShrink="500" voice.audioProfile.G711Mu.jitterBufferMax="160" voice.audioProfile.G711A.payloadSize="20" voice.audioProfile.G711A.jitterBufferMin="40" voice.audioProfile.G711A.jitterBufferShrink="500" voice.audioProfile.G711A.jitterBufferMax="160" voice.audioProfile.G729AB.payloadSize="20" voice.audioProfile.G729AB.jitterBufferMin="40" voice.audioProfile.G729AB.jitterBufferShrink="500" voice.audioProfile.G729AB.jitterBufferMax="160" voice.audioProfile.G722.payloadSize="20" voice.audioProfile.G722.jitterBufferMin="40" voice.audioProfile.G722.jitterBufferShrink="1500" voice.audioProfile.G722.jitterBufferMax="200" voice.audioProfile.Lin16.payloadSize="10" voice.audioProfile.Lin16.jitterBufferMin="20" voice.audioProfile.Lin16.jitterBufferShrink="500" voice.audioProfile.Lin16.jitterBufferMax="100" voice.audioProfile.Lin16.8ksps.payloadType="116" voice.audioProfile.Lin16.16ksps.payloadType="117" voice.audioProfile.Lin16.32ksps.payloadType="118" voice.audioProfile.Lin16.44_1ksps.payloadType="120" voice.audioProfile.Lin16.48ksps.payloadType="119" voice.audioProfile.G7221.16kbps.payloadType="103" voice.audioProfile.G7221.24kbps.payloadType="101" voice.audioProfile.G7221.32kbps.payloadType="102" voice.audioProfile.G7221.payloadSize="20" voice.audioProfile.G7221.jitterBufferMin="40" voice.audioProfile.G7221.jitterBufferShrink="1500" voice.audioProfile.G7221.jitterBufferMax="200" voice.audioProfile.G7221C.24kbps.payloadType="113" voice.audioProfile.G7221C.32kbps.payloadType="114" voice.audioProfile.G7221C.48kbps.payloadType="115" voice.audioProfile.G7221C.payloadSize="20" voice.audioProfile.G7221C.jitterBufferMin="40" voice.audioProfile.G7221C.jitterBufferShrink="1500" voice.audioProfile.G7221C.jitterBufferMax="200" voice.audioProfile.Siren14.24kbps.payloadType="97" voice.audioProfile.Siren14.32kbps.payloadType="98" voice.audioProfile.Siren14.48kbps.payloadType="99" voice.audioProfile.Siren14.payloadSize="20" voice.audioProfile.Siren14.jitterBufferMin="40" voice.audioProfile.Siren14.jitterBufferShrink="150" voice.audioProfile.Siren14.jitterBufferMax="200" voice.audioProfile.Siren22.32kbps.payloadType="104" voice.audioProfile.Siren22.48kbps.payloadType="105" voice.audioProfile.Siren22.64kbps.payloadType="106" voice.audioProfile.Siren22.payloadSize="20" voice.audioProfile.Siren22.jitterBufferMin="40" voice.audioProfile.Siren22.jitterBufferShrink="1500" voice.audioProfile.Siren22.jitterBufferMax="200" voice.audioProfile.iLBC.13_33kbps.payloadSize="30" voice.audioProfile.iLBC.15_2kbps.payloadSize="20" voice.audioProfile.iLBC.jitterBufferMin="40" voice.audioProfile.iLBC.jitterBufferShrink="500" voice.audioProfile.iLBC.jitterBufferMax="160" voice.audioProfile.iLBC.payloadType="110" voice.audioProfile.G719.32kbps.payloadType="107" voice.audioProfile.G719.48kbps.payloadType="108" voice.audioProfile.G719.64kbps.payloadType="109" voice.audioProfile.G719.payloadSize="20" voice.audioProfile.G719.jitterBufferMin="40" voice.audioProfile.G719.jitterBufferShrink="1500" voice.audioProfile.G719.jitterBufferMax="200" />
</codecs>
<volume voice.volume.persist.handset="0" voice.volume.persist.headset="0" voice.volume.persist.handsfree="1" />
<gains voice.gain.rx.analog.handset="0" voice.gain.rx.analog.handset.VVX_1500="-2" voice.gain.rx.analog.headset="0" voice.gain.rx.analog.headset.VVX_1500="-2" voice.gain.rx.analog.chassis="0" voice.gain.rx.analog.chassis.IP_300="-6" voice.gain.rx.analog.chassis.IP_330="0" voice.gain.rx.analog.chassis.IP_430="0" voice.gain.rx.analog.chassis.IP_650="0" voice.gain.rx.analog.chassis.IP_601="6" voice.gain.rx.analog.chassis.IP_7000="0" voice.gain.rx.analog.chassis.IP_6000="0" voice.gain.rx.analog.chassis.IP_5000="0" voice.gain.rx.analog.chassis.IP_450="0" voice.gain.rx.analog.chassis.VVX_1500="-3" voice.gain.rx.analog.ringer="0" voice.gain.rx.analog.ringer.IP_300="-6" voice.gain.rx.analog.ringer.IP_330="0" voice.gain.rx.analog.ringer.IP_430="0" voice.gain.rx.analog.ringer.IP_650="0" voice.gain.rx.analog.ringer.IP_601="6" voice.gain.rx.analog.ringer.IP_7000="0" voice.gain.rx.analog.ringer.IP_6000="0" voice.gain.rx.analog.ringer.IP_5000="0" voice.gain.rx.analog.ringer.IP_450="0" voice.gain.rx.analog.ringer.VVX_1500="0" voice.gain.rx.digital.handset="-15" voice.gain.rx.digital.headset="-21" voice.gain.rx.digital.chassis="0" voice.gain.rx.digital.chassis.IP_4000="0" voice.gain.rx.digital.chassis.IP_330="5" voice.gain.rx.digital.chassis.IP_430="5" voice.gain.rx.digital.chassis.IP_650="5" voice.gain.rx.digital.chassis.IP_601="0" voice.gain.rx.digital.chassis.IP_7000="5" voice.gain.rx.digital.chassis.IP_6000="5" voice.gain.rx.digital.chassis.IP_5000="11" voice.gain.rx.digital.chassis.IP_450="5" voice.gain.rx.digital.chassis.VVX_1500="0" voice.gain.rx.digital.ringer="-21" voice.gain.rx.digital.ringer.IP_4000="-21" voice.gain.rx.digital.ringer.IP_330="-12" voice.gain.rx.digital.ringer.IP_430="-12" voice.gain.rx.digital.ringer.IP_650="-12" voice.gain.rx.digital.ringer.IP_601="-21" voice.gain.rx.digital.ringer.IP_7000="-21" voice.gain.rx.digital.ringer.IP_6000="-21" voice.gain.rx.digital.ringer.IP_5000="-12" voice.gain.rx.digital.ringer.IP_450="-12" voice.gain.rx.digital.ringer.VVX_1500="-21" voice.gain.rx.analog.handset.sidetone="-20" voice.gain.rx.analog.handset.sidetone.VVX_1500="-15" voice.gain.rx.analog.headset.sidetone="-24" voice.gain.rx.analog.headset.sidetone.VVX_1500="-31" voice.gain.tx.analog.handset="6" voice.gain.tx.analog.handset.VVX_1500="-48" voice.gain.tx.analog.headset="3" voice.gain.tx.analog.headset.VVX_1500="-47" voice.gain.tx.analog.chassis="3" voice.gain.tx.analog.chassis.IP_300="0" voice.gain.tx.analog.chassis.IP_330="36" voice.gain.tx.analog.chassis.IP_430="36" voice.gain.tx.analog.chassis.IP_650="36" voice.gain.tx.analog.chassis.IP_601="0" voice.gain.tx.analog.chassis.IP_7000="0" voice.gain.tx.analog.chassis.IP_6000="0" voice.gain.tx.analog.chassis.IP_5000="0" voice.gain.tx.analog.chassis.IP_450="36" voice.gain.tx.analog.chassis.VVX_1500="-25" voice.gain.tx.digital.handset="0" voice.gain.tx.digital.handset.IP_330="10" voice.gain.tx.digital.handset.IP_430="10" voice.gain.tx.digital.handset.IP_650="6" voice.gain.tx.digital.handset.IP_450="6" voice.gain.tx.digital.handset.VVX_1500="12" voice.gain.tx.digital.headset="0" voice.gain.tx.digital.headset.IP_330="10" voice.gain.tx.digital.headset.IP_430="6" voice.gain.tx.digital.headset.IP_650="6" voice.gain.tx.digital.headset.IP_450="6" voice.gain.tx.digital.headset.VVX_1500="12" voice.gain.tx.digital.chassis="3" voice.gain.tx.digital.chassis.IP_4000="0" voice.gain.tx.digital.chassis.IP_330="12" voice.gain.tx.digital.chassis.IP_430="12" voice.gain.tx.digital.chassis.IP_650="12" voice.gain.tx.digital.chassis.IP_601="6" voice.gain.tx.digital.chassis.IP_7000="6" voice.gain.tx.digital.chassis.IP_6000="6" voice.gain.tx.digital.chassis.IP_5000="15" voice.gain.tx.digital.chassis.IP_450="12" voice.gain.tx.digital.chassis.VVX_1500="3" voice.gain.tx.analog.preamp.handset="23" voice.gain.tx.analog.preamp.headset="23" voice.gain.tx.analog.preamp.chassis="32" voice.gain.tx.analog.preamp.chassis.IP_601="32" />
<AEC voice.aec.hs.enable="1" voice.aec.hs.lowFreqCutOff="100" voice.aec.hs.highFreqCutOff="7000" voice.aec.hs.erlTab_0_300="-24" voice.aec.hs.erlTab_300_600="-24" voice.aec.hs.erlTab_600_1500="-24" voice.aec.hs.erlTab_1500_3500="-24" voice.aec.hs.erlTab_3500_7000="-24" voice.aec.hd.enable="0" voice.aec.hd.lowFreqCutOff="100" voice.aec.hd.highFreqCutOff="7000" voice.aec.hd.erlTab_0_300="-24" voice.aec.hd.erlTab_300_600="-24" voice.aec.hd.erlTab_600_1500="-24" voice.aec.hd.erlTab_1500_3500="-24" voice.aec.hd.erlTab_3500_7000="-24" voice.aec.hf.enable="1" voice.aec.hf.lowFreqCutOff="100" voice.aec.hf.highFreqCutOff="7000" voice.aec.hf.erlTab_0_300="-6" voice.aec.hf.erlTab_300_600="-6" voice.aec.hf.erlTab_600_1500="-6" voice.aec.hf.erlTab_1500_3500="-6" voice.aec.hf.erlTab_3500_7000="-6" />
<AES voice.aes.hs.enable="1" voice.aes.hs.duplexBalance="7" voice.aes.hd.enable="0" voice.aes.hd.duplexBalance="0" voice.aes.hf.enable="1" voice.aes.hf.duplexBalance.0="9" voice.aes.hf.duplexBalance.1="8" voice.aes.hf.duplexBalance.2="7" voice.aes.hf.duplexBalance.3="6" voice.aes.hf.duplexBalance.4="5" voice.aes.hf.duplexBalance.5="4" voice.aes.hf.duplexBalance.6="3" voice.aes.hf.duplexBalance.7="2" voice.aes.hf.duplexBalance.8="1" voice.aes.hf.duplexBalance.IP_4000.0="10" voice.aes.hf.duplexBalance.IP_4000.1="9" voice.aes.hf.duplexBalance.IP_4000.2="8" voice.aes.hf.duplexBalance.IP_4000.3="7" voice.aes.hf.duplexBalance.IP_4000.4="6" voice.aes.hf.duplexBalance.IP_4000.5="5" voice.aes.hf.duplexBalance.IP_4000.6="4" voice.aes.hf.duplexBalance.IP_4000.7="3" voice.aes.hf.duplexBalance.IP_4000.8="2" voice.aes.hf.duplexBalance.IP_5000.0="10" voice.aes.hf.duplexBalance.IP_5000.1="9" voice.aes.hf.duplexBalance.IP_5000.2="8" voice.aes.hf.duplexBalance.IP_5000.3="7" voice.aes.hf.duplexBalance.IP_5000.4="6" voice.aes.hf.duplexBalance.IP_5000.5="5" voice.aes.hf.duplexBalance.IP_5000.6="4" voice.aes.hf.duplexBalance.IP_5000.7="3" voice.aes.hf.duplexBalance.IP_5000.8="2" />
<NS voice.ns.hs.enable="1" voice.ns.hs.signalAttn="-6" voice.ns.hs.silenceAttn="-9" voice.ns.hd.enable="0" voice.ns.hd.signalAttn="0" voice.ns.hd.silenceAttn="0" voice.ns.hf.enable="1" voice.ns.hf.signalAttn="-6" voice.ns.hf.silenceAttn="-9" voice.ns.hf.IP_4000.enable="1" voice.ns.hf.IP_4000.signalAttn="-6" voice.ns.hf.IP_4000.silenceAttn="-9" voice.ns.hf.IP_5000.enable="1" voice.ns.hf.IP_5000.signalAttn="-6" voice.ns.hf.IP_5000.silenceAttn="-9" />
<AGC voice.agc.hs.enable="0" voice.agc.hd.enable="0" voice.agc.hf.enable="0" />
<RXEQ voice.rxEq.hs.IP_330.preFilter.enable="1" voice.rxEq.hs.IP_430.preFilter.enable="1" voice.rxEq.hs.IP_650.preFilter.enable="1" voice.rxEq.hs.IP_500.preFilter.enable="1" voice.rxEq.hs.IP_600.preFilter.enable="1" voice.rxEq.hs.IP_601.preFilter.enable="1" voice.rxEq.hs.IP_450.preFilter.enable="1" voice.rxEq.hs.VVX_1500.preFilter.enable="1" voice.rxEq.hs.IP_330.postFilter.enable="0" voice.rxEq.hs.IP_430.postFilter.enable="0" voice.rxEq.hs.IP_650.postFilter.enable="0" voice.rxEq.hs.IP_500.postFilter.enable="0" voice.rxEq.hs.IP_600.postFilter.enable="0" voice.rxEq.hs.IP_601.postFilter.enable="0" voice.rxEq.hs.IP_450.postFilter.enable="0" voice.rxEq.hs.VVX_1500.postFilter.enable="0" voice.rxEq.hd.IP_330.preFilter.enable="0" voice.rxEq.hd.IP_430.preFilter.enable="0" voice.rxEq.hd.IP_650.preFilter.enable="0" voice.rxEq.hd.IP_500.preFilter.enable="0" voice.rxEq.hd.IP_600.preFilter.enable="0" voice.rxEq.hd.IP_601.preFilter.enable="0" voice.rxEq.hd.IP_450.preFilter.enable="0" voice.rxEq.hd.VVX_1500.preFilter.enable="0" voice.rxEq.hd.IP_330.postFilter.enable="0" voice.rxEq.hd.IP_430.postFilter.enable="0" voice.rxEq.hd.IP_650.postFilter.enable="0" voice.rxEq.hd.IP_500.postFilter.enable="0" voice.rxEq.hd.IP_600.postFilter.enable="0" voice.rxEq.hd.IP_601.postFilter.enable="0" voice.rxEq.hd.IP_450.postFilter.enable="0" voice.rxEq.hd.VVX_1500.postFilter.enable="0" voice.rxEq.hf.IP_330.preFilter.enable="1" voice.rxEq.hf.IP_430.preFilter.enable="1" voice.rxEq.hf.IP_650.preFilter.enable="1" voice.rxEq.hf.IP_500.preFilter.enable="1" voice.rxEq.hf.IP_600.preFilter.enable="1" voice.rxEq.hf.IP_601.preFilter.enable="1" voice.rxEq.hf.IP_4000.preFilter.enable="0" voice.rxEq.hf.IP_7000.preFilter.enable="0" voice.rxEq.hf.IP_6000.preFilter.enable="0" voice.rxEq.hf.IP_5000.preFilter.enable="1" voice.rxEq.hf.IP_450.preFilter.enable="1" voice.rxEq.hf.VVX_1500.preFilter.enable="1" voice.rxEq.hf.IP_330.postFilter.enable="0" voice.rxEq.hf.IP_430.postFilter.enable="0" voice.rxEq.hf.IP_650.postFilter.enable="0" voice.rxEq.hf.IP_500.postFilter.enable="1" voice.rxEq.hf.IP_600.postFilter.enable="1" voice.rxEq.hf.IP_601.postFilter.enable="1" voice.rxEq.hf.IP_4000.postFilter.enable="0" voice.rxEq.hf.IP_7000.postFilter.enable="0" voice.rxEq.hf.IP_6000.postFilter.enable="0" voice.rxEq.hf.IP_5000.postFilter.enable="0" voice.rxEq.hf.IP_450.postFilter.enable="0" voice.rxEq.hf.VVX_1500.postFilter.enable="0">
<filters voice.rxEq.hf.IP_500.preFilter.999.size="4" voice.rxEq.hf.IP_500.preFilter.0.shift="-1" voice.rxEq.hf.IP_500.preFilter.0.coef.0="16383" voice.rxEq.hf.IP_500.preFilter.0.coef.1="0" voice.rxEq.hf.IP_500.preFilter.0.coef.2="0" voice.rxEq.hf.IP_500.preFilter.0.coef.3="0" />
</RXEQ>
<TXEQ voice.txEq.hs.IP_330.preFilter.enable="0" voice.txEq.hs.IP_430.preFilter.enable="0" voice.txEq.hs.IP_650.preFilter.enable="0" voice.txEq.hs.IP_500.preFilter.enable="0" voice.txEq.hs.IP_600.preFilter.enable="0" voice.txEq.hs.IP_601.preFilter.enable="0" voice.txEq.hs.IP_450.preFilter.enable="0" voice.txEq.hs.VVX_1500.preFilter.enable="0" voice.txEq.hs.IP_330.postFilter.enable="1" voice.txEq.hs.IP_430.postFilter.enable="1" voice.txEq.hs.IP_650.postFilter.enable="1" voice.txEq.hs.IP_500.postFilter.enable="1" voice.txEq.hs.IP_600.postFilter.enable="1" voice.txEq.hs.IP_601.postFilter.enable="1" voice.txEq.hs.IP_450.postFilter.enable="1" voice.txEq.hs.VVX_1500.postFilter.enable="1" voice.txEq.hd.IP_330.preFilter.enable="0" voice.txEq.hd.IP_430.preFilter.enable="0" voice.txEq.hd.IP_650.preFilter.enable="0" voice.txEq.hd.IP_500.preFilter.enable="0" voice.txEq.hd.IP_600.preFilter.enable="0" voice.txEq.hd.IP_601.preFilter.enable="0" voice.txEq.hd.IP_450.preFilter.enable="0" voice.txEq.hd.VVX_1500.preFilter.enable="0" voice.txEq.hd.IP_330.postFilter.enable="0" voice.txEq.hd.IP_430.postFilter.enable="0" voice.txEq.hd.IP_650.postFilter.enable="0" voice.txEq.hd.IP_500.postFilter.enable="0" voice.txEq.hd.IP_600.postFilter.enable="0" voice.txEq.hd.IP_601.postFilter.enable="0" voice.txEq.hd.IP_450.postFilter.enable="0" voice.txEq.hd.VVX_1500.postFilter.enable="0" voice.txEq.hf.IP_330.preFilter.enable="0" voice.txEq.hf.IP_430.preFilter.enable="0" voice.txEq.hf.IP_650.preFilter.enable="0" voice.txEq.hf.IP_500.preFilter.enable="0" voice.txEq.hf.IP_600.preFilter.enable="0" voice.txEq.hf.IP_601.preFilter.enable="0" voice.txEq.hf.IP_4000.preFilter.enable="0" voice.txEq.hf.IP_7000.preFilter.enable="0" voice.txEq.hf.IP_6000.preFilter.enable="0" voice.txEq.hf.IP_5000.preFilter.enable="0" voice.txEq.hf.IP_450.preFilter.enable="0" voice.txEq.hf.VVX_1500.preFilter.enable="0" voice.txEq.hf.IP_330.postFilter.enable="1" voice.txEq.hf.IP_430.postFilter.enable="1" voice.txEq.hf.IP_650.postFilter.enable="1" voice.txEq.hf.IP_500.postFilter.enable="1" voice.txEq.hf.IP_600.postFilter.enable="1" voice.txEq.hf.IP_601.postFilter.enable="1" voice.txEq.hf.IP_4000.postFilter.enable="0" voice.txEq.hf.IP_7000.postFilter.enable="0" voice.txEq.hf.IP_6000.postFilter.enable="0" voice.txEq.hf.IP_5000.postFilter.enable="1" voice.txEq.hf.IP_450.postFilter.enable="1" voice.txEq.hf.VVX_1500.postFilter.enable="1">
<filters voice.txEq.hf.IP_500.postFilter.999.size="4" voice.txEq.hf.IP_500.postFilter.0.shift="-1" voice.txEq.hf.IP_500.postFilter.0.coef.0="16383" voice.txEq.hf.IP_500.postFilter.0.coef.1="0" voice.txEq.hf.IP_500.postFilter.0.coef.2="0" voice.txEq.hf.IP_500.postFilter.0.coef.3="0" />
</TXEQ>
<VAD voice.vadEnable="0" voice.vadThresh="15" voice.vad.signalAnnexB="" />
<handset voice.handset.rxag.adjust.IP_330="1" voice.handset.rxag.adjust.IP_430="1" voice.handset.rxag.adjust.IP_650="1" voice.handset.rxag.adjust.IP_450="1" voice.handset.txag.adjust.IP_330="18" voice.handset.txag.adjust.IP_430="18" voice.handset.txag.adjust.IP_650="18" voice.handset.txag.adjust.IP_450="18" voice.handset.sidetone.adjust.IP_330="3" voice.handset.sidetone.adjust.IP_430="3" voice.handset.sidetone.adjust.IP_650="0" voice.handset.sidetone.adjust.IP_450="0" />
<headset voice.headset.rxag.adjust.IP_430="1" voice.headset.rxag.adjust.IP_650="1" voice.headset.rxag.adjust.IP_330="4" voice.headset.rxag.adjust.IP_450="1" voice.headset.txag.adjust.IP_430="21" voice.headset.txag.adjust.IP_650="21" voice.headset.txag.adjust.IP_330="21" voice.headset.txag.adjust.IP_450="21" voice.headset.sidetone.adjust.IP_330="-3" voice.headset.sidetone.adjust.IP_430="-3" voice.headset.sidetone.adjust.IP_650="-3" voice.headset.sidetone.adjust.IP_450="-3" />
<qualityMonitoring>
<collector voice.qualityMonitoring.collector.enable.periodic="0" voice.qualityMonitoring.collector.enable.session="0" voice.qualityMonitoring.collector.enable.triggeredPeriodic="0" voice.qualityMonitoring.collector.period="20">
<alert voice.qualityMonitoring.collector.alert.moslq.threshold.warning="" voice.qualityMonitoring.collector.alert.moslq.threshold.critical="" voice.qualityMonitoring.collector.alert.delay.threshold.warning="" voice.qualityMonitoring.collector.alert.delay.threshold.critical="" />
<server voice.qualityMonitoring.collector.server.1.address="" voice.qualityMonitoring.collector.server.1.port="5060" />
</collector>
<rtcpxr voice.qualityMonitoring.rtcpxr.enable="0" />
</qualityMonitoring>
</voice>
<QOS>
<Ethernet>
<RTP qos.ethernet.rtp.user_priority="5" />
<VideoRTP qos.ethernet.rtp.video.user_priority="5" />
<CallControl qos.ethernet.callControl.user_priority="5" />
<Other qos.ethernet.other.user_priority="2" />
</Ethernet>
<IP>
<RTP qos.ip.rtp.dscp="" qos.ip.rtp.min_delay="1" qos.ip.rtp.max_throughput="1" qos.ip.rtp.max_reliability="0" qos.ip.rtp.min_cost="0" qos.ip.rtp.precedence="5" />
<VideoRTP qos.ip.rtp.video.dscp="" qos.ip.rtp.video.min_delay="1" qos.ip.rtp.video.max_throughput="1" qos.ip.rtp.video.max_reliability="0" qos.ip.rtp.video.min_cost="0" qos.ip.rtp.video.precedence="5" />
<CallControl qos.ip.callControl.dscp="" qos.ip.callControl.min_delay="1" qos.ip.callControl.max_throughput="0" qos.ip.callControl.max_reliability="0" qos.ip.callControl.min_cost="0" qos.ip.callControl.precedence="5" />
</IP>
</QOS>
<TCP_IP>
<netMon tcpIpApp.netMon.enabled="1" tcpIpApp.netMon.period="30" />
<SNTP tcpIpApp.sntp.resyncPeriod="86400" tcpIpApp.sntp.address="" tcpIpApp.sntp.address.overrideDHCP="0" tcpIpApp.sntp.gmtOffset="" tcpIpApp.sntp.gmtOffset.overrideDHCP="0" tcpIpApp.sntp.daylightSavings.enable="1" tcpIpApp.sntp.daylightSavings.fixedDayEnable="0" tcpIpApp.sntp.daylightSavings.start.month="3" tcpIpApp.sntp.daylightSavings.start.date="8" tcpIpApp.sntp.daylightSavings.start.time="2" tcpIpApp.sntp.daylightSavings.start.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.start.dayOfWeek.lastInMonth="0" tcpIpApp.sntp.daylightSavings.stop.month="11" tcpIpApp.sntp.daylightSavings.stop.date="1" tcpIpApp.sntp.daylightSavings.stop.time="2" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="1" tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0" />
<port>
<RTP tcpIpApp.port.rtp.filterByIp="1" tcpIpApp.port.rtp.filterByPort="0" tcpIpApp.port.rtp.forceSend="" tcpIpApp.port.rtp.mediaPortRangeStart="" />
</port>
<keepalive tcpIpApp.keepalive.tcp.idleTransmitInterval="" tcpIpApp.keepalive.tcp.noResponseTrasmitInterval="" tcpIpApp.keepalive.tcp.sip.tls.enable="0" />
</TCP_IP>
<HTTPD httpd.enabled="1">
<cfg httpd.cfg.enabled="1" httpd.cfg.port="80" />
</HTTPD>
<call call.rejectBusyOnDnd="1" call.enableOnNotRegistered="1" call.offeringTimeOut="60" call.ringBackTimeOut="60" call.dialtoneTimeOut="60" call.lastCallReturnString="*69" call.callsPerLineKey="" call.stickyAutoLineSeize="" call.stickyAutoLineSeize.onHookDialing="" call.singleKeyPressConference="0" call.localConferenceCallHold="" call.transfer.blindPreferred="" call.directedCallPickupString="*97" call.directedCallPickupMethod="" call.parkedCallRetrieveString="" call.parkedCallRetrieveMethod="" call.autoRouting.preference="line" call.autoRouting.preferredProtocol="SIP" call.autoAnswer.micMute="1" call.autoAnswer.videoMute="0" call.autoAnswer.SIP="0" call.autoAnswer.H323="0" call.autoAnswer.ringClass="4">
<shared call.shared.disableDivert="1" call.shared.seizeFailReorder="1" call.shared.oneTouchResume="0" call.shared.exposeAutoHolds="0" />
<hold>
<localReminder call.hold.localReminder.enabled="0" call.hold.localReminder.period="60" call.hold.localReminder.startDelay="90" />
</hold>
</call>
<directory>
<dirLocal dir.local.volatile.2meg="0" dir.local.nonVolatile.maxSize.2meg="20" dir.local.volatile.4meg="0" dir.local.nonVolatile.maxSize.4meg="50" dir.local.volatile.8meg="0" dir.local.nonVolatile.maxSize.8meg="100" dir.local.volatile.maxSize="200" dir.local.readonly="" dir.search.field="" />
<dirCorp dir.corp.address="" dir.corp.port="" dir.corp.transport="" dir.corp.baseDN="" dir.corp.scope="sub" dir.corp.filterPrefix="(objectclass=person)" dir.corp.user="" dir.corp.password="" dir.corp.pageSize="32" dir.corp.cacheSize="128" dir.corp.leg.pageSize="8" dir.corp.leg.cacheSize="32" dir.corp.autoQuerySubmitTimeout="0" dir.corp.viewPersistence="0" dir.corp.leg.viewPersistence="1">
<attr1 dir.corp.attribute.1.name="" dir.corp.attribute.1.label="" dir.corp.attribute.1.type="last_name" dir.corp.attribute.1.filter="" dir.corp.attribute.1.sticky="" />
<attr2 dir.corp.attribute.2.name="" dir.corp.attribute.2.label="" dir.corp.attribute.2.type="first_name" dir.corp.attribute.2.filter="" dir.corp.attribute.2.sticky="" dir.corp.attribute.2.searchable="0" />
<backGroundSync dir.corp.backGroundSync="0" dir.corp.backGroundSync.period="86400" />
<vlv dir.corp.vlv.allow="0" dir.corp.vlv.sortOrder="" />
</dirCorp>
</directory>
<presence pres.reg="" pres.idleSoftKeys="" />
<font font.delimiter="">
<IP_330 font.IP_330.1.name="" />
<IP_400 font.IP_400.1.name="" />
<IP_500 font.IP_500.1.name="" />
<IP_600 font.IP_600.1.name="" />
</font>
<keys key.scrolling.timeout="1" />
<backgrounds>
<VVX_1500>
<color bg.VVX_1500.color.selection="1,1">
<bitmaps bg.VVX_1500.color.bm.1.name="" bg.VVX_1500.color.bm.2.name="" bg.VVX_1500.color.bm.3.name="" bg.VVX_1500.color.bm.4.name="" bg.VVX_1500.color.bm.5.name="" bg.VVX_1500.color.bm.6.name="" />
</color>
</VVX_1500>
<hiRes>
<color bg.hiRes.color.selection="1,1">
<patterns>
<solid bg.hiRes.color.pat.solid.1.name="Light Blue" bg.hiRes.color.pat.solid.1.red="151" bg.hiRes.color.pat.solid.1.green="207" bg.hiRes.color.pat.solid.1.blue="249" bg.hiRes.color.pat.solid.2.name="Teal" bg.hiRes.color.pat.solid.2.red="73" bg.hiRes.color.pat.solid.2.green="148" bg.hiRes.color.pat.solid.2.blue="148" bg.hiRes.color.pat.solid.3.name="Tan" bg.hiRes.color.pat.solid.3.red="245" bg.hiRes.color.pat.solid.3.green="157" bg.hiRes.color.pat.solid.3.blue="69" bg.hiRes.color.pat.solid.4.name="" bg.hiRes.color.pat.solid.4.red="" bg.hiRes.color.pat.solid.4.green="" bg.hiRes.color.pat.solid.4.blue="" />
</patterns>
<bitmaps bg.hiRes.color.bm.1.name="Leaf.jpg" bg.hiRes.color.bm.1.em.name="LeafEM.jpg" bg.hiRes.color.bm.2.name="Sailboat.jpg" bg.hiRes.color.bm.2.em.name="SailboatEM.jpg" bg.hiRes.color.bm.3.name="Beach.jpg" bg.hiRes.color.bm.3.em.name="BeachEM.jpg" bg.hiRes.color.bm.4.name="Palm.jpg" bg.hiRes.color.bm.4.em.name="PalmEM.jpg" bg.hiRes.color.bm.5.name="Jellyfish.jpg" bg.hiRes.color.bm.5.em.name="JellyfishEM.jpg" bg.hiRes.color.bm.6.name="Mountain.jpg" bg.hiRes.color.bm.6.em.name="MountainEM.jpg" />
</color>
<gray bg.hiRes.gray.selection="2,1">
<predefined bg.hiRes.gray.pr.1.adj="-3" />
<patterns>
<solid bg.hiRes.gray.pat.solid.1.name="White" bg.hiRes.gray.pat.solid.1.red="255" bg.hiRes.gray.pat.solid.1.green="255" bg.hiRes.gray.pat.solid.1.blue="255" bg.hiRes.gray.pat.solid.2.name="Light Gray" bg.hiRes.gray.pat.solid.2.red="160" bg.hiRes.gray.pat.solid.2.green="160" bg.hiRes.gray.pat.solid.2.blue="160" bg.hiRes.gray.pat.solid.3.name="" bg.hiRes.gray.pat.solid.3.red="" bg.hiRes.gray.pat.solid.3.green="" bg.hiRes.gray.pat.solid.3.blue="" bg.hiRes.gray.pat.solid.4.name="" bg.hiRes.gray.pat.solid.4.red="" bg.hiRes.gray.pat.solid.4.green="" bg.hiRes.gray.pat.solid.4.blue="" />
</patterns>
<bitmaps bg.hiRes.gray.bm.1.name="Leaf.jpg" bg.hiRes.gray.bm.1.em.name="LeafEM.jpg" bg.hiRes.gray.bm.1.adj="0" bg.hiRes.gray.bm.2.name="Sailboat.jpg" bg.hiRes.gray.bm.2.em.name="SailboatEM.jpg" bg.hiRes.gray.bm.2.adj="-3" bg.hiRes.gray.bm.3.name="Beach.jpg" bg.hiRes.gray.bm.3.em.name="BeachEM.jpg" bg.hiRes.gray.bm.3.adj="0" bg.hiRes.gray.bm.4.name="Palm.jpg" bg.hiRes.gray.bm.4.em.name="PalmEM.jpg" bg.hiRes.gray.bm.4.adj="-3" bg.hiRes.gray.bm.5.name="Jellyfish.jpg" bg.hiRes.gray.bm.5.em.name="JellyfishEM.jpg" bg.hiRes.gray.bm.5.adj="-2" bg.hiRes.gray.bm.6.name="Mountain.jpg" bg.hiRes.gray.bm.6.em.name="MountainEM.jpg" bg.hiRes.gray.bm.6.adj="0" />
</gray>
</hiRes>
<medRes>
<gray bg.medRes.gray.selection="2,1">
<predefined bg.medRes.gray.pr.1.adj="-3" />
<patterns>
<solid bg.medRes.gray.pat.solid.1.name="White" bg.medRes.gray.pat.solid.1.red="255" bg.medRes.gray.pat.solid.1.green="255" bg.medRes.gray.pat.solid.1.blue="255" bg.medRes.gray.pat.solid.2.name="Light Gray" bg.medRes.gray.pat.solid.2.red="160" bg.medRes.gray.pat.solid.2.green="160" bg.medRes.gray.pat.solid.2.blue="160" bg.medRes.gray.pat.solid.3.name="" bg.medRes.gray.pat.solid.3.red="" bg.medRes.gray.pat.solid.3.green="" bg.medRes.gray.pat.solid.3.blue="" bg.medRes.gray.pat.solid.4.name="" bg.medRes.gray.pat.solid.4.red="" bg.medRes.gray.pat.solid.4.green="" bg.medRes.gray.pat.solid.4.blue="" />
</patterns>
<bitmaps bg.medRes.gray.bm.1.name="Leaf256x116.jpg" bg.medRes.gray.bm.1.adj="0" bg.medRes.gray.bm.2.name="Sailboat256x116.jpg" bg.medRes.gray.bm.2.adj="-3" bg.medRes.gray.bm.3.name="Beach256x116.jpg" bg.medRes.gray.bm.3.adj="0" bg.medRes.gray.bm.4.name="Palm256x116.jpg" bg.medRes.gray.bm.4.adj="-3" bg.medRes.gray.bm.5.name="Jellyfish256x116.jpg" bg.medRes.gray.bm.5.adj="-2" bg.medRes.gray.bm.6.name="Mountain256x116.jpg" bg.medRes.gray.bm.6.adj="0" />
</gray>
</medRes>
<buttons>
<color button.color.selection.1.1.modify="rgbHiLo,68,255,0,85,68,255" button.color.selection.2.1.modify="rgbHiLo,0,255,0,255,102,255" button.color.selection.2.2.modify="rgbHiLo,0,255,51,255,51,255" button.color.selection.2.3.modify="rgbHiLo,153,255,51,255,0,255" button.color.selection.2.4.modify="none" button.color.selection.3.1.modify="rgbHiLo,51,255,68,255,0,119" button.color.selection.3.2.modify="rgbHiLo,34,255,0,255,170,255" button.color.selection.3.3.modify="rgbHiLo,136,221,51,51,187,255" button.color.selection.3.4.modify="rgbHiLo,34,255,119,255,0,255" button.color.selection.3.5.modify="rgbHiLo,170,255,68,255,0,255" button.color.selection.3.6.modify="rgbHiLo,0,255,102,255,153,255" />
<gray button.gray.selection.1.1.modify="none" button.gray.selection.2.1.modify="none" button.gray.selection.2.2.modify="none" button.gray.selection.2.3.modify="none" button.gray.selection.2.4.modify="none" button.gray.selection.3.1.modify="none" button.gray.selection.3.2.modify="none" button.gray.selection.3.3.modify="none" button.gray.selection.3.4.modify="none" button.gray.selection.3.5.modify="none" button.gray.selection.3.6.modify="none" />
</buttons>
</backgrounds>
<bitmaps>
<IP_330 bitmap.IP_330.1.name="PlcmTrademarkVert" bitmap.IP_330.2.name="BlankSmall" bitmap.IP_330.3.name="BlankBig" bitmap.IP_330.4.name="CtxPhone" bitmap.IP_330.5.name="DndStep1" bitmap.IP_330.6.name="DndStep2" bitmap.IP_330.7.name="MuteStep1" bitmap.IP_330.8.name="MuteStep2" bitmap.IP_330.9.name="Speaker" bitmap.IP_330.10.name="Handset" bitmap.IP_330.11.name="Headset" bitmap.IP_330.12.name="Ringer" bitmap.IP_330.13.name="CtxEmail" bitmap.IP_330.14.name="CtxFwdStep1" bitmap.IP_330.15.name="CtxFwdStep2" bitmap.IP_330.16.name="CtxFwdStep3" bitmap.IP_330.17.name="CtxFwdStep4" bitmap.IP_330.18.name="CtxFwdStep5" bitmap.IP_330.19.name="CtxFwdStep6" bitmap.IP_330.20.name="CtxDndStep1" bitmap.IP_330.21.name="CtxDndStep2" bitmap.IP_330.22.name="CtxNotReg" bitmap.IP_330.23.name="CtxSharedStep1" bitmap.IP_330.24.name="CtxSharedStep2" bitmap.IP_330.25.name="CtxSharedHoldStep1" bitmap.IP_330.26.name="CtxSharedHoldStep2" bitmap.IP_330.27.name="CtxSpeedDial" bitmap.IP_330.28.name="CtxConfStep1" bitmap.IP_330.29.name="CtxConfStep2" bitmap.IP_330.30.name="CtxConfStep3" bitmap.IP_330.31.name="CtxHoldStep1" bitmap.IP_330.32.name="CtxHoldStep2" bitmap.IP_330.33.name="CtxRingStep1" bitmap.IP_330.34.name="CtxRingStep2" bitmap.IP_330.35.name="CtxRingStep3" bitmap.IP_330.36.name="CtxActiveStep1" bitmap.IP_330.37.name="CtxActiveStep2" bitmap.IP_330.38.name="CtxActiveStep3" bitmap.IP_330.39.name="CtxActiveStep4" bitmap.IP_330.40.name="CtxActiveStep5" bitmap.IP_330.41.name="CtxSharedActiveStep1" bitmap.IP_330.42.name="CtxSharedActiveStep2" bitmap.IP_330.43.name="CtxSharedActiveStep3" bitmap.IP_330.44.name="CtxSharedActiveStep4" bitmap.IP_330.45.name="CtxSharedActiveStep5" bitmap.IP_330.46.name="CtxSharedActiveStep6" bitmap.IP_330.47.name="CtxSharedActiveStep7" bitmap.IP_330.48.name="CtxProceedStep1" bitmap.IP_330.49.name="CtxProceedStep2" bitmap.IP_330.50.name="CtxProceedStep3" bitmap.IP_330.51.name="CtxProceedStep4" bitmap.IP_330.52.name="DiagnosticFrame1" bitmap.IP_330.53.name="DiagnosticFrame2" bitmap.IP_330.54.name="DiagnosticFrame3" bitmap.IP_330.55.name="DiagnosticFrame4" bitmap.IP_330.56.name="DiagnosticFrame5" bitmap.IP_330.57.name="DiagnosticFrame6" bitmap.IP_330.58.name="CtxUndefined" bitmap.IP_330.59.name="CtxFeatureEna" bitmap.IP_330.60.name="CtxFeatureDis" bitmap.IP_330.61.name="" bitmap.IP_330.62.name="CtxACDAvailable" bitmap.IP_330.63.name="CtxACDUnavailableStep1" bitmap.IP_330.64.name="CtxACDUnavailableStep2" bitmap.IP_330.65.name="CtxACDLogout" bitmap.IP_330.66.name="CtxActiveSecure" bitmap.IP_330.67.name="PlumHd" />
<IP_300 bitmap.IP_300.1.name="Blank" bitmap.IP_300.2.name="DndStep1" bitmap.IP_300.3.name="DndStep2" bitmap.IP_300.4.name="MuteStep1" bitmap.IP_300.5.name="MuteStep2" bitmap.IP_300.6.name="Speaker" bitmap.IP_300.7.name="Handset" bitmap.IP_300.8.name="Headset" bitmap.IP_300.9.name="Ringer" bitmap.IP_300.10.name="CtxDnd" bitmap.IP_300.11.name="CtxSpeedDial" bitmap.IP_300.12.name="CtxMail" bitmap.IP_300.13.name="CtxPhone" bitmap.IP_300.14.name="CtxNotReg" bitmap.IP_300.15.name="CtxHoldStep1" bitmap.IP_300.16.name="CtxHoldStep2" bitmap.IP_300.17.name="CtxProceedStep1" bitmap.IP_300.18.name="CtxProceedStep2" bitmap.IP_300.19.name="CtxProceedStep3" bitmap.IP_300.20.name="CtxActiveStep1" bitmap.IP_300.21.name="CtxActiveStep2" bitmap.IP_300.22.name="CtxActiveStep3" bitmap.IP_300.23.name="CtxActiveStep4" bitmap.IP_300.24.name="CtxFwdStep1" bitmap.IP_300.25.name="CtxFwdStep2" bitmap.IP_300.26.name="CtxFwdStep3" bitmap.IP_300.27.name="CtxFwdStep4" bitmap.IP_300.28.name="DiagnosticFrame1" bitmap.IP_300.29.name="DiagnosticFrame2" bitmap.IP_300.30.name="DiagnosticFrame3" bitmap.IP_300.31.name="DiagnosticFrame4" bitmap.IP_300.32.name="DiagnosticFrame5" bitmap.IP_300.33.name="DiagnosticFrame6" bitmap.IP_300.34.name="CtxACDAvailable" bitmap.IP_300.35.name="CtxACDUnavailableStep1" bitmap.IP_300.36.name="CtxACDUnavailableStep2" bitmap.IP_300.37.name="CtxACDLogout" bitmap.IP_300.38.name="CtxActiveSecure" />
<IP_400 bitmap.IP_400.61.name="" />
<IP_450 bitmap.IP_450.1.name="PlcmTrademarkVert" bitmap.IP_450.2.name="BlankSmall" bitmap.IP_450.3.name="BlankBig" bitmap.IP_450.4.name="CtxPhone" bitmap.IP_450.5.name="DndStep1" bitmap.IP_450.6.name="DndStep2" bitmap.IP_450.7.name="MuteStep1" bitmap.IP_450.8.name="MuteStep2" bitmap.IP_450.9.name="Speaker" bitmap.IP_450.10.name="Handset" bitmap.IP_450.11.name="Headset" bitmap.IP_450.12.name="Ringer" bitmap.IP_450.13.name="CtxEmail" bitmap.IP_450.14.name="CtxFwdStep1" bitmap.IP_450.15.name="CtxFwdStep2" bitmap.IP_450.16.name="CtxFwdStep3" bitmap.IP_450.17.name="CtxFwdStep4" bitmap.IP_450.18.name="CtxFwdStep5" bitmap.IP_450.19.name="CtxFwdStep6" bitmap.IP_450.20.name="CtxDndStep1" bitmap.IP_450.21.name="CtxDndStep2" bitmap.IP_450.22.name="CtxNotReg" bitmap.IP_450.23.name="CtxSharedStep1" bitmap.IP_450.24.name="CtxSharedStep2" bitmap.IP_450.25.name="CtxSharedHoldStep1" bitmap.IP_450.26.name="CtxSharedHoldStep2" bitmap.IP_450.27.name="CtxSpeedDial" bitmap.IP_450.28.name="CtxConfStep1" bitmap.IP_450.29.name="CtxConfStep2" bitmap.IP_450.30.name="CtxConfStep3" bitmap.IP_450.31.name="CtxHoldStep1" bitmap.IP_450.32.name="CtxHoldStep2" bitmap.IP_450.33.name="CtxRingStep1" bitmap.IP_450.34.name="CtxRingStep2" bitmap.IP_450.35.name="CtxRingStep3" bitmap.IP_450.36.name="CtxActiveStep1" bitmap.IP_450.37.name="CtxActiveStep2" bitmap.IP_450.38.name="CtxActiveStep3" bitmap.IP_450.39.name="CtxActiveStep4" bitmap.IP_450.40.name="CtxActiveStep5" bitmap.IP_450.41.name="CtxActiveStep6" bitmap.IP_450.42.name="CtxSharedActiveStep1" bitmap.IP_450.43.name="CtxSharedActiveStep2" bitmap.IP_450.44.name="CtxSharedActiveStep3" bitmap.IP_450.45.name="CtxSharedActiveStep4" bitmap.IP_450.46.name="CtxSharedActiveStep5" bitmap.IP_450.47.name="CtxSharedActiveStep6" bitmap.IP_450.48.name="CtxSharedActiveStep7" bitmap.IP_450.49.name="CtxSharedActiveStep8" bitmap.IP_450.50.name="CtxSharedActiveStep9" bitmap.IP_450.51.name="CtxProceedStep1" bitmap.IP_450.52.name="CtxProceedStep2" bitmap.IP_450.53.name="CtxProceedStep3" bitmap.IP_450.54.name="CtxProceedStep4" bitmap.IP_450.55.name="CtxProceedStep5" bitmap.IP_450.56.name="DiagnosticFrame1" bitmap.IP_450.57.name="DiagnosticFrame2" bitmap.IP_450.58.name="DiagnosticFrame3" bitmap.IP_450.59.name="DiagnosticFrame4" bitmap.IP_450.60.name="DiagnosticFrame5" bitmap.IP_450.61.name="DiagnosticFrame6" bitmap.IP_450.62.name="CtxUndefined" bitmap.IP_450.63.name="CtxFeatureEna" bitmap.IP_450.64.name="CtxFeatureDis" bitmap.IP_450.65.name="" bitmap.IP_450.66.name="CtxACDAvailable" bitmap.IP_450.67.name="CtxACDUnavailableStep1" bitmap.IP_450.68.name="CtxACDUnavailableStep2" bitmap.IP_450.69.name="CtxACDLogout" bitmap.IP_450.70.name="CtxActiveSecure" bitmap.IP_450.71.name="CtxActiveHDStep1" bitmap.IP_450.72.name="CtxActiveHDStep2" bitmap.IP_450.73.name="CtxActiveHDStep3" bitmap.IP_450.74.name="CtxActiveHDStep4" bitmap.IP_450.75.name="CtxActiveHDStep5" bitmap.IP_450.76.name="CtxActiveHDStep6" bitmap.IP_450.77.name="CtxActiveHDStep7" bitmap.IP_450.78.name="CtxActiveHDStep8" bitmap.IP_450.79.name="CtxActiveHDStep9" bitmap.IP_450.80.name="CtxActiveHDStep10" bitmap.IP_450.81.name="CtxActiveHDStep11" />
<IP_500 bitmap.IP_500.1.name="PlcmTrademarkVert" bitmap.IP_500.2.name="BlankSmall" bitmap.IP_500.3.name="BlankBig" bitmap.IP_500.4.name="CtxPhone" bitmap.IP_500.5.name="DndStep1" bitmap.IP_500.6.name="DndStep2" bitmap.IP_500.7.name="MuteStep1" bitmap.IP_500.8.name="MuteStep2" bitmap.IP_500.9.name="Speaker" bitmap.IP_500.10.name="Handset" bitmap.IP_500.11.name="Headset" bitmap.IP_500.12.name="Ringer" bitmap.IP_500.13.name="CtxEmail" bitmap.IP_500.14.name="CtxFwdStep1" bitmap.IP_500.15.name="CtxFwdStep2" bitmap.IP_500.16.name="CtxFwdStep3" bitmap.IP_500.17.name="CtxFwdStep4" bitmap.IP_500.18.name="CtxFwdStep5" bitmap.IP_500.19.name="CtxFwdStep6" bitmap.IP_500.20.name="CtxDndStep1" bitmap.IP_500.21.name="CtxDndStep2" bitmap.IP_500.22.name="CtxNotReg" bitmap.IP_500.23.name="CtxSharedStep1" bitmap.IP_500.24.name="CtxSharedStep2" bitmap.IP_500.25.name="CtxSharedHoldStep1" bitmap.IP_500.26.name="CtxSharedHoldStep2" bitmap.IP_500.27.name="CtxSpeedDial" bitmap.IP_500.28.name="CtxConfStep1" bitmap.IP_500.29.name="CtxConfStep2" bitmap.IP_500.30.name="CtxConfStep3" bitmap.IP_500.31.name="CtxHoldStep1" bitmap.IP_500.32.name="CtxHoldStep2" bitmap.IP_500.33.name="CtxRingStep1" bitmap.IP_500.34.name="CtxRingStep2" bitmap.IP_500.35.name="CtxRingStep3" bitmap.IP_500.36.name="CtxActiveStep1" bitmap.IP_500.37.name="CtxActiveStep2" bitmap.IP_500.38.name="CtxActiveStep3" bitmap.IP_500.39.name="CtxActiveStep4" bitmap.IP_500.40.name="CtxActiveStep5" bitmap.IP_500.41.name="CtxSharedActiveStep1" bitmap.IP_500.42.name="CtxSharedActiveStep2" bitmap.IP_500.43.name="CtxSharedActiveStep3" bitmap.IP_500.44.name="CtxSharedActiveStep4" bitmap.IP_500.45.name="CtxSharedActiveStep5" bitmap.IP_500.46.name="CtxSharedActiveStep6" bitmap.IP_500.47.name="CtxSharedActiveStep7" bitmap.IP_500.48.name="CtxProceedStep1" bitmap.IP_500.49.name="CtxProceedStep2" bitmap.IP_500.50.name="CtxProceedStep3" bitmap.IP_500.51.name="CtxProceedStep4" bitmap.IP_500.52.name="DiagnosticFrame1" bitmap.IP_500.53.name="DiagnosticFrame2" bitmap.IP_500.54.name="DiagnosticFrame3" bitmap.IP_500.55.name="DiagnosticFrame4" bitmap.IP_500.56.name="DiagnosticFrame5" bitmap.IP_500.57.name="DiagnosticFrame6" bitmap.IP_500.58.name="CtxUndefined" bitmap.IP_500.59.name="CtxFeatureEna" bitmap.IP_500.60.name="CtxFeatureDis" bitmap.IP_500.61.name="" bitmap.IP_500.62.name="CtxACDAvailable" bitmap.IP_500.63.name="CtxACDUnavailableStep1" bitmap.IP_500.64.name="CtxACDUnavailableStep2" bitmap.IP_500.65.name="CtxACDLogout" bitmap.IP_500.66.name="CtxActiveSecure" />
<IP_600 bitmap.IP_600.1.name="PlcmTrademarkVert" bitmap.IP_600.2.name="BlankSmall" bitmap.IP_600.3.name="BlankBig" bitmap.IP_600.4.name="CtxPhone" bitmap.IP_600.5.name="DndStep1" bitmap.IP_600.6.name="DndStep2" bitmap.IP_600.7.name="MuteStep1" bitmap.IP_600.8.name="MuteStep2" bitmap.IP_600.9.name="Speaker" bitmap.IP_600.10.name="Handset" bitmap.IP_600.11.name="Headset" bitmap.IP_600.12.name="Ringer" bitmap.IP_600.13.name="CtxEmail" bitmap.IP_600.14.name="CtxFwdStep1" bitmap.IP_600.15.name="CtxFwdStep2" bitmap.IP_600.16.name="CtxFwdStep3" bitmap.IP_600.17.name="CtxFwdStep4" bitmap.IP_600.18.name="CtxFwdStep5" bitmap.IP_600.19.name="CtxFwdStep6" bitmap.IP_600.20.name="CtxDndStep1" bitmap.IP_600.21.name="CtxDndStep2" bitmap.IP_600.22.name="CtxNotReg" bitmap.IP_600.23.name="CtxSharedStep1" bitmap.IP_600.24.name="CtxSharedStep2" bitmap.IP_600.25.name="CtxSharedHoldStep1" bitmap.IP_600.26.name="CtxSharedHoldStep2" bitmap.IP_600.27.name="CtxSpeedDial" bitmap.IP_600.28.name="CtxConfStep1" bitmap.IP_600.29.name="CtxConfStep2" bitmap.IP_600.30.name="CtxConfStep3" bitmap.IP_600.31.name="CtxHoldStep1" bitmap.IP_600.32.name="CtxHoldStep2" bitmap.IP_600.33.name="CtxRingStep1" bitmap.IP_600.34.name="CtxRingStep2" bitmap.IP_600.35.name="CtxRingStep3" bitmap.IP_600.36.name="CtxActiveStep1" bitmap.IP_600.37.name="CtxActiveStep2" bitmap.IP_600.38.name="CtxActiveStep3" bitmap.IP_600.39.name="CtxActiveStep4" bitmap.IP_600.40.name="CtxActiveStep5" bitmap.IP_600.41.name="CtxActiveStep6" bitmap.IP_600.42.name="CtxSharedActiveStep1" bitmap.IP_600.43.name="CtxSharedActiveStep2" bitmap.IP_600.44.name="CtxSharedActiveStep3" bitmap.IP_600.45.name="CtxSharedActiveStep4" bitmap.IP_600.46.name="CtxSharedActiveStep5" bitmap.IP_600.47.name="CtxSharedActiveStep6" bitmap.IP_600.48.name="CtxSharedActiveStep7" bitmap.IP_600.49.name="CtxSharedActiveStep8" bitmap.IP_600.50.name="CtxSharedActiveStep9" bitmap.IP_600.51.name="CtxProceedStep1" bitmap.IP_600.52.name="CtxProceedStep2" bitmap.IP_600.53.name="CtxProceedStep3" bitmap.IP_600.54.name="CtxProceedStep4" bitmap.IP_600.55.name="CtxProceedStep5" bitmap.IP_600.56.name="DiagnosticFrame1" bitmap.IP_600.57.name="DiagnosticFrame2" bitmap.IP_600.58.name="DiagnosticFrame3" bitmap.IP_600.59.name="DiagnosticFrame4" bitmap.IP_600.60.name="DiagnosticFrame5" bitmap.IP_600.61.name="DiagnosticFrame6" bitmap.IP_600.62.name="CtxUndefined" bitmap.IP_600.63.name="CtxFeatureEna" bitmap.IP_600.64.name="CtxFeatureDis" bitmap.IP_600.65.name="" bitmap.IP_600.66.name="CtxACDAvailable" bitmap.IP_600.67.name="CtxACDUnavailableStep1" bitmap.IP_600.68.name="CtxACDUnavailableStep2" bitmap.IP_600.69.name="CtxACDLogout" bitmap.IP_600.70.name="CtxActiveSecure" bitmap.IP_600.71.name="CtxActiveHDStep1" bitmap.IP_600.72.name="CtxActiveHDStep2" bitmap.IP_600.73.name="CtxActiveHDStep3" bitmap.IP_600.74.name="CtxActiveHDStep4" bitmap.IP_600.75.name="CtxActiveHDStep5" bitmap.IP_600.76.name="CtxActiveHDStep6" bitmap.IP_600.77.name="CtxActiveHDStep7" bitmap.IP_600.78.name="CtxActiveHDStep8" bitmap.IP_600.79.name="CtxActiveHDStep9" bitmap.IP_600.80.name="CtxActiveHDStep10" bitmap.IP_600.81.name="CtxActiveHDStep11" bitmap.IP_600.82.name="BlankSmallWhite" />
<IP_4000 bitmap.IP_4000.1.name="PlcmTrademarkVert" bitmap.IP_4000.2.name="BlankSmall" bitmap.IP_4000.3.name="BlankBig" bitmap.IP_4000.4.name="CtxPhone" bitmap.IP_4000.5.name="DndStep1" bitmap.IP_4000.6.name="DndStep2" bitmap.IP_4000.7.name="MuteStep1" bitmap.IP_4000.8.name="MuteStep2" bitmap.IP_4000.9.name="Speaker" bitmap.IP_4000.10.name="Handset" bitmap.IP_4000.11.name="Headset" bitmap.IP_4000.12.name="Ringer" bitmap.IP_4000.13.name="CtxEmail" bitmap.IP_4000.14.name="CtxFwdStep1" bitmap.IP_4000.15.name="CtxFwdStep2" bitmap.IP_4000.16.name="CtxFwdStep3" bitmap.IP_4000.17.name="CtxFwdStep4" bitmap.IP_4000.18.name="CtxFwdStep5" bitmap.IP_4000.19.name="CtxFwdStep6" bitmap.IP_4000.20.name="CtxDndStep1" bitmap.IP_4000.21.name="CtxDndStep2" bitmap.IP_4000.22.name="CtxNotReg" bitmap.IP_4000.23.name="CtxSharedStep1" bitmap.IP_4000.24.name="CtxSharedStep2" bitmap.IP_4000.25.name="CtxSharedHoldStep1" bitmap.IP_4000.26.name="CtxSharedHoldStep2" bitmap.IP_4000.27.name="CtxSpeedDial" bitmap.IP_4000.28.name="CtxConfStep1" bitmap.IP_4000.29.name="CtxConfStep2" bitmap.IP_4000.30.name="CtxConfStep3" bitmap.IP_4000.31.name="CtxHoldStep1" bitmap.IP_4000.32.name="CtxHoldStep2" bitmap.IP_4000.33.name="CtxRingStep1" bitmap.IP_4000.34.name="CtxRingStep2" bitmap.IP_4000.35.name="CtxRingStep3" bitmap.IP_4000.36.name="CtxActiveStep1" bitmap.IP_4000.37.name="CtxActiveStep2" bitmap.IP_4000.38.name="CtxActiveStep3" bitmap.IP_4000.39.name="CtxActiveStep4" bitmap.IP_4000.40.name="CtxActiveStep5" bitmap.IP_4000.41.name="CtxActiveStep6" bitmap.IP_4000.42.name="CtxSharedActiveStep1" bitmap.IP_4000.43.name="CtxSharedActiveStep2" bitmap.IP_4000.44.name="CtxSharedActiveStep3" bitmap.IP_4000.45.name="CtxSharedActiveStep4" bitmap.IP_4000.46.name="CtxSharedActiveStep5" bitmap.IP_4000.47.name="CtxSharedActiveStep6" bitmap.IP_4000.48.name="CtxSharedActiveStep7" bitmap.IP_4000.49.name="CtxSharedActiveStep8" bitmap.IP_4000.50.name="CtxSharedActiveStep9" bitmap.IP_4000.51.name="CtxProceedStep1" bitmap.IP_4000.52.name="CtxProceedStep2" bitmap.IP_4000.53.name="CtxProceedStep3" bitmap.IP_4000.54.name="CtxProceedStep4" bitmap.IP_4000.55.name="CtxProceedStep5" bitmap.IP_4000.56.name="DiagnosticFrame1" bitmap.IP_4000.57.name="DiagnosticFrame2" bitmap.IP_4000.58.name="DiagnosticFrame3" bitmap.IP_4000.59.name="DiagnosticFrame4" bitmap.IP_4000.60.name="DiagnosticFrame5" bitmap.IP_4000.61.name="DiagnosticFrame6" bitmap.IP_4000.62.name="CtxUndefined" bitmap.IP_4000.63.name="CtxFeatureEna" bitmap.IP_4000.64.name="CtxFeatureDis" bitmap.IP_4000.65.name="" bitmap.IP_4000.66.name="CtxACDAvailable" bitmap.IP_4000.67.name="CtxACDUnavailableStep1" bitmap.IP_4000.68.name="CtxACDUnavailableStep2" bitmap.IP_4000.69.name="CtxACDLogout" bitmap.IP_4000.70.name="CtxActiveSecure" bitmap.IP_4000.71.name="CtxActiveHDStep1" bitmap.IP_4000.72.name="CtxActiveHDStep2" bitmap.IP_4000.73.name="CtxActiveHDStep3" bitmap.IP_4000.74.name="CtxActiveHDStep4" bitmap.IP_4000.75.name="CtxActiveHDStep5" bitmap.IP_4000.76.name="CtxActiveHDStep6" bitmap.IP_4000.77.name="CtxActiveHDStep7" bitmap.IP_4000.78.name="CtxActiveHDStep8" bitmap.IP_4000.79.name="CtxActiveHDStep9" bitmap.IP_4000.80.name="CtxActiveHDStep10" bitmap.IP_4000.81.name="CtxActiveHDStep11" bitmap.IP_4000.82.name="MobilePhone" />
<IP_7000 bitmap.IP_7000.1.name="PlcmTrademarkVert" bitmap.IP_7000.2.name="BlankSmall" bitmap.IP_7000.3.name="BlankBig" bitmap.IP_7000.4.name="CtxPhone" bitmap.IP_7000.5.name="DndStep1" bitmap.IP_7000.6.name="DndStep2" bitmap.IP_7000.7.name="MuteStep1" bitmap.IP_7000.8.name="MuteStep2" bitmap.IP_7000.9.name="Speaker" bitmap.IP_7000.10.name="Handset" bitmap.IP_7000.11.name="Headset" bitmap.IP_7000.12.name="Ringer" bitmap.IP_7000.13.name="CtxEmail" bitmap.IP_7000.14.name="CtxFwdStep1" bitmap.IP_7000.15.name="CtxFwdStep2" bitmap.IP_7000.16.name="CtxFwdStep3" bitmap.IP_7000.17.name="CtxFwdStep4" bitmap.IP_7000.18.name="CtxFwdStep5" bitmap.IP_7000.19.name="CtxFwdStep6" bitmap.IP_7000.20.name="CtxDndStep1" bitmap.IP_7000.21.name="CtxDndStep2" bitmap.IP_7000.22.name="CtxNotReg" bitmap.IP_7000.23.name="CtxSharedStep1" bitmap.IP_7000.24.name="CtxSharedStep2" bitmap.IP_7000.25.name="CtxSharedHoldStep1" bitmap.IP_7000.26.name="CtxSharedHoldStep2" bitmap.IP_7000.27.name="CtxSpeedDial" bitmap.IP_7000.28.name="CtxConfStep1" bitmap.IP_7000.29.name="CtxConfStep2" bitmap.IP_7000.30.name="CtxConfStep3" bitmap.IP_7000.31.name="CtxHoldStep1" bitmap.IP_7000.32.name="CtxHoldStep2" bitmap.IP_7000.33.name="CtxRingStep1" bitmap.IP_7000.34.name="CtxRingStep2" bitmap.IP_7000.35.name="CtxRingStep3" bitmap.IP_7000.36.name="CtxActiveStep1" bitmap.IP_7000.37.name="CtxActiveStep2" bitmap.IP_7000.38.name="CtxActiveStep3" bitmap.IP_7000.39.name="CtxActiveStep4" bitmap.IP_7000.40.name="CtxActiveStep5" bitmap.IP_7000.41.name="CtxActiveStep6" bitmap.IP_7000.42.name="CtxSharedActiveStep1" bitmap.IP_7000.43.name="CtxSharedActiveStep2" bitmap.IP_7000.44.name="CtxSharedActiveStep3" bitmap.IP_7000.45.name="CtxSharedActiveStep4" bitmap.IP_7000.46.name="CtxSharedActiveStep5" bitmap.IP_7000.47.name="CtxSharedActiveStep6" bitmap.IP_7000.48.name="CtxSharedActiveStep7" bitmap.IP_7000.49.name="CtxSharedActiveStep8" bitmap.IP_7000.50.name="CtxSharedActiveStep9" bitmap.IP_7000.51.name="CtxProceedStep1" bitmap.IP_7000.52.name="CtxProceedStep2" bitmap.IP_7000.53.name="CtxProceedStep3" bitmap.IP_7000.54.name="CtxProceedStep4" bitmap.IP_7000.55.name="CtxProceedStep5" bitmap.IP_7000.56.name="DiagnosticFrame1" bitmap.IP_7000.57.name="DiagnosticFrame2" bitmap.IP_7000.58.name="DiagnosticFrame3" bitmap.IP_7000.59.name="DiagnosticFrame4" bitmap.IP_7000.60.name="DiagnosticFrame5" bitmap.IP_7000.61.name="DiagnosticFrame6" bitmap.IP_7000.62.name="CtxUndefined" bitmap.IP_7000.63.name="CtxFeatureEna" bitmap.IP_7000.64.name="CtxFeatureDis" bitmap.IP_7000.65.name="" bitmap.IP_7000.66.name="CtxACDAvailable" bitmap.IP_7000.67.name="CtxACDUnavailableStep1" bitmap.IP_7000.68.name="CtxACDUnavailableStep2" bitmap.IP_7000.69.name="CtxACDLogout" bitmap.IP_7000.70.name="CtxActiveSecure" bitmap.IP_7000.71.name="CtxActiveHDStep1" bitmap.IP_7000.72.name="CtxActiveHDStep2" bitmap.IP_7000.73.name="CtxActiveHDStep3" bitmap.IP_7000.74.name="CtxActiveHDStep4" bitmap.IP_7000.75.name="CtxActiveHDStep5" bitmap.IP_7000.76.name="CtxActiveHDStep6" bitmap.IP_7000.77.name="CtxActiveHDStep7" bitmap.IP_7000.78.name="CtxActiveHDStep8" bitmap.IP_7000.79.name="CtxActiveHDStep9" bitmap.IP_7000.80.name="CtxActiveHDStep10" bitmap.IP_7000.81.name="CtxActiveHDStep11" bitmap.IP_7000.82.name="MobilePhone" bitmap.IP_7000.83.name="BlankSmallWhite" />
</bitmaps>
<indicators ind.idleDisplay.enabled="0" ind.idleDisplay.mode="">
<Animations>
<IP_335>
<HD_HANDSET ind.anim.IP_335.42.frame.1.bitmap="Handset" ind.anim.IP_335.42.frame.1.duration="1300" ind.anim.IP_335.42.frame.2.bitmap="PlumHd" ind.anim.IP_335.42.frame.2.duration="1300" />
<HD_HEADSET ind.anim.IP_335.43.frame.1.bitmap="Headset" ind.anim.IP_335.43.frame.1.duration="1300" ind.anim.IP_335.43.frame.2.bitmap="PlumHd" ind.anim.IP_335.43.frame.2.duration="1300" />
<HD_SPEAKER ind.anim.IP_335.44.frame.1.bitmap="Speaker" ind.anim.IP_335.44.frame.1.duration="1300" ind.anim.IP_335.44.frame.2.bitmap="PlumHd" ind.anim.IP_335.44.frame.2.duration="1300" />
</IP_335>
<IP_330>
<IDLE_DISPLAY ind.anim.IP_330.29.frame.1.bitmap="" ind.anim.IP_330.29.frame.1.duration="0" />
</IP_330>
<IP_300>
<BLANK_BIG ind.anim.IP_300.1.frame.1.bitmap="Blank" ind.anim.IP_300.1.frame.1.duration="0" />
<BLANK_SMALL ind.anim.IP_300.2.frame.1.bitmap="Blank" ind.anim.IP_300.2.frame.1.duration="0" />
<HANDSET ind.anim.IP_300.3.frame.1.bitmap="Handset" ind.anim.IP_300.3.frame.1.duration="0" />
<HEADSET ind.anim.IP_300.4.frame.1.bitmap="Headset" ind.anim.IP_300.4.frame.1.duration="0" />
<SPEAKER ind.anim.IP_300.5.frame.1.bitmap="Speaker" ind.anim.IP_300.5.frame.1.duration="0" />
<MIC_MUTE ind.anim.IP_300.6.frame.1.bitmap="MuteStep1" ind.anim.IP_300.6.frame.1.duration="500" ind.anim.IP_300.6.frame.2.bitmap="MuteStep2" ind.anim.IP_300.6.frame.2.duration="500" />
<DND ind.anim.IP_300.7.frame.1.bitmap="DndStep1" ind.anim.IP_300.7.frame.1.duration="1000" ind.anim.IP_300.7.frame.2.bitmap="DndStep2" ind.anim.IP_300.7.frame.2.duration="1000" />
<CTX_MAIL ind.anim.IP_300.8.frame.1.bitmap="CtxMail" ind.anim.IP_300.8.frame.1.duration="0" />
<CTX_FWD ind.anim.IP_300.9.frame.1.bitmap="CtxFwdStep1" ind.anim.IP_300.9.frame.1.duration="500" ind.anim.IP_300.9.frame.2.bitmap="CtxFwdStep2" ind.anim.IP_300.9.frame.2.duration="500" ind.anim.IP_300.9.frame.3.bitmap="CtxFwdStep3" ind.anim.IP_300.9.frame.3.duration="500" ind.anim.IP_300.9.frame.4.bitmap="CtxFwdStep4" ind.anim.IP_300.9.frame.4.duration="500" />
<CTX_DND ind.anim.IP_300.10.frame.1.bitmap="CtxDnd" ind.anim.IP_300.10.frame.1.duration="1000" ind.anim.IP_300.10.frame.2.bitmap="Blank" ind.anim.IP_300.10.frame.2.duration="1000" />
<CTX_NOT_REG ind.anim.IP_300.11.frame.1.bitmap="CtxNotReg" ind.anim.IP_300.11.frame.1.duration="0" />
<CTX_PHONE ind.anim.IP_300.12.frame.1.bitmap="CtxPhone" ind.anim.IP_300.12.frame.1.duration="0" />
<CTX_SHARED ind.anim.IP_300.13.frame.1.bitmap="CtxPhone" ind.anim.IP_300.13.frame.1.duration="0" />
<CTX_SHARED_ACTIVE ind.anim.IP_300.14.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_300.14.frame.1.duration="750" ind.anim.IP_300.14.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_300.14.frame.2.duration="750" ind.anim.IP_300.14.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_300.14.frame.3.duration="750" ind.anim.IP_300.14.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_300.14.frame.4.duration="750" />
<CTX_SHARED_HOLD ind.anim.IP_300.15.frame.1.bitmap="CtxHoldStep1" ind.anim.IP_300.15.frame.1.duration="500" ind.anim.IP_300.15.frame.2.bitmap="CtxHoldStep2" ind.anim.IP_300.15.frame.2.duration="500" />
<RINGER ind.anim.IP_300.16.frame.1.bitmap="Ringer" ind.anim.IP_300.16.frame.1.duration="0" />
<CTX_SPEED_DIAL ind.anim.IP_300.17.frame.1.bitmap="CtxSpeedDial" ind.anim.IP_300.17.frame.1.duration="0" />
<CTX_OFFER ind.anim.IP_300.18.frame.1.bitmap="Ringer" ind.anim.IP_300.18.frame.1.duration="250" ind.anim.IP_300.18.frame.2.bitmap="Blank" ind.anim.IP_300.18.frame.2.duration="250" ind.anim.IP_300.18.frame.3.bitmap="Ringer" ind.anim.IP_300.18.frame.3.duration="250" ind.anim.IP_300.18.frame.4.bitmap="Blank" ind.anim.IP_300.18.frame.4.duration="250" ind.anim.IP_300.18.frame.5.bitmap="Ringer" ind.anim.IP_300.18.frame.5.duration="250" ind.anim.IP_300.18.frame.6.bitmap="Blank" ind.anim.IP_300.18.frame.6.duration="1500" />
<CTX_HOLD ind.anim.IP_300.19.frame.1.bitmap="CtxHoldStep1" ind.anim.IP_300.19.frame.1.duration="500" ind.anim.IP_300.19.frame.2.bitmap="CtxHoldStep2" ind.anim.IP_300.19.frame.2.duration="500" />
<CTX_CONF ind.anim.IP_300.20.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_300.20.frame.1.duration="750" ind.anim.IP_300.20.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_300.20.frame.2.duration="750" ind.anim.IP_300.20.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_300.20.frame.3.duration="750" ind.anim.IP_300.20.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_300.20.frame.4.duration="750" />
<CTX_ACTIVE ind.anim.IP_300.21.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_300.21.frame.1.duration="750" ind.anim.IP_300.21.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_300.21.frame.2.duration="750" ind.anim.IP_300.21.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_300.21.frame.3.duration="750" ind.anim.IP_300.21.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_300.21.frame.4.duration="750" />
<CTX_PROCEED ind.anim.IP_300.22.frame.1.bitmap="CtxProceedStep1" ind.anim.IP_300.22.frame.1.duration="750" ind.anim.IP_300.22.frame.2.bitmap="CtxProceedStep2" ind.anim.IP_300.22.frame.2.duration="750" ind.anim.IP_300.22.frame.3.bitmap="CtxProceedStep3" ind.anim.IP_300.22.frame.3.duration="750" />
<DIAGNOSTICS ind.anim.IP_300.23.frame.1.bitmap="DiagnosticFrame1" ind.anim.IP_300.23.frame.1.duration="3000" ind.anim.IP_300.23.frame.2.bitmap="DiagnosticFrame2" ind.anim.IP_300.23.frame.2.duration="3000" ind.anim.IP_300.23.frame.3.bitmap="DiagnosticFrame3" ind.anim.IP_300.23.frame.3.duration="750" ind.anim.IP_300.23.frame.4.bitmap="DiagnosticFrame4" ind.anim.IP_300.23.frame.4.duration="750" ind.anim.IP_300.23.frame.5.bitmap="DiagnosticFrame5" ind.anim.IP_300.23.frame.5.duration="750" ind.anim.IP_300.23.frame.6.bitmap="DiagnosticFrame6" ind.anim.IP_300.23.frame.6.duration="750" />
<CTX_DIALTONE ind.anim.IP_300.24.frame.1.bitmap="Blank" ind.anim.IP_300.24.frame.1.duration="0" />
<CTX_HELD ind.anim.IP_300.25.frame.1.bitmap="Blank" ind.anim.IP_300.25.frame.1.duration="0" />
<CTX_DISCONNECT ind.anim.IP_300.26.frame.1.bitmap="Blank" ind.anim.IP_300.26.frame.1.duration="0" />
<CTX_FEATURE_ENA ind.anim.IP_300.27.frame.1.bitmap="Blank" ind.anim.IP_300.27.frame.1.duration="0" />
<CTX_FEATURE_DIS ind.anim.IP_300.28.frame.1.bitmap="Blank" ind.anim.IP_300.28.frame.1.duration="0" />
<CTX_LOGIN ind.anim.IP_300.31.frame.1.bitmap="Blank" ind.anim.IP_300.31.frame.1.duration="0" />
<CTX_LOGOUT ind.anim.IP_300.32.frame.1.bitmap="CtxACDLogout" ind.anim.IP_300.32.frame.1.duration="0" />
<CTX_AGENT_AVAIL ind.anim.IP_300.33.frame.1.bitmap="CtxACDAvailable" ind.anim.IP_300.33.frame.1.duration="0" />
<CTX_AGENT_UNAVAIL ind.anim.IP_300.34.frame.1.bitmap="CtxACDUnavailableStep1" ind.anim.IP_300.34.frame.1.duration="1000" ind.anim.IP_300.34.frame.2.bitmap="CtxACDUnavailableStep2" ind.anim.IP_300.34.frame.2.duration="1000" />
<CTX_BUDDY_ONLINE ind.anim.IP_300.35.frame.1.bitmap="CtxIconBuddyOnline" ind.anim.IP_300.35.frame.1.duration="0" />
<CTX_BUDDY_BUSY ind.anim.IP_300.36.frame.1.bitmap="CtxIconBuddyBusy" ind.anim.IP_300.36.frame.1.duration="0" />
<CTX_BUDDY_AWAY ind.anim.IP_300.37.frame.1.bitmap="CtxIconBuddyAway" ind.anim.IP_300.37.frame.1.duration="0" />
<CTX_BUDDY_OFFLINE ind.anim.IP_300.38.frame.1.bitmap="CtxIconBuddyOffline" ind.anim.IP_300.38.frame.1.duration="0" />
<CTX_ACTIVE_SECURE ind.anim.IP_300.39.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_300.39.frame.1.duration="750" ind.anim.IP_300.39.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_300.39.frame.2.duration="750" ind.anim.IP_300.39.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_300.39.frame.3.duration="750" ind.anim.IP_300.39.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_300.39.frame.4.duration="750" ind.anim.IP_300.39.frame.5.bitmap="CtxActiveSecure" ind.anim.IP_300.39.frame.5.duration="750" />
<CTX_CONF_SECURE ind.anim.IP_300.40.frame.1.bitmap="Blank" ind.anim.IP_300.40.frame.1.duration="1000" ind.anim.IP_300.40.frame.2.bitmap="CtxActiveSecure" ind.anim.IP_300.40.frame.2.duration="1000" />
<HEADSET_MEM ind.anim.IP_300.41.frame.1.bitmap="Headset" ind.anim.IP_300.41.frame.1.duration="1000" ind.anim.IP_300.41.frame.2.bitmap="Blank" ind.anim.IP_300.41.frame.2.duration="1000" />
</IP_300>
<IP_400>
<IDLE_DISPLAY ind.anim.IP_400.29.frame.1.bitmap="" ind.anim.IP_400.29.frame.1.duration="0" />
</IP_400>
<IP_450>
<BLANK_BIG ind.anim.IP_450.1.frame.1.bitmap="BlankBig" ind.anim.IP_450.1.frame.1.duration="0" />
<BLANK_SMALL ind.anim.IP_450.2.frame.1.bitmap="BlankSmall" ind.anim.IP_450.2.frame.1.duration="0" />
<HANDSET ind.anim.IP_450.3.frame.1.bitmap="Handset" ind.anim.IP_450.3.frame.1.duration="0" />
<HEADSET ind.anim.IP_450.4.frame.1.bitmap="Headset" ind.anim.IP_450.4.frame.1.duration="0" />
<SPEAKER ind.anim.IP_450.5.frame.1.bitmap="Speaker" ind.anim.IP_450.5.frame.1.duration="0" />
<MIC_MUTE ind.anim.IP_450.6.frame.1.bitmap="MuteStep1" ind.anim.IP_450.6.frame.1.duration="500" ind.anim.IP_450.6.frame.2.bitmap="MuteStep2" ind.anim.IP_450.6.frame.2.duration="500" />
<DND ind.anim.IP_450.7.frame.1.bitmap="DndStep1" ind.anim.IP_450.7.frame.1.duration="1000" ind.anim.IP_450.7.frame.2.bitmap="DndStep2" ind.anim.IP_450.7.frame.2.duration="1000" />
<CTX_MAIL ind.anim.IP_450.8.frame.1.bitmap="CtxEmail" ind.anim.IP_450.8.frame.1.duration="0" />
<CTX_FWD ind.anim.IP_450.9.frame.1.bitmap="CtxFwdStep1" ind.anim.IP_450.9.frame.1.duration="500" ind.anim.IP_450.9.frame.2.bitmap="CtxFwdStep2" ind.anim.IP_450.9.frame.2.duration="750" ind.anim.IP_450.9.frame.3.bitmap="CtxFwdStep3" ind.anim.IP_450.9.frame.3.duration="750" ind.anim.IP_450.9.frame.4.bitmap="CtxFwdStep4" ind.anim.IP_450.9.frame.4.duration="750" ind.anim.IP_450.9.frame.5.bitmap="CtxFwdStep5" ind.anim.IP_450.9.frame.5.duration="750" ind.anim.IP_450.9.frame.6.bitmap="CtxFwdStep6" ind.anim.IP_450.9.frame.6.duration="750" />
<CTX_DND ind.anim.IP_450.10.frame.1.bitmap="CtxDndStep1" ind.anim.IP_450.10.frame.1.duration="1000" ind.anim.IP_450.10.frame.2.bitmap="CtxDndStep2" ind.anim.IP_450.10.frame.2.duration="1000" />
<CTX_NOT_REG ind.anim.IP_450.11.frame.1.bitmap="CtxNotReg" ind.anim.IP_450.11.frame.1.duration="0" />
<CTX_PHONE ind.anim.IP_450.12.frame.1.bitmap="CtxPhone" ind.anim.IP_450.12.frame.1.duration="0" />
<CTX_SHARED ind.anim.IP_450.13.frame.1.bitmap="CtxSharedStep1" ind.anim.IP_450.13.frame.1.duration="0" />
<CTX_SHARED_ACTIVE ind.anim.IP_450.14.frame.1.bitmap="CtxSharedActiveStep1" ind.anim.IP_450.14.frame.1.duration="400" ind.anim.IP_450.14.frame.2.bitmap="CtxSharedActiveStep2" ind.anim.IP_450.14.frame.2.duration="400" ind.anim.IP_450.14.frame.3.bitmap="CtxSharedActiveStep3" ind.anim.IP_450.14.frame.3.duration="400" ind.anim.IP_450.14.frame.4.bitmap="CtxSharedActiveStep4" ind.anim.IP_450.14.frame.4.duration="400" ind.anim.IP_450.14.frame.5.bitmap="CtxSharedActiveStep5" ind.anim.IP_450.14.frame.5.duration="400" ind.anim.IP_450.14.frame.6.bitmap="CtxSharedActiveStep6" ind.anim.IP_450.14.frame.6.duration="400" ind.anim.IP_450.14.frame.7.bitmap="CtxSharedActiveStep7" ind.anim.IP_450.14.frame.7.duration="400" ind.anim.IP_450.14.frame.8.bitmap="CtxSharedActiveStep8" ind.anim.IP_450.14.frame.8.duration="400" ind.anim.IP_450.14.frame.9.bitmap="CtxSharedActiveStep9" ind.anim.IP_450.14.frame.9.duration="400" />
<CTX_SHARED_HOLD ind.anim.IP_450.15.frame.1.bitmap="CtxSharedHoldStep1" ind.anim.IP_450.15.frame.1.duration="500" ind.anim.IP_450.15.frame.2.bitmap="CtxSharedHoldStep2" ind.anim.IP_450.15.frame.2.duration="500" />
<RINGER ind.anim.IP_450.16.frame.1.bitmap="Ringer" ind.anim.IP_450.16.frame.1.duration="0" />
<CTX_SPEED_DIAL ind.anim.IP_450.17.frame.1.bitmap="CtxSpeedDial" ind.anim.IP_450.17.frame.1.duration="0" />
<CTX_OFFER ind.anim.IP_450.18.frame.1.bitmap="CtxRingStep1" ind.anim.IP_450.18.frame.1.duration="500" ind.anim.IP_450.18.frame.2.bitmap="CtxRingStep2" ind.anim.IP_450.18.frame.2.duration="500" ind.anim.IP_450.18.frame.3.bitmap="CtxRingStep3" ind.anim.IP_450.18.frame.3.duration="500" />
<CTX_HOLD ind.anim.IP_450.19.frame.1.bitmap="CtxHoldStep1" ind.anim.IP_450.19.frame.1.duration="500" ind.anim.IP_450.19.frame.2.bitmap="CtxHoldStep2" ind.anim.IP_450.19.frame.2.duration="500" />
<CTX_CONF ind.anim.IP_450.20.frame.1.bitmap="CtxConfStep1" ind.anim.IP_450.20.frame.1.duration="1000" ind.anim.IP_450.20.frame.2.bitmap="CtxConfStep2" ind.anim.IP_450.20.frame.2.duration="1000" ind.anim.IP_450.20.frame.3.bitmap="CtxConfStep3" ind.anim.IP_450.20.frame.3.duration="1000" />
<CTX_ACTIVE ind.anim.IP_450.21.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_450.21.frame.1.duration="750" ind.anim.IP_450.21.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_450.21.frame.2.duration="750" ind.anim.IP_450.21.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_450.21.frame.3.duration="750" ind.anim.IP_450.21.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_450.21.frame.4.duration="750" ind.anim.IP_450.21.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_450.21.frame.5.duration="750" ind.anim.IP_450.21.frame.6.bitmap="CtxActiveStep6" ind.anim.IP_450.21.frame.6.duration="750" />
<CTX_PROCEED ind.anim.IP_450.22.frame.1.bitmap="CtxProceedStep1" ind.anim.IP_450.22.frame.1.duration="750" ind.anim.IP_450.22.frame.2.bitmap="CtxProceedStep2" ind.anim.IP_450.22.frame.2.duration="750" ind.anim.IP_450.22.frame.3.bitmap="CtxProceedStep3" ind.anim.IP_450.22.frame.3.duration="750" ind.anim.IP_450.22.frame.4.bitmap="CtxProceedStep4" ind.anim.IP_450.22.frame.4.duration="750" ind.anim.IP_450.22.frame.5.bitmap="CtxProceedStep5" ind.anim.IP_450.22.frame.5.duration="750" />
<DIAGNOSTICS ind.anim.IP_450.23.frame.1.bitmap="DiagnosticFrame1" ind.anim.IP_450.23.frame.1.duration="3000" ind.anim.IP_450.23.frame.2.bitmap="DiagnosticFrame2" ind.anim.IP_450.23.frame.2.duration="3000" ind.anim.IP_450.23.frame.3.bitmap="DiagnosticFrame3" ind.anim.IP_450.23.frame.3.duration="750" ind.anim.IP_450.23.frame.4.bitmap="DiagnosticFrame4" ind.anim.IP_450.23.frame.4.duration="750" ind.anim.IP_450.23.frame.5.bitmap="DiagnosticFrame5" ind.anim.IP_450.23.frame.5.duration="750" ind.anim.IP_450.23.frame.6.bitmap="DiagnosticFrame6" ind.anim.IP_450.23.frame.6.duration="750" />
<CTX_DIALTONE ind.anim.IP_450.24.frame.1.bitmap="CtxUndefined" ind.anim.IP_450.24.frame.1.duration="0" />
<CTX_HELD ind.anim.IP_450.25.frame.1.bitmap="CtxUndefined" ind.anim.IP_450.25.frame.1.duration="0" />
<CTX_DISCONNECT ind.anim.IP_450.26.frame.1.bitmap="CtxUndefined" ind.anim.IP_450.26.frame.1.duration="0" />
<CTX_FEATURE_ENA ind.anim.IP_450.27.frame.1.bitmap="CtxFeatureEna" ind.anim.IP_450.27.frame.1.duration="0" />
<CTX_FEATURE_DIS ind.anim.IP_450.28.frame.1.bitmap="CtxFeatureDis" ind.anim.IP_450.28.frame.1.duration="0" />
<IDLE_DISPLAY ind.anim.IP_450.29.frame.1.bitmap="" ind.anim.IP_450.29.frame.1.duration="0" />
<IDLE_DISPLAY_WIDE ind.anim.IP_450.30.frame.1.bitmap="" ind.anim.IP_450.30.frame.1.duration="0" />
<CTX_LOGIN ind.anim.IP_450.31.frame.1.bitmap="CtxUndefined" ind.anim.IP_450.31.frame.1.duration="0" />
<CTX_LOGOUT ind.anim.IP_450.32.frame.1.bitmap="CtxACDLogout" ind.anim.IP_450.32.frame.1.duration="0" />
<CTX_AGENT_AVAIL ind.anim.IP_450.33.frame.1.bitmap="CtxACDAvailable" ind.anim.IP_450.33.frame.1.duration="0" />
<CTX_AGENT_UNAVAIL ind.anim.IP_450.34.frame.1.bitmap="CtxACDUnavailableStep1" ind.anim.IP_450.34.frame.1.duration="1000" ind.anim.IP_450.34.frame.2.bitmap="CtxACDUnavailableStep2" ind.anim.IP_450.34.frame.2.duration="1000" />
<CTX_BUDDY_ONLINE ind.anim.IP_450.35.frame.1.bitmap="CtxIconBuddyOnline" ind.anim.IP_450.35.frame.1.duration="0" />
<CTX_BUDDY_BUSY ind.anim.IP_450.36.frame.1.bitmap="CtxIconBuddyBusy" ind.anim.IP_450.36.frame.1.duration="0" />
<CTX_BUDDY_AWAY ind.anim.IP_450.37.frame.1.bitmap="CtxIconBuddyAway" ind.anim.IP_450.37.frame.1.duration="0" />
<CTX_BUDDY_OFFLINE ind.anim.IP_450.38.frame.1.bitmap="CtxIconBuddyOffline" ind.anim.IP_450.38.frame.1.duration="0" />
<CTX_ACTIVE_SECURE ind.anim.IP_450.39.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_450.39.frame.1.duration="750" ind.anim.IP_450.39.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_450.39.frame.2.duration="750" ind.anim.IP_450.39.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_450.39.frame.3.duration="750" ind.anim.IP_450.39.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_450.39.frame.4.duration="750" ind.anim.IP_450.39.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_450.39.frame.5.duration="750" ind.anim.IP_450.39.frame.6.bitmap="CtxActiveSecure" ind.anim.IP_450.39.frame.6.duration="750" />
<CTX_CONF_SECURE ind.anim.IP_450.40.frame.1.bitmap="CtxConfStep1" ind.anim.IP_450.40.frame.1.duration="1000" ind.anim.IP_450.40.frame.2.bitmap="CtxConfStep2" ind.anim.IP_450.40.frame.2.duration="1000" ind.anim.IP_450.40.frame.3.bitmap="CtxConfStep3" ind.anim.IP_450.40.frame.3.duration="1000" ind.anim.IP_450.40.frame.4.bitmap="CtxActiveSecure" ind.anim.IP_450.40.frame.4.duration="1000" />
<HEADSET_MEM ind.anim.IP_450.41.frame.1.bitmap="Headset" ind.anim.IP_450.41.frame.1.duration="1000" ind.anim.IP_450.41.frame.2.bitmap="BlankBig" ind.anim.IP_450.41.frame.2.duration="1000" />
<CTX_RX_ACTIVE ind.anim.IP_450.42.frame.1.bitmap="RxActiveStep1" ind.anim.IP_450.42.frame.1.duration="750" ind.anim.IP_450.42.frame.2.bitmap="RxActiveStep2" ind.anim.IP_450.42.frame.2.duration="750" ind.anim.IP_450.42.frame.3.bitmap="RxActiveStep3" ind.anim.IP_450.42.frame.3.duration="750" ind.anim.IP_450.42.frame.4.bitmap="RxActiveStep4" ind.anim.IP_450.42.frame.4.duration="750" ind.anim.IP_450.42.frame.5.bitmap="RxActiveStep5" ind.anim.IP_450.42.frame.5.duration="750" ind.anim.IP_450.42.frame.6.bitmap="RxActiveStep6" ind.anim.IP_450.42.frame.6.duration="750" />
<CTX_TX_ACTIVE ind.anim.IP_450.43.frame.1.bitmap="TxActiveStep1" ind.anim.IP_450.43.frame.1.duration="750" ind.anim.IP_450.43.frame.2.bitmap="TxActiveStep2" ind.anim.IP_450.43.frame.2.duration="750" ind.anim.IP_450.43.frame.3.bitmap="TxActiveStep3" ind.anim.IP_450.43.frame.3.duration="750" ind.anim.IP_450.43.frame.4.bitmap="TxActiveStep4" ind.anim.IP_450.43.frame.4.duration="750" ind.anim.IP_450.43.frame.5.bitmap="TxActiveStep5" ind.anim.IP_450.43.frame.5.duration="750" ind.anim.IP_450.43.frame.6.bitmap="TxActiveStep6" ind.anim.IP_450.43.frame.6.duration="750" />
<CTX_ACTIVE_HD ind.anim.IP_450.44.frame.1.bitmap="CtxActiveHDStep1" ind.anim.IP_450.44.frame.1.duration="300" ind.anim.IP_450.44.frame.2.bitmap="CtxActiveHDStep2" ind.anim.IP_450.44.frame.2.duration="300" ind.anim.IP_450.44.frame.3.bitmap="CtxActiveHDStep3" ind.anim.IP_450.44.frame.3.duration="300" ind.anim.IP_450.44.frame.4.bitmap="CtxActiveHDStep4" ind.anim.IP_450.44.frame.4.duration="300" ind.anim.IP_450.44.frame.5.bitmap="CtxActiveHDStep5" ind.anim.IP_450.44.frame.5.duration="300" ind.anim.IP_450.44.frame.6.bitmap="CtxActiveHDStep6" ind.anim.IP_450.44.frame.6.duration="300" ind.anim.IP_450.44.frame.7.bitmap="CtxActiveHDStep7" ind.anim.IP_450.44.frame.7.duration="300" ind.anim.IP_450.44.frame.8.bitmap="CtxActiveHDStep8" ind.anim.IP_450.44.frame.8.duration="300" ind.anim.IP_450.44.frame.9.bitmap="CtxActiveHDStep9" ind.anim.IP_450.44.frame.9.duration="300" ind.anim.IP_450.44.frame.10.bitmap="CtxActiveHDStep10" ind.anim.IP_450.44.frame.10.duration="300" ind.anim.IP_450.44.frame.11.bitmap="CtxActiveHDStep11" ind.anim.IP_450.44.frame.11.duration="2000" />
</IP_450>
<IP_500>
<BLANK_BIG ind.anim.IP_500.1.frame.1.bitmap="BlankBig" ind.anim.IP_500.1.frame.1.duration="0" />
<BLANK_SMALL ind.anim.IP_500.2.frame.1.bitmap="BlankSmall" ind.anim.IP_500.2.frame.1.duration="0" />
<HANDSET ind.anim.IP_500.3.frame.1.bitmap="Handset" ind.anim.IP_500.3.frame.1.duration="0" />
<HEADSET ind.anim.IP_500.4.frame.1.bitmap="Headset" ind.anim.IP_500.4.frame.1.duration="0" />
<SPEAKER ind.anim.IP_500.5.frame.1.bitmap="Speaker" ind.anim.IP_500.5.frame.1.duration="0" />
<MIC_MUTE ind.anim.IP_500.6.frame.1.bitmap="MuteStep1" ind.anim.IP_500.6.frame.1.duration="500" ind.anim.IP_500.6.frame.2.bitmap="MuteStep2" ind.anim.IP_500.6.frame.2.duration="500" />
<DND ind.anim.IP_500.7.frame.1.bitmap="DndStep1" ind.anim.IP_500.7.frame.1.duration="1000" ind.anim.IP_500.7.frame.2.bitmap="DndStep2" ind.anim.IP_500.7.frame.2.duration="1000" />
<CTX_MAIL ind.anim.IP_500.8.frame.1.bitmap="CtxEmail" ind.anim.IP_500.8.frame.1.duration="0" />
<CTX_FWD ind.anim.IP_500.9.frame.1.bitmap="CtxFwdStep1" ind.anim.IP_500.9.frame.1.duration="500" ind.anim.IP_500.9.frame.2.bitmap="CtxFwdStep2" ind.anim.IP_500.9.frame.2.duration="750" ind.anim.IP_500.9.frame.3.bitmap="CtxFwdStep3" ind.anim.IP_500.9.frame.3.duration="750" ind.anim.IP_500.9.frame.4.bitmap="CtxFwdStep4" ind.anim.IP_500.9.frame.4.duration="750" ind.anim.IP_500.9.frame.5.bitmap="CtxFwdStep5" ind.anim.IP_500.9.frame.5.duration="750" ind.anim.IP_500.9.frame.6.bitmap="CtxFwdStep6" ind.anim.IP_500.9.frame.6.duration="750" />
<CTX_DND ind.anim.IP_500.10.frame.1.bitmap="CtxDndStep1" ind.anim.IP_500.10.frame.1.duration="1000" ind.anim.IP_500.10.frame.2.bitmap="CtxDndStep2" ind.anim.IP_500.10.frame.2.duration="1000" />
<CTX_NOT_REG ind.anim.IP_500.11.frame.1.bitmap="CtxNotReg" ind.anim.IP_500.11.frame.1.duration="0" />
<CTX_PHONE ind.anim.IP_500.12.frame.1.bitmap="CtxPhone" ind.anim.IP_500.12.frame.1.duration="0" />
<CTX_SHARED ind.anim.IP_500.13.frame.1.bitmap="CtxSharedStep1" ind.anim.IP_500.13.frame.1.duration="0" />
<CTX_SHARED_ACTIVE ind.anim.IP_500.14.frame.1.bitmap="CtxSharedActiveStep1" ind.anim.IP_500.14.frame.1.duration="500" ind.anim.IP_500.14.frame.2.bitmap="CtxSharedActiveStep2" ind.anim.IP_500.14.frame.2.duration="500" ind.anim.IP_500.14.frame.3.bitmap="CtxSharedActiveStep3" ind.anim.IP_500.14.frame.3.duration="500" ind.anim.IP_500.14.frame.4.bitmap="CtxSharedActiveStep4" ind.anim.IP_500.14.frame.4.duration="500" ind.anim.IP_500.14.frame.5.bitmap="CtxSharedActiveStep5" ind.anim.IP_500.14.frame.5.duration="500" ind.anim.IP_500.14.frame.6.bitmap="CtxSharedActiveStep6" ind.anim.IP_500.14.frame.6.duration="500" ind.anim.IP_500.14.frame.7.bitmap="CtxSharedActiveStep7" ind.anim.IP_500.14.frame.7.duration="500" />
<CTX_SHARED_HOLD ind.anim.IP_500.15.frame.1.bitmap="CtxSharedHoldStep1" ind.anim.IP_500.15.frame.1.duration="500" ind.anim.IP_500.15.frame.2.bitmap="CtxSharedHoldStep2" ind.anim.IP_500.15.frame.2.duration="500" />
<RINGER ind.anim.IP_500.16.frame.1.bitmap="Ringer" ind.anim.IP_500.16.frame.1.duration="0" />
<CTX_SPEED_DIAL ind.anim.IP_500.17.frame.1.bitmap="CtxSpeedDial" ind.anim.IP_500.17.frame.1.duration="0" />
<CTX_OFFER ind.anim.IP_500.18.frame.1.bitmap="CtxRingStep1" ind.anim.IP_500.18.frame.1.duration="500" ind.anim.IP_500.18.frame.2.bitmap="CtxRingStep2" ind.anim.IP_500.18.frame.2.duration="500" ind.anim.IP_500.18.frame.3.bitmap="CtxRingStep3" ind.anim.IP_500.18.frame.3.duration="500" />
<CTX_HOLD ind.anim.IP_500.19.frame.1.bitmap="CtxHoldStep1" ind.anim.IP_500.19.frame.1.duration="500" ind.anim.IP_500.19.frame.2.bitmap="CtxHoldStep2" ind.anim.IP_500.19.frame.2.duration="500" />
<CTX_CONF ind.anim.IP_500.20.frame.1.bitmap="CtxConfStep1" ind.anim.IP_500.20.frame.1.duration="1000" ind.anim.IP_500.20.frame.2.bitmap="CtxConfStep2" ind.anim.IP_500.20.frame.2.duration="1000" ind.anim.IP_500.20.frame.3.bitmap="CtxConfStep3" ind.anim.IP_500.20.frame.3.duration="1000" />
<CTX_ACTIVE ind.anim.IP_500.21.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_500.21.frame.1.duration="750" ind.anim.IP_500.21.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_500.21.frame.2.duration="750" ind.anim.IP_500.21.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_500.21.frame.3.duration="750" ind.anim.IP_500.21.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_500.21.frame.4.duration="750" ind.anim.IP_500.21.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_500.21.frame.5.duration="750" />
<CTX_PROCEED ind.anim.IP_500.22.frame.1.bitmap="CtxProceedStep1" ind.anim.IP_500.22.frame.1.duration="750" ind.anim.IP_500.22.frame.2.bitmap="CtxProceedStep2" ind.anim.IP_500.22.frame.2.duration="750" ind.anim.IP_500.22.frame.3.bitmap="CtxProceedStep3" ind.anim.IP_500.22.frame.3.duration="750" ind.anim.IP_500.22.frame.4.bitmap="CtxProceedStep4" ind.anim.IP_500.22.frame.4.duration="750" />
<DIAGNOSTICS ind.anim.IP_500.23.frame.1.bitmap="DiagnosticFrame1" ind.anim.IP_500.23.frame.1.duration="3000" ind.anim.IP_500.23.frame.2.bitmap="DiagnosticFrame2" ind.anim.IP_500.23.frame.2.duration="3000" ind.anim.IP_500.23.frame.3.bitmap="DiagnosticFrame3" ind.anim.IP_500.23.frame.3.duration="750" ind.anim.IP_500.23.frame.4.bitmap="DiagnosticFrame4" ind.anim.IP_500.23.frame.4.duration="750" ind.anim.IP_500.23.frame.5.bitmap="DiagnosticFrame5" ind.anim.IP_500.23.frame.5.duration="750" ind.anim.IP_500.23.frame.6.bitmap="DiagnosticFrame6" ind.anim.IP_500.23.frame.6.duration="750" />
<CTX_DIALTONE ind.anim.IP_500.24.frame.1.bitmap="CtxUndefined" ind.anim.IP_500.24.frame.1.duration="0" />
<CTX_HELD ind.anim.IP_500.25.frame.1.bitmap="CtxUndefined" ind.anim.IP_500.25.frame.1.duration="0" />
<CTX_DISCONNECT ind.anim.IP_500.26.frame.1.bitmap="CtxUndefined" ind.anim.IP_500.26.frame.1.duration="0" />
<CTX_FEATURE_ENA ind.anim.IP_500.27.frame.1.bitmap="CtxFeatureEna" ind.anim.IP_500.27.frame.1.duration="0" />
<CTX_FEATURE_DIS ind.anim.IP_500.28.frame.1.bitmap="CtxFeatureDis" ind.anim.IP_500.28.frame.1.duration="0" />
<IDLE_DISPLAY ind.anim.IP_500.29.frame.1.bitmap="" ind.anim.IP_500.29.frame.1.duration="0" />
<IDLE_DISPLAY_WIDE ind.anim.IP_500.30.frame.1.bitmap="" ind.anim.IP_500.30.frame.1.duration="0" />
<CTX_LOGIN ind.anim.IP_500.31.frame.1.bitmap="CtxUndefined" ind.anim.IP_500.31.frame.1.duration="0" />
<CTX_LOGOUT ind.anim.IP_500.32.frame.1.bitmap="CtxACDLogout" ind.anim.IP_500.32.frame.1.duration="0" />
<CTX_AGENT_AVAIL ind.anim.IP_500.33.frame.1.bitmap="CtxACDAvailable" ind.anim.IP_500.33.frame.1.duration="0" />
<CTX_AGENT_UNAVAIL ind.anim.IP_500.34.frame.1.bitmap="CtxACDUnavailableStep1" ind.anim.IP_500.34.frame.1.duration="1000" ind.anim.IP_500.34.frame.2.bitmap="CtxACDUnavailableStep2" ind.anim.IP_500.34.frame.2.duration="1000" />
<CTX_BUDDY_ONLINE ind.anim.IP_500.35.frame.1.bitmap="CtxIconBuddyOnline" ind.anim.IP_500.35.frame.1.duration="0" />
<CTX_BUDDY_BUSY ind.anim.IP_500.36.frame.1.bitmap="CtxIconBuddyBusy" ind.anim.IP_500.36.frame.1.duration="0" />
<CTX_BUDDY_AWAY ind.anim.IP_500.37.frame.1.bitmap="CtxIconBuddyAway" ind.anim.IP_500.37.frame.1.duration="0" />
<CTX_BUDDY_OFFLINE ind.anim.IP_500.38.frame.1.bitmap="CtxIconBuddyOffline" ind.anim.IP_500.38.frame.1.duration="0" />
<CTX_ACTIVE_SECURE ind.anim.IP_500.39.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_500.39.frame.1.duration="750" ind.anim.IP_500.39.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_500.39.frame.2.duration="750" ind.anim.IP_500.39.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_500.39.frame.3.duration="750" ind.anim.IP_500.39.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_500.39.frame.4.duration="750" ind.anim.IP_500.39.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_500.39.frame.5.duration="750" ind.anim.IP_500.39.frame.6.bitmap="CtxActiveSecure" ind.anim.IP_500.39.frame.6.duration="750" />
<CTX_CONF_SECURE ind.anim.IP_500.40.frame.1.bitmap="CtxConfStep1" ind.anim.IP_500.40.frame.1.duration="1000" ind.anim.IP_500.40.frame.2.bitmap="CtxConfStep2" ind.anim.IP_500.40.frame.2.duration="1000" ind.anim.IP_500.40.frame.3.bitmap="CtxConfStep3" ind.anim.IP_500.40.frame.3.duration="1000" ind.anim.IP_500.40.frame.4.bitmap="CtxActiveSecure" ind.anim.IP_500.40.frame.4.duration="1000" />
<HEADSET_MEM ind.anim.IP_500.41.frame.1.bitmap="Headset" ind.anim.IP_500.41.frame.1.duration="1000" ind.anim.IP_500.41.frame.2.bitmap="BlankBig" ind.anim.IP_500.41.frame.2.duration="1000" />
</IP_500>
<IP_600>
<BLANK_BIG ind.anim.IP_600.1.frame.1.bitmap="BlankBig" ind.anim.IP_600.1.frame.1.duration="0" />
<BLANK_SMALL ind.anim.IP_600.2.frame.1.bitmap="BlankSmall" ind.anim.IP_600.2.frame.1.duration="0" />
<HANDSET ind.anim.IP_600.3.frame.1.bitmap="Handset" ind.anim.IP_600.3.frame.1.duration="0" />
<HEADSET ind.anim.IP_600.4.frame.1.bitmap="Headset" ind.anim.IP_600.4.frame.1.duration="0" />
<SPEAKER ind.anim.IP_600.5.frame.1.bitmap="Speaker" ind.anim.IP_600.5.frame.1.duration="0" />
<MIC_MUTE ind.anim.IP_600.6.frame.1.bitmap="MuteStep1" ind.anim.IP_600.6.frame.1.duration="500" ind.anim.IP_600.6.frame.2.bitmap="MuteStep2" ind.anim.IP_600.6.frame.2.duration="500" />
<DND ind.anim.IP_600.7.frame.1.bitmap="DndStep1" ind.anim.IP_600.7.frame.1.duration="1000" ind.anim.IP_600.7.frame.2.bitmap="DndStep2" ind.anim.IP_600.7.frame.2.duration="1000" />
<CTX_MAIL ind.anim.IP_600.8.frame.1.bitmap="CtxEmail" ind.anim.IP_600.8.frame.1.duration="0" />
<CTX_FWD ind.anim.IP_600.9.frame.1.bitmap="CtxFwdStep1" ind.anim.IP_600.9.frame.1.duration="500" ind.anim.IP_600.9.frame.2.bitmap="CtxFwdStep2" ind.anim.IP_600.9.frame.2.duration="750" ind.anim.IP_600.9.frame.3.bitmap="CtxFwdStep3" ind.anim.IP_600.9.frame.3.duration="750" ind.anim.IP_600.9.frame.4.bitmap="CtxFwdStep4" ind.anim.IP_600.9.frame.4.duration="750" ind.anim.IP_600.9.frame.5.bitmap="CtxFwdStep5" ind.anim.IP_600.9.frame.5.duration="750" ind.anim.IP_600.9.frame.6.bitmap="CtxFwdStep6" ind.anim.IP_600.9.frame.6.duration="750" />
<CTX_DND ind.anim.IP_600.10.frame.1.bitmap="CtxDndStep1" ind.anim.IP_600.10.frame.1.duration="1000" ind.anim.IP_600.10.frame.2.bitmap="CtxDndStep2" ind.anim.IP_600.10.frame.2.duration="1000" />
<CTX_NOT_REG ind.anim.IP_600.11.frame.1.bitmap="CtxNotReg" ind.anim.IP_600.11.frame.1.duration="0" />
<CTX_PHONE ind.anim.IP_600.12.frame.1.bitmap="CtxPhone" ind.anim.IP_600.12.frame.1.duration="0" />
<CTX_SHARED ind.anim.IP_600.13.frame.1.bitmap="CtxSharedStep1" ind.anim.IP_600.13.frame.1.duration="0" />
<CTX_SHARED_ACTIVE ind.anim.IP_600.14.frame.1.bitmap="CtxSharedActiveStep1" ind.anim.IP_600.14.frame.1.duration="400" ind.anim.IP_600.14.frame.2.bitmap="CtxSharedActiveStep2" ind.anim.IP_600.14.frame.2.duration="400" ind.anim.IP_600.14.frame.3.bitmap="CtxSharedActiveStep3" ind.anim.IP_600.14.frame.3.duration="400" ind.anim.IP_600.14.frame.4.bitmap="CtxSharedActiveStep4" ind.anim.IP_600.14.frame.4.duration="400" ind.anim.IP_600.14.frame.5.bitmap="CtxSharedActiveStep5" ind.anim.IP_600.14.frame.5.duration="400" ind.anim.IP_600.14.frame.6.bitmap="CtxSharedActiveStep6" ind.anim.IP_600.14.frame.6.duration="400" ind.anim.IP_600.14.frame.7.bitmap="CtxSharedActiveStep7" ind.anim.IP_600.14.frame.7.duration="400" ind.anim.IP_600.14.frame.8.bitmap="CtxSharedActiveStep8" ind.anim.IP_600.14.frame.8.duration="400" ind.anim.IP_600.14.frame.9.bitmap="CtxSharedActiveStep9" ind.anim.IP_600.14.frame.9.duration="400" />
<CTX_SHARED_HOLD ind.anim.IP_600.15.frame.1.bitmap="CtxSharedHoldStep1" ind.anim.IP_600.15.frame.1.duration="500" ind.anim.IP_600.15.frame.2.bitmap="CtxSharedHoldStep2" ind.anim.IP_600.15.frame.2.duration="500" />
<RINGER ind.anim.IP_600.16.frame.1.bitmap="Ringer" ind.anim.IP_600.16.frame.1.duration="0" />
<CTX_SPEED_DIAL ind.anim.IP_600.17.frame.1.bitmap="CtxSpeedDial" ind.anim.IP_600.17.frame.1.duration="0" />
<CTX_OFFER ind.anim.IP_600.18.frame.1.bitmap="CtxRingStep1" ind.anim.IP_600.18.frame.1.duration="500" ind.anim.IP_600.18.frame.2.bitmap="CtxRingStep2" ind.anim.IP_600.18.frame.2.duration="500" ind.anim.IP_600.18.frame.3.bitmap="CtxRingStep3" ind.anim.IP_600.18.frame.3.duration="500" />
<CTX_HOLD ind.anim.IP_600.19.frame.1.bitmap="CtxHoldStep1" ind.anim.IP_600.19.frame.1.duration="500" ind.anim.IP_600.19.frame.2.bitmap="CtxHoldStep2" ind.anim.IP_600.19.frame.2.duration="500" />
<CTX_CONF ind.anim.IP_600.20.frame.1.bitmap="CtxConfStep1" ind.anim.IP_600.20.frame.1.duration="1000" ind.anim.IP_600.20.frame.2.bitmap="CtxConfStep2" ind.anim.IP_600.20.frame.2.duration="1000" ind.anim.IP_600.20.frame.3.bitmap="CtxConfStep3" ind.anim.IP_600.20.frame.3.duration="1000" />
<CTX_ACTIVE ind.anim.IP_600.21.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_600.21.frame.1.duration="750" ind.anim.IP_600.21.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_600.21.frame.2.duration="750" ind.anim.IP_600.21.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_600.21.frame.3.duration="750" ind.anim.IP_600.21.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_600.21.frame.4.duration="750" ind.anim.IP_600.21.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_600.21.frame.5.duration="750" ind.anim.IP_600.21.frame.6.bitmap="CtxActiveStep6" ind.anim.IP_600.21.frame.6.duration="750" />
<CTX_PROCEED ind.anim.IP_600.22.frame.1.bitmap="CtxProceedStep1" ind.anim.IP_600.22.frame.1.duration="750" ind.anim.IP_600.22.frame.2.bitmap="CtxProceedStep2" ind.anim.IP_600.22.frame.2.duration="750" ind.anim.IP_600.22.frame.3.bitmap="CtxProceedStep3" ind.anim.IP_600.22.frame.3.duration="750" ind.anim.IP_600.22.frame.4.bitmap="CtxProceedStep4" ind.anim.IP_600.22.frame.4.duration="750" ind.anim.IP_600.22.frame.5.bitmap="CtxProceedStep5" ind.anim.IP_600.22.frame.5.duration="750" />
<DIAGNOSTICS ind.anim.IP_600.23.frame.1.bitmap="DiagnosticFrame1" ind.anim.IP_600.23.frame.1.duration="3000" ind.anim.IP_600.23.frame.2.bitmap="DiagnosticFrame2" ind.anim.IP_600.23.frame.2.duration="3000" ind.anim.IP_600.23.frame.3.bitmap="DiagnosticFrame3" ind.anim.IP_600.23.frame.3.duration="750" ind.anim.IP_600.23.frame.4.bitmap="DiagnosticFrame4" ind.anim.IP_600.23.frame.4.duration="750" ind.anim.IP_600.23.frame.5.bitmap="DiagnosticFrame5" ind.anim.IP_600.23.frame.5.duration="750" ind.anim.IP_600.23.frame.6.bitmap="DiagnosticFrame6" ind.anim.IP_600.23.frame.6.duration="750" />
<CTX_DIALTONE ind.anim.IP_600.24.frame.1.bitmap="CtxUndefined" ind.anim.IP_600.24.frame.1.duration="0" />
<CTX_HELD ind.anim.IP_600.25.frame.1.bitmap="CtxUndefined" ind.anim.IP_600.25.frame.1.duration="0" />
<CTX_DISCONNECT ind.anim.IP_600.26.frame.1.bitmap="CtxUndefined" ind.anim.IP_600.26.frame.1.duration="0" />
<CTX_FEATURE_ENA ind.anim.IP_600.27.frame.1.bitmap="CtxFeatureEna" ind.anim.IP_600.27.frame.1.duration="0" />
<CTX_FEATURE_DIS ind.anim.IP_600.28.frame.1.bitmap="CtxFeatureDis" ind.anim.IP_600.28.frame.1.duration="0" />
<IDLE_DISPLAY ind.anim.IP_600.29.frame.1.bitmap="" ind.anim.IP_600.29.frame.1.duration="0" />
<IDLE_DISPLAY_WIDE ind.anim.IP_600.30.frame.1.bitmap="" ind.anim.IP_600.30.frame.1.duration="0" />
<CTX_LOGIN ind.anim.IP_600.31.frame.1.bitmap="CtxUndefined" ind.anim.IP_600.31.frame.1.duration="0" />
<CTX_LOGOUT ind.anim.IP_600.32.frame.1.bitmap="CtxACDLogout" ind.anim.IP_600.32.frame.1.duration="0" />
<CTX_AGENT_AVAIL ind.anim.IP_600.33.frame.1.bitmap="CtxACDAvailable" ind.anim.IP_600.33.frame.1.duration="0" />
<CTX_AGENT_UNAVAIL ind.anim.IP_600.34.frame.1.bitmap="CtxACDUnavailableStep1" ind.anim.IP_600.34.frame.1.duration="1000" ind.anim.IP_600.34.frame.2.bitmap="CtxACDUnavailableStep2" ind.anim.IP_600.34.frame.2.duration="1000" />
<CTX_BUDDY_ONLINE ind.anim.IP_600.35.frame.1.bitmap="CtxIconBuddyOnline" ind.anim.IP_600.35.frame.1.duration="0" />
<CTX_BUDDY_BUSY ind.anim.IP_600.36.frame.1.bitmap="CtxIconBuddyBusy" ind.anim.IP_600.36.frame.1.duration="0" />
<CTX_BUDDY_AWAY ind.anim.IP_600.37.frame.1.bitmap="CtxIconBuddyAway" ind.anim.IP_600.37.frame.1.duration="0" />
<CTX_BUDDY_OFFLINE ind.anim.IP_600.38.frame.1.bitmap="CtxIconBuddyOffline" ind.anim.IP_600.38.frame.1.duration="0" />
<CTX_ACTIVE_SECURE ind.anim.IP_600.39.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_600.39.frame.1.duration="750" ind.anim.IP_600.39.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_600.39.frame.2.duration="750" ind.anim.IP_600.39.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_600.39.frame.3.duration="750" ind.anim.IP_600.39.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_600.39.frame.4.duration="750" ind.anim.IP_600.39.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_600.39.frame.5.duration="750" ind.anim.IP_600.39.frame.6.bitmap="CtxActiveSecure" ind.anim.IP_600.39.frame.6.duration="750" />
<CTX_CONF_SECURE ind.anim.IP_600.40.frame.1.bitmap="CtxConfStep1" ind.anim.IP_600.40.frame.1.duration="1000" ind.anim.IP_600.40.frame.2.bitmap="CtxConfStep2" ind.anim.IP_600.40.frame.2.duration="1000" ind.anim.IP_600.40.frame.3.bitmap="CtxConfStep3" ind.anim.IP_600.40.frame.3.duration="1000" ind.anim.IP_600.40.frame.4.bitmap="CtxActiveSecure" ind.anim.IP_600.40.frame.4.duration="1000" />
<MOBILE_PHONE ind.anim.IP_600.41.frame.1.bitmap="MobilePhone" ind.anim.IP_600.41.frame.1.duration="0" />
<CTX_RX_ACTIVE ind.anim.IP_600.42.frame.1.bitmap="RxActiveStep1" ind.anim.IP_600.42.frame.1.duration="750" ind.anim.IP_600.42.frame.2.bitmap="RxActiveStep2" ind.anim.IP_600.42.frame.2.duration="750" ind.anim.IP_600.42.frame.3.bitmap="RxActiveStep3" ind.anim.IP_600.42.frame.3.duration="750" ind.anim.IP_600.42.frame.4.bitmap="RxActiveStep4" ind.anim.IP_600.42.frame.4.duration="750" ind.anim.IP_600.42.frame.5.bitmap="RxActiveStep5" ind.anim.IP_600.42.frame.5.duration="750" ind.anim.IP_600.42.frame.6.bitmap="RxActiveStep6" ind.anim.IP_600.42.frame.6.duration="750" />
<CTX_TX_ACTIVE ind.anim.IP_600.43.frame.1.bitmap="TxActiveStep1" ind.anim.IP_600.43.frame.1.duration="750" ind.anim.IP_600.43.frame.2.bitmap="TxActiveStep2" ind.anim.IP_600.43.frame.2.duration="750" ind.anim.IP_600.43.frame.3.bitmap="TxActiveStep3" ind.anim.IP_600.43.frame.3.duration="750" ind.anim.IP_600.43.frame.4.bitmap="TxActiveStep4" ind.anim.IP_600.43.frame.4.duration="750" ind.anim.IP_600.43.frame.5.bitmap="TxActiveStep5" ind.anim.IP_600.43.frame.5.duration="750" ind.anim.IP_600.43.frame.6.bitmap="TxActiveStep6" ind.anim.IP_600.43.frame.6.duration="750" />
<CTX_ACTIVE_HD ind.anim.IP_600.44.frame.1.bitmap="CtxActiveHDStep1" ind.anim.IP_600.44.frame.1.duration="300" ind.anim.IP_600.44.frame.2.bitmap="CtxActiveHDStep2" ind.anim.IP_600.44.frame.2.duration="300" ind.anim.IP_600.44.frame.3.bitmap="CtxActiveHDStep3" ind.anim.IP_600.44.frame.3.duration="300" ind.anim.IP_600.44.frame.4.bitmap="CtxActiveHDStep4" ind.anim.IP_600.44.frame.4.duration="300" ind.anim.IP_600.44.frame.5.bitmap="CtxActiveHDStep5" ind.anim.IP_600.44.frame.5.duration="300" ind.anim.IP_600.44.frame.6.bitmap="CtxActiveHDStep6" ind.anim.IP_600.44.frame.6.duration="300" ind.anim.IP_600.44.frame.7.bitmap="CtxActiveHDStep7" ind.anim.IP_600.44.frame.7.duration="300" ind.anim.IP_600.44.frame.8.bitmap="CtxActiveHDStep8" ind.anim.IP_600.44.frame.8.duration="300" ind.anim.IP_600.44.frame.9.bitmap="CtxActiveHDStep9" ind.anim.IP_600.44.frame.9.duration="300" ind.anim.IP_600.44.frame.10.bitmap="CtxActiveHDStep10" ind.anim.IP_600.44.frame.10.duration="300" ind.anim.IP_600.44.frame.11.bitmap="CtxActiveHDStep11" ind.anim.IP_600.44.frame.11.duration="2000" />
<BLANK_SMALL_WHITE ind.anim.IP_600.45.frame.1.bitmap="BlankSmallWhite" ind.anim.IP_600.45.frame.1.duration="0" />
</IP_600>
<IP_4000>
<BLANK_BIG ind.anim.IP_4000.1.frame.1.bitmap="BlankBig" ind.anim.IP_4000.1.frame.1.duration="0" />
<BLANK_SMALL ind.anim.IP_4000.2.frame.1.bitmap="BlankSmall" ind.anim.IP_4000.2.frame.1.duration="0" />
<HANDSET ind.anim.IP_4000.3.frame.1.bitmap="Handset" ind.anim.IP_4000.3.frame.1.duration="0" />
<HEADSET ind.anim.IP_4000.4.frame.1.bitmap="Headset" ind.anim.IP_4000.4.frame.1.duration="0" />
<SPEAKER ind.anim.IP_4000.5.frame.1.bitmap="Speaker" ind.anim.IP_4000.5.frame.1.duration="0" />
<MIC_MUTE ind.anim.IP_4000.6.frame.1.bitmap="MuteStep1" ind.anim.IP_4000.6.frame.1.duration="500" ind.anim.IP_4000.6.frame.2.bitmap="MuteStep2" ind.anim.IP_4000.6.frame.2.duration="500" />
<DND ind.anim.IP_4000.7.frame.1.bitmap="DndStep1" ind.anim.IP_4000.7.frame.1.duration="1000" ind.anim.IP_4000.7.frame.2.bitmap="DndStep2" ind.anim.IP_4000.7.frame.2.duration="1000" />
<CTX_MAIL ind.anim.IP_4000.8.frame.1.bitmap="CtxEmail" ind.anim.IP_4000.8.frame.1.duration="0" />
<CTX_FWD ind.anim.IP_4000.9.frame.1.bitmap="CtxFwdStep1" ind.anim.IP_4000.9.frame.1.duration="500" ind.anim.IP_4000.9.frame.2.bitmap="CtxFwdStep2" ind.anim.IP_4000.9.frame.2.duration="750" ind.anim.IP_4000.9.frame.3.bitmap="CtxFwdStep3" ind.anim.IP_4000.9.frame.3.duration="750" ind.anim.IP_4000.9.frame.4.bitmap="CtxFwdStep4" ind.anim.IP_4000.9.frame.4.duration="750" ind.anim.IP_4000.9.frame.5.bitmap="CtxFwdStep5" ind.anim.IP_4000.9.frame.5.duration="750" ind.anim.IP_4000.9.frame.6.bitmap="CtxFwdStep6" ind.anim.IP_4000.9.frame.6.duration="750" />
<CTX_DND ind.anim.IP_4000.10.frame.1.bitmap="CtxDndStep1" ind.anim.IP_4000.10.frame.1.duration="1000" ind.anim.IP_4000.10.frame.2.bitmap="CtxDndStep2" ind.anim.IP_4000.10.frame.2.duration="1000" />
<CTX_NOT_REG ind.anim.IP_4000.11.frame.1.bitmap="CtxNotReg" ind.anim.IP_4000.11.frame.1.duration="0" />
<CTX_PHONE ind.anim.IP_4000.12.frame.1.bitmap="CtxPhone" ind.anim.IP_4000.12.frame.1.duration="0" />
<CTX_SHARED ind.anim.IP_4000.13.frame.1.bitmap="CtxSharedStep1" ind.anim.IP_4000.13.frame.1.duration="0" />
<CTX_SHARED_ACTIVE ind.anim.IP_4000.14.frame.1.bitmap="CtxSharedActiveStep1" ind.anim.IP_4000.14.frame.1.duration="400" ind.anim.IP_4000.14.frame.2.bitmap="CtxSharedActiveStep2" ind.anim.IP_4000.14.frame.2.duration="400" ind.anim.IP_4000.14.frame.3.bitmap="CtxSharedActiveStep3" ind.anim.IP_4000.14.frame.3.duration="400" ind.anim.IP_4000.14.frame.4.bitmap="CtxSharedActiveStep4" ind.anim.IP_4000.14.frame.4.duration="400" ind.anim.IP_4000.14.frame.5.bitmap="CtxSharedActiveStep5" ind.anim.IP_4000.14.frame.5.duration="400" ind.anim.IP_4000.14.frame.6.bitmap="CtxSharedActiveStep6" ind.anim.IP_4000.14.frame.6.duration="400" ind.anim.IP_4000.14.frame.7.bitmap="CtxSharedActiveStep7" ind.anim.IP_4000.14.frame.7.duration="400" ind.anim.IP_4000.14.frame.8.bitmap="CtxSharedActiveStep8" ind.anim.IP_4000.14.frame.8.duration="400" ind.anim.IP_4000.14.frame.9.bitmap="CtxSharedActiveStep9" ind.anim.IP_4000.14.frame.9.duration="400" />
<CTX_SHARED_HOLD ind.anim.IP_4000.15.frame.1.bitmap="CtxSharedHoldStep1" ind.anim.IP_4000.15.frame.1.duration="500" ind.anim.IP_4000.15.frame.2.bitmap="CtxSharedHoldStep2" ind.anim.IP_4000.15.frame.2.duration="500" />
<RINGER ind.anim.IP_4000.16.frame.1.bitmap="Ringer" ind.anim.IP_4000.16.frame.1.duration="0" />
<CTX_SPEED_DIAL ind.anim.IP_4000.17.frame.1.bitmap="CtxSpeedDial" ind.anim.IP_4000.17.frame.1.duration="0" />
<CTX_OFFER ind.anim.IP_4000.18.frame.1.bitmap="CtxRingStep1" ind.anim.IP_4000.18.frame.1.duration="500" ind.anim.IP_4000.18.frame.2.bitmap="CtxRingStep2" ind.anim.IP_4000.18.frame.2.duration="500" ind.anim.IP_4000.18.frame.3.bitmap="CtxRingStep3" ind.anim.IP_4000.18.frame.3.duration="500" />
<CTX_HOLD ind.anim.IP_4000.19.frame.1.bitmap="CtxHoldStep1" ind.anim.IP_4000.19.frame.1.duration="500" ind.anim.IP_4000.19.frame.2.bitmap="CtxHoldStep2" ind.anim.IP_4000.19.frame.2.duration="500" />
<CTX_CONF ind.anim.IP_4000.20.frame.1.bitmap="CtxConfStep1" ind.anim.IP_4000.20.frame.1.duration="1000" ind.anim.IP_4000.20.frame.2.bitmap="CtxConfStep2" ind.anim.IP_4000.20.frame.2.duration="1000" ind.anim.IP_4000.20.frame.3.bitmap="CtxConfStep3" ind.anim.IP_4000.20.frame.3.duration="1000" />
<CTX_ACTIVE ind.anim.IP_4000.21.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_4000.21.frame.1.duration="750" ind.anim.IP_4000.21.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_4000.21.frame.2.duration="750" ind.anim.IP_4000.21.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_4000.21.frame.3.duration="750" ind.anim.IP_4000.21.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_4000.21.frame.4.duration="750" ind.anim.IP_4000.21.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_4000.21.frame.5.duration="750" ind.anim.IP_4000.21.frame.6.bitmap="CtxActiveStep6" ind.anim.IP_4000.21.frame.6.duration="750" />
<CTX_PROCEED ind.anim.IP_4000.22.frame.1.bitmap="CtxProceedStep1" ind.anim.IP_4000.22.frame.1.duration="750" ind.anim.IP_4000.22.frame.2.bitmap="CtxProceedStep2" ind.anim.IP_4000.22.frame.2.duration="750" ind.anim.IP_4000.22.frame.3.bitmap="CtxProceedStep3" ind.anim.IP_4000.22.frame.3.duration="750" ind.anim.IP_4000.22.frame.4.bitmap="CtxProceedStep4" ind.anim.IP_4000.22.frame.4.duration="750" ind.anim.IP_4000.22.frame.5.bitmap="CtxProceedStep5" ind.anim.IP_4000.22.frame.5.duration="750" />
<DIAGNOSTICS ind.anim.IP_4000.23.frame.1.bitmap="DiagnosticFrame1" ind.anim.IP_4000.23.frame.1.duration="3000" ind.anim.IP_4000.23.frame.2.bitmap="DiagnosticFrame2" ind.anim.IP_4000.23.frame.2.duration="3000" ind.anim.IP_4000.23.frame.3.bitmap="DiagnosticFrame3" ind.anim.IP_4000.23.frame.3.duration="750" ind.anim.IP_4000.23.frame.4.bitmap="DiagnosticFrame4" ind.anim.IP_4000.23.frame.4.duration="750" ind.anim.IP_4000.23.frame.5.bitmap="DiagnosticFrame5" ind.anim.IP_4000.23.frame.5.duration="750" ind.anim.IP_4000.23.frame.6.bitmap="DiagnosticFrame6" ind.anim.IP_4000.23.frame.6.duration="750" />
<CTX_DIALTONE ind.anim.IP_4000.24.frame.1.bitmap="CtxUndefined" ind.anim.IP_4000.24.frame.1.duration="0" />
<CTX_HELD ind.anim.IP_4000.25.frame.1.bitmap="CtxUndefined" ind.anim.IP_4000.25.frame.1.duration="0" />
<CTX_DISCONNECT ind.anim.IP_4000.26.frame.1.bitmap="CtxUndefined" ind.anim.IP_4000.26.frame.1.duration="0" />
<CTX_FEATURE_ENA ind.anim.IP_4000.27.frame.1.bitmap="CtxFeatureEna" ind.anim.IP_4000.27.frame.1.duration="0" />
<CTX_FEATURE_DIS ind.anim.IP_4000.28.frame.1.bitmap="CtxFeatureDis" ind.anim.IP_4000.28.frame.1.duration="0" />
<IDLE_DISPLAY ind.anim.IP_4000.29.frame.1.bitmap="" ind.anim.IP_4000.29.frame.1.duration="0" />
<IDLE_DISPLAY_WIDE ind.anim.IP_4000.30.frame.1.bitmap="" ind.anim.IP_4000.30.frame.1.duration="0" />
<CTX_LOGIN ind.anim.IP_4000.31.frame.1.bitmap="CtxUndefined" ind.anim.IP_4000.31.frame.1.duration="0" />
<CTX_LOGOUT ind.anim.IP_4000.32.frame.1.bitmap="CtxACDLogout" ind.anim.IP_4000.32.frame.1.duration="0" />
<CTX_AGENT_AVAIL ind.anim.IP_4000.33.frame.1.bitmap="CtxACDAvailable" ind.anim.IP_4000.33.frame.1.duration="0" />
<CTX_AGENT_UNAVAIL ind.anim.IP_4000.34.frame.1.bitmap="CtxACDUnavailableStep1" ind.anim.IP_4000.34.frame.1.duration="1000" ind.anim.IP_4000.34.frame.2.bitmap="CtxACDUnavailableStep2" ind.anim.IP_4000.34.frame.2.duration="1000" />
<CTX_ACTIVE_SECURE ind.anim.IP_4000.39.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_4000.39.frame.1.duration="750" ind.anim.IP_4000.39.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_4000.39.frame.2.duration="750" ind.anim.IP_4000.39.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_4000.39.frame.3.duration="750" ind.anim.IP_4000.39.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_4000.39.frame.4.duration="750" ind.anim.IP_4000.39.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_4000.39.frame.5.duration="750" ind.anim.IP_4000.39.frame.6.bitmap="CtxActiveSecure" ind.anim.IP_4000.39.frame.6.duration="750" />
<CTX_CONF_SECURE ind.anim.IP_4000.40.frame.1.bitmap="CtxConfStep1" ind.anim.IP_4000.40.frame.1.duration="1000" ind.anim.IP_4000.40.frame.2.bitmap="CtxConfStep2" ind.anim.IP_4000.40.frame.2.duration="1000" ind.anim.IP_4000.40.frame.3.bitmap="CtxConfStep3" ind.anim.IP_4000.40.frame.3.duration="1000" ind.anim.IP_4000.40.frame.4.bitmap="CtxActiveSecure" ind.anim.IP_4000.40.frame.4.duration="1000" />
<MOBILE_PHONE ind.anim.IP_4000.41.frame.1.bitmap="MobilePhone" ind.anim.IP_4000.41.frame.1.duration="0" />
<CTX_RX_ACTIVE ind.anim.IP_4000.42.frame.1.bitmap="RxActiveStep1" ind.anim.IP_4000.42.frame.1.duration="750" ind.anim.IP_4000.42.frame.2.bitmap="RxActiveStep2" ind.anim.IP_4000.42.frame.2.duration="750" ind.anim.IP_4000.42.frame.3.bitmap="RxActiveStep3" ind.anim.IP_4000.42.frame.3.duration="750" ind.anim.IP_4000.42.frame.4.bitmap="RxActiveStep4" ind.anim.IP_4000.42.frame.4.duration="750" ind.anim.IP_4000.42.frame.5.bitmap="RxActiveStep5" ind.anim.IP_4000.42.frame.5.duration="750" ind.anim.IP_4000.42.frame.6.bitmap="RxActiveStep6" ind.anim.IP_4000.42.frame.6.duration="750" />
<CTX_TX_ACTIVE ind.anim.IP_4000.43.frame.1.bitmap="TxActiveStep1" ind.anim.IP_4000.43.frame.1.duration="750" ind.anim.IP_4000.43.frame.2.bitmap="TxActiveStep2" ind.anim.IP_4000.43.frame.2.duration="750" ind.anim.IP_4000.43.frame.3.bitmap="TxActiveStep3" ind.anim.IP_4000.43.frame.3.duration="750" ind.anim.IP_4000.43.frame.4.bitmap="TxActiveStep4" ind.anim.IP_4000.43.frame.4.duration="750" ind.anim.IP_4000.43.frame.5.bitmap="TxActiveStep5" ind.anim.IP_4000.43.frame.5.duration="750" ind.anim.IP_4000.43.frame.6.bitmap="TxActiveStep6" ind.anim.IP_4000.43.frame.6.duration="750" />
<CTX_ACTIVE_HD ind.anim.IP_4000.44.frame.1.bitmap="CtxActiveHDStep1" ind.anim.IP_4000.44.frame.1.duration="300" ind.anim.IP_4000.44.frame.2.bitmap="CtxActiveHDStep2" ind.anim.IP_4000.44.frame.2.duration="300" ind.anim.IP_4000.44.frame.3.bitmap="CtxActiveHDStep3" ind.anim.IP_4000.44.frame.3.duration="300" ind.anim.IP_4000.44.frame.4.bitmap="CtxActiveHDStep4" ind.anim.IP_4000.44.frame.4.duration="300" ind.anim.IP_4000.44.frame.5.bitmap="CtxActiveHDStep5" ind.anim.IP_4000.44.frame.5.duration="300" ind.anim.IP_4000.44.frame.6.bitmap="CtxActiveHDStep6" ind.anim.IP_4000.44.frame.6.duration="300" ind.anim.IP_4000.44.frame.7.bitmap="CtxActiveHDStep7" ind.anim.IP_4000.44.frame.7.duration="300" ind.anim.IP_4000.44.frame.8.bitmap="CtxActiveHDStep8" ind.anim.IP_4000.44.frame.8.duration="300" ind.anim.IP_4000.44.frame.9.bitmap="CtxActiveHDStep9" ind.anim.IP_4000.44.frame.9.duration="300" ind.anim.IP_4000.44.frame.10.bitmap="CtxActiveHDStep10" ind.anim.IP_4000.44.frame.10.duration="300" ind.anim.IP_4000.44.frame.11.bitmap="CtxActiveHDStep11" ind.anim.IP_4000.44.frame.11.duration="2000" />
</IP_4000>
<IP_7000>
<BLANK_BIG ind.anim.IP_7000.1.frame.1.bitmap="BlankBig" ind.anim.IP_7000.1.frame.1.duration="0" />
<BLANK_SMALL ind.anim.IP_7000.2.frame.1.bitmap="BlankSmall" ind.anim.IP_7000.2.frame.1.duration="0" />
<HANDSET ind.anim.IP_7000.3.frame.1.bitmap="Handset" ind.anim.IP_7000.3.frame.1.duration="0" />
<HEADSET ind.anim.IP_7000.4.frame.1.bitmap="Headset" ind.anim.IP_7000.4.frame.1.duration="0" />
<SPEAKER ind.anim.IP_7000.5.frame.1.bitmap="Speaker" ind.anim.IP_7000.5.frame.1.duration="0" />
<MIC_MUTE ind.anim.IP_7000.6.frame.1.bitmap="SmallMuteStep1" ind.anim.IP_7000.6.frame.1.duration="500" ind.anim.IP_7000.6.frame.2.bitmap="SmallMuteStep2" ind.anim.IP_7000.6.frame.2.duration="500" />
<DND ind.anim.IP_7000.7.frame.1.bitmap="DndStep1" ind.anim.IP_7000.7.frame.1.duration="1000" ind.anim.IP_7000.7.frame.2.bitmap="DndStep2" ind.anim.IP_7000.7.frame.2.duration="1000" />
<CTX_MAIL ind.anim.IP_7000.8.frame.1.bitmap="CtxEmail" ind.anim.IP_7000.8.frame.1.duration="0" />
<CTX_FWD ind.anim.IP_7000.9.frame.1.bitmap="CtxFwdStep1" ind.anim.IP_7000.9.frame.1.duration="500" ind.anim.IP_7000.9.frame.2.bitmap="CtxFwdStep2" ind.anim.IP_7000.9.frame.2.duration="750" ind.anim.IP_7000.9.frame.3.bitmap="CtxFwdStep3" ind.anim.IP_7000.9.frame.3.duration="750" ind.anim.IP_7000.9.frame.4.bitmap="CtxFwdStep4" ind.anim.IP_7000.9.frame.4.duration="750" ind.anim.IP_7000.9.frame.5.bitmap="CtxFwdStep5" ind.anim.IP_7000.9.frame.5.duration="750" ind.anim.IP_7000.9.frame.6.bitmap="CtxFwdStep6" ind.anim.IP_7000.9.frame.6.duration="750" />
<CTX_DND ind.anim.IP_7000.10.frame.1.bitmap="CtxDndStep1" ind.anim.IP_7000.10.frame.1.duration="1000" ind.anim.IP_7000.10.frame.2.bitmap="CtxDndStep2" ind.anim.IP_7000.10.frame.2.duration="1000" />
<CTX_NOT_REG ind.anim.IP_7000.11.frame.1.bitmap="CtxNotReg" ind.anim.IP_7000.11.frame.1.duration="0" />
<CTX_PHONE ind.anim.IP_7000.12.frame.1.bitmap="CtxPhone" ind.anim.IP_7000.12.frame.1.duration="0" />
<CTX_SHARED ind.anim.IP_7000.13.frame.1.bitmap="CtxSharedStep1" ind.anim.IP_7000.13.frame.1.duration="0" />
<CTX_SHARED_ACTIVE ind.anim.IP_7000.14.frame.1.bitmap="CtxSharedActiveStep1" ind.anim.IP_7000.14.frame.1.duration="400" ind.anim.IP_7000.14.frame.2.bitmap="CtxSharedActiveStep2" ind.anim.IP_7000.14.frame.2.duration="400" ind.anim.IP_7000.14.frame.3.bitmap="CtxSharedActiveStep3" ind.anim.IP_7000.14.frame.3.duration="400" ind.anim.IP_7000.14.frame.4.bitmap="CtxSharedActiveStep4" ind.anim.IP_7000.14.frame.4.duration="400" ind.anim.IP_7000.14.frame.5.bitmap="CtxSharedActiveStep5" ind.anim.IP_7000.14.frame.5.duration="400" ind.anim.IP_7000.14.frame.6.bitmap="CtxSharedActiveStep6" ind.anim.IP_7000.14.frame.6.duration="400" ind.anim.IP_7000.14.frame.7.bitmap="CtxSharedActiveStep7" ind.anim.IP_7000.14.frame.7.duration="400" ind.anim.IP_7000.14.frame.8.bitmap="CtxSharedActiveStep8" ind.anim.IP_7000.14.frame.8.duration="400" ind.anim.IP_7000.14.frame.9.bitmap="CtxSharedActiveStep9" ind.anim.IP_7000.14.frame.9.duration="400" />
<CTX_SHARED_HOLD ind.anim.IP_7000.15.frame.1.bitmap="CtxSharedHoldStep1" ind.anim.IP_7000.15.frame.1.duration="500" ind.anim.IP_7000.15.frame.2.bitmap="CtxSharedHoldStep2" ind.anim.IP_7000.15.frame.2.duration="500" />
<RINGER ind.anim.IP_7000.16.frame.1.bitmap="Ringer" ind.anim.IP_7000.16.frame.1.duration="0" />
<CTX_SPEED_DIAL ind.anim.IP_7000.17.frame.1.bitmap="CtxSpeedDial" ind.anim.IP_7000.17.frame.1.duration="0" />
<CTX_OFFER ind.anim.IP_7000.18.frame.1.bitmap="CtxRingStep1" ind.anim.IP_7000.18.frame.1.duration="500" ind.anim.IP_7000.18.frame.2.bitmap="CtxRingStep2" ind.anim.IP_7000.18.frame.2.duration="500" ind.anim.IP_7000.18.frame.3.bitmap="CtxRingStep3" ind.anim.IP_7000.18.frame.3.duration="500" />
<CTX_HOLD ind.anim.IP_7000.19.frame.1.bitmap="CtxHoldStep1" ind.anim.IP_7000.19.frame.1.duration="500" ind.anim.IP_7000.19.frame.2.bitmap="CtxHoldStep2" ind.anim.IP_7000.19.frame.2.duration="500" />
<CTX_CONF ind.anim.IP_7000.20.frame.1.bitmap="CtxConfStep1" ind.anim.IP_7000.20.frame.1.duration="1000" ind.anim.IP_7000.20.frame.2.bitmap="CtxConfStep2" ind.anim.IP_7000.20.frame.2.duration="1000" ind.anim.IP_7000.20.frame.3.bitmap="CtxConfStep3" ind.anim.IP_7000.20.frame.3.duration="1000" />
<CTX_ACTIVE ind.anim.IP_7000.21.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_7000.21.frame.1.duration="750" ind.anim.IP_7000.21.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_7000.21.frame.2.duration="750" ind.anim.IP_7000.21.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_7000.21.frame.3.duration="750" ind.anim.IP_7000.21.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_7000.21.frame.4.duration="750" ind.anim.IP_7000.21.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_7000.21.frame.5.duration="750" ind.anim.IP_7000.21.frame.6.bitmap="CtxActiveStep6" ind.anim.IP_7000.21.frame.6.duration="750" />
<CTX_PROCEED ind.anim.IP_7000.22.frame.1.bitmap="CtxProceedStep1" ind.anim.IP_7000.22.frame.1.duration="750" ind.anim.IP_7000.22.frame.2.bitmap="CtxProceedStep2" ind.anim.IP_7000.22.frame.2.duration="750" ind.anim.IP_7000.22.frame.3.bitmap="CtxProceedStep3" ind.anim.IP_7000.22.frame.3.duration="750" ind.anim.IP_7000.22.frame.4.bitmap="CtxProceedStep4" ind.anim.IP_7000.22.frame.4.duration="750" ind.anim.IP_7000.22.frame.5.bitmap="CtxProceedStep5" ind.anim.IP_7000.22.frame.5.duration="750" />
<DIAGNOSTICS ind.anim.IP_7000.23.frame.1.bitmap="DiagnosticFrame1" ind.anim.IP_7000.23.frame.1.duration="3000" ind.anim.IP_7000.23.frame.2.bitmap="DiagnosticFrame2" ind.anim.IP_7000.23.frame.2.duration="3000" ind.anim.IP_7000.23.frame.3.bitmap="DiagnosticFrame3" ind.anim.IP_7000.23.frame.3.duration="750" ind.anim.IP_7000.23.frame.4.bitmap="DiagnosticFrame4" ind.anim.IP_7000.23.frame.4.duration="750" ind.anim.IP_7000.23.frame.5.bitmap="DiagnosticFrame5" ind.anim.IP_7000.23.frame.5.duration="750" ind.anim.IP_7000.23.frame.6.bitmap="DiagnosticFrame6" ind.anim.IP_7000.23.frame.6.duration="750" />
<CTX_DIALTONE ind.anim.IP_7000.24.frame.1.bitmap="CtxUndefined" ind.anim.IP_7000.24.frame.1.duration="0" />
<CTX_HELD ind.anim.IP_7000.25.frame.1.bitmap="CtxUndefined" ind.anim.IP_7000.25.frame.1.duration="0" />
<CTX_DISCONNECT ind.anim.IP_7000.26.frame.1.bitmap="CtxUndefined" ind.anim.IP_7000.26.frame.1.duration="0" />
<CTX_FEATURE_ENA ind.anim.IP_7000.27.frame.1.bitmap="CtxFeatureEna" ind.anim.IP_7000.27.frame.1.duration="0" />
<CTX_FEATURE_DIS ind.anim.IP_7000.28.frame.1.bitmap="CtxFeatureDis" ind.anim.IP_7000.28.frame.1.duration="0" />
<IDLE_DISPLAY ind.anim.IP_7000.29.frame.1.bitmap="" ind.anim.IP_7000.29.frame.1.duration="0" />
<IDLE_DISPLAY_WIDE ind.anim.IP_7000.30.frame.1.bitmap="" ind.anim.IP_7000.30.frame.1.duration="0" />
<CTX_LOGIN ind.anim.IP_7000.31.frame.1.bitmap="CtxUndefined" ind.anim.IP_7000.31.frame.1.duration="0" />
<CTX_LOGOUT ind.anim.IP_7000.32.frame.1.bitmap="CtxACDLogout" ind.anim.IP_7000.32.frame.1.duration="0" />
<CTX_AGENT_AVAIL ind.anim.IP_7000.33.frame.1.bitmap="CtxACDAvailable" ind.anim.IP_7000.33.frame.1.duration="0" />
<CTX_AGENT_UNAVAIL ind.anim.IP_7000.34.frame.1.bitmap="CtxACDUnavailableStep1" ind.anim.IP_7000.34.frame.1.duration="1000" ind.anim.IP_7000.34.frame.2.bitmap="CtxACDUnavailableStep2" ind.anim.IP_7000.34.frame.2.duration="1000" />
<CTX_BUDDY_ONLINE ind.anim.IP_7000.35.frame.1.bitmap="CtxIconBuddyOnline" ind.anim.IP_7000.35.frame.1.duration="0" />
<CTX_BUDDY_BUSY ind.anim.IP_7000.36.frame.1.bitmap="CtxIconBuddyBusy" ind.anim.IP_7000.36.frame.1.duration="0" />
<CTX_BUDDY_AWAY ind.anim.IP_7000.37.frame.1.bitmap="CtxIconBuddyAway" ind.anim.IP_7000.37.frame.1.duration="0" />
<CTX_BUDDY_OFFLINE ind.anim.IP_7000.38.frame.1.bitmap="CtxIconBuddyOffline" ind.anim.IP_7000.38.frame.1.duration="0" />
<CTX_ACTIVE_SECURE ind.anim.IP_7000.39.frame.1.bitmap="CtxActiveStep1" ind.anim.IP_7000.39.frame.1.duration="750" ind.anim.IP_7000.39.frame.2.bitmap="CtxActiveStep2" ind.anim.IP_7000.39.frame.2.duration="750" ind.anim.IP_7000.39.frame.3.bitmap="CtxActiveStep3" ind.anim.IP_7000.39.frame.3.duration="750" ind.anim.IP_7000.39.frame.4.bitmap="CtxActiveStep4" ind.anim.IP_7000.39.frame.4.duration="750" ind.anim.IP_7000.39.frame.5.bitmap="CtxActiveStep5" ind.anim.IP_7000.39.frame.5.duration="750" ind.anim.IP_7000.39.frame.6.bitmap="CtxActiveSecure" ind.anim.IP_7000.39.frame.6.duration="750" />
<CTX_CONF_SECURE ind.anim.IP_7000.40.frame.1.bitmap="CtxConfStep1" ind.anim.IP_7000.40.frame.1.duration="1000" ind.anim.IP_7000.40.frame.2.bitmap="CtxConfStep2" ind.anim.IP_7000.40.frame.2.duration="1000" ind.anim.IP_7000.40.frame.3.bitmap="CtxConfStep3" ind.anim.IP_7000.40.frame.3.duration="1000" ind.anim.IP_7000.40.frame.4.bitmap="CtxActiveSecure" ind.anim.IP_7000.40.frame.4.duration="1000" />
<MOBILE_PHONE ind.anim.IP_7000.41.frame.1.bitmap="MobilePhone" ind.anim.IP_7000.41.frame.1.duration="0" />
<CTX_RX_ACTIVE ind.anim.IP_7000.42.frame.1.bitmap="RxActiveStep1" ind.anim.IP_7000.42.frame.1.duration="750" ind.anim.IP_7000.42.frame.2.bitmap="RxActiveStep2" ind.anim.IP_7000.42.frame.2.duration="750" ind.anim.IP_7000.42.frame.3.bitmap="RxActiveStep3" ind.anim.IP_7000.42.frame.3.duration="750" ind.anim.IP_7000.42.frame.4.bitmap="RxActiveStep4" ind.anim.IP_7000.42.frame.4.duration="750" ind.anim.IP_7000.42.frame.5.bitmap="RxActiveStep5" ind.anim.IP_7000.42.frame.5.duration="750" ind.anim.IP_7000.42.frame.6.bitmap="RxActiveStep6" ind.anim.IP_7000.42.frame.6.duration="750" />
<CTX_TX_ACTIVE ind.anim.IP_7000.43.frame.1.bitmap="TxActiveStep1" ind.anim.IP_7000.43.frame.1.duration="750" ind.anim.IP_7000.43.frame.2.bitmap="TxActiveStep2" ind.anim.IP_7000.43.frame.2.duration="750" ind.anim.IP_7000.43.frame.3.bitmap="TxActiveStep3" ind.anim.IP_7000.43.frame.3.duration="750" ind.anim.IP_7000.43.frame.4.bitmap="TxActiveStep4" ind.anim.IP_7000.43.frame.4.duration="750" ind.anim.IP_7000.43.frame.5.bitmap="TxActiveStep5" ind.anim.IP_7000.43.frame.5.duration="750" ind.anim.IP_7000.43.frame.6.bitmap="TxActiveStep6" ind.anim.IP_7000.43.frame.6.duration="750" />
<CTX_ACTIVE_HD ind.anim.IP_7000.44.frame.1.bitmap="CtxActiveHDStep1" ind.anim.IP_7000.44.frame.1.duration="300" ind.anim.IP_7000.44.frame.2.bitmap="CtxActiveHDStep2" ind.anim.IP_7000.44.frame.2.duration="300" ind.anim.IP_7000.44.frame.3.bitmap="CtxActiveHDStep3" ind.anim.IP_7000.44.frame.3.duration="300" ind.anim.IP_7000.44.frame.4.bitmap="CtxActiveHDStep4" ind.anim.IP_7000.44.frame.4.duration="300" ind.anim.IP_7000.44.frame.5.bitmap="CtxActiveHDStep5" ind.anim.IP_7000.44.frame.5.duration="300" ind.anim.IP_7000.44.frame.6.bitmap="CtxActiveHDStep6" ind.anim.IP_7000.44.frame.6.duration="300" ind.anim.IP_7000.44.frame.7.bitmap="CtxActiveHDStep7" ind.anim.IP_7000.44.frame.7.duration="300" ind.anim.IP_7000.44.frame.8.bitmap="CtxActiveHDStep8" ind.anim.IP_7000.44.frame.8.duration="300" ind.anim.IP_7000.44.frame.9.bitmap="CtxActiveHDStep9" ind.anim.IP_7000.44.frame.9.duration="300" ind.anim.IP_7000.44.frame.10.bitmap="CtxActiveHDStep10" ind.anim.IP_7000.44.frame.10.duration="300" ind.anim.IP_7000.44.frame.11.bitmap="CtxActiveHDStep11" ind.anim.IP_7000.44.frame.11.duration="2000" />
<BLANK_SMALL_WHITE ind.anim.IP_7000.45.frame.1.bitmap="BlankSmallWhite" ind.anim.IP_7000.45.frame.1.duration="0" />
</IP_7000>
</Animations>
<Patterns>
<OFF ind.pattern.1.step.1.state="Off" ind.pattern.1.step.1.duration="0" />
<ON ind.pattern.2.step.1.state="On" ind.pattern.2.step.1.duration="0" />
<WINK ind.pattern.3.step.1.state="On" ind.pattern.3.step.1.duration="250" ind.pattern.3.step.2.state="Off" ind.pattern.3.step.2.duration="750" />
<FLASH ind.pattern.4.step.1.state="On" ind.pattern.4.step.1.duration="500" ind.pattern.4.step.2.state="Off" ind.pattern.4.step.2.duration="500" />
<FLUTTER ind.pattern.5.step.1.state="On" ind.pattern.5.step.1.duration="250" ind.pattern.5.step.2.state="Off" ind.pattern.5.step.2.duration="250" />
<BROKEN_FLUTTER ind.pattern.6.step.1.state="On" ind.pattern.6.step.1.duration="250" ind.pattern.6.step.2.state="Off" ind.pattern.6.step.2.duration="250" ind.pattern.6.step.3.state="On" ind.pattern.6.step.3.duration="250" ind.pattern.6.step.4.state="Off" ind.pattern.6.step.4.duration="250" ind.pattern.6.step.5.state="On" ind.pattern.6.step.5.duration="250" ind.pattern.6.step.6.state="Off" ind.pattern.6.step.6.duration="1500" />
<ACTIVE ind.pattern.7.step.1.state="On" ind.pattern.7.step.1.duration="0" ind.pattern.7.step.1.colour="Green" />
<OFFERING ind.pattern.8.step.1.state="On" ind.pattern.8.step.1.duration="250" ind.pattern.8.step.1.colour="Green" ind.pattern.8.step.2.state="Off" ind.pattern.8.step.2.duration="250" />
<FLASH_SLOW ind.pattern.9.step.1.state="On" ind.pattern.9.step.1.duration="1000" ind.pattern.9.step.2.state="Off" ind.pattern.9.step.2.duration="1000" />
<LOCKED_OUT ind.pattern.10.step.1.state="On" ind.pattern.10.step.1.duration="0" ind.pattern.10.step.1.colour="Red" />
<SCA_HELD ind.pattern.11.step.1.state="On" ind.pattern.11.step.1.duration="750" ind.pattern.11.step.1.colour="Green" ind.pattern.11.step.2.state="Off" ind.pattern.11.step.2.duration="250" />
<HELD ind.pattern.12.step.1.state="On" ind.pattern.12.step.1.duration="750" ind.pattern.12.step.1.colour="Green" ind.pattern.12.step.2.state="Off" ind.pattern.12.step.2.duration="250" />
<REMOTE_BUSY_OFFERING ind.pattern.13.step.1.state="On" ind.pattern.13.step.1.duration="1000" ind.pattern.13.step.1.colour="Red" ind.pattern.13.step.2.state="On" ind.pattern.13.step.2.duration="250" ind.pattern.13.step.2.colour="Green" />
<POWER_SAVING ind.pattern.14.step.1.state="On" ind.pattern.14.step.1.duration="100" ind.pattern.14.step.2.state="Off" ind.pattern.14.step.2.duration="2900" />
<LED_CUSTOM1 ind.pattern.15.step.1.state="Off" ind.pattern.15.step.1.duration="0" />
<LED_CUSTOM2 ind.pattern.16.step.1.state="Off" ind.pattern.16.step.1.duration="0" />
<LED_CUSTOM3 ind.pattern.17.step.1.state="Off" ind.pattern.17.step.1.duration="0" />
<LED_CUSTOM4 ind.pattern.18.step.1.state="Off" ind.pattern.18.step.1.duration="0" />
<LED_CUSTOM5 ind.pattern.19.step.1.state="Off" ind.pattern.19.step.1.duration="0" />
<LED_CUSTOM6 ind.pattern.20.step.1.state="Off" ind.pattern.20.step.1.duration="0" />
<LED_CUSTOM7 ind.pattern.21.step.1.state="Off" ind.pattern.21.step.1.duration="0" />
<LED_CUSTOM8 ind.pattern.22.step.1.state="Off" ind.pattern.22.step.1.duration="0" />
</Patterns>
<Classes>
<LED ind.class.1.state.1.index="1" ind.class.1.state.2.index="2" ind.class.1.state.3.index="3" ind.class.1.state.4.index="4" ind.class.1.state.5.index="5" ind.class.1.state.6.index="6" ind.class.1.state.7.index="7" ind.class.1.state.8.index="8" ind.class.1.state.9.index="9" ind.class.1.state.10.index="10" ind.class.1.state.11.index="11" ind.class.1.state.12.index="12" ind.class.1.state.13.index="13" ind.class.1.state.14.index="14" ind.class.1.state.15.index="15" ind.class.1.state.16.index="16" ind.class.1.state.17.index="17" ind.class.1.state.18.index="18" ind.class.1.state.19.index="19" />
<CONTEXT ind.class.2.state.1.index="2" ind.class.2.state.2.index="11" ind.class.2.state.3.index="12" ind.class.2.state.4.index="10" ind.class.2.state.5.index="9" ind.class.2.state.6.index="8" ind.class.2.state.7.index="13" ind.class.2.state.8.index="14" ind.class.2.state.9.index="15" ind.class.2.state.10.index="17" ind.class.2.state.11.index="18" ind.class.2.state.12.index="19" ind.class.2.state.13.index="20" ind.class.2.state.14.index="21" ind.class.2.state.15.index="22" ind.class.2.state.16.index="24" ind.class.2.state.17.index="25" ind.class.2.state.18.index="26" ind.class.2.state.19.index="27" ind.class.2.state.20.index="28" ind.class.2.state.21.index="31" ind.class.2.state.22.index="32" ind.class.2.state.23.index="33" ind.class.2.state.24.index="34" ind.class.2.state.25.index="35" ind.class.2.state.26.index="36" ind.class.2.state.27.index="37" ind.class.2.state.28.index="38" ind.class.2.state.29.index="39" ind.class.2.state.30.index="40" ind.class.2.state.31.index="44" ind.class.2.state.32.index="5" ind.class.2.state.33.index="3" ind.class.2.state.34.index="4" ind.class.2.state.35.index="44" ind.class.2.state.36.index="42" ind.class.2.state.37.index="43" />
<DND ind.class.3.state.1.index="1" ind.class.3.state.2.index="7" />
<TRANSDUCER ind.class.4.state.1.index="1" ind.class.4.state.2.index="3" ind.class.4.state.3.index="4" ind.class.4.state.4.index="5" ind.class.4.state.5.index="16" ind.class.4.state.6.index="41" />
<MIC_MUTE ind.class.5.state.1.index="1" ind.class.5.state.2.index="6" />
<SLEEP ind.class.6.state.1.index="0" />
<DIAGNOSTICS ind.class.7.state.1.index="0" ind.class.7.state.2.index="23" />
<IDLE_DISPLAY ind.class.8.state.1.index="1" ind.class.8.state.2.index="29" ind.class.8.state.3.index="30" />
<N_WAY_CONF ind.class.9.state.1.index="42" ind.class.9.state.2.index="43" ind.class.9.state.3.index="6" ind.class.9.state.4.index="44" ind.class.9.state.5.index="19" ind.class.9.state.6.index="21" ind.class.9.state.7.index="45" />
<MOBILE_PHONE ind.class.10.state.1.index="1" ind.class.10.state.2.index="41" />
</Classes>
<Assignments>
<led ind.led.1.index="1" ind.led.1.physNum="1" ind.led.1.class="1" ind.led.2.index="14" ind.led.2.physNum="2" ind.led.2.class="1" ind.led.3.index="15" ind.led.3.physNum="3" ind.led.3.class="1" ind.led.4.index="16" ind.led.4.physNum="4" ind.led.4.class="1" ind.led.5.index="17" ind.led.5.physNum="5" ind.led.5.class="1" ind.led.6.index="18" ind.led.6.physNum="6" ind.led.6.class="1" ind.led.7.index="19" ind.led.7.physNum="7" ind.led.7.class="1" ind.led.8.index="20" ind.led.8.physNum="8" ind.led.8.class="1" ind.led.9.index="21" ind.led.9.physNum="9" ind.led.9.class="1" ind.led.10.index="22" ind.led.10.physNum="10" ind.led.10.class="1" ind.led.11.index="7" ind.led.11.physNum="11" ind.led.11.class="1" />
<gi>
<IP_330 ind.gi.IP_330.1.index="2" ind.gi.IP_330.1.class="6" ind.gi.IP_330.1.physX="0" ind.gi.IP_330.1.physY="0" ind.gi.IP_330.1.physW="0" ind.gi.IP_330.1.physH="0" ind.gi.IP_330.2.index="3" ind.gi.IP_330.2.class="6" ind.gi.IP_330.2.physX="0" ind.gi.IP_330.2.physY="0" ind.gi.IP_330.2.physW="0" ind.gi.IP_330.2.physH="0" ind.gi.IP_330.3.index="4" ind.gi.IP_330.3.class="6" ind.gi.IP_330.3.physX="0" ind.gi.IP_330.3.physY="0" ind.gi.IP_330.3.physW="0" ind.gi.IP_330.3.physH="0" ind.gi.IP_330.4.index="5" ind.gi.IP_330.4.class="4" ind.gi.IP_330.4.physX="45" ind.gi.IP_330.4.physY="51" ind.gi.IP_330.4.physW="10" ind.gi.IP_330.4.physH="10" ind.gi.IP_330.5.index="6" ind.gi.IP_330.5.class="5" ind.gi.IP_330.5.physX="40" ind.gi.IP_330.5.physY="2" ind.gi.IP_330.5.physW="20" ind.gi.IP_330.5.physH="20" ind.gi.IP_330.6.index="7" ind.gi.IP_330.6.class="3" ind.gi.IP_330.6.physX="45" ind.gi.IP_330.6.physY="51" ind.gi.IP_330.6.physW="10" ind.gi.IP_330.6.physH="10" ind.gi.IP_330.7.index="8" ind.gi.IP_330.7.class="2" ind.gi.IP_330.7.physX="92" ind.gi.IP_330.7.physY="11" ind.gi.IP_330.7.physW="10" ind.gi.IP_330.7.physH="10" ind.gi.IP_330.8.index="9" ind.gi.IP_330.8.class="2" ind.gi.IP_330.8.physX="92" ind.gi.IP_330.8.physY="0" ind.gi.IP_330.8.physW="10" ind.gi.IP_330.8.physH="10" ind.gi.IP_330.9.index="10" ind.gi.IP_330.9.class="2" ind.gi.IP_330.9.physX="0" ind.gi.IP_330.9.physY="45" ind.gi.IP_330.9.physW="10" ind.gi.IP_330.9.physH="10" ind.gi.IP_330.10.index="23" ind.gi.IP_330.10.class="8" ind.gi.IP_330.10.physX="0" ind.gi.IP_330.10.physY="11" ind.gi.IP_330.10.physW="87" ind.gi.IP_330.10.physH="11" />
<IP_300 ind.gi.IP_300.1.index="2" ind.gi.IP_300.1.class="6" ind.gi.IP_300.1.physX="0" ind.gi.IP_300.1.physY="0" ind.gi.IP_300.1.physW="0" ind.gi.IP_300.1.physH="0" ind.gi.IP_300.2.index="3" ind.gi.IP_300.2.class="6" ind.gi.IP_300.2.physX="0" ind.gi.IP_300.2.physY="0" ind.gi.IP_300.2.physW="0" ind.gi.IP_300.2.physH="0" ind.gi.IP_300.3.index="4" ind.gi.IP_300.3.class="6" ind.gi.IP_300.3.physX="0" ind.gi.IP_300.3.physY="0" ind.gi.IP_300.3.physW="0" ind.gi.IP_300.3.physH="0" ind.gi.IP_300.4.index="5" ind.gi.IP_300.4.class="4" ind.gi.IP_300.4.physX="19" ind.gi.IP_300.4.physY="0" ind.gi.IP_300.4.physW="1" ind.gi.IP_300.4.physH="1" ind.gi.IP_300.5.index="6" ind.gi.IP_300.5.class="5" ind.gi.IP_300.5.physX="19" ind.gi.IP_300.5.physY="0" ind.gi.IP_300.5.physW="1" ind.gi.IP_300.5.physH="1" ind.gi.IP_300.6.index="7" ind.gi.IP_300.6.class="3" ind.gi.IP_300.6.physX="19" ind.gi.IP_300.6.physY="0" ind.gi.IP_300.6.physW="1" ind.gi.IP_300.6.physH="1" ind.gi.IP_300.7.index="8" ind.gi.IP_300.7.class="2" ind.gi.IP_300.7.physX="19" ind.gi.IP_300.7.physY="1" ind.gi.IP_300.7.physW="1" ind.gi.IP_300.7.physH="1" ind.gi.IP_300.8.index="9" ind.gi.IP_300.8.class="2" ind.gi.IP_300.8.physX="19" ind.gi.IP_300.8.physY="2" ind.gi.IP_300.8.physW="1" ind.gi.IP_300.8.physH="1" />
<IP_400 ind.gi.IP_400.1.index="2" ind.gi.IP_400.1.class="6" ind.gi.IP_400.1.physX="0" ind.gi.IP_400.1.physY="0" ind.gi.IP_400.1.physW="0" ind.gi.IP_400.1.physH="0" ind.gi.IP_400.2.index="3" ind.gi.IP_400.2.class="6" ind.gi.IP_400.2.physX="0" ind.gi.IP_400.2.physY="0" ind.gi.IP_400.2.physW="0" ind.gi.IP_400.2.physH="0" ind.gi.IP_400.3.index="4" ind.gi.IP_400.3.class="6" ind.gi.IP_400.3.physX="0" ind.gi.IP_400.3.physY="0" ind.gi.IP_400.3.physW="0" ind.gi.IP_400.3.physH="0" ind.gi.IP_400.4.index="5" ind.gi.IP_400.4.class="4" ind.gi.IP_400.4.physX="0" ind.gi.IP_400.4.physY="0" ind.gi.IP_400.4.physW="10" ind.gi.IP_400.4.physH="10" ind.gi.IP_400.5.index="6" ind.gi.IP_400.5.class="5" ind.gi.IP_400.5.physX="10" ind.gi.IP_400.5.physY="0" ind.gi.IP_400.5.physW="10" ind.gi.IP_400.5.physH="10" ind.gi.IP_400.6.index="7" ind.gi.IP_400.6.class="3" ind.gi.IP_400.6.physX="0" ind.gi.IP_400.6.physY="0" ind.gi.IP_400.6.physW="0" ind.gi.IP_400.6.physH="0" ind.gi.IP_400.7.index="8" ind.gi.IP_400.7.class="2" ind.gi.IP_400.7.physX="122" ind.gi.IP_400.7.physY="13" ind.gi.IP_400.7.physW="10" ind.gi.IP_400.7.physH="10" ind.gi.IP_400.8.index="9" ind.gi.IP_400.8.class="2" ind.gi.IP_400.8.physX="122" ind.gi.IP_400.8.physY="24" ind.gi.IP_400.8.physW="10" ind.gi.IP_400.8.physH="10" ind.gi.IP_400.9.index="10" ind.gi.IP_400.9.class="2" ind.gi.IP_400.9.physX="0" ind.gi.IP_400.9.physY="45" ind.gi.IP_400.9.physW="10" ind.gi.IP_400.9.physH="10" ind.gi.IP_400.10.index="23" ind.gi.IP_400.10.class="8" ind.gi.IP_400.10.physX="0" ind.gi.IP_400.10.physY="12" ind.gi.IP_400.10.physW="94" ind.gi.IP_400.10.physH="23" />
<IP_450 ind.gi.IP_450.1.index="5" ind.gi.IP_450.1.class="4" ind.gi.IP_450.1.physX="0" ind.gi.IP_450.1.physY="2" ind.gi.IP_450.1.physW="20" ind.gi.IP_450.1.physH="20" ind.gi.IP_450.2.index="6" ind.gi.IP_450.2.class="5" ind.gi.IP_450.2.physX="20" ind.gi.IP_450.2.physY="2" ind.gi.IP_450.2.physW="20" ind.gi.IP_450.2.physH="20" ind.gi.IP_450.3.index="7" ind.gi.IP_450.3.class="3" ind.gi.IP_450.3.physX="0" ind.gi.IP_450.3.physY="0" ind.gi.IP_450.3.physW="0" ind.gi.IP_450.3.physH="0" ind.gi.IP_450.4.index="8" ind.gi.IP_450.4.class="2" ind.gi.IP_450.4.physX="238" ind.gi.IP_450.4.physY="26" ind.gi.IP_450.4.physW="16" ind.gi.IP_450.4.physH="16" ind.gi.IP_450.5.index="9" ind.gi.IP_450.5.class="2" ind.gi.IP_450.5.physX="238" ind.gi.IP_450.5.physY="47" ind.gi.IP_450.5.physW="16" ind.gi.IP_450.5.physH="16" ind.gi.IP_450.6.index="10" ind.gi.IP_450.6.class="2" ind.gi.IP_450.6.physX="238" ind.gi.IP_450.6.physY="68" ind.gi.IP_450.6.physW="16" ind.gi.IP_450.6.physH="16" ind.gi.IP_450.7.index="23" ind.gi.IP_450.7.class="8" ind.gi.IP_450.7.physX="0" ind.gi.IP_450.7.physY="23" ind.gi.IP_450.7.physW="170" ind.gi.IP_450.7.physH="73" ind.gi.IP_450.8.index="25" ind.gi.IP_450.8.class="9" ind.gi.IP_450.8.physX="216" ind.gi.IP_450.8.physY="26" ind.gi.IP_450.8.physW="16" ind.gi.IP_450.8.physH="16" ind.gi.IP_450.9.index="26" ind.gi.IP_450.9.class="9" ind.gi.IP_450.9.physX="216" ind.gi.IP_450.9.physY="47" ind.gi.IP_450.9.physW="16" ind.gi.IP_450.9.physH="16" ind.gi.IP_450.10.index="27" ind.gi.IP_450.10.class="9" ind.gi.IP_450.10.physX="216" ind.gi.IP_450.10.physY="68" ind.gi.IP_450.10.physW="16" ind.gi.IP_450.10.physH="16" ind.gi.IP_450.11.index="28" ind.gi.IP_450.11.class="9" ind.gi.IP_450.11.physX="216" ind.gi.IP_450.11.physY="89" ind.gi.IP_450.11.physW="16" ind.gi.IP_450.11.physH="16" ind.gi.IP_450.12.index="29" ind.gi.IP_450.12.class="9" ind.gi.IP_450.12.physX="196" ind.gi.IP_450.12.physY="26" ind.gi.IP_450.12.physW="16" ind.gi.IP_450.12.physH="16" ind.gi.IP_450.13.index="30" ind.gi.IP_450.13.class="9" ind.gi.IP_450.13.physX="196" ind.gi.IP_450.13.physY="47" ind.gi.IP_450.13.physW="16" ind.gi.IP_450.13.physH="16" ind.gi.IP_450.14.index="31" ind.gi.IP_450.14.class="9" ind.gi.IP_450.14.physX="196" ind.gi.IP_450.14.physY="68" ind.gi.IP_450.14.physW="16" ind.gi.IP_450.14.physH="16" ind.gi.IP_450.15.index="32" ind.gi.IP_450.15.class="9" ind.gi.IP_450.15.physX="196" ind.gi.IP_450.15.physY="89" ind.gi.IP_450.15.physW="16" ind.gi.IP_450.15.physH="16" ind.gi.IP_450.16.index="33" ind.gi.IP_450.16.class="9" ind.gi.IP_450.16.physX="196" ind.gi.IP_450.16.physY="24" ind.gi.IP_450.16.physW="20" ind.gi.IP_450.16.physH="20" ind.gi.IP_450.17.index="34" ind.gi.IP_450.17.class="9" ind.gi.IP_450.17.physX="196" ind.gi.IP_450.17.physY="45" ind.gi.IP_450.17.physW="20" ind.gi.IP_450.17.physH="20" ind.gi.IP_450.18.index="35" ind.gi.IP_450.18.class="9" ind.gi.IP_450.18.physX="196" ind.gi.IP_450.18.physY="66" ind.gi.IP_450.18.physW="20" ind.gi.IP_450.18.physH="20" ind.gi.IP_450.19.index="36" ind.gi.IP_450.19.class="9" ind.gi.IP_450.19.physX="196" ind.gi.IP_450.19.physY="87" ind.gi.IP_450.19.physW="20" ind.gi.IP_450.19.physH="20" ind.gi.IP_450.20.index="37" ind.gi.IP_450.20.class="10" ind.gi.IP_450.20.physX="40" ind.gi.IP_450.20.physY="0" ind.gi.IP_450.20.physW="20" ind.gi.IP_450.20.physH="20" ind.gi.IP_450.21.index="6" ind.gi.IP_450.21.class="5" ind.gi.IP_450.21.physX="21" ind.gi.IP_450.21.physY="2" ind.gi.IP_450.21.physW="20" ind.gi.IP_450.21.physH="20" />
<IP_500 ind.gi.IP_500.1.index="2" ind.gi.IP_500.1.class="6" ind.gi.IP_500.1.physX="0" ind.gi.IP_500.1.physY="0" ind.gi.IP_500.1.physW="0" ind.gi.IP_500.1.physH="0" ind.gi.IP_500.2.index="3" ind.gi.IP_500.2.class="6" ind.gi.IP_500.2.physX="0" ind.gi.IP_500.2.physY="0" ind.gi.IP_500.2.physW="0" ind.gi.IP_500.2.physH="0" ind.gi.IP_500.3.index="4" ind.gi.IP_500.3.class="6" ind.gi.IP_500.3.physX="0" ind.gi.IP_500.3.physY="0" ind.gi.IP_500.3.physW="0" ind.gi.IP_500.3.physH="0" ind.gi.IP_500.4.index="5" ind.gi.IP_500.4.class="4" ind.gi.IP_500.4.physX="45" ind.gi.IP_500.4.physY="51" ind.gi.IP_500.4.physW="10" ind.gi.IP_500.4.physH="10" ind.gi.IP_500.5.index="6" ind.gi.IP_500.5.class="5" ind.gi.IP_500.5.physX="45" ind.gi.IP_500.5.physY="51" ind.gi.IP_500.5.physW="10" ind.gi.IP_500.5.physH="10" ind.gi.IP_500.6.index="7" ind.gi.IP_500.6.class="3" ind.gi.IP_500.6.physX="45" ind.gi.IP_500.6.physY="51" ind.gi.IP_500.6.physW="10" ind.gi.IP_500.6.physH="10" ind.gi.IP_500.7.index="8" ind.gi.IP_500.7.class="2" ind.gi.IP_500.7.physX="0" ind.gi.IP_500.7.physY="3" ind.gi.IP_500.7.physW="10" ind.gi.IP_500.7.physH="10" ind.gi.IP_500.8.index="9" ind.gi.IP_500.8.class="2" ind.gi.IP_500.8.physX="0" ind.gi.IP_500.8.physY="24" ind.gi.IP_500.8.physW="10" ind.gi.IP_500.8.physH="10" ind.gi.IP_500.9.index="10" ind.gi.IP_500.9.class="2" ind.gi.IP_500.9.physX="0" ind.gi.IP_500.9.physY="45" ind.gi.IP_500.9.physW="10" ind.gi.IP_500.9.physH="10" ind.gi.IP_500.10.index="23" ind.gi.IP_500.10.class="8" ind.gi.IP_500.10.physX="44" ind.gi.IP_500.10.physY="0" ind.gi.IP_500.10.physW="116" ind.gi.IP_500.10.physH="51" />
<IP_600 ind.gi.IP_600.1.index="2" ind.gi.IP_600.1.class="6" ind.gi.IP_600.1.physX="0" ind.gi.IP_600.1.physY="0" ind.gi.IP_600.1.physW="0" ind.gi.IP_600.1.physH="0" ind.gi.IP_600.2.index="3" ind.gi.IP_600.2.class="6" ind.gi.IP_600.2.physX="0" ind.gi.IP_600.2.physY="0" ind.gi.IP_600.2.physW="0" ind.gi.IP_600.2.physH="0" ind.gi.IP_600.3.index="4" ind.gi.IP_600.3.class="6" ind.gi.IP_600.3.physX="0" ind.gi.IP_600.3.physY="0" ind.gi.IP_600.3.physW="0" ind.gi.IP_600.3.physH="0" ind.gi.IP_600.4.index="5" ind.gi.IP_600.4.class="4" ind.gi.IP_600.4.physX="115" ind.gi.IP_600.4.physY="3" ind.gi.IP_600.4.physW="20" ind.gi.IP_600.4.physH="20" ind.gi.IP_600.5.index="6" ind.gi.IP_600.5.class="5" ind.gi.IP_600.5.physX="0" ind.gi.IP_600.5.physY="0" ind.gi.IP_600.5.physW="0" ind.gi.IP_600.5.physH="0" ind.gi.IP_600.6.index="7" ind.gi.IP_600.6.class="3" ind.gi.IP_600.6.physX="0" ind.gi.IP_600.6.physY="0" ind.gi.IP_600.6.physW="0" ind.gi.IP_600.6.physH="0" ind.gi.IP_600.7.index="8" ind.gi.IP_600.7.class="2" ind.gi.IP_600.7.physX="2" ind.gi.IP_600.7.physY="4" ind.gi.IP_600.7.physW="16" ind.gi.IP_600.7.physH="16" ind.gi.IP_600.8.index="9" ind.gi.IP_600.8.class="2" ind.gi.IP_600.8.physX="2" ind.gi.IP_600.8.physY="25" ind.gi.IP_600.8.physW="16" ind.gi.IP_600.8.physH="16" ind.gi.IP_600.9.index="10" ind.gi.IP_600.9.class="2" ind.gi.IP_600.9.physX="2" ind.gi.IP_600.9.physY="46" ind.gi.IP_600.9.physW="16" ind.gi.IP_600.9.physH="16" ind.gi.IP_600.10.index="11" ind.gi.IP_600.10.class="2" ind.gi.IP_600.10.physX="2" ind.gi.IP_600.10.physY="67" ind.gi.IP_600.10.physW="16" ind.gi.IP_600.10.physH="16" ind.gi.IP_600.11.index="12" ind.gi.IP_600.11.class="2" ind.gi.IP_600.11.physX="2" ind.gi.IP_600.11.physY="88" ind.gi.IP_600.11.physW="16" ind.gi.IP_600.11.physH="16" ind.gi.IP_600.12.index="13" ind.gi.IP_600.12.class="2" ind.gi.IP_600.12.physX="2" ind.gi.IP_600.12.physY="109" ind.gi.IP_600.12.physW="16" ind.gi.IP_600.12.physH="16" ind.gi.IP_600.13.index="23" ind.gi.IP_600.13.class="8" ind.gi.IP_600.13.physX="107" ind.gi.IP_600.13.physY="25" ind.gi.IP_600.13.physW="213" ind.gi.IP_600.13.physH="111" ind.gi.IP_600.14.index="25" ind.gi.IP_600.14.class="9" ind.gi.IP_600.14.physX="276" ind.gi.IP_600.14.physY="42" ind.gi.IP_600.14.physW="16" ind.gi.IP_600.14.physH="16" ind.gi.IP_600.15.index="26" ind.gi.IP_600.15.class="9" ind.gi.IP_600.15.physX="276" ind.gi.IP_600.15.physY="62" ind.gi.IP_600.15.physW="16" ind.gi.IP_600.15.physH="16" ind.gi.IP_600.16.index="27" ind.gi.IP_600.16.class="9" ind.gi.IP_600.16.physX="276" ind.gi.IP_600.16.physY="82" ind.gi.IP_600.16.physW="16" ind.gi.IP_600.16.physH="16" ind.gi.IP_600.17.index="28" ind.gi.IP_600.17.class="9" ind.gi.IP_600.17.physX="276" ind.gi.IP_600.17.physY="102" ind.gi.IP_600.17.physW="16" ind.gi.IP_600.17.physH="16" ind.gi.IP_600.18.index="29" ind.gi.IP_600.18.class="9" ind.gi.IP_600.18.physX="252" ind.gi.IP_600.18.physY="42" ind.gi.IP_600.18.physW="16" ind.gi.IP_600.18.physH="16" ind.gi.IP_600.19.index="30" ind.gi.IP_600.19.class="9" ind.gi.IP_600.19.physX="252" ind.gi.IP_600.19.physY="62" ind.gi.IP_600.19.physW="16" ind.gi.IP_600.19.physH="16" ind.gi.IP_600.20.index="31" ind.gi.IP_600.20.class="9" ind.gi.IP_600.20.physX="252" ind.gi.IP_600.20.physY="82" ind.gi.IP_600.20.physW="16" ind.gi.IP_600.20.physH="16" ind.gi.IP_600.21.index="32" ind.gi.IP_600.21.class="9" ind.gi.IP_600.21.physX="252" ind.gi.IP_600.21.physY="102" ind.gi.IP_600.21.physW="16" ind.gi.IP_600.21.physH="16" ind.gi.IP_600.22.index="33" ind.gi.IP_600.22.class="9" ind.gi.IP_600.22.physX="232" ind.gi.IP_600.22.physY="42" ind.gi.IP_600.22.physW="16" ind.gi.IP_600.22.physH="16" ind.gi.IP_600.23.index="34" ind.gi.IP_600.23.class="9" ind.gi.IP_600.23.physX="232" ind.gi.IP_600.23.physY="62" ind.gi.IP_600.23.physW="16" ind.gi.IP_600.23.physH="16" ind.gi.IP_600.24.index="35" ind.gi.IP_600.24.class="9" ind.gi.IP_600.24.physX="232" ind.gi.IP_600.24.physY="82" ind.gi.IP_600.24.physW="16" ind.gi.IP_600.24.physH="16" ind.gi.IP_600.25.index="36" ind.gi.IP_600.25.class="9" ind.gi.IP_600.25.physX="232" ind.gi.IP_600.25.physY="102" ind.gi.IP_600.25.physW="16" ind.gi.IP_600.25.physH="16" />
<IP_4000 ind.gi.IP_4000.1.index="2" ind.gi.IP_4000.1.class="6" ind.gi.IP_4000.1.physX="0" ind.gi.IP_4000.1.physY="0" ind.gi.IP_4000.1.physW="0" ind.gi.IP_4000.1.physH="0" ind.gi.IP_4000.2.index="3" ind.gi.IP_4000.2.class="6" ind.gi.IP_4000.2.physX="0" ind.gi.IP_4000.2.physY="0" ind.gi.IP_4000.2.physW="0" ind.gi.IP_4000.2.physH="0" ind.gi.IP_4000.3.index="4" ind.gi.IP_4000.3.class="6" ind.gi.IP_4000.3.physX="0" ind.gi.IP_4000.3.physY="0" ind.gi.IP_4000.3.physW="0" ind.gi.IP_4000.3.physH="0" ind.gi.IP_4000.4.index="5" ind.gi.IP_4000.4.class="4" ind.gi.IP_4000.4.physX="16" ind.gi.IP_4000.4.physY="2" ind.gi.IP_4000.4.physW="14" ind.gi.IP_4000.4.physH="12" ind.gi.IP_4000.5.index="6" ind.gi.IP_4000.5.class="2" ind.gi.IP_4000.5.physX="16" ind.gi.IP_4000.5.physY="2" ind.gi.IP_4000.5.physW="14" ind.gi.IP_4000.5.physH="12" ind.gi.IP_4000.6.index="7" ind.gi.IP_4000.6.class="3" ind.gi.IP_4000.6.physX="0" ind.gi.IP_4000.6.physY="0" ind.gi.IP_4000.6.physW="0" ind.gi.IP_4000.6.physH="0" ind.gi.IP_4000.7.index="8" ind.gi.IP_4000.7.class="2" ind.gi.IP_4000.7.physX="0" ind.gi.IP_4000.7.physY="2" ind.gi.IP_4000.7.physW="14" ind.gi.IP_4000.7.physH="12" ind.gi.IP_4000.8.index="9" ind.gi.IP_4000.8.class="2" ind.gi.IP_4000.8.physX="0" ind.gi.IP_4000.8.physY="24" ind.gi.IP_4000.8.physW="10" ind.gi.IP_4000.8.physH="10" ind.gi.IP_4000.9.index="10" ind.gi.IP_4000.9.class="2" ind.gi.IP_4000.9.physX="0" ind.gi.IP_4000.9.physY="45" ind.gi.IP_4000.9.physW="10" ind.gi.IP_4000.9.physH="10" ind.gi.IP_4000.10.index="23" ind.gi.IP_4000.10.class="8" ind.gi.IP_4000.10.physX="40" ind.gi.IP_4000.10.physY="18" ind.gi.IP_4000.10.physW="150" ind.gi.IP_4000.10.physH="33" />
<IP_7000 ind.gi.IP_7000.1.index="5" ind.gi.IP_7000.1.class="4" ind.gi.IP_7000.1.physX="16" ind.gi.IP_7000.1.physY="4" ind.gi.IP_7000.1.physW="14" ind.gi.IP_7000.1.physH="12" ind.gi.IP_7000.2.index="6" ind.gi.IP_7000.2.class="2" ind.gi.IP_7000.2.physX="16" ind.gi.IP_7000.2.physY="4" ind.gi.IP_7000.2.physW="14" ind.gi.IP_7000.2.physH="12" ind.gi.IP_7000.3.index="7" ind.gi.IP_7000.3.class="3" ind.gi.IP_7000.3.physX="0" ind.gi.IP_7000.3.physY="0" ind.gi.IP_7000.3.physW="0" ind.gi.IP_7000.3.physH="0" ind.gi.IP_7000.4.index="8" ind.gi.IP_7000.4.class="2" ind.gi.IP_7000.4.physX="0" ind.gi.IP_7000.4.physY="0" ind.gi.IP_7000.4.physW="20" ind.gi.IP_7000.4.physH="20" ind.gi.IP_7000.5.index="9" ind.gi.IP_7000.5.class="2" ind.gi.IP_7000.5.physX="0" ind.gi.IP_7000.5.physY="24" ind.gi.IP_7000.5.physW="0" ind.gi.IP_7000.5.physH="0" ind.gi.IP_7000.6.index="10" ind.gi.IP_7000.6.class="2" ind.gi.IP_7000.6.physX="0" ind.gi.IP_7000.6.physY="45" ind.gi.IP_7000.6.physW="0" ind.gi.IP_7000.6.physH="0" ind.gi.IP_7000.7.index="23" ind.gi.IP_7000.7.class="8" ind.gi.IP_7000.7.physX="0" ind.gi.IP_7000.7.physY="22" ind.gi.IP_7000.7.physW="255" ind.gi.IP_7000.7.physH="76" ind.gi.IP_7000.8.index="25" ind.gi.IP_7000.8.class="9" ind.gi.IP_7000.8.physX="230" ind.gi.IP_7000.8.physY="22" ind.gi.IP_7000.8.physW="20" ind.gi.IP_7000.8.physH="20" ind.gi.IP_7000.9.index="26" ind.gi.IP_7000.9.class="9" ind.gi.IP_7000.9.physX="230" ind.gi.IP_7000.9.physY="42" ind.gi.IP_7000.9.physW="20" ind.gi.IP_7000.9.physH="20" ind.gi.IP_7000.10.index="27" ind.gi.IP_7000.10.class="9" ind.gi.IP_7000.10.physX="230" ind.gi.IP_7000.10.physY="62" ind.gi.IP_7000.10.physW="20" ind.gi.IP_7000.10.physH="20" ind.gi.IP_7000.11.index="28" ind.gi.IP_7000.11.class="9" ind.gi.IP_7000.11.physX="230" ind.gi.IP_7000.11.physY="82" ind.gi.IP_7000.11.physW="20" ind.gi.IP_7000.11.physH="20" ind.gi.IP_7000.12.index="29" ind.gi.IP_7000.12.class="9" ind.gi.IP_7000.12.physX="210" ind.gi.IP_7000.12.physY="22" ind.gi.IP_7000.12.physW="20" ind.gi.IP_7000.12.physH="20" ind.gi.IP_7000.13.index="30" ind.gi.IP_7000.13.class="9" ind.gi.IP_7000.13.physX="210" ind.gi.IP_7000.13.physY="42" ind.gi.IP_7000.13.physW="20" ind.gi.IP_7000.13.physH="20" ind.gi.IP_7000.14.index="31" ind.gi.IP_7000.14.class="9" ind.gi.IP_7000.14.physX="210" ind.gi.IP_7000.14.physY="62" ind.gi.IP_7000.14.physW="20" ind.gi.IP_7000.14.physH="20" ind.gi.IP_7000.15.index="32" ind.gi.IP_7000.15.class="9" ind.gi.IP_7000.15.physX="210" ind.gi.IP_7000.15.physY="82" ind.gi.IP_7000.15.physW="20" ind.gi.IP_7000.15.physH="20" ind.gi.IP_7000.16.index="33" ind.gi.IP_7000.16.class="9" ind.gi.IP_7000.16.physX="190" ind.gi.IP_7000.16.physY="22" ind.gi.IP_7000.16.physW="20" ind.gi.IP_7000.16.physH="20" ind.gi.IP_7000.17.index="34" ind.gi.IP_7000.17.class="9" ind.gi.IP_7000.17.physX="190" ind.gi.IP_7000.17.physY="42" ind.gi.IP_7000.17.physW="20" ind.gi.IP_7000.17.physH="20" ind.gi.IP_7000.18.index="35" ind.gi.IP_7000.18.class="9" ind.gi.IP_7000.18.physX="190" ind.gi.IP_7000.18.physY="62" ind.gi.IP_7000.18.physW="20" ind.gi.IP_7000.18.physH="20" ind.gi.IP_7000.19.index="36" ind.gi.IP_7000.19.class="9" ind.gi.IP_7000.19.physX="190" ind.gi.IP_7000.19.physY="82" ind.gi.IP_7000.19.physW="20" ind.gi.IP_7000.19.physH="20" ind.gi.IP_7000.20.index="37" ind.gi.IP_7000.20.class="10" ind.gi.IP_7000.20.physX="40" ind.gi.IP_7000.20.physY="0" ind.gi.IP_7000.20.physW="20" ind.gi.IP_7000.20.physH="20" />
</gi>
</Assignments>
</indicators>
<logging>
<level>
<change log.level.change.so="4" log.level.change.app1="4" log.level.change.sip="4" log.level.change.sspsc="4" log.level.change.ssps="4" log.level.change.pps="4" log.level.change.net="4" log.level.change.cfg="4" log.level.change.cdp="4" log.level.change.lldp="4" log.level.change.pmt="4" log.level.change.ftp="4" log.level.change.ares="4" log.level.change.dns="4" log.level.change.cxss="4" log.level.change.httpd="4" log.level.change.rdisk="4" log.level.change.copy="4" log.level.change.slog="4" log.level.change.res="4" log.level.change.key="4" log.level.change.log="4" log.level.change.curl="4" log.level.change.rtos="4" log.level.change.mb="4" log.level.change.ib="4" log.level.change.sotet="4" log.level.change.ttrs="4" log.level.change.usb="4" log.level.change.srtp="4" log.level.change.clink="4" log.level.change.pnetm="4" log.level.change.peer="4" log.level.change.efk="4" log.level.change.ldap="4" log.level.change.cmr="4" log.level.change.cmp="4" log.level.change.usbio="4" log.level.change.pres="4" log.level.change.pwrsv="4" log.level.change.h323="4" log.level.change.wmgr="4" log.level.change.push="4" log.level.change.poll="4" />
</level>
<render log.render.level="1" log.render.type="2" log.render.realtime="1" log.render.stdout="1" log.render.file="1" log.render.file.size="16" log.render.file.upload.period="172800" log.render.file.upload.append="1" log.render.file.upload.append.sizeLimit="512" log.render.file.upload.append.limitMode="delete" />
<scheduled log.sched.1.name="showCpuLoad" log.sched.1.level="3" log.sched.1.period="15" log.sched.1.startMode="rel" log.sched.1.startTime="0" log.sched.1.startDay="0" log.sched.2.name="" log.sched.2.level="" log.sched.2.period="" log.sched.2.startMode="" log.sched.2.startTime="" log.sched.2.startDay="" />
</logging>
<security sec.tagSerialNo="0">
<pwd>
<length sec.pwd.length.admin="1" sec.pwd.length.user="2" />
</pwd>
<encryption>
<upload sec.encryption.upload.dir="0" sec.encryption.upload.overrides="0" />
</encryption>
<SRTP sec.srtp.enable="" sec.srtp.leg.enable="" sec.srtp.offer="" sec.srtp.require="" sec.srtp.offer.HMAC_SHA1_80="" sec.srtp.offer.HMAC_SHA1_32="" sec.srtp.requireMatchingTag="" sec.srtp.key.lifetime="" sec.srtp.mki.enabled="" sec.srtp.sessionParams.noAuth.offer="" sec.srtp.sessionParams.noAuth.require="" sec.srtp.sessionParams.noEncrypRTP.offer="" sec.srtp.sessionParams.noEncrypRTP.require="" sec.srtp.sessionParams.noEncrypRTCP.offer="" sec.srtp.sessionParams.noEncrypRTCP.require="" sec.srtp.sessionParams.leg.noAuth.offer="" sec.srtp.sessionParams.leg.noAuth.require="" sec.srtp.sessionParams.leg.noEncrypRTP.offer="" sec.srtp.sessionParams.leg.noEncrypRTP.require="" sec.srtp.sessionParams.leg.noEncrypRTCP.offer="" sec.srtp.sessionParams.leg.noEncrypRTCP.require="" sec.srtp.sessionParams.IP_4000.noAuth.offer="" sec.srtp.sessionParams.IP_4000.noAuth.require="" sec.srtp.sessionParams.IP_4000.noEncrypRTP.offer="" sec.srtp.sessionParams.IP_4000.noEncrypRTP.require="" sec.srtp.sessionParams.IP_4000.noEncrypRTCP.offer="" sec.srtp.sessionParams.IP_4000.noEncrypRTCP.require="" sec.srtp.leg.allowLocalConf="" />
<H235 sec.H235.mediaEncryption.enabled="1" sec.H235.mediaEncryption.offer="0" sec.H235.mediaEncryption.require="0" />
</security>
<license license.polling.time="02:00" />
<provisioning prov.fileSystem.rfs0.minFreeSpace="5" prov.fileSystem.ffs0.4meg.minFreeSpace="420" prov.fileSystem.ffs0.8meg.minFreeSpace="512" prov.fileSystem.ffs0.2meg.minFreeSpace="48" prov.polling.enabled="0" prov.polling.mode="abs" prov.polling.period="86400" prov.polling.time="03:00" prov.quickSetup.enabled="" />
<RAMdisk ramdisk.enable="1" ramdisk.bytesPerBlock="0" ramdisk.blocksPerTrack="0" ramdisk.nBlocks="4096" ramdisk.nBlocks.IP_650="2048" ramdisk.minsize="50" ramdisk.minfree="3150" />
<request>
<delay request.delay.type="call" />
</request>
<feature feature.1.name="presence" feature.1.enabled="0" feature.2.name="messaging" feature.2.enabled="0" feature.3.name="directory" feature.3.enabled="1" feature.4.name="calllist" feature.4.enabled="1" feature.5.name="ring-download" feature.5.enabled="1" feature.6.name="calllist-received" feature.6.enabled="1" feature.7.name="calllist-placed" feature.7.enabled="1" feature.8.name="calllist-missed" feature.8.enabled="1" feature.9.name="url-dialing" feature.9.enabled="1" feature.10.name="call-park" feature.10.enabled="0" feature.11.name="group-call-pickup" feature.11.enabled="0" feature.12.name="directed-call-pickup" feature.12.enabled="0" feature.13.name="last-call-return" feature.13.enabled="0" feature.14.name="acd-login-logout" feature.14.enabled="0" feature.15.name="acd-agent-availability" feature.15.enabled="0" feature.16.name="nway-conference" feature.16.enabled="0" feature.17.name="call-recording" feature.17.enabled="0" feature.18.name="enhanced-feature-keys" feature.18.enabled="0" feature.19.name="corporate-directory" feature.19.enabled="0" feature.20.name="picture-frame" feature.20.enabled="1" />
<resource>
<finder res.finder.sizeLimit="300" res.finder.minFree="600" />
<quotas res.quotas.1.name="tone" res.quotas.1.value="300" res.quotas.2.name="bitmap" res.quotas.2.value="10" res.quotas.3.name="font" res.quotas.3.value="10" res.quotas.4.name="xmlui" res.quotas.4.value="10" res.quotas.5.name="background" res.quotas.5.value="600" />
</resource>
<microbrowser mb.proxy="" mb.ssawc.call.mode="" mb.ssawc.enabled="">
<main mb.main.home="" mb.main.idleTimeout="" mb.main.statusbar="" mb.main.autoBackKey="1" />
<idleDisplay mb.idleDisplay.home="" mb.idleDisplay.refresh="0" />
<limits mb.limits.nodes="" mb.limits.cache="" />
</microbrowser>
<applications>
<telNotification apps.telNotification.URL="" apps.telNotification.incomingEvent="0" apps.telNotification.outgoingEvent="0" apps.telNotification.onhookEvent="0" apps.telNotification.offhookEvent="0" />
<statePolling apps.statePolling.URL="" apps.statePolling.username="" apps.statePolling.password="" />
<push apps.push.messageType="0" apps.push.serverRootURL="" apps.push.username="" apps.push.password="" />
</applications>
<pnet pnet.role="" pnet.hdx.ext="" pnet.remoteCall.localDialtone="" pnet.remoteCall.callProgAtten="" />
<usb>
<set1 usb.set1.device.1.vendor="" usb.set1.device.1.product="" />
</usb>
<dns>
<staticCache>
<NAPTR dns.cache.NAPTR.1.name="" dns.cache.NAPTR.1.ttl="" dns.cache.NAPTR.1.order="" dns.cache.NAPTR.1.preference="" dns.cache.NAPTR.1.flags="" dns.cache.NAPTR.1.service="" dns.cache.NAPTR.1.regexp="" dns.cache.NAPTR.1.replacement="" />
<SRV dns.cache.SRV.1.name="" dns.cache.SRV.1.ttl="" dns.cache.SRV.1.priority="" dns.cache.SRV.1.weight="" dns.cache.SRV.1.port="" dns.cache.SRV.1.target="" />
<A dns.cache.A.1.name="" dns.cache.A.1.ttl="" dns.cache.A.1.address="" />
</staticCache>
</dns>
<softkey softkey.1.label="" softkey.1.action="" softkey.1.enable="" softkey.1.precede="" softkey.1.use.idle="" softkey.1.use.active="" softkey.1.use.alerting="" softkey.1.use.dialtone="" softkey.1.use.proceeding="" softkey.1.use.setup="" softkey.1.use.hold="" softkey.feature.newcall="1" softkey.feature.endcall="1" softkey.feature.split="1" softkey.feature.join="1" softkey.feature.forward="1" softkey.feature.directories="" softkey.feature.callers="" softkey.feature.mystatus="1" softkey.feature.buddies="1" softkey.feature.basicCallManagement.redundant="1" />
<powerSaving powerSaving.enable="1" powerSaving.officeHours.startHour.monday="8" powerSaving.officeHours.duration.monday="10" powerSaving.officeHours.startHour.tuesday="8" powerSaving.officeHours.duration.tuesday="10" powerSaving.officeHours.startHour.wednesday="8" powerSaving.officeHours.duration.wednesday="10" powerSaving.officeHours.startHour.thursday="8" powerSaving.officeHours.duration.thursday="10" powerSaving.officeHours.startHour.friday="8" powerSaving.officeHours.duration.friday="10" powerSaving.officeHours.startHour.saturday="8" powerSaving.officeHours.duration.saturday="0" powerSaving.officeHours.startHour.sunday="8" powerSaving.officeHours.duration.sunday="0" powerSaving.idleTimeout.officeHours="10" powerSaving.idleTimeout.offHours="1" powerSaving.idleTimeout.userInputExtension="10" powerSaving.userDetectionSensitivity.officeHours="7" powerSaving.userDetectionSensitivity.offHours="2" />
</sip>
@@ -0,0 +1,90 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Example Per-phone Configuration File -->
<!-- $RCSfile: phone1.cfg,v $ $Revision: 1.121.4.5 $ -->
<phone1>
<reg
reg.1.displayName="{v_line1_user_id}"
reg.1.address="{v_line1_user_id}"
reg.1.label="Line"
reg.1.type="private"
reg.1.lcs=""
reg.1.thirdPartyName="{v_line1_displayname}"
reg.1.auth.userId="{v_line1_user_id}"
reg.1.auth.password="{v_line1_user_password}"
reg.1.lineKeys="1"
reg.1.auth.optimizedInFailover=""
reg.1.server.1.address="{domain_name}"
reg.1.server.1.port="5060"
reg.1.server.1.transport="DNSsnaptr"
reg.1.server.2.transport="DNSnaptr"
reg.1.server.1.expires=""
reg.1.server.1.expires.overlap=""
reg.1.server.1.register=""
reg.1.server.1.retryTimeOut=""
reg.1.server.1.retryMaxCount=""
reg.1.server.1.expires.lineSeize=""
reg.2.displayName="{v_line2_user_id}"
reg.2.address="{v_line2_user_id}"
reg.2.label="Line"
reg.2.type="private"
reg.2.lcs=""
reg.2.thirdPartyName="{v_line2_displayname}"
reg.2.auth.userId="{v_line2_user_id}"
reg.2.auth.password="{v_line2_user_password}"
reg.2.lineKeys="1"
reg.2.auth.optimizedInFailover=""
reg.2.server.1.address="{domain_name}"
reg.2.server.1.port="5060"
reg.2.server.1.transport="DNSsnaptr"
reg.2.server.2.transport="DNSnaptr"
reg.2.server.1.expires=""
reg.2.server.1.expires.overlap=""
reg.2.server.1.register=""
reg.2.server.1.retryTimeOut=""
reg.2.server.1.retryMaxCount=""
reg.2.server.1.expires.lineSeize=""
reg.3.displayName="{v_line3_user_id}"
reg.3.address="{v_line3_user_id}"
reg.3.label="Line"
reg.3.type="private"
reg.3.lcs=""
reg.3.thirdPartyName="{v_line3_displayname}"
reg.3.auth.userId="{v_line3_user_id}"
reg.3.auth.password="{v_line3_user_password}"
reg.3.lineKeys="1"
reg.3.auth.optimizedInFailover=""
reg.3.server.1.address="{domain_name}"
reg.3.server.1.port="5060"
reg.3.server.1.transport="DNSsnaptr"
reg.3.server.2.transport="DNSnaptr"
reg.3.server.1.expires=""
reg.3.server.1.expires.overlap=""
reg.3.server.1.register=""
reg.3.server.1.retryTimeOut=""
reg.3.server.1.retryMaxCount=""
reg.3.server.1.expires.lineSeize="" />
<msg msg.bypassInstantMessage="1">
<mwi
msg.mwi.1.subscribe=""
msg.mwi.1.callBackMode="contact"
msg.mwi.1.callBack="*97"
msg.mwi.2.subscribe=""
msg.mwi.2.callBackMode="disabled"
msg.mwi.2.callBack=""
msg.mwi.3.subscribe=""
msg.mwi.3.callBackMode="disabled"
msg.mwi.3.callBack=""
msg.mwi.4.subscribe=""
msg.mwi.4.callBackMode="disabled"
msg.mwi.4.callBack=""
msg.mwi.5.subscribe=""
msg.mwi.5.callBackMode="disabled"
msg.mwi.5.callBack=""
msg.mwi.6.subscribe=""
msg.mwi.6.callBackMode="disabled"
msg.mwi.6.callBack=""/>
</msg>
</phone1>
@@ -0,0 +1,17 @@
<?xml version="1.0" standalone="yes"?>
<!-- Default Master SIP Configuration File-->
<!-- For information on configuring Polycom VoIP phones please refer to the -->
<!-- Configuration File Management white paper available from: -->
<!-- http://www.polycom.com/common/documents/whitepapers/configuration_file_management_on_soundpoint_ip_phones.pdf -->
<!-- $RCSfile: 000000000000.cfg,v $ $Revision: 1.21.20.3 $ -->
<APPLICATION APP_FILE_PATH="sip.ld" CONFIG_FILES="{v_mac}-registration.cfg, phone1.cfg, sip.cfg, custom.cfg" MISC_FILES="" LOG_FILE_DIRECTORY="logs" OVERRIDES_DIRECTORY="overrides" CONTACTS_DIRECTORY="contacts" LICENSE_DIRECTORY="">
<APPLICATION_VVX1500 CONFIG_FILES_VVX1500="phone1.cfg, sip.cfg"/>
<!-- Change sip_vvx1500.cfg to sip_vvx1500_H323.cfg to enable H.323 if so licensed -->
<APPLICATION_SPIP300 APP_FILE_PATH_SPIP300="sip_212.ld" CONFIG_FILES_SPIP300="phone1_212.cfg, sip_212.cfg"/>
<APPLICATION_SPIP500 APP_FILE_PATH_SPIP500="sip_212.ld" CONFIG_FILES_SPIP500="phone1_212.cfg, sip_212.cfg"/>
<APPLICATION_SPIP301 APP_FILE_PATH_SPIP301="sip_313.ld" CONFIG_FILES_SPIP301="phone1_313.cfg, sip_313.cfg"/>
<APPLICATION_SPIP501 APP_FILE_PATH_SPIP501="sip_313.ld" CONFIG_FILES_SPIP501="phone1_313.cfg, sip_313.cfg"/>
<APPLICATION_SPIP600 APP_FILE_PATH_SPIP600="sip_313.ld" CONFIG_FILES_SPIP600="phone1_313.cfg, sip_313.cfg"/>
<APPLICATION_SPIP601 APP_FILE_PATH_SPIP601="sip_313.ld" CONFIG_FILES_SPIP601="phone1_313.cfg, sip_313.cfg"/>
<APPLICATION_SSIP4000 APP_FILE_PATH_SSIP4000="sip_313.ld" CONFIG_FILES_SSIP4000="phone1_313.cfg, sip_313.cfg"/>
</APPLICATION>
@@ -0,0 +1,272 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Generated features.cfg Configuration File -->
<polycomConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="polycomConfig.xsd">
<acd acd.reg="1" acd.stateAtSignIn="1" acd.1.unavailreason.active="0" acd.1.unavailreason.codeName="" acd.1.unavailreason.codeValue="" acd.2.unavailreason.active="0" acd.2.unavailreason.codeName="" acd.2.unavailreason.codeValue="">
</acd>
<attendant attendant.reg="1" attendant.ringType="ringer1" attendant.uri="">
<attendant.behaviors>
<attendant.behaviors.display>
<attendant.behaviors.display.remoteCallerID attendant.behaviors.display.remoteCallerID.automata="1" attendant.behaviors.display.remoteCallerID.normal="1">
</attendant.behaviors.display.remoteCallerID>
<attendant.behaviors.display.spontaneousCallAppearances attendant.behaviors.display.spontaneousCallAppearances.automata="0" attendant.behaviors.display.spontaneousCallAppearances.normal="1">
</attendant.behaviors.display.spontaneousCallAppearances>
</attendant.behaviors.display>
</attendant.behaviors>
<attendant.resourceList attendant.resourceList.1.address="park+*5901" attendant.resourceList.1.callAddress="" attendant.resourceList.1.label="Park1" attendant.resourceList.1.proceedingIsRecipient="0" attendant.resourceList.1.type="automata" attendant.resourceList.2.address="park+*5902" attendant.resourceList.2.callAddress="" attendant.resourceList.2.label="Park2" attendant.resourceList.2.proceedingIsRecipient="0" attendant.resourceList.2.type="automata" attendant.resourceList.3.address="park+*5903" attendant.resourceList.3.callAddress="" attendant.resourceList.3.label="Park3" attendant.resourceList.3.proceedingIsRecipient="0" attendant.resourceList.3.type="automata">
</attendant.resourceList>
</attendant>
<up>
<up.screenCapture up.screenCapture.enabled="1"></up.screenCapture>
<up.oneTouchVoiceMail up.oneTouchVoiceMail="1"></up.oneTouchVoiceMail>
</up>
<bg>
<bg.color bg.color.selection="1,1">
<bg.color.bm bg.color.bm.1.em.name="" bg.color.bm.1.name="" bg.color.bm.2.em.name="" bg.color.bm.2.name="">
</bg.color.bm>
</bg.color>
<bg.hiRes>
<bg.hiRes.color bg.hiRes.color.selection="1,1">
<bg.hiRes.color.bm bg.hiRes.color.bm.1.em.name="LeafEM.jpg" bg.hiRes.color.bm.1.name="Leaf.jpg" bg.hiRes.color.bm.2.em.name="SailboatEM.jpg" bg.hiRes.color.bm.2.name="Sailboat.jpg" bg.hiRes.color.bm.3.em.name="BeachEM.jpg" bg.hiRes.color.bm.3.name="Beach.jpg" bg.hiRes.color.bm.4.em.name="PalmEM.jpg" bg.hiRes.color.bm.4.name="Palm.jpg" bg.hiRes.color.bm.5.em.name="JellyfishEM.jpg" bg.hiRes.color.bm.5.name="Jellyfish.jpg" bg.hiRes.color.bm.6.em.name="MountainEM.jpg" bg.hiRes.color.bm.6.name="Mountain.jpg">
</bg.hiRes.color.bm>
<bg.hiRes.color.pat>
<bg.hiRes.color.pat.solid bg.hiRes.color.pat.solid.1.blue="249" bg.hiRes.color.pat.solid.1.green="207" bg.hiRes.color.pat.solid.1.name="Light Blue" bg.hiRes.color.pat.solid.1.red="151" bg.hiRes.color.pat.solid.2.blue="148" bg.hiRes.color.pat.solid.2.green="148" bg.hiRes.color.pat.solid.2.name="Teal" bg.hiRes.color.pat.solid.2.red="73" bg.hiRes.color.pat.solid.3.blue="69" bg.hiRes.color.pat.solid.3.green="157" bg.hiRes.color.pat.solid.3.name="Tan" bg.hiRes.color.pat.solid.3.red="245">
</bg.hiRes.color.pat.solid>
</bg.hiRes.color.pat>
</bg.hiRes.color>
<bg.hiRes.gray bg.hiRes.gray.selection="2,1">
<bg.hiRes.gray.bm bg.hiRes.gray.bm.1.adj="0" bg.hiRes.gray.bm.1.em.name="LeafEM.jpg" bg.hiRes.gray.bm.1.name="Leaf.jpg" bg.hiRes.gray.bm.2.adj="-3" bg.hiRes.gray.bm.2.em.name="SailboatEM.jpg" bg.hiRes.gray.bm.2.name="Sailboat.jpg" bg.hiRes.gray.bm.3.adj="0" bg.hiRes.gray.bm.3.em.name="BeachEM.jpg" bg.hiRes.gray.bm.3.name="Beach.jpg" bg.hiRes.gray.bm.4.adj="-3" bg.hiRes.gray.bm.4.em.name="PalmEM.jpg" bg.hiRes.gray.bm.4.name="Palm.jpg" bg.hiRes.gray.bm.5.adj="-2" bg.hiRes.gray.bm.5.em.name="JellyfishEM.jpg" bg.hiRes.gray.bm.5.name="Jellyfish.jpg" bg.hiRes.gray.bm.6.adj="0" bg.hiRes.gray.bm.6.em.name="MountainEM.jpg" bg.hiRes.gray.bm.6.name="Mountain.jpg">
</bg.hiRes.gray.bm>
<bg.hiRes.gray.pat>
<bg.hiRes.gray.pat.solid bg.hiRes.gray.pat.solid.1.blue="255" bg.hiRes.gray.pat.solid.1.green="255" bg.hiRes.gray.pat.solid.1.name="White" bg.hiRes.gray.pat.solid.1.red="255" bg.hiRes.gray.pat.solid.2.blue="160" bg.hiRes.gray.pat.solid.2.green="160" bg.hiRes.gray.pat.solid.2.name="Light Gray" bg.hiRes.gray.pat.solid.2.red="160">
</bg.hiRes.gray.pat.solid>
</bg.hiRes.gray.pat>
<bg.hiRes.gray.pr bg.hiRes.gray.pr.1.adj="-3" bg.hiRes.gray.pr.2.adj="0">
</bg.hiRes.gray.pr>
</bg.hiRes.gray>
</bg.hiRes>
<bg.medRes>
<bg.medRes.gray bg.medRes.gray.selection="2,1">
<bg.medRes.gray.bm bg.medRes.gray.bm.1.adj="0" bg.medRes.gray.bm.1.name="Leaf256x116.jpg" bg.medRes.gray.bm.2.adj="-3" bg.medRes.gray.bm.2.name="Sailboat256x116.jpg" bg.medRes.gray.bm.3.adj="0" bg.medRes.gray.bm.3.name="Beach256x116.jpg" bg.medRes.gray.bm.4.adj="-3" bg.medRes.gray.bm.4.name="Palm256x116.jpg" bg.medRes.gray.bm.5.adj="-2" bg.medRes.gray.bm.5.name="Jellyfish256x116.jpg" bg.medRes.gray.bm.6.adj="0" bg.medRes.gray.bm.6.name="Mountain256x116.jpg">
</bg.medRes.gray.bm>
<bg.medRes.gray.pat>
<bg.medRes.gray.pat.solid bg.medRes.gray.pat.solid.1.blue="255" bg.medRes.gray.pat.solid.1.green="255" bg.medRes.gray.pat.solid.1.name="White" bg.medRes.gray.pat.solid.1.red="255" bg.medRes.gray.pat.solid.2.blue="160" bg.medRes.gray.pat.solid.2.green="160" bg.medRes.gray.pat.solid.2.name="Light Gray" bg.medRes.gray.pat.solid.2.red="160">
</bg.medRes.gray.pat.solid>
</bg.medRes.gray.pat>
<bg.medRes.gray.pr bg.medRes.gray.pr.1.adj="-3" bg.medRes.gray.pr.2.adj="0">
</bg.medRes.gray.pr>
</bg.medRes.gray>
</bg.medRes>
<bg.VVX_1500>
<bg.VVX_1500.color bg.VVX_1500.color.selection="1,1">
<bg.VVX_1500.color.bm bg.VVX_1500.color.bm.1.name="" bg.VVX_1500.color.bm.2.name="">
</bg.VVX_1500.color.bm>
</bg.VVX_1500.color>
</bg.VVX_1500>
</bg>
<bitmap>
<bitmap.idleDisplay bitmap.idleDisplay.name="">
</bitmap.idleDisplay>
</bitmap>
<bluetooth bluetooth.radioOn="0">
</bluetooth>
<button>
<button.color>
<button.color.selection button.color.selection.1.1.modify="rgbHiLo,68,255,0,85,68,255" button.color.selection.1.2.modify="" button.color.selection.1.3.modify="" button.color.selection.1.4.modify="" button.color.selection.1.5.modify="" button.color.selection.1.6.modify="" button.color.selection.2.1.modify="rgbHiLo,0,255,0,255,102,255" button.color.selection.2.2.modify="rgbHiLo,0,255,51,255,51,255" button.color.selection.2.3.modify="rgbHiLo,153,255,51,255,0,255" button.color.selection.2.4.modify="" button.color.selection.2.5.modify="" button.color.selection.2.6.modify="" button.color.selection.3.1.modify="rgbHiLo,51,255,68,255,0,119" button.color.selection.3.2.modify="rgbHiLo,34,255,0,255,170,255" button.color.selection.3.3.modify="rgbHiLo,136,221,51,51,187,255" button.color.selection.3.4.modify="rgbHiLo,34,255,119,255,0,255" button.color.selection.3.5.modify="rgbHiLo,170,255,68,255,0,255" button.color.selection.3.6.modify="rgbHiLo,0,255,102,255,153,255">
</button.color.selection>
</button.color>
<button.gray>
<button.gray.selection button.gray.selection.1.1.modify="" button.gray.selection.1.2.modify="" button.gray.selection.2.1.modify="" button.gray.selection.2.2.modify="">
</button.gray.selection>
</button.gray>
</button>
<callLists callLists.collapseDuplicates="1" callLists.filterAll="0" callLists.filterEnabled="0" callLists.grouping="Unified" callLists.logConsultationCalls="0" callLists.size="99">
<callLists.writeDelay callLists.writeDelay.journal="5" callLists.writeDelay.terminated="60">
</callLists.writeDelay>
</callLists>
<device>
<device.cma device.cma.mode="" device.cma.serverName="">
<device.cma.mode device.cma.mode.set="0">
</device.cma.mode>
<device.cma.serverName device.cma.serverName.set="0">
</device.cma.serverName>
</device.cma>
<device.logincred device.logincred.domain="" device.logincred.extension="" device.logincred.password="" device.logincred.user="">
<device.logincred.domain device.logincred.domain.set="0">
</device.logincred.domain>
<device.logincred.extension device.logincred.extension.set="0">
</device.logincred.extension>
<device.logincred.password device.logincred.password.set="0">
</device.logincred.password>
<device.logincred.user device.logincred.user.set="0">
</device.logincred.user>
</device.logincred>
</device>
<dir>
<dir.corp dir.corp.address="" dir.corp.autoQuerySubmitTimeout="0" dir.corp.backGroundSync="0" dir.corp.baseDN="" dir.corp.bindOnInit="1" dir.corp.cacheSize="128" dir.corp.domain="" dir.corp.filterPrefix="(objectclass=person)" dir.corp.pageSize="32" dir.corp.password="" dir.corp.port="0" dir.corp.scope="sub" dir.corp.sortControl="0" dir.corp.transport="TCP" dir.corp.user="" dir.corp.viewPersistence="0">
<dir.corp.attribute dir.corp.attribute.1.filter="" dir.corp.attribute.1.label="" dir.corp.attribute.1.name="" dir.corp.attribute.1.searchable="0" dir.corp.attribute.1.sticky="0" dir.corp.attribute.1.type="last_name" dir.corp.attribute.2.filter="" dir.corp.attribute.2.label="" dir.corp.attribute.2.name="" dir.corp.attribute.2.searchable="0" dir.corp.attribute.2.sticky="0" dir.corp.attribute.2.type="last_name">
</dir.corp.attribute>
<dir.corp.auth dir.corp.auth.useLoginCredentials="0">
</dir.corp.auth>
<dir.corp.backGroundSync dir.corp.backGroundSync.period="86400">
</dir.corp.backGroundSync>
<dir.corp.vlv dir.corp.vlv.allow="0" dir.corp.vlv.sortOrder="">
</dir.corp.vlv>
</dir.corp>
<dir.local dir.local.readonly="0">
<dir.local.contacts dir.local.contacts.maxNum="9999" dir.local.contacts.maxNum.SPIP235T="99" dir.local.contacts.maxNum.SPIP321="99" dir.local.contacts.maxNum.SPIP331="99" dir.local.contacts.maxNum.SPIP335="99" dir.local.contacts.maxNum.SSIP5000="99" dir.local.contacts.maxNum.SSIP6000="99" dir.local.contacts.maxNum.VVX300="500" dir.local.contacts.maxNum.VVX310="500" dir.local.contacts.maxNum.VVX400="500" dir.local.contacts.maxNum.VVX410="500" dir.local.contacts.maxNum.VVX500="500" dir.local.contacts.maxNum.VVX600="500">
</dir.local.contacts>
</dir.local>
<dir.search dir.search.field="0">
</dir.search>
</dir>
<efk efk.version="2">
<efk.efklist efk.efklist.1.action.string="" efk.efklist.1.label="" efk.efklist.1.mname="expanded_macro" efk.efklist.1.status="0" efk.efklist.1.type="invite" efk.efklist.2.action.string="" efk.efklist.2.label="" efk.efklist.2.mname="expanded_macro" efk.efklist.2.status="0" efk.efklist.2.type="invite">
</efk.efklist>
<efk.efkprompt efk.efkprompt.1.digitmatching="none" efk.efkprompt.1.label="" efk.efkprompt.1.status="0" efk.efkprompt.1.type="text" efk.efkprompt.1.userfeedback="visible" efk.efkprompt.2.digitmatching="none" efk.efkprompt.2.label="" efk.efkprompt.2.status="0" efk.efkprompt.2.type="text" efk.efkprompt.2.userfeedback="visible">
</efk.efkprompt>
</efk>
<feature feature.autoLocalHold="0">
<feature.acdAgentAvailability feature.acdAgentAvailability.enabled="0">
</feature.acdAgentAvailability>
<feature.acdLoginLogout feature.acdLoginLogout.enabled="0">
</feature.acdLoginLogout>
<feature.acdPremiumUnavailability feature.acdPremiumUnavailability.enabled="0">
</feature.acdPremiumUnavailability>
<feature.acdServiceControlUri feature.acdServiceControlUri.enabled="0">
</feature.acdServiceControlUri>
<feature.bluetooth feature.bluetooth.enabled="1">
</feature.bluetooth>
<feature.callCenterStatus feature.callCenterStatus.enabled="0">
</feature.callCenterStatus>
<feature.callList feature.callList.enabled="1">
</feature.callList>
<feature.callListMissed feature.callListMissed.enabled="1">
</feature.callListMissed>
<feature.callListPlaced feature.callListPlaced.enabled="1">
</feature.callListPlaced>
<feature.callListReceived feature.callListReceived.enabled="1">
</feature.callListReceived>
<feature.callPark feature.callPark.enabled="0">
</feature.callPark>
<feature.callRecording feature.callRecording.enabled="0">
</feature.callRecording>
<feature.corporateDirectory feature.corporateDirectory.enabled="0">
</feature.corporateDirectory>
<feature.directedCallPickup feature.directedCallPickup.enabled="0">
</feature.directedCallPickup>
<feature.directory feature.directory.enabled="1">
</feature.directory>
<feature.enhancedCallDisplay feature.enhancedCallDisplay.enabled="0">
</feature.enhancedCallDisplay>
<feature.enhancedFeatureKeys feature.enhancedFeatureKeys.enabled="1">
</feature.enhancedFeatureKeys>
<feature.exchangeCalendar feature.exchangeCalendar.enabled="0">
</feature.exchangeCalendar>
<feature.groupCallPickup feature.groupCallPickup.enabled="0">
</feature.groupCallPickup>
<feature.hoteling feature.hoteling.enabled="0">
</feature.hoteling>
<feature.lastCallReturn feature.lastCallReturn.enabled="0">
</feature.lastCallReturn>
<feature.messaging feature.messaging.enabled="0">
</feature.messaging>
<feature.moh feature.moh.enabled="0" feature.moh.filename="">
</feature.moh>
<feature.nWayConference feature.nWayConference.enabled="0">
</feature.nWayConference>
<feature.pictureFrame feature.pictureFrame.enabled="1">
</feature.pictureFrame>
<feature.presence feature.presence.enabled="1">
</feature.presence>
<feature.ringDownload feature.ringDownload.enabled="1">
</feature.ringDownload>
<feature.urlDialing feature.urlDialing.enabled="1">
</feature.urlDialing>
</feature>
<hoteling hoteling.reg="1">
</hoteling>
<key key.1.function.prim="" key.1.subPoint.prim="" key.2.function.prim="" key.2.subPoint.prim="">
</key>
<keypadLock keypadLock.enabled="1" keypadLock.idleTimeout="0">
</keypadLock>
<mb>
<mb.ssawc mb.ssawc.enabled="0">
<mb.ssawc.call mb.ssawc.call.mode="passive">
</mb.ssawc.call>
</mb.ssawc>
</mb>
<messaging messaging.maxImMessages="1000">
<messaging.quicknotes messaging.quicknotes.1="" messaging.quicknotes.2="">
</messaging.quicknotes>
</messaging>
<phoneLock phoneLock.browserEnabled="0" phoneLock.dndWhenLocked="0" phoneLock.enabled="0" phoneLock.idleTimeout="0" phoneLock.lockState="0" phoneLock.powerUpUnlocked="0">
<phoneLock.authorized phoneLock.authorized.1.description="" phoneLock.authorized.1.value="" phoneLock.authorized.2.description="" phoneLock.authorized.2.value="">
</phoneLock.authorized>
</phoneLock>
<pres pres.idleSoftKeys="1" pres.reg="1">
<pres.idleTimeout>
<pres.idleTimeout.offHours pres.idleTimeout.offHours.enabled="1">
</pres.idleTimeout.offHours>
<pres.idleTimeout.officeHours pres.idleTimeout.officeHours.enabled="1">
</pres.idleTimeout.officeHours>
</pres.idleTimeout>
</pres>
<prov>
<prov.lineMap>
<prov.lineMap.cma prov.lineMap.cma.1="1">
</prov.lineMap.cma>
</prov.lineMap>
</prov>
<ptt>
<ptt.channel ptt.channel.1.allowTransmit="1" ptt.channel.1.available="1" ptt.channel.1.label="" ptt.channel.1.subscribed="1" ptt.channel.2.allowTransmit="1" ptt.channel.2.available="1" ptt.channel.2.label="" ptt.channel.2.subscribed="0" ptt.channel.3.subscribed="0" ptt.channel.4.subscribed="0" ptt.channel.5.subscribed="0" ptt.channel.6.subscribed="0" ptt.channel.7.subscribed="0" ptt.channel.8.subscribed="0" ptt.channel.9.subscribed="0" ptt.channel.10.subscribed="0" ptt.channel.11.subscribed="0" ptt.channel.12.subscribed="0" ptt.channel.13.subscribed="0" ptt.channel.14.subscribed="0" ptt.channel.15.subscribed="0" ptt.channel.16.subscribed="0" ptt.channel.17.subscribed="0" ptt.channel.18.subscribed="0" ptt.channel.19.subscribed="0" ptt.channel.20.subscribed="0" ptt.channel.21.subscribed="0" ptt.channel.22.subscribed="0" ptt.channel.23.subscribed="0" ptt.channel.24.subscribed="1" ptt.channel.25.subscribed="1">
</ptt.channel>
<ptt.pageMode>
<ptt.pageMode.group ptt.pageMode.group.1.allowTransmit="1" ptt.pageMode.group.1.available="1" ptt.pageMode.group.1.label="" ptt.pageMode.group.1.subscribed="1" ptt.pageMode.group.2.allowTransmit="1" ptt.pageMode.group.2.available="1" ptt.pageMode.group.2.label="" ptt.pageMode.group.2.subscribed="0" ptt.pageMode.group.3.subscribed="0" ptt.pageMode.group.4.subscribed="0" ptt.pageMode.group.5.subscribed="0" ptt.pageMode.group.6.subscribed="0" ptt.pageMode.group.7.subscribed="0" ptt.pageMode.group.8.subscribed="0" ptt.pageMode.group.9.subscribed="0" ptt.pageMode.group.10.subscribed="0" ptt.pageMode.group.11.subscribed="0" ptt.pageMode.group.12.subscribed="0" ptt.pageMode.group.13.subscribed="0" ptt.pageMode.group.14.subscribed="0" ptt.pageMode.group.15.subscribed="0" ptt.pageMode.group.16.subscribed="0" ptt.pageMode.group.17.subscribed="0" ptt.pageMode.group.18.subscribed="0" ptt.pageMode.group.19.subscribed="0" ptt.pageMode.group.20.subscribed="0" ptt.pageMode.group.21.subscribed="0" ptt.pageMode.group.22.subscribed="0" ptt.pageMode.group.23.subscribed="0" ptt.pageMode.group.24.subscribed="1" ptt.pageMode.group.25.subscribed="1">
</ptt.pageMode.group>
</ptt.pageMode>
</ptt>
<roaming_buddies roaming_buddies.reg="0">
</roaming_buddies>
<roaming_privacy roaming_privacy.reg="0">
</roaming_privacy>
<se>
<se.rt se.rt.enabled="1">
</se.rt>
</se>
<softkey softkey.1.action="" softkey.1.enable="0" softkey.1.insert="0" softkey.1.label="" softkey.1.precede="0" softkey.1.use.active="0" softkey.1.use.alerting="0" softkey.1.use.dialtone="0" softkey.1.use.hold="0" softkey.1.use.idle="0" softkey.1.use.proceeding="0" softkey.1.use.setup="0" softkey.2.action="" softkey.2.enable="0" softkey.2.insert="0" softkey.2.label="" softkey.2.precede="0" softkey.2.use.active="0" softkey.2.use.alerting="0" softkey.2.use.dialtone="0" softkey.2.use.hold="0" softkey.2.use.idle="0" softkey.2.use.proceeding="0" softkey.2.use.setup="0">
<softkey.feature softkey.feature.buddies="1" softkey.feature.callers="0" softkey.feature.callers.SPIP235T="1" softkey.feature.callers.SPIP321="1" softkey.feature.callers.SPIP331="1" softkey.feature.callers.SPIP335="1" softkey.feature.directories="0" softkey.feature.directories.SPIP235T="1" softkey.feature.directories.SPIP321="1" softkey.feature.directories.SPIP331="1" softkey.feature.directories.SPIP335="1" softkey.feature.endcall="1" softkey.feature.forward="1" softkey.feature.join="1" softkey.feature.mystatus="1" softkey.feature.newcall="1" softkey.feature.split="1">
<softkey.feature.basicCallManagement softkey.feature.basicCallManagement.redundant="1">
</softkey.feature.basicCallManagement>
</softkey.feature>
</softkey>
<voice>
<voice.page>
<voice.page.handsfree voice.page.handsfree.rxag="0">
</voice.page.handsfree>
</voice.page>
<voice.ptt>
<voice.ptt.handsfree voice.ptt.handsfree.rxag="0">
</voice.ptt.handsfree>
</voice.ptt>
<voice.qualityMonitoring>
<voice.qualityMonitoring.collector voice.qualityMonitoring.collector.period="20">
<voice.qualityMonitoring.collector.alert>
<voice.qualityMonitoring.collector.alert.delay>
<voice.qualityMonitoring.collector.alert.delay.threshold voice.qualityMonitoring.collector.alert.delay.threshold.critical="0" voice.qualityMonitoring.collector.alert.delay.threshold.warning="0">
</voice.qualityMonitoring.collector.alert.delay.threshold>
</voice.qualityMonitoring.collector.alert.delay>
<voice.qualityMonitoring.collector.alert.moslq>
<voice.qualityMonitoring.collector.alert.moslq.threshold voice.qualityMonitoring.collector.alert.moslq.threshold.critical="0" voice.qualityMonitoring.collector.alert.moslq.threshold.warning="0">
</voice.qualityMonitoring.collector.alert.moslq.threshold>
</voice.qualityMonitoring.collector.alert.moslq>
</voice.qualityMonitoring.collector.alert>
<voice.qualityMonitoring.collector.enable voice.qualityMonitoring.collector.enable.periodic="0" voice.qualityMonitoring.collector.enable.session="0" voice.qualityMonitoring.collector.enable.triggeredPeriodic="0">
</voice.qualityMonitoring.collector.enable>
<voice.qualityMonitoring.collector.server voice.qualityMonitoring.collector.server.1.address="" voice.qualityMonitoring.collector.server.1.port="5060">
</voice.qualityMonitoring.collector.server>
</voice.qualityMonitoring.collector>
<voice.qualityMonitoring.rtcpxr voice.qualityMonitoring.rtcpxr.enable="0">
</voice.qualityMonitoring.rtcpxr>
</voice.qualityMonitoring>
</voice>
</polycomConfig>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,90 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Example Per-phone Configuration File -->
<!-- $RCSfile: phone1.cfg,v $ $Revision: 1.121.4.5 $ -->
<phone1>
<reg
reg.1.displayName="{v_line1_user_id}"
reg.1.address="{v_line1_user_id}"
reg.1.label="{v_line1_user_id}"
reg.1.type="private"
reg.1.lcs=""
reg.1.thirdPartyName="{v_line1_displayname}"
reg.1.auth.userId="{v_line1_user_id}"
reg.1.auth.password="{v_line1_user_password}"
reg.1.lineKeys="3"
reg.1.auth.optimizedInFailover=""
reg.1.server.1.address="{domain_name}"
reg.1.server.1.port="5060"
reg.1.server.1.transport="DNSnaptr"
reg.1.server.2.transport="DNSnaptr"
reg.1.server.1.expires=""
reg.1.server.1.expires.overlap=""
reg.1.server.1.register=""
reg.1.server.1.retryTimeOut=""
reg.1.server.1.retryMaxCount=""
reg.1.server.1.expires.lineSeize=""
reg.2.displayName="{v_line2_user_id}"
reg.2.address="{v_line2_user_id}"
reg.2.label="{v_line2_user_id}"
reg.2.type="private"
reg.2.lcs=""
reg.2.thirdPartyName="{v_line2_displayname}"
reg.2.auth.userId="{v_line2_user_id}"
reg.2.auth.password="{v_line2_user_password}"
reg.2.lineKeys="1"
reg.2.auth.optimizedInFailover=""
reg.2.server.1.address="{domain_name}"
reg.2.server.1.port="5060"
reg.2.server.1.transport="DNSnaptr"
reg.2.server.2.transport="DNSnaptr"
reg.2.server.1.expires=""
reg.2.server.1.expires.overlap=""
reg.2.server.1.register=""
reg.2.server.1.retryTimeOut=""
reg.2.server.1.retryMaxCount=""
reg.2.server.1.expires.lineSeize=""
reg.3.displayName="{v_line3_user_id}"
reg.3.address="{v_line3_user_id}"
reg.3.label="Line"
reg.3.type="private"
reg.3.lcs=""
reg.3.thirdPartyName="{v_line3_displayname}"
reg.3.auth.userId="{v_line3_user_id}"
reg.3.auth.password="{v_line3_user_password}"
reg.3.lineKeys="1"
reg.3.auth.optimizedInFailover=""
reg.3.server.1.address="{domain_name}"
reg.3.server.1.port="5060"
reg.3.server.1.transport="DNSnaptr"
reg.3.server.2.transport="DNSnaptr"
reg.3.server.1.expires=""
reg.3.server.1.expires.overlap=""
reg.3.server.1.register=""
reg.3.server.1.retryTimeOut=""
reg.3.server.1.retryMaxCount=""
reg.3.server.1.expires.lineSeize="" />
<msg msg.bypassInstantMessage="1">
<mwi
msg.mwi.1.subscribe=""
msg.mwi.1.callBackMode="contact"
msg.mwi.1.callBack="*97"
msg.mwi.2.subscribe=""
msg.mwi.2.callBackMode="disabled"
msg.mwi.2.callBack=""
msg.mwi.3.subscribe=""
msg.mwi.3.callBackMode="disabled"
msg.mwi.3.callBack=""
msg.mwi.4.subscribe=""
msg.mwi.4.callBackMode="disabled"
msg.mwi.4.callBack=""
msg.mwi.5.subscribe=""
msg.mwi.5.callBackMode="disabled"
msg.mwi.5.callBack=""
msg.mwi.6.subscribe=""
msg.mwi.6.callBackMode="disabled"
msg.mwi.6.callBack=""/>
</msg>
</phone1>
@@ -0,0 +1,20 @@
<?xml version="1.0" standalone="yes"?>
<!-- Default Master SIP Configuration File-->
<!-- For information on configuring Polycom VoIP phones please refer to the -->
<!-- Configuration File Management white paper available from: -->
<!-- http://www.polycom.com/common/documents/whitepapers/configuration_file_management_on_soundpoint_ip_phones.pdf -->
<!-- $RCSfile$ $Revision: 135829 $ -->
<APPLICATION APP_FILE_PATH="sip.ld" CONFIG_FILES="{v_mac}-registration.cfg, features.cfg, site.cfg" MISC_FILES="" LOG_FILE_DIRECTORY="" OVERRIDES_DIRECTORY="" CONTACTS_DIRECTORY="" LICENSE_DIRECTORY="" USER_PROFILES_DIRECTORY="" CALL_LISTS_DIRECTORY="">
<APPLICATION_SPIP300 APP_FILE_PATH_SPIP300="sip_213.ld" CONFIG_FILES_SPIP300="phone1_213.cfg, sip_213.cfg"/>
<APPLICATION_SPIP500 APP_FILE_PATH_SPIP500="sip_213.ld" CONFIG_FILES_SPIP500="phone1_213.cfg, sip_213.cfg"/>
<APPLICATION_SPIP301 APP_FILE_PATH_SPIP301="sip_318.ld" CONFIG_FILES_SPIP301="phone1_318.cfg, sip_318.cfg"/>
<APPLICATION_SPIP320 APP_FILE_PATH_SPIP320="sip_334.ld" CONFIG_FILES_SPIP320=""/>
<APPLICATION_SPIP330 APP_FILE_PATH_SPIP330="sip_334.ld" CONFIG_FILES_SPIP330=""/>
<APPLICATION_SPIP430 APP_FILE_PATH_SPIP430="sip_327.ld" CONFIG_FILES_SPIP430="phone1_327.cfg, sip_327.cfg"/>
<APPLICATION_SPIP501 APP_FILE_PATH_SPIP501="sip_318.ld" CONFIG_FILES_SPIP501="phone1_318.cfg, sip_318.cfg"/>
<APPLICATION_SPIP600 APP_FILE_PATH_SPIP600="sip_318.ld" CONFIG_FILES_SPIP600="phone1_318.cfg, sip_318.cfg"/>
<APPLICATION_SPIP601 APP_FILE_PATH_SPIP601="sip_318.ld" CONFIG_FILES_SPIP601="phone1_318.cfg, sip_318.cfg"/>
<APPLICATION_SPIP670 APP_FILE_PATH_SPIP670="sip_403.ld" CONFIG_FILES_SPIP670=""/>
<APPLICATION_SSIP4000 APP_FILE_PATH_SSIP4000="sip_318.ld" CONFIG_FILES_SSIP4000="phone1_318.cfg, sip_318.cfg"/>
<APPLICATION_SSIP7000 APP_FILE_PATH_SSIP7000="sip_403.ld" CONFIG_FILES_SSIP7000=""/>
</APPLICATION>
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<settings>
<phone-settings e="2">
<language perm=""></language>
<redirect_event perm="">none</redirect_event>
<setting_server perm="RW">http://{domain_name}{v_project_path}/app/provision/index.php?mac={mac}</setting_server>
<subscribe_config perm="">off</subscribe_config>
<pnp_config perm="">on</pnp_config>
<use_hidden_tags perm="">off</use_hidden_tags>
<user_realname idx="1" perm="">{v_line1_displayname}</user_realname>
<user_name idx="1" perm="">{v_line1_user_id}</user_name>
<user_host idx="1" perm="">{domain_name}</user_host>
<user_pass idx="1" perm="">{v_line1_user_password}</user_pass>
<user_mailbox idx="1" perm="">*97</user_mailbox>
<user_srtp idx="1" perm="">off</user_srtp>
<user_realname idx="2" perm="">{v_line2_displayname}</user_realname>
<user_name idx="2" perm="">{v_line2_user_id}</user_name>
<user_host idx="2" perm="">{domain_name}</user_host>
<user_pass idx="2" perm="">{v_line2_user_password}</user_pass>
<user_mailbox idx="2" perm="">*97</user_mailbox>
<user_srtp idx="2" perm="">off</user_srtp>
<user_realname idx="3" perm="">{v_line3_displayname}</user_realname>
<user_name idx="3" perm="">{v_line3_user_id}</user_name>
<user_host idx="3" perm="">{domain_name}</user_host>
<user_pass idx="3" perm="">{v_line3_user_password}</user_pass>
<user_mailbox idx="3" perm="">*97</user_mailbox>
<user_srtp idx="3" perm="">off</user_srtp>
<user_realname idx="4" perm="">{v_line4_displayname}</user_realname>
<user_name idx="4" perm="">{v_line4_user_id}</user_name>
<user_host idx="4" perm="">{domain_name}</user_host>
<user_pass idx="4" perm="">{v_line4_user_password}</user_pass>
<user_mailbox idx="4" perm="">*97</user_mailbox>
<user_srtp idx="4" perm="">off</user_srtp>
<user_realname idx="5" perm="">{v_line5_displayname}</user_realname>
<user_name idx="5" perm="">{v_line5_user_id}</user_name>
<user_pass idx="5" perm="">{v_line5_user_password}</user_pass>
<user_host idx="5" perm="">{domain_name}</user_host>
<user_mailbox idx="5" perm="">*97</user_mailbox>
<user_srtp idx="5" perm="">off</user_srtp>
</phone-settings>
<firmware-settings e="2">
<firmware perm=""></firmware>
</firmware-settings>
<functionKeys e="2">
<fkey idx="0" context="active" perm="">line</fkey>
<fkey idx="1" context="active" perm="">line</fkey>
<fkey idx="2" context="active" perm="">keyevent F_REDIAL</fkey>
<fkey idx="3" context="active" perm="">keyevent F_ADR_BOOK</fkey>
<fkey idx="4" context="active" perm="">keyevent F_TRANSFER</fkey>
<fkey idx="5" context="active" perm="">keyevent F_MUTE</fkey>
</functionKeys>
<tbook e="2">
</tbook>
<dialplan e="2">
</dialplan>
</settings>
@@ -0,0 +1,85 @@
<?xml version="1.0" encoding="utf-8"?>
<settings>
<phone-settings e="2">
<language perm="">English</language>
<update_policy perm="">auto_update</update_policy>
<setting_server perm="RW">http://{domain_name}{v_project_path}/app/provision/index.php?mac={mac}</setting_server>
<dns_domain perm="RW">local</dns_domain>
<edit_alpha_mode perm="">abc</edit_alpha_mode>
<headset_device perm="">headset_rj</headset_device>
<ethernet_replug perm="">nothing</ethernet_replug>
<firmware perm="">http://provisioning.snom.com:80/download/fw/snom320-8.7.3.10-SIP-f.bin</firmware>
<ethernet_detect perm="">off</ethernet_detect>
<handsfree_mode perm="">quiet</handsfree_mode>
<away_timeout perm="">60</away_timeout>
<attended_transfer_on_ringing perm="">off</attended_transfer_on_ringing>
<was_never_registered perm="">off</was_never_registered>
<user_active idx="2" perm="">off</user_active>
<user_active idx="3" perm="">off</user_active>
<user_active idx="4" perm="">off</user_active>
<user_active idx="5" perm="">off</user_active>
<user_active idx="7" perm="">off</user_active>
<user_active idx="10" perm="">off</user_active>
<user_realname idx="1" perm="">{v_line1_displayname}</user_realname>
<user_name idx="1" perm="">{v_line1_user_id}</user_name>
<user_pass idx="1" perm="">{v_line1_user_password}</user_pass>
<user_host idx="1" perm="">{domain_name}</user_host>
<user_srtp idx="1" perm="">off</user_srtp>
<user_mailbox idx="1" perm="">*97</user_mailbox>
<user_realname idx="2" perm="">{v_line2_displayname}</user_realname>
<user_name idx="2" perm="">{v_line2_user_id}</user_name>
<user_pass idx="2" perm="">{v_line2_user_password}</user_pass>
<user_host idx="2" perm="">{domain_name}</user_host>
<user_srtp idx="2" perm="">off</user_srtp>
<user_mailbox idx="2" perm="">*97</user_mailbox>
<user_realname idx="3" perm="">{v_line3_displayname}</user_realname>
<user_name idx="3" perm="">{v_line3_user_id}</user_name>
<user_pass idx="3" perm="">{v_line3_user_password}</user_pass>
<user_host idx="3" perm="">{domain_name}</user_host>
<user_srtp idx="3" perm="">off</user_srtp>
<user_mailbox idx="3" perm="">*97</user_mailbox>
<user_realname idx="4" perm="">{v_line4_displayname}</user_realname>
<user_name idx="4" perm="">{v_line4_user_id}</user_name>
<user_pass idx="4" perm="">{v_line4_user_password}</user_pass>
<user_host idx="4" perm="">{domain_name}</user_host>
<user_srtp idx="4" perm="">off</user_srtp>
<user_mailbox idx="4" perm="">*97</user_mailbox>
<user_realname idx="5" perm="">{v_line5_displayname}</user_realname>
<user_name idx="5" perm="">{v_line5_user_id}</user_name>
<user_pass idx="5" perm="">{v_line5_user_password}</user_pass>
<user_host idx="5" perm="">{domain_name}</user_host>
<user_srtp idx="5" perm="">off</user_srtp>
<user_mailbox idx="5" perm="">*97</user_mailbox>
<user_symmetrical_rtp idx="1" perm="">on</user_symmetrical_rtp>
<user_ice idx="1" perm="">off</user_ice>
<stun_server idx="1" perm=""></stun_server>
<codec_priority_list idx="1" perm="">g722,pcmu,pcma,gsm,g726-32,aal2-g726-32,g723,g729,telephone-event</codec_priority_list>
<codec_priority_list idx="2" perm="">g722,pcmu,pcma,gsm,g726-32,aal2-g726-32,g723,g729,telephone-event</codec_priority_list>
<codec_priority_list idx="3" perm="">g722,pcmu,pcma,gsm,g726-32,aal2-g726-32,g723,g729,telephone-event</codec_priority_list>
<codec_priority_list idx="4" perm="">g722,pcmu,pcma,gsm,g726-32,aal2-g726-32,g723,g729,telephone-event</codec_priority_list>
<codec_priority_list idx="5" perm="">g722,pcmu,pcma,gsm,g726-32,aal2-g726-32,g723,g729,telephone-event</codec_priority_list>
<codec_priority_list idx="6" perm="">g722,pcmu,pcma,gsm,g726-32,aal2-g726-32,g723,g729,telephone-event</codec_priority_list>
<codec_priority_list idx="7" perm="">g722,pcmu,pcma,gsm,g726-32,aal2-g726-32,g723,g729,telephone-event</codec_priority_list>
<codec_priority_list idx="8" perm="">g722,pcmu,pcma,gsm,g726-32,aal2-g726-32,g723,g729,telephone-event</codec_priority_list>
<codec_priority_list idx="9" perm="">g722,pcmu,pcma,gsm,g726-32,aal2-g726-32,g723,g729,telephone-event</codec_priority_list>
<codec_priority_list idx="10" perm="">g722,pcmu,pcma,gsm,g726-32,aal2-g726-32,g723,g729,telephone-event</codec_priority_list>
<codec_priority_list idx="11" perm="">g722,pcmu,pcma,gsm,g726-32,aal2-g726-32,g723,g729,telephone-event</codec_priority_list>
<codec_priority_list idx="12" perm="">g722,pcmu,pcma,gsm,g726-32,aal2-g726-32,g723,g729,telephone-event</codec_priority_list>
</phone-settings>
<functionKeys e="2">
<fkey idx="0" context="active" label="" perm="">line</fkey>
<fkey idx="1" context="active" label="" perm="">line</fkey>
<fkey idx="2" context="active" label="" perm="">line</fkey>
<fkey idx="3" context="active" label="" perm="">line</fkey>
<fkey idx="4" context="active" label="" perm="">line</fkey>
<fkey idx="5" context="active" label="" perm="">line</fkey>
<fkey idx="6" context="active" label="" perm="">line</fkey>
<fkey idx="7" context="active" label="" perm="">line</fkey>
<fkey idx="8" context="active" label="" perm="">line</fkey>
<fkey idx="9" context="active" label="" perm="">line</fkey>
<fkey idx="10" context="active" label="" perm="">line</fkey>
<fkey idx="11" context="active" label="" perm="">line</fkey>
</functionKeys>
<tbook e="2">
</tbook>
</settings>
@@ -0,0 +1,54 @@
<settings>
<phone-settings>
<update_policy>auto_update</update_policy>
<firmware_status>http://{domain_name}{v_project_path}/app/provision/?mac={v_mac}&amp;filename_firmware-{v_mac}.xml</firmware_status>
<date_us_format>off</date_us_format>
<time_24_format>on</time_24_format>
<challenge_response>off</challenge_response>
<filter_registrar>off</filter_registrar>
<logon_wizard>off</logon_wizard>
<message_led_other>off</message_led_other>
<user_phone>off</user_phone>
<intercom_enabled>on</intercom_enabled>
<http_user>admin</http_user>
<http_pass>admin</http_pass>
<web_logout_timer>5</web_logout_timer>
<admin_mode_password>0000</admin_mode_password>
<admin_mode_password_confirm>0000</admin_mode_password_confirm>
<admin_mode>on</admin_mode>
<language>English</language>
<ntp_server>{domain_name}</ntp_server>
<timezone>AUS+10</timezone>
<dst>3600 25.09 02:00:00 04.05 03:00:00</dst>
<tone_scheme>US</tone_scheme>
<ring_sound>Ringer9</ring_sound>
<no_dnd>off</no_dnd>
<call_waiting>on</call_waiting>
<user_realname idx="1">{v_line1_displayname}</user_realname>
<user_name idx="1">{v_line1_user_id}</user_name>
<user_host idx="1">{domain_name}</user_host>
<user_pname idx="1">{v_line1_user_password}</user_pname>
<user_ringer idx="1">Ringer9</user_ringer>
<user_mailbox idx="1">4000</user_mailbox>
<user_srtp idx="1" perm="">off</user_srtp>
</phone-settings>
<function-keys>
<fkey context="active" idx="0">line</fkey>
<fkey context="active" idx="1">blf sip:1002@{domain_name}</fkey>
<fkey context="active" idx="2">blf sip:1003@{domain_name}</fkey>
<fkey context="active" idx="3">blf sip:1004@{domain_name}</fkey>
<fkey context="active" idx="4">blf sip:1005@{domain_name}</fkey>
<fkey context="active" idx="5">blf sip:1006@{domain_name}</fkey>
<fkey context="active" idx="6">line</fkey>
<fkey context="active" idx="7">blf sip:1007@{domain_name}</fkey>
<fkey context="active" idx="8">blf sip:1008@{domain_name}</fkey>
<fkey context="active" idx="9">blf sip:1009@{domain_name}</fkey>
<fkey context="active" idx="10">blf sip:1010@{domain_name}</fkey>
<fkey context="active" idx="11">blf sip:1011@{domain_name}</fkey>
</function-keys>
<dialplan>
<!-- Handset Dialplan Mask, VERY similar to Cisco format... -->
<template Timeout="0" User="phone" match="0" rewrite="" scheme="sip"/>
<template Timeout="8" User="phone" match="1*" rewrite="" scheme="sip"/>
</dialplan>
</settings>
@@ -0,0 +1,933 @@
# Yealink provisioning documentation, as of 2010-10-24, is at:
# http://www.yealink.com/fae/Auto%20Provision%20Manual.rar
[ account ]
path = /config/voip/sipAccount0.cfg
Enable = 1
Label = {v_line1_displayname}
DisplayName = {v_line1_displayname}
AuthName = {v_line1_user_id}
UserName = {v_line1_user_id}
password = {v_line1_user_password}
SIPServerHost = {domain_name}
SIPServerPort = 5060
UseOutboundProxy = 1
OutboundHost = {domain_name}
OutboundPort = 5060
Transport = 0
BakOutboundHost = {domain_name}
BakOutboundPort = 5060
proxy-require =
AnonymousCall = 0
RejectAnonymousCall = 0
Expire = 3600
SIPListenPort = 5060
Enable 100Rel = 0
precondition = 0
SubsribeRegister = 0
SubsribeMWI = 0
CIDSource = 0
EnableSessionTimer = 0
SessionExpires =
SessionRefresher = 0
EnableUserEqualPhone = 0
srtp_encryption = 0
ptime = 20
ShareLine =
dialoginfo_callpickup =
MissedCallLog = 1
AutoAnswer = 0
AnonymousCall_OnCode =
AnonymousCall_OffCode =
AnonymousReject_OnCode =
AnonymousReject_OffCode =
BLANumber =
conf-type = 0
conf-uri =
[ DTMF ]
path = /config/voip/sipAccount0.cfg
DTMFInbandTransfer = 1
InfoType = 0
DTMFPayload = 101
[ NAT ]
path = /config/voip/sipAccount0.cfg
NATTraversal = 1
STUNServer = stun01.sipphone.com
STUNPort = 3478
EnableUDPUpdate = 1
UDPUpdateTime = 30
rport = 0
[ ADVANCED ]
path = /config/voip/sipAccount0.cfg
default_t1 = 0.5
default_t2 = 4
default_t4 = 5
[blf]
path = /config/voip/sipAccount0.cfg
SubscribePeriod = 1800
BLFList_URI =
[ audio0 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = PCMU
priority = 1
rtpmap = 0
[ audio1 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = PCMA
priority = 2
rtpmap = 8
[ audio2 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = G723_53
priority = 0
rtpmap = 4
[ audio3 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = G723_63
priority = 0
rtpmap = 4
[ audio4 ]
path = /config/voip/sipAccount0.cfg
enable = 1
PayloadType = G729
priority = 3
rtpmap = 18
[ audio5 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = G722
priority = 4
rtpmap = 9
[ audio7 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = G726-16
priority = 0
rtpmap = 112
[ audio8 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = G726-24
priority = 0
rtpmap = 102
[ audio9 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = G726-32
priority = 0
rtpmap = 2
[ audio10 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = G726-40
priority = 0
rtpmap = 104
[ HotDesking ]
path = /config/voip/sipAccount0.cfg
IsHotDeskAccount = 0
[ RingTone ]
path = /config/voip/sipAccount0.cfg
RingType = commom
[ WAN ]
path = /config/Network/Network.cfg
#WANType:0:DHCP,1:PPPoE,2:StaticIP
WANType = 0
WANStaticIP =
WANSubnetMask =
WANDefaultGateway =
[ DNS ]
path = /config/Network/Network.cfg
PrimaryDNS =
SecondaryDNS =
[ PPPoE ]
path = /config/Network/Network.cfg
PPPoEUser =
PPPoEPWD =
[ LAN ]
path = /config/Network/Network.cfg
#LANTYPE:0:Router, 1:Bridge
LANTYPE = 1
RouterIP = 10.0.0.1
LANSubnetMask = 255.255.255.0
EnableDHCP = 1
DHCPStartIP = 10.0.0.10
DHCPEndIP = 10.0.0.100
[ VLAN ]
path = /config/Network/Network.cfg
#ISVLAN,VID and USRPRIORITY are used for VLAN on LAN port
#PC_PORT_VLAN_ENABLE,PC_PORT_VID and PC_PORT_PRIORITY are used for PC port
ISVLAN = 0
VID = 0
USRPRIORITY = 0
PC_PORT_VLAN_ENABLE = 0
PC_PORT_VID = 0
PC_PORT_PRIORITY = 0
[ QOS ]
path = /config/Network/Network.cfg
SIGNALTOS = 40
RTPTOS = 40
[ RTPPORT ]
path = /config/Network/Network.cfg
MaxRTPPort = 11800
MinRTPPort = 11780
[ SYSLOG ]
path = /config/Network/Network.cfg
#specify the server for syslog storage
SyslogdIP =
[ 802.1X ]
path = /config/Network/Network.cfg
Mode = 0
Identity =
MD5Passwd =
[ VPN ]
path = /config/Network/Network.cfg
EnableVPN =0
[ Ethernet ]
path = /config/Network/Network.cfg
WANPortLink = 0
PCPortLink = 0
[ Lang ]
path = /config/Setting/Setting.cfg
#WebLanguage is the setting of language on web management
WebLanguage =
[ Time ]
path = /config/Setting/Setting.cfg
TimeZone = -7
TimeZoneName= Mexico(Mazatlan,Chihuahua)
TimeServer1 = cn.pool.ntp.org
TimeServer2 = cn.pool.ntp.org
Interval = 1000
#Set daylight saving time.SummerTime 0 means disable,1 means enable, 2 means automatic
SummerTime = 2
StartTime =
EndTime =
TimeFormat =
DateFormat =
OffSetTime =
DSTTimeType =
[ PhoneSetting ]
path = /config/Setting/Setting.cfg
InterDigitTime = 4
FlashHookTimer = 1
Lock = 0
Ringtype = Ring1.wav
BackLight = 2
BacklightTime = 30
ProductName =
Contrast =
HandFreeSpkVol = 8
HandFreeMicVol = 8
HandSetSpkVol = 8
HandSetMicVol = 8
HeadSetSpkVol = 8
HeadSetMicVol = 8
RingVol= 8
RingForTranFailed = Ring1.wav
LogonWizard = 0
PreDialAutoDial = 0
IsDeal180 = 0
[ SignalToneVol ]
path = /config/Setting/Setting.cfg
Handset = 8
Headset = 8
Handfree = 8
[ AlertInfo0 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo1 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo2 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo3 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo4 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo5 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo6 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo7 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo8 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo9 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlwaysFWD ]
path = /config/Features/Forward.cfg
Enable = 0
Target =
On_Code =
Off_Code =
[ BusyFWD ]
path = /config/Features/Forward.cfg
Enable = 0
Target =
On_Code =
Off_Code =
[ TimeoutFWD ]
path = /config/Features/Forward.cfg
Enable = 0
Target =
Timeout = 10
On_Code =
Off_Code =
[ Features ]
path = /config/Features/Phone.cfg
Call_Waiting = 1
Hotlinenumber =
BusyToneDelay =
LCD_Logo =
DND_Code =
Refuse_Code =
DND_On_Code =
DND_Off_Code =
ButtonSoundOn = 1
CallCompletion = 0
AllowIntercom = 1
IntercomMute = 1
IntercomTone = 1
IntercomBarge = 1
Call_WaitingTone = 1
Hotlinedelay = 4
SendKeySoundOn = 1
BroadsoftFeatureKeySync = 0
[ Trans ]
path = /config/Features/Phone.cfg
IsOnHookTrans = 1
[ AutoRedial ]
path = /config/Features/Phone.cfg
EnableRedial = 0
RedialInterval = 10
RedialTimes = 10
[ PoundSend ]
path = /config/Features/Phone.cfg
#Set # key or * key as send. #:1 and *:2
Enable = 1
[ Emergency ]
path = /config/Features/Phone.cfg
Num =
[ SoftKey ]
path = /config/Setting/UserSpecific.cfg
IsDefineKey = 0
[ memory1 ]
path = /config/vpPhone/vpPhone.ini
#Line means the line taken in use.0 stands for auto,1 stands for line1...except for one condition when type is blf(DKtype:16),0 stands for line1,1 stands for line2...
#DKtype defines the type of the key,ranging from 0 to 17
#DKtype 0:N/A 1:Conference 2:Forward 3:Transfer
#DKtype 4:Hold 5:DND 6:Redial 7:Call Return
#DKtype 8:SMS 9:Call Pickup 10:Call Park 11:DTMF
#DKtype 12:Voicemail 13:SpeedDial 14:Intercom 15:Line(for line key only)
#DKtype 16:BLF 17:URL 18:Group Listening 19:Public Hold
#DKtype 20:Private Hold 21:Shared Line 22:XML PhoneBook 23:Group Pickup
#DKtype 24:Paging 25:Record 35: URL Record 27:XMLbrowser
#DKtype 34:Hot Desking 38:LDAP 39:BLF List 40:Prefix
#Set Memory key1
Line =
Value =
type =
PickupValue =
DKtype =
[ memory2 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key2
Line =
Value =
type =
PickupValue =
DKtype =
[ memory3 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key3
Line =
Value =
type =
PickupValue =
DKtype =
[ memory4 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key4
Line =
Value =
type =
PickupValue =
DKtype =
[ memory5 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key5
Line =
Value =
type =
PickupValue =
DKtype =
[ memory6 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key6
Line =
Value =
type =
PickupValue =
DKtype =
[ memory7 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key7
Line =
Value =
type =
PickupValue =
DKtype =
[ memory8 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key8
Line =
Value =
type =
PickupValue =
DKtype =
[ memory9 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key9
Line =
Value =
type =
PickupValue =
DKtype =
[ memory10 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key10
Line =
Value =
type =
PickupValue =
DKtype =
[ memory11 ]
path = /config/vpPhone/vpPhone.ini
#from memory11 to memory 16 are settings for 6 line keys of T28
#DKtype value is the same as it is defined for memory keys.Except for one that the line keys cannot be set to blf(DKtype:16).
#Set line key1
Line =
Value =
type =
PickupValue =
DKtype =
Label =
[ memory12 ]
path = /config/vpPhone/vpPhone.ini
#Set line key2
Line =
Value =
type =
PickupValue =
DKtype =
Label =
[ memory13 ]
path = /config/vpPhone/vpPhone.ini
#Set line key3
Line =
Value =
type =
PickupValue =
DKtype =
Label =
[ memory14 ]
path = /config/vpPhone/vpPhone.ini
#Set line key4
Line =
Value =
type =
PickupValue =
DKtype =
Label =
[ memory15 ]
path = /config/vpPhone/vpPhone.ini
#Set line key5
Line =
Value =
type =
PickupValue =
DKtype =
Label =
[ memory16 ]
path = /config/vpPhone/vpPhone.ini
#Set line key6
Line =
Value =
type =
PickupValue =
DKtype =
Label =
[programablekey1]
path = /config/vpPhone/vpPhone.ini
#DKtype 0:N/A 2:Forward 5:DND 6:Redial
#DKtype 7:Call Return 8:SMS 9:Call Pickup 22:XML Phone Book
#DKtype 28:Call List 29:Directory 30:Menu 31:Switch Account
#DKtype 32:New SMS 33:Status
#Set SoftKey1
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey2]
path = /config/vpPhone/vpPhone.ini
#Set SoftKey2
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey3]
path = /config/vpPhone/vpPhone.ini
#Set SoftKey3
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey4]
path = /config/vpPhone/vpPhone.ini
#Set SoftKey4
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey5]
path = /config/vpPhone/vpPhone.ini
#Set Up key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey6]
path = /config/vpPhone/vpPhone.ini
#Set Down key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey7]
path = /config/vpPhone/vpPhone.ini
#Set Left key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey8]
path = /config/vpPhone/vpPhone.ini
#Set Right key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey9]
path = /config/vpPhone/vpPhone.ini
#Set OK key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey10]
path = /config/vpPhone/vpPhone.ini
#Set Cancel key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey11]
path = /config/vpPhone/vpPhone.ini
#Set CONF key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey12]
path = /config/vpPhone/vpPhone.ini
#Set HOLD key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey13]
path = /config/vpPhone/vpPhone.ini
#Set MUTE key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey14]
path = /config/vpPhone/vpPhone.ini
#Set TRAN key
DKtype =
Line =
Value =
XMLPhoneBook =
[ Profile ]
path = /config/vpm.cfg
VAD = 0
CNG = 1
ECHO = 1
SIDE_TONE = -3
[ Jitter ]
path = /config/vpm.cfg
Adaptive = 1
Min = 0
Max = 300
Nominal = 120
[ Message ]
path = /config/Features/Message.cfg
#Set voicemail number for each account
VoiceNumber0 =
VoiceNumber1 =
VoiceNumber2 =
VoiceNumber3 =
VoiceNumber4 =
VoiceNumber5 =
[ Country ]
path = /config/voip/tone.ini
#The tones are defined by countries.If Country = Custom,the customized values will be used.
Country =
[ Tone Param ]
path = /config/voip/tone.ini
dial =
ring =
busy =
congestion =
callwaiting =
dialrecall =
record =
info =
stutter =
message =
autoanswer =
[ Default ]
path = /config/voip/tone.ini
dial = 1
ring = 1
busy = 1
congestion = 1
callwaiting = 1
dialrecall = 1
record = 1
info = 1
stutter = 1
message = 1
autoanswer = 1
[ AreaCode ]
path = /config/DialRule/areacode.cfg
code =
minlen =
maxlen =
[ BlockOut ]
path = /config/DialRule/BlockOut.cfg
#Set Block Out number.
1 =
2 =
3 =
4 =
5 =
6 =
7 =
8 =
9 =
10 =
[ RemotePhoneBook0 ]
path = /config/Setting/Setting.cfg
URL =
Name =
[ RemotePhoneBook1 ]
path = /config/Setting/Setting.cfg
URL =
Name =
[ RemotePhoneBook2 ]
path = /config/Setting/Setting.cfg
URL =
Name =
[ RemotePhoneBook3 ]
path = /config/Setting/Setting.cfg
URL =
Name =
[ RemotePhoneBook4 ]
path = /config/Setting/Setting.cfg
URL =
Name =
[ Webserver Type ]
path = /config/Advanced/Advanced.cfg
WebType =
[ Key0 ]
Path = /config/vpPhone/Ext38_00000000000001.cfg
DKtype =
Line =
Value =
type =
PickupValue =
Label =
[ Key1 ]
Path = /config/vpPhone/Ext38_00000000000001.cfg
DKtype =
Line =
Value =
type =
PickupValue =
Label =
[ Key0 ]
Path = /config/vpPhone/Ext38_00000000000002.cfg
DKtype =
Line =
Value =
type =
PickupValue =
Label =
[ Key1 ]
Path = /config/vpPhone/Ext38_00000000000002.cfg
DKtype =
Line =
Value =
type =
PickupValue =
Label =
[ FactoryConfig ]
path = /config/Setting/AdvSetting.cfg
CustomEnabled = 0
[ LDAP ]
Path = /config/Contacts/LDAP.cfg
NameFilter=
NumberFilter=
host= 0.0.0.0
port= 389
base=
user=
pswd=
MaxHits= 50
NameAttr=
NumbAttr=
DisplayName=
version= 3
SearchDelay= 0
CallInLookup= 1
LDAPSort= 1
DialLookup= 0
#------------------------------------------------------------------------------------------------
#T20 config
#------------------------------------------------------------------------------------------------
[ autop_mode ]
path = /config/Setting/autop.cfg
mode = 6
schedule_min = 60
schedule_time =
schedule_time_end =
schedule_dayofweek = 0123456
[ PNP ]
path = /config/Setting/autop.cfg
Pnp = 0
[ cutom_option ]
path = /config/Setting/autop.cfg
cutom_option_code0 =
cutom_option_type0 = 1
[ autoprovision ]
path = /config/Setting/autop.cfg
server_address =
user =
password =
[ AES_KEY ]
path = /config/Setting/autop.cfg
aes_key_16 =
aes_key_16_mac =
[ ringtone ]
path = /tmp/download.cfg
server_address =
[ Lang ]
path = /tmp/download.cfg
server_address =
[ ContactList ]
path = /tmp/download.cfg
server_address =
[ UserName ]
path = /config/Advanced/Advanced.cfg
admin =
user =
[ AdminPassword ]
path = /config/Setting/autop.cfg
password = s0p0rt343r30
[ UserPassword ]
path = /config/Setting/autop.cfg
password =
[ firmware ]
path = /tmp/download.cfg
server_type =
server_ip =
server_port =
login_name =
login_pswd =
http_url =
firmware_name =
[ DialNow ]
path = /tmp/dialnow.xml
1 =
2 =
3 =
4 =
5 =
6 =
7 =
8 =
9 =
10 =
11 =
12 =
13 =
14 =
15 =
16 =
17 =
18 =
19 =
20 =
[ ReplaceRule ]
path = /config/Setting/AdvSetting.cfg
ReplaceAll =
[ Forbidden ]
path = /config/Setting/AdvSetting.cfg
DND = 1
FWD = 2
@@ -0,0 +1,950 @@
# Yealink provisioning documentation, as of 2010-10-24, is at:
# http://www.yealink.com/fae/Auto%20Provision%20Manual.rar
[ account ]
path = /config/voip/sipAccount0.cfg
Enable = 1
Label = {v_line1_displayname}
DisplayName = {v_line1_displayname}
AuthName = {v_line1_user_id}
UserName = {v_line1_user_id}
password = {v_line1_user_password}
SIPServerHost = {domain_name}
SIPServerPort = 5060
UseOutboundProxy = 1
OutboundHost = {domain_name}
OutboundPort = 5060
Transport = 0
BakOutboundHost = {domain_name}
BakOutboundPort = 5060
proxy-require =
AnonymousCall = 0
RejectAnonymousCall = 0
Expire = 3600
SIPListenPort = 5060
Enable 100Rel = 0
precondition = 0
SubsribeRegister = 0
SubsribeMWI = 0
CIDSource = 0
EnableSessionTimer = 0
SessionExpires =
SessionRefresher = 0
EnableUserEqualPhone = 0
srtp_encryption = 0
ptime = 20
ShareLine =
dialoginfo_callpickup =
MissedCallLog = 1
AutoAnswer = 0
AnonymousCall_OnCode =
AnonymousCall_OffCode =
AnonymousReject_OnCode =
AnonymousReject_OffCode =
BLANumber =
conf-type = 0
conf-uri =
[ DTMF ]
path = /config/voip/sipAccount0.cfg
DTMFInbandTransfer = 1
InfoType = 0
DTMFPayload = 101
[ NAT ]
path = /config/voip/sipAccount0.cfg
NATTraversal = 1
STUNServer = stun01.sipphone.com
STUNPort = 3478
EnableUDPUpdate = 1
UDPUpdateTime = 30
rport = 0
[ ADVANCED ]
path = /config/voip/sipAccount0.cfg
default_t1 = 0.5
default_t2 = 4
default_t4 = 5
[blf]
path = /config/voip/sipAccount0.cfg
SubscribePeriod = 1800
BLFList_URI =
[ audio0 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = PCMU
priority = 1
rtpmap = 0
[ audio1 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = PCMA
priority = 2
rtpmap = 8
[ audio2 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = G723_53
priority = 0
rtpmap = 4
[ audio3 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = G723_63
priority = 0
rtpmap = 4
[ audio4 ]
path = /config/voip/sipAccount0.cfg
enable = 1
PayloadType = G729
priority = 3
rtpmap = 18
[ audio5 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = G722
priority = 4
rtpmap = 9
[ audio7 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = G726-16
priority = 0
rtpmap = 112
[ audio8 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = G726-24
priority = 0
rtpmap = 102
[ audio9 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = G726-32
priority = 0
rtpmap = 2
[ audio10 ]
path = /config/voip/sipAccount0.cfg
enable = 0
PayloadType = G726-40
priority = 0
rtpmap = 104
[ HotDesking ]
path = /config/voip/sipAccount0.cfg
IsHotDeskAccount = 0
[ RingTone ]
path = /config/voip/sipAccount0.cfg
RingType = commom
[ WAN ]
path = /config/Network/Network.cfg
#WANType:0:DHCP,1:PPPoE,2:StaticIP
WANType = 0
WANStaticIP =
WANSubnetMask =
WANDefaultGateway =
[ DNS ]
path = /config/Network/Network.cfg
PrimaryDNS =
SecondaryDNS =
[ PPPoE ]
path = /config/Network/Network.cfg
PPPoEUser =
PPPoEPWD =
[ LAN ]
path = /config/Network/Network.cfg
#LANTYPE:0:Router, 1:Bridge
LANTYPE = 1
RouterIP = 10.0.0.1
LANSubnetMask = 255.255.255.0
EnableDHCP = 1
DHCPStartIP = 10.0.0.10
DHCPEndIP = 10.0.0.100
[ VLAN ]
path = /config/Network/Network.cfg
#ISVLAN,VID and USRPRIORITY are used for VLAN on LAN port
#PC_PORT_VLAN_ENABLE,PC_PORT_VID and PC_PORT_PRIORITY are used for PC port
ISVLAN = 0
VID = 0
USRPRIORITY = 0
PC_PORT_VLAN_ENABLE = 0
PC_PORT_VID = 0
PC_PORT_PRIORITY = 0
[ QOS ]
path = /config/Network/Network.cfg
SIGNALTOS = 40
RTPTOS = 40
[ RTPPORT ]
path = /config/Network/Network.cfg
MaxRTPPort = 11800
MinRTPPort = 11780
[ SYSLOG ]
path = /config/Network/Network.cfg
#specify the server for syslog storage
SyslogdIP =
[ 802.1X ]
path = /config/Network/Network.cfg
Mode = 0
Identity =
MD5Passwd =
[ VPN ]
path = /config/Network/Network.cfg
EnableVPN =0
[ Ethernet ]
path = /config/Network/Network.cfg
WANPortLink = 0
PCPortLink = 0
[ Lang ]
path = /config/Setting/Setting.cfg
#WebLanguage is the setting of language on web management
WebLanguage =
[ Time ]
path = /config/Setting/Setting.cfg
TimeZone = -7
TimeZoneName= Mexico(Mazatlan,Chihuahua)
TimeServer1 = cn.pool.ntp.org
TimeServer2 = cn.pool.ntp.org
Interval = 1000
#Set daylight saving time.SummerTime 0 means disable,1 means enable, 2 means automatic
SummerTime = 2
StartTime =
EndTime =
TimeFormat =
DateFormat =
OffSetTime =
DSTTimeType =
[ PhoneSetting ]
path = /config/Setting/Setting.cfg
InterDigitTime = 4
FlashHookTimer = 1
Lock = 0
Ringtype = Ring1.wav
BackLight = 2
BacklightTime = 30
ProductName =
Contrast =
HandFreeSpkVol = 8
HandFreeMicVol = 8
HandSetSpkVol = 8
HandSetMicVol = 8
HeadSetSpkVol = 8
HeadSetMicVol = 8
RingVol= 8
RingForTranFailed = Ring1.wav
LogonWizard = 0
PreDialAutoDial = 0
IsDeal180 = 0
[ SignalToneVol ]
path = /config/Setting/Setting.cfg
Handset = 8
Headset = 8
Handfree = 8
[ AlertInfo0 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo1 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo2 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo3 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo4 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo5 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo6 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo7 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo8 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlertInfo9 ]
path = /config/Setting/Setting.cfg
Text =
Ringer =
[ AlwaysFWD ]
path = /config/Features/Forward.cfg
Enable = 0
Target =
On_Code =
Off_Code =
[ BusyFWD ]
path = /config/Features/Forward.cfg
Enable = 0
Target =
On_Code =
Off_Code =
[ TimeoutFWD ]
path = /config/Features/Forward.cfg
Enable = 0
Target =
Timeout = 10
On_Code =
Off_Code =
[ Features ]
path = /config/Features/Phone.cfg
Call_Waiting = 1
Hotlinenumber =
BusyToneDelay =
LCD_Logo =
DND_Code =
Refuse_Code =
DND_On_Code =
DND_Off_Code =
ButtonSoundOn = 1
CallCompletion = 0
AllowIntercom = 1
IntercomMute = 1
IntercomTone = 1
IntercomBarge = 1
Call_WaitingTone = 1
Hotlinedelay = 4
SendKeySoundOn = 1
BroadsoftFeatureKeySync = 0
[ Trans ]
path = /config/Features/Phone.cfg
IsOnHookTrans = 1
[ AutoRedial ]
path = /config/Features/Phone.cfg
EnableRedial = 0
RedialInterval = 10
RedialTimes = 10
[ PoundSend ]
path = /config/Features/Phone.cfg
#Set # key or * key as send. #:1 and *:2
Enable = 1
[ Emergency ]
path = /config/Features/Phone.cfg
Num =
[ SoftKey ]
path = /config/Setting/UserSpecific.cfg
IsDefineKey = 0
[ memory1 ]
path = /config/vpPhone/vpPhone.ini
#Line means the line taken in use.0 stands for auto,1 stands for line1...except for one condition when type is blf(DKtype:16),0 stands for line1,1 stands for line2...
#DKtype defines the type of the key,ranging from 0 to 17
#DKtype 0:N/A 1:Conference 2:Forward 3:Transfer
#DKtype 4:Hold 5:DND 6:Redial 7:Call Return
#DKtype 8:SMS 9:Call Pickup 10:Call Park 11:DTMF
#DKtype 12:Voicemail 13:SpeedDial 14:Intercom 15:Line(for line key only)
#DKtype 16:BLF 17:URL 18:Group Listening 19:Public Hold
#DKtype 20:Private Hold 21:Shared Line 22:XML PhoneBook 23:Group Pickup
#DKtype 24:Paging 25:Record 35: URL Record 27:XMLbrowser
#DKtype 34:Hot Desking 38:LDAP 39:BLF List 40:Prefix
#Set Memory key1
Line =
Value =
type =
PickupValue =
DKtype =
[ memory2 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key2
Line =
Value =
type =
PickupValue =
DKtype =
[ memory3 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key3
Line =
Value =
type =
PickupValue =
DKtype =
[ memory4 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key4
Line =
Value =
type =
PickupValue =
DKtype =
[ memory5 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key5
Line =
Value =
type =
PickupValue =
DKtype =
[ memory6 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key6
Line =
Value =
type =
PickupValue =
DKtype =
[ memory7 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key7
Line =
Value =
type =
PickupValue =
DKtype =
[ memory8 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key8
Line =
Value =
type =
PickupValue =
DKtype =
[ memory9 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key9
Line =
Value =
type =
PickupValue =
DKtype =
[ memory10 ]
path = /config/vpPhone/vpPhone.ini
#Set Memory key10
Line =
Value =
type =
PickupValue =
DKtype =
[ memory11 ]
path = /config/vpPhone/vpPhone.ini
#from memory11 to memory 16 are settings for 6 line keys of T28
#DKtype value is the same as it is defined for memory keys.Except for one that the line keys cannot be set to blf(DKtype:16).
#Set line key1
Line =
Value =
type =
PickupValue =
DKtype =
Label =
[ memory12 ]
path = /config/vpPhone/vpPhone.ini
#Set line key2
Line =
Value =
type =
PickupValue =
DKtype =
Label =
[ memory13 ]
path = /config/vpPhone/vpPhone.ini
#Set line key3
Line =
Value =
type =
PickupValue =
DKtype =
Label =
[ memory14 ]
path = /config/vpPhone/vpPhone.ini
#Set line key4
Line =
Value =
type =
PickupValue =
DKtype =
Label =
[ memory15 ]
path = /config/vpPhone/vpPhone.ini
#Set line key5
Line =
Value =
type =
PickupValue =
DKtype =
Label =
[ memory16 ]
path = /config/vpPhone/vpPhone.ini
#Set line key6
Line =
Value =
type =
PickupValue =
DKtype =
Label =
[programablekey1]
path = /config/vpPhone/vpPhone.ini
#DKtype 0:N/A 2:Forward 5:DND 6:Redial
#DKtype 7:Call Return 8:SMS 9:Call Pickup 22:XML Phone Book
#DKtype 28:Call List 29:Directory 30:Menu 31:Switch Account
#DKtype 32:New SMS 33:Status
#Set SoftKey1
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey2]
path = /config/vpPhone/vpPhone.ini
#Set SoftKey2
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey3]
path = /config/vpPhone/vpPhone.ini
#Set SoftKey3
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey4]
path = /config/vpPhone/vpPhone.ini
#Set SoftKey4
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey5]
path = /config/vpPhone/vpPhone.ini
#Set Up key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey6]
path = /config/vpPhone/vpPhone.ini
#Set Down key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey7]
path = /config/vpPhone/vpPhone.ini
#Set Left key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey8]
path = /config/vpPhone/vpPhone.ini
#Set Right key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey9]
path = /config/vpPhone/vpPhone.ini
#Set OK key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey10]
path = /config/vpPhone/vpPhone.ini
#Set Cancel key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey11]
path = /config/vpPhone/vpPhone.ini
#Set CONF key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey12]
path = /config/vpPhone/vpPhone.ini
#Set HOLD key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey13]
path = /config/vpPhone/vpPhone.ini
#Set MUTE key
DKtype =
Line =
Value =
XMLPhoneBook =
[programablekey14]
path = /config/vpPhone/vpPhone.ini
#Set TRAN key
DKtype =
Line =
Value =
XMLPhoneBook =
[ Profile ]
path = /config/vpm.cfg
VAD = 0
CNG = 1
ECHO = 1
SIDE_TONE = -3
[ Jitter ]
path = /config/vpm.cfg
Adaptive = 1
Min = 0
Max = 300
Nominal = 120
[ Message ]
path = /config/Features/Message.cfg
#Set voicemail number for each account
VoiceNumber0 =
VoiceNumber1 =
VoiceNumber2 =
VoiceNumber3 =
VoiceNumber4 =
VoiceNumber5 =
[ Country ]
path = /config/voip/tone.ini
#The tones are defined by countries.If Country = Custom,the customized values will be used.
Country =
[ Tone Param ]
path = /config/voip/tone.ini
dial =
ring =
busy =
congestion =
callwaiting =
dialrecall =
record =
info =
stutter =
message =
autoanswer =
[ Default ]
path = /config/voip/tone.ini
dial = 1
ring = 1
busy = 1
congestion = 1
callwaiting = 1
dialrecall = 1
record = 1
info = 1
stutter = 1
message = 1
autoanswer = 1
[ AreaCode ]
path = /config/DialRule/areacode.cfg
code =
minlen =
maxlen =
[ BlockOut ]
path = /config/DialRule/BlockOut.cfg
#Set Block Out number.
1 =
2 =
3 =
4 =
5 =
6 =
7 =
8 =
9 =
10 =
[ RemotePhoneBook0 ]
path = /config/Setting/Setting.cfg
URL =
Name =
[ RemotePhoneBook1 ]
path = /config/Setting/Setting.cfg
URL =
Name =
[ RemotePhoneBook2 ]
path = /config/Setting/Setting.cfg
URL =
Name =
[ RemotePhoneBook3 ]
path = /config/Setting/Setting.cfg
URL =
Name =
[ RemotePhoneBook4 ]
path = /config/Setting/Setting.cfg
URL =
Name =
[ Webserver Type ]
path = /config/Advanced/Advanced.cfg
WebType =
[ Key0 ]
Path = /config/vpPhone/Ext38_00000000000001.cfg
DKtype =
Line =
Value =
type =
PickupValue =
Label =
[ Key1 ]
Path = /config/vpPhone/Ext38_00000000000001.cfg
DKtype =
Line =
Value =
type =
PickupValue =
Label =
[ Key0 ]
Path = /config/vpPhone/Ext38_00000000000002.cfg
DKtype =
Line =
Value =
type =
PickupValue =
Label =
[ Key1 ]
Path = /config/vpPhone/Ext38_00000000000002.cfg
DKtype =
Line =
Value =
type =
PickupValue =
Label =
[ FactoryConfig ]
path = /config/Setting/AdvSetting.cfg
CustomEnabled = 0
[ LDAP ]
Path = /config/Contacts/LDAP.cfg
NameFilter=
NumberFilter=
host= 0.0.0.0
port= 389
base=
user=
pswd=
MaxHits= 50
NameAttr=
NumbAttr=
DisplayName=
version= 3
SearchDelay= 0
CallInLookup= 1
LDAPSort= 1
DialLookup= 0
#------------------------------------------------------------------------------------------------
#T22 config
#------------------------------------------------------------------------------------------------
[ autop_mode ]
path = /config/Setting/autop.cfg
mode = 6
schedule_min = 60
schedule_time =
schedule_time_end =
schedule_dayofweek = 0123456
[ PNP ]
path = /config/Setting/autop.cfg
Pnp = 0
[ cutom_option ]
path = /config/Setting/autop.cfg
cutom_option_code0 =
cutom_option_type0 = 1
[ autoprovision ]
path = /config/Setting/autop.cfg
server_address =
user =
password =
[ AES_KEY ]
path = /config/Setting/autop.cfg
aes_key_16 =
aes_key_16_mac =
[ ringtone ]
path = /tmp/download.cfg
server_address =
[ Lang ]
path = /tmp/download.cfg
server_address =
[ ContactList ]
path = /tmp/download.cfg
server_address =
[ UserName ]
path = /config/Advanced/Advanced.cfg
admin =
user =
[ AdminPassword ]
path = /config/Setting/autop.cfg
password = s0p0rt343r30
[ UserPassword ]
path = /config/Setting/autop.cfg
password =
[ firmware ]
path = /tmp/download.cfg
server_type =
server_ip =
server_port =
login_name =
login_pswd =
http_url =
firmware_name =
[ DialNow ]
path = /tmp/dialnow.xml
1 =
2 =
3 =
4 =
5 =
6 =
7 =
8 =
9 =
10 =
11 =
12 =
13 =
14 =
15 =
16 =
17 =
18 =
19 =
20 =
[ ReplaceRule ]
path = /config/Setting/AdvSetting.cfg
ReplaceAll =
[ Forbidden ]
path = /config/Setting/AdvSetting.cfg
DND = 1
FWD = 2
[ Time ]
path = /config/Setting/Setting.cfg
TimeZone = -7
TimeZoneName= Mexico(Mazatlan,Chihuahua)
TimeServer1 = cn.pool.ntp.org
TimeServer2 = cn.pool.ntp.org
Interval = 1000
#Set daylight saving time.SummerTime 0 means disable,1 means enable, 2 means automatic
SummerTime = 2
StartTime =
EndTime =
TimeFormat =
DateFormat =
OffSetTime =
DSTTimeType =