[asterisk-users] autoprovision 200+ linksys phones setup

Alberto Pastore alberto at msoft-italia.com
Sun Jan 27 03:19:06 CST 2008


Erick,
I'm not aware of any precompiled package with such capabilities.

However, I've implemented this capability myself by creating a
python script that generates automatically tftp profiles
for linksys phones (941, 942, 922, etc.), as well as entries
for sip.conf, extensions.conf, voicemail.conf
from a csv text files containing various fields such as
mac address, display name, extension (sip user), sip password, etc.

I've got some support from linksys themselves
by registering as a Linksys
installer for Italy.

They have an autoprovisioning guide (PDF) with a command line
compiler for encrypting tftp profiles.

This compiler has a very useful command line option 
"--sample-xml-compact"; it creates a sample xml profile
with all parameters supported by a given firmware release.

(I don't use encrypted profiles, so the compiler is really
only a starting point for creating profile templates)

I have the win32 version for firmware 5.1.15
(spa942-5-1-15-spc-win32-i386.exe)

Below is the sample xml generated by this tool.
If you need additional info (such as the pdf guide or other stuff)
email me privately, as I can't post this on the mailing list

Bye,
Alberto.


Sample XML profile for linksys spa-942/922, firmware release
5.1.15 (some text lines got wrapped, if you cut & paste them,
remove the annoying linefeed)

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<flat-profile xmlns="http://www.sipura.net/xsd/SPA942" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.sipura.net/xsd/SPA942 
http://www.sipura.net/xsd/SPA942/SPA942-5-1-15.xsd">

   <Restricted_Access_Domains ua="na"></Restricted_Access_Domains>
   <Enable_Web_Server ua="na">Yes</Enable_Web_Server>
   <Web_Server_Port ua="na">80</Web_Server_Port>
   <Enable_Web_Admin_Access ua="na">Yes</Enable_Web_Admin_Access>
   <Admin_Passwd ua="na"></Admin_Passwd>
   <User_Password ua="rw"></User_Password>
   <Connection_Type ua="rw">DHCP</Connection_Type>
   <Static_IP ua="rw"></Static_IP>
   <NetMask ua="rw"></NetMask>
   <Gateway ua="rw"></Gateway>
   <PPPoE_Login_Name ua="rw"></PPPoE_Login_Name>
   <PPPoE_Login_Password ua="rw"></PPPoE_Login_Password>
   <PPPoE_Service_Name ua="rw"></PPPoE_Service_Name>
   <HostName ua="rw"></HostName>
   <Domain ua="rw"></Domain>
   <Primary_DNS ua="rw"></Primary_DNS>
   <Secondary_DNS ua="rw"></Secondary_DNS>
   <DNS_Server_Order ua="na">Manual</DNS_Server_Order>
   <DNS_Query_Mode ua="na">Parallel</DNS_Query_Mode>
   <Syslog_Server ua="na"></Syslog_Server>
   <Debug_Server ua="na"></Debug_Server>
   <Debug_Level ua="na">0</Debug_Level>
   <Primary_NTP_Server ua="na"></Primary_NTP_Server>
   <Secondary_NTP_Server ua="na"></Secondary_NTP_Server>
   <Enable_VLAN ua="rw">No</Enable_VLAN>
   <VLAN_ID ua="rw">1</VLAN_ID>
   <Enable_CDP ua="na">Yes</Enable_CDP>
   <Provision_Enable ua="na">Yes</Provision_Enable>
   <Resync_On_Reset ua="na">Yes</Resync_On_Reset>
   <Resync_Random_Delay ua="na">2</Resync_Random_Delay>
   <Resync_Periodic ua="na">3600</Resync_Periodic>
   <Resync_Error_Retry_Delay ua="na">3600</Resync_Error_Retry_Delay>
   <Forced_Resync_Delay ua="na">14400</Forced_Resync_Delay>
   <Resync_From_SIP ua="na">Yes</Resync_From_SIP>
   <Resync_After_Upgrade_Attempt ua="na">Yes</Resync_After_Upgrade_Attempt>
   <Resync_Trigger_1 ua="na"></Resync_Trigger_1>
   <Resync_Trigger_2 ua="na"></Resync_Trigger_2>
   <Resync_Fails_On_FNF ua="na">Yes</Resync_Fails_On_FNF>
   <Profile_Rule ua="na">/spa$PSN.cfg</Profile_Rule>
   <Profile_Rule_B ua="na"></Profile_Rule_B>
   <Profile_Rule_C ua="na"></Profile_Rule_C>
   <Profile_Rule_D ua="na"></Profile_Rule_D>
   <Log_Resync_Request_Msg ua="na">$PN $MAC -- Requesting resync 
$SCHEME://$SERVIP:$PORT$PATH</Log_Resync_Request_Msg>
   <Log_Resync_Success_Msg ua="na">$PN $MAC -- Successful resync 
$SCHEME://$SERVIP:$PORT$PATH</Log_Resync_Success_Msg>
   <Log_Resync_Failure_Msg ua="na">$PN $MAC -- Resync failed: 
$ERR</Log_Resync_Failure_Msg>
   <Report_Rule ua="na"></Report_Rule>
   <Upgrade_Enable ua="na">Yes</Upgrade_Enable>
   <Upgrade_Error_Retry_Delay ua="na">3600</Upgrade_Error_Retry_Delay>
   <Downgrade_Rev_Limit ua="na"></Downgrade_Rev_Limit>
   <Upgrade_Rule ua="na"></Upgrade_Rule>
   <Log_Upgrade_Request_Msg ua="na">$PN $MAC -- Requesting upgrade 
$SCHEME://$SERVIP:$PORT$PATH</Log_Upgrade_Request_Msg>
   <Log_Upgrade_Success_Msg ua="na">$PN $MAC -- Successful upgrade 
$SCHEME://$SERVIP:$PORT$PATH -- $ERR</Log_Upgrade_Success_Msg>
   <Log_Upgrade_Failure_Msg ua="na">$PN $MAC -- Upgrade failed: 
$ERR</Log_Upgrade_Failure_Msg>
   <License_Keys ua="na"></License_Keys>
   <GPP_A ua="na"></GPP_A>
   <GPP_B ua="na"></GPP_B>
   <GPP_C ua="na"></GPP_C>
   <GPP_D ua="na"></GPP_D>
   <GPP_E ua="na"></GPP_E>
   <GPP_F ua="na"></GPP_F>
   <GPP_G ua="na"></GPP_G>
   <GPP_H ua="na"></GPP_H>
   <GPP_I ua="na"></GPP_I>
   <GPP_J ua="na"></GPP_J>
   <GPP_K ua="na"></GPP_K>
   <GPP_L ua="na"></GPP_L>
   <GPP_M ua="na"></GPP_M>
   <GPP_N ua="na"></GPP_N>
   <GPP_O ua="na"></GPP_O>
   <GPP_P ua="na"></GPP_P>
   <GPP_SA ua="na"></GPP_SA>
   <GPP_SB ua="na"></GPP_SB>
   <GPP_SC ua="na"></GPP_SC>
   <GPP_SD ua="na"></GPP_SD>
   <Max_Forward ua="na">70</Max_Forward>
   <Max_Redirection ua="na">5</Max_Redirection>
   <Max_Auth ua="na">2</Max_Auth>
   <SIP_User_Agent_Name ua="na">$VERSION</SIP_User_Agent_Name>
   <SIP_Server_Name ua="na">$VERSION</SIP_Server_Name>
   <SIP_Reg_User_Agent_Name ua="na"></SIP_Reg_User_Agent_Name>
   <SIP_Accept_Language ua="na"></SIP_Accept_Language>
   <DTMF_Relay_MIME_Type 
ua="na">application/dtmf-relay</DTMF_Relay_MIME_Type>
   <Remove_Last_Reg ua="na">No</Remove_Last_Reg>
   <Use_Compact_Header ua="na">No</Use_Compact_Header>
   <Escape_Display_Name ua="na">No</Escape_Display_Name>
   <SIP-B_Enable ua="na">No</SIP-B_Enable>
   <Talk_Package ua="na">No</Talk_Package>
   <Hold_Package ua="na">No</Hold_Package>
   <Conference_Package ua="na">No</Conference_Package>
   <Notify_Conference ua="na">No</Notify_Conference>
   <RFC_2543_Call_Hold ua="na">Yes</RFC_2543_Call_Hold>
   <Random_REG_CID_On_Reboot ua="na">No</Random_REG_CID_On_Reboot>
   <SIP_TCP_Port_Min ua="na">5060</SIP_TCP_Port_Min>
   <SIP_TCP_Port_Max ua="na">5080</SIP_TCP_Port_Max>
   <CTI_Enable ua="na">No</CTI_Enable>
   <SIP_T1 ua="na">.5</SIP_T1>
   <SIP_T2 ua="na">4</SIP_T2>
   <SIP_T4 ua="na">5</SIP_T4>
   <SIP_Timer_B ua="na">16</SIP_Timer_B>
   <SIP_Timer_F ua="na">16</SIP_Timer_F>
   <SIP_Timer_H ua="na">16</SIP_Timer_H>
   <SIP_Timer_D ua="na">16</SIP_Timer_D>
   <SIP_Timer_J ua="na">16</SIP_Timer_J>
   <INVITE_Expires ua="na">240</INVITE_Expires>
   <ReINVITE_Expires ua="na">30</ReINVITE_Expires>
   <Reg_Min_Expires ua="na">1</Reg_Min_Expires>
   <Reg_Max_Expires ua="na">7200</Reg_Max_Expires>
   <Reg_Retry_Intvl ua="na">30</Reg_Retry_Intvl>
   <Reg_Retry_Long_Intvl ua="na">1200</Reg_Retry_Long_Intvl>
   <Reg_Retry_Random_Delay ua="na"></Reg_Retry_Random_Delay>
   <Reg_Retry_Long_Random_Delay ua="na"></Reg_Retry_Long_Random_Delay>
   <Reg_Retry_Intvl_Cap ua="na"></Reg_Retry_Intvl_Cap>
   <Sub_Min_Expires ua="na">10</Sub_Min_Expires>
   <Sub_Max_Expires ua="na">7200</Sub_Max_Expires>
   <Sub_Retry_Intvl ua="na">10</Sub_Retry_Intvl>
   <SIT1_RSC ua="na"></SIT1_RSC>
   <SIT2_RSC ua="na"></SIT2_RSC>
   <SIT3_RSC ua="na"></SIT3_RSC>
   <SIT4_RSC ua="na"></SIT4_RSC>
   <Try_Backup_RSC ua="na"></Try_Backup_RSC>
   <Retry_Reg_RSC ua="na"></Retry_Reg_RSC>
   <RTP_Port_Min ua="na">16384</RTP_Port_Min>
   <RTP_Port_Max ua="na">16482</RTP_Port_Max>
   <RTP_Packet_Size ua="na">0.030</RTP_Packet_Size>
   <Max_RTP_ICMP_Err ua="na">0</Max_RTP_ICMP_Err>
   <RTCP_Tx_Interval ua="na">0</RTCP_Tx_Interval>
   <No_UDP_Checksum ua="na">No</No_UDP_Checksum>
   <Symmetric_RTP ua="na">No</Symmetric_RTP>
   <Stats_In_BYE ua="na">No</Stats_In_BYE>
   <AVT_Dynamic_Payload ua="na">101</AVT_Dynamic_Payload>
   <INFOREQ_Dynamic_Payload ua="na"></INFOREQ_Dynamic_Payload>
   <G726r16_Dynamic_Payload ua="na">98</G726r16_Dynamic_Payload>
   <G726r24_Dynamic_Payload ua="na">97</G726r24_Dynamic_Payload>
   <G726r32_Dynamic_Payload ua="na">2</G726r32_Dynamic_Payload>
   <G726r40_Dynamic_Payload ua="na">96</G726r40_Dynamic_Payload>
   <G729b_Dynamic_Payload ua="na">99</G729b_Dynamic_Payload>
   <EncapRTP_Dynamic_Payload ua="na">112</EncapRTP_Dynamic_Payload>
   <RTP-Start-Loopback_Dynamic_Payload 
ua="na">113</RTP-Start-Loopback_Dynamic_Payload>
   <RTP-Start-Loopback_Codec ua="na">G711u</RTP-Start-Loopback_Codec>
   <AVT_Codec_Name ua="na">telephone-event</AVT_Codec_Name>
   <G711u_Codec_Name ua="na">PCMU</G711u_Codec_Name>
   <G711a_Codec_Name ua="na">PCMA</G711a_Codec_Name>
   <G726r16_Codec_Name ua="na">G726-16</G726r16_Codec_Name>
   <G726r24_Codec_Name ua="na">G726-24</G726r24_Codec_Name>
   <G726r32_Codec_Name ua="na">G726-32</G726r32_Codec_Name>
   <G726r40_Codec_Name ua="na">G726-40</G726r40_Codec_Name>
   <G729a_Codec_Name ua="na">G729a</G729a_Codec_Name>
   <G729b_Codec_Name ua="na">G729ab</G729b_Codec_Name>
   <G723_Codec_Name ua="na">G723</G723_Codec_Name>
   <EncapRTP_Codec_Name ua="na">encaprtp</EncapRTP_Codec_Name>
   <Handle_VIA_received ua="na">No</Handle_VIA_received>
   <Handle_VIA_rport ua="na">No</Handle_VIA_rport>
   <Insert_VIA_received ua="na">No</Insert_VIA_received>
   <Insert_VIA_rport ua="na">No</Insert_VIA_rport>
   <Substitute_VIA_Addr ua="na">No</Substitute_VIA_Addr>
   <Send_Resp_To_Src_Port ua="na">No</Send_Resp_To_Src_Port>
   <STUN_Enable ua="na">No</STUN_Enable>
   <STUN_Test_Enable ua="na">No</STUN_Test_Enable>
   <STUN_Server ua="na"></STUN_Server>
   <EXT_IP ua="na"></EXT_IP>
   <EXT_RTP_Port_Min ua="na"></EXT_RTP_Port_Min>
   <NAT_Keep_Alive_Intvl ua="na">15</NAT_Keep_Alive_Intvl>
   <Linksys_Key_System ua="na">No</Linksys_Key_System>
   <Multicast_Address ua="na">224.168.168.168:6061</Multicast_Address>
   <Force_LAN_Codec ua="na">none</Force_LAN_Codec>
   <Line_Enable_1_ ua="na">Yes</Line_Enable_1_>
   <Share_Ext_1_ ua="na">private</Share_Ext_1_>
   <Shared_User_ID_1_ ua="na"></Shared_User_ID_1_>
   <Subscription_Expires_1_ ua="na">3600</Subscription_Expires_1_>
   <NAT_Mapping_Enable_1_ ua="na">No</NAT_Mapping_Enable_1_>
   <NAT_Keep_Alive_Enable_1_ ua="na">No</NAT_Keep_Alive_Enable_1_>
   <NAT_Keep_Alive_Msg_1_ ua="na">$NOTIFY</NAT_Keep_Alive_Msg_1_>
   <NAT_Keep_Alive_Dest_1_ ua="na">$PROXY</NAT_Keep_Alive_Dest_1_>
   <SIP_TOS_DiffServ_Value_1_ ua="na">0x68</SIP_TOS_DiffServ_Value_1_>
   <SIP_CoS_Value_1_ ua="na">3</SIP_CoS_Value_1_>
   <RTP_TOS_DiffServ_Value_1_ ua="na">0xb8</RTP_TOS_DiffServ_Value_1_>
   <RTP_CoS_Value_1_ ua="na">6</RTP_CoS_Value_1_>
   <Network_Jitter_Level_1_ ua="na">high</Network_Jitter_Level_1_>
   <Jitter_Buffer_Adjustment_1_ ua="na">up and 
down</Jitter_Buffer_Adjustment_1_>
   <SIP_Transport_1_ ua="na">UDP</SIP_Transport_1_>
   <SIP_Port_1_ ua="na">5060</SIP_Port_1_>
   <SIP_100REL_Enable_1_ ua="na">No</SIP_100REL_Enable_1_>
   <EXT_SIP_Port_1_ ua="na"></EXT_SIP_Port_1_>
   <Auth_Resync-Reboot_1_ ua="na">Yes</Auth_Resync-Reboot_1_>
   <SIP_Proxy-Require_1_ ua="na"></SIP_Proxy-Require_1_>
   <SIP_Remote-Party-ID_1_ ua="na">No</SIP_Remote-Party-ID_1_>
   <Referor_Bye_Delay_1_ ua="na">4</Referor_Bye_Delay_1_>
   <Refer-To_Target_Contact_1_ ua="na">No</Refer-To_Target_Contact_1_>
   <Referee_Bye_Delay_1_ ua="na">0</Referee_Bye_Delay_1_>
   <SIP_Debug_Option_1_ ua="na">none</SIP_Debug_Option_1_>
   <Refer_Target_Bye_Delay_1_ ua="na">0</Refer_Target_Bye_Delay_1_>
   <Sticky_183_1_ ua="na">No</Sticky_183_1_>
   <Auth_INVITE_1_ ua="na">No</Auth_INVITE_1_>
   <Blind_Attn-Xfer_Enable_1_ ua="na">No</Blind_Attn-Xfer_Enable_1_>
   <MOH_Server_1_ ua="na"></MOH_Server_1_>
   <Message_Waiting_1_ ua="na">No</Message_Waiting_1_>
   <Auth_Page_1_ ua="na">No</Auth_Page_1_>
   <Default_Ring_1_ ua="na">1</Default_Ring_1_>
   <Auth_Page_Realm_1_ ua="na"></Auth_Page_Realm_1_>
   <Conference_Bridge_URL_1_ ua="na"></Conference_Bridge_URL_1_>
   <Auth_Page_Password_1_ ua="na"></Auth_Page_Password_1_>
   <Mailbox_ID_1_ ua="na"></Mailbox_ID_1_>
   <Voice_Mail_Server_1_ ua="na"></Voice_Mail_Server_1_>
   <State_Agent_1_ ua="na"></State_Agent_1_>
   <CFWD_Notify_Serv_1_ ua="na">No</CFWD_Notify_Serv_1_>
   <CFWD_Notifier_1_ ua="na"></CFWD_Notifier_1_>
   <Proxy_1_ ua="na"></Proxy_1_>
   <Use_Outbound_Proxy_1_ ua="na">No</Use_Outbound_Proxy_1_>
   <Outbound_Proxy_1_ ua="na"></Outbound_Proxy_1_>
   <Use_OB_Proxy_In_Dialog_1_ ua="na">Yes</Use_OB_Proxy_In_Dialog_1_>
   <Register_1_ ua="na">Yes</Register_1_>
   <Make_Call_Without_Reg_1_ ua="na">No</Make_Call_Without_Reg_1_>
   <Register_Expires_1_ ua="na">3600</Register_Expires_1_>
   <Ans_Call_Without_Reg_1_ ua="na">No</Ans_Call_Without_Reg_1_>
   <Use_DNS_SRV_1_ ua="na">No</Use_DNS_SRV_1_>
   <DNS_SRV_Auto_Prefix_1_ ua="na">No</DNS_SRV_Auto_Prefix_1_>
   <Proxy_Fallback_Intvl_1_ ua="na">3600</Proxy_Fallback_Intvl_1_>
   <Proxy_Redundancy_Method_1_ ua="na">Normal</Proxy_Redundancy_Method_1_>
   <Display_Name_1_ ua="na"></Display_Name_1_>
   <User_ID_1_ ua="na"></User_ID_1_>
   <Password_1_ ua="na"></Password_1_>
   <Use_Auth_ID_1_ ua="na">No</Use_Auth_ID_1_>
   <Auth_ID_1_ ua="na"></Auth_ID_1_>
   <Mini_Certificate_1_ ua="na"></Mini_Certificate_1_>
   <SRTP_Private_Key_1_ ua="na"></SRTP_Private_Key_1_>
   <Preferred_Codec_1_ ua="na">G711u</Preferred_Codec_1_>
   <Use_Pref_Codec_Only_1_ ua="na">No</Use_Pref_Codec_Only_1_>
   <Second_Preferred_Codec_1_ 
ua="na">Unspecified</Second_Preferred_Codec_1_>
   <Third_Preferred_Codec_1_ ua="na">Unspecified</Third_Preferred_Codec_1_>
   <G729a_Enable_1_ ua="na">Yes</G729a_Enable_1_>
   <G723_Enable_1_ ua="na">Yes</G723_Enable_1_>
   <G726-16_Enable_1_ ua="na">Yes</G726-16_Enable_1_>
   <G726-24_Enable_1_ ua="na">Yes</G726-24_Enable_1_>
   <G726-32_Enable_1_ ua="na">Yes</G726-32_Enable_1_>
   <G726-40_Enable_1_ ua="na">Yes</G726-40_Enable_1_>
   <Release_Unused_Codec_1_ ua="na">Yes</Release_Unused_Codec_1_>
   <DTMF_Process_AVT_1_ ua="na">Yes</DTMF_Process_AVT_1_>
   <Silence_Supp_Enable_1_ ua="na">No</Silence_Supp_Enable_1_>
   <DTMF_Tx_Method_1_ ua="na">Auto</DTMF_Tx_Method_1_>
   <Dial_Plan_1_ 
ua="na">(*xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)</Dial_Plan_1_>
   <Enable_IP_Dialing_1_ ua="na">Yes</Enable_IP_Dialing_1_>
   <Line_Enable_2_ ua="na">Yes</Line_Enable_2_>
   <Share_Ext_2_ ua="na">private</Share_Ext_2_>
   <Shared_User_ID_2_ ua="na"></Shared_User_ID_2_>
   <Subscription_Expires_2_ ua="na">3600</Subscription_Expires_2_>
   <NAT_Mapping_Enable_2_ ua="na">No</NAT_Mapping_Enable_2_>
   <NAT_Keep_Alive_Enable_2_ ua="na">No</NAT_Keep_Alive_Enable_2_>
   <NAT_Keep_Alive_Msg_2_ ua="na">$NOTIFY</NAT_Keep_Alive_Msg_2_>
   <NAT_Keep_Alive_Dest_2_ ua="na">$PROXY</NAT_Keep_Alive_Dest_2_>
   <SIP_TOS_DiffServ_Value_2_ ua="na">0x68</SIP_TOS_DiffServ_Value_2_>
   <SIP_CoS_Value_2_ ua="na">3</SIP_CoS_Value_2_>
   <RTP_TOS_DiffServ_Value_2_ ua="na">0xb8</RTP_TOS_DiffServ_Value_2_>
   <RTP_CoS_Value_2_ ua="na">6</RTP_CoS_Value_2_>
   <Network_Jitter_Level_2_ ua="na">high</Network_Jitter_Level_2_>
   <Jitter_Buffer_Adjustment_2_ ua="na">up and 
down</Jitter_Buffer_Adjustment_2_>
   <SIP_Transport_2_ ua="na">UDP</SIP_Transport_2_>
   <SIP_Port_2_ ua="na">5061</SIP_Port_2_>
   <SIP_100REL_Enable_2_ ua="na">No</SIP_100REL_Enable_2_>
   <EXT_SIP_Port_2_ ua="na"></EXT_SIP_Port_2_>
   <Auth_Resync-Reboot_2_ ua="na">Yes</Auth_Resync-Reboot_2_>
   <SIP_Proxy-Require_2_ ua="na"></SIP_Proxy-Require_2_>
   <SIP_Remote-Party-ID_2_ ua="na">No</SIP_Remote-Party-ID_2_>
   <Referor_Bye_Delay_2_ ua="na">4</Referor_Bye_Delay_2_>
   <Refer-To_Target_Contact_2_ ua="na">No</Refer-To_Target_Contact_2_>
   <Referee_Bye_Delay_2_ ua="na">0</Referee_Bye_Delay_2_>
   <SIP_Debug_Option_2_ ua="na">none</SIP_Debug_Option_2_>
   <Refer_Target_Bye_Delay_2_ ua="na">0</Refer_Target_Bye_Delay_2_>
   <Sticky_183_2_ ua="na">No</Sticky_183_2_>
   <Auth_INVITE_2_ ua="na">No</Auth_INVITE_2_>
   <Blind_Attn-Xfer_Enable_2_ ua="na">No</Blind_Attn-Xfer_Enable_2_>
   <MOH_Server_2_ ua="na"></MOH_Server_2_>
   <Message_Waiting_2_ ua="na">No</Message_Waiting_2_>
   <Auth_Page_2_ ua="na">No</Auth_Page_2_>
   <Default_Ring_2_ ua="na">1</Default_Ring_2_>
   <Auth_Page_Realm_2_ ua="na"></Auth_Page_Realm_2_>
   <Conference_Bridge_URL_2_ ua="na"></Conference_Bridge_URL_2_>
   <Auth_Page_Password_2_ ua="na"></Auth_Page_Password_2_>
   <Mailbox_ID_2_ ua="na"></Mailbox_ID_2_>
   <Voice_Mail_Server_2_ ua="na"></Voice_Mail_Server_2_>
   <State_Agent_2_ ua="na"></State_Agent_2_>
   <CFWD_Notify_Serv_2_ ua="na">No</CFWD_Notify_Serv_2_>
   <CFWD_Notifier_2_ ua="na"></CFWD_Notifier_2_>
   <Proxy_2_ ua="na"></Proxy_2_>
   <Use_Outbound_Proxy_2_ ua="na">No</Use_Outbound_Proxy_2_>
   <Outbound_Proxy_2_ ua="na"></Outbound_Proxy_2_>
   <Use_OB_Proxy_In_Dialog_2_ ua="na">Yes</Use_OB_Proxy_In_Dialog_2_>
   <Register_2_ ua="na">Yes</Register_2_>
   <Make_Call_Without_Reg_2_ ua="na">No</Make_Call_Without_Reg_2_>
   <Register_Expires_2_ ua="na">3600</Register_Expires_2_>
   <Ans_Call_Without_Reg_2_ ua="na">No</Ans_Call_Without_Reg_2_>
   <Use_DNS_SRV_2_ ua="na">No</Use_DNS_SRV_2_>
   <DNS_SRV_Auto_Prefix_2_ ua="na">No</DNS_SRV_Auto_Prefix_2_>
   <Proxy_Fallback_Intvl_2_ ua="na">3600</Proxy_Fallback_Intvl_2_>
   <Proxy_Redundancy_Method_2_ ua="na">Normal</Proxy_Redundancy_Method_2_>
   <Display_Name_2_ ua="na"></Display_Name_2_>
   <User_ID_2_ ua="na"></User_ID_2_>
   <Password_2_ ua="na"></Password_2_>
   <Use_Auth_ID_2_ ua="na">No</Use_Auth_ID_2_>
   <Auth_ID_2_ ua="na"></Auth_ID_2_>
   <Mini_Certificate_2_ ua="na"></Mini_Certificate_2_>
   <SRTP_Private_Key_2_ ua="na"></SRTP_Private_Key_2_>
   <Preferred_Codec_2_ ua="na">G711u</Preferred_Codec_2_>
   <Use_Pref_Codec_Only_2_ ua="na">No</Use_Pref_Codec_Only_2_>
   <Second_Preferred_Codec_2_ 
ua="na">Unspecified</Second_Preferred_Codec_2_>
   <Third_Preferred_Codec_2_ ua="na">Unspecified</Third_Preferred_Codec_2_>
   <G729a_Enable_2_ ua="na">Yes</G729a_Enable_2_>
   <G723_Enable_2_ ua="na">Yes</G723_Enable_2_>
   <G726-16_Enable_2_ ua="na">Yes</G726-16_Enable_2_>
   <G726-24_Enable_2_ ua="na">Yes</G726-24_Enable_2_>
   <G726-32_Enable_2_ ua="na">Yes</G726-32_Enable_2_>
   <G726-40_Enable_2_ ua="na">Yes</G726-40_Enable_2_>
   <Release_Unused_Codec_2_ ua="na">Yes</Release_Unused_Codec_2_>
   <DTMF_Process_AVT_2_ ua="na">Yes</DTMF_Process_AVT_2_>
   <Silence_Supp_Enable_2_ ua="na">No</Silence_Supp_Enable_2_>
   <DTMF_Tx_Method_2_ ua="na">Auto</DTMF_Tx_Method_2_>
   <Dial_Plan_2_ 
ua="na">(*xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)</Dial_Plan_2_>
   <Enable_IP_Dialing_2_ ua="na">Yes</Enable_IP_Dialing_2_>
   <Line_Enable_3_ ua="na">Yes</Line_Enable_3_>
   <Share_Ext_3_ ua="na">private</Share_Ext_3_>
   <Shared_User_ID_3_ ua="na"></Shared_User_ID_3_>
   <Subscription_Expires_3_ ua="na">3600</Subscription_Expires_3_>
   <NAT_Mapping_Enable_3_ ua="na">No</NAT_Mapping_Enable_3_>
   <NAT_Keep_Alive_Enable_3_ ua="na">No</NAT_Keep_Alive_Enable_3_>
   <NAT_Keep_Alive_Msg_3_ ua="na">$NOTIFY</NAT_Keep_Alive_Msg_3_>
   <NAT_Keep_Alive_Dest_3_ ua="na">$PROXY</NAT_Keep_Alive_Dest_3_>
   <SIP_TOS_DiffServ_Value_3_ ua="na">0x68</SIP_TOS_DiffServ_Value_3_>
   <SIP_CoS_Value_3_ ua="na">3</SIP_CoS_Value_3_>
   <RTP_TOS_DiffServ_Value_3_ ua="na">0xb8</RTP_TOS_DiffServ_Value_3_>
   <RTP_CoS_Value_3_ ua="na">6</RTP_CoS_Value_3_>
   <Network_Jitter_Level_3_ ua="na">high</Network_Jitter_Level_3_>
   <Jitter_Buffer_Adjustment_3_ ua="na">up and 
down</Jitter_Buffer_Adjustment_3_>
   <SIP_Transport_3_ ua="na">UDP</SIP_Transport_3_>
   <SIP_Port_3_ ua="na">5062</SIP_Port_3_>
   <SIP_100REL_Enable_3_ ua="na">No</SIP_100REL_Enable_3_>
   <EXT_SIP_Port_3_ ua="na"></EXT_SIP_Port_3_>
   <Auth_Resync-Reboot_3_ ua="na">Yes</Auth_Resync-Reboot_3_>
   <SIP_Proxy-Require_3_ ua="na"></SIP_Proxy-Require_3_>
   <SIP_Remote-Party-ID_3_ ua="na">No</SIP_Remote-Party-ID_3_>
   <Referor_Bye_Delay_3_ ua="na">4</Referor_Bye_Delay_3_>
   <Refer-To_Target_Contact_3_ ua="na">No</Refer-To_Target_Contact_3_>
   <Referee_Bye_Delay_3_ ua="na">0</Referee_Bye_Delay_3_>
   <SIP_Debug_Option_3_ ua="na">none</SIP_Debug_Option_3_>
   <Refer_Target_Bye_Delay_3_ ua="na">0</Refer_Target_Bye_Delay_3_>
   <Sticky_183_3_ ua="na">No</Sticky_183_3_>
   <Auth_INVITE_3_ ua="na">No</Auth_INVITE_3_>
   <Blind_Attn-Xfer_Enable_3_ ua="na">No</Blind_Attn-Xfer_Enable_3_>
   <MOH_Server_3_ ua="na"></MOH_Server_3_>
   <Message_Waiting_3_ ua="na">No</Message_Waiting_3_>
   <Auth_Page_3_ ua="na">No</Auth_Page_3_>
   <Default_Ring_3_ ua="na">1</Default_Ring_3_>
   <Auth_Page_Realm_3_ ua="na"></Auth_Page_Realm_3_>
   <Conference_Bridge_URL_3_ ua="na"></Conference_Bridge_URL_3_>
   <Auth_Page_Password_3_ ua="na"></Auth_Page_Password_3_>
   <Mailbox_ID_3_ ua="na"></Mailbox_ID_3_>
   <Voice_Mail_Server_3_ ua="na"></Voice_Mail_Server_3_>
   <State_Agent_3_ ua="na"></State_Agent_3_>
   <CFWD_Notify_Serv_3_ ua="na">No</CFWD_Notify_Serv_3_>
   <CFWD_Notifier_3_ ua="na"></CFWD_Notifier_3_>
   <Proxy_3_ ua="na"></Proxy_3_>
   <Use_Outbound_Proxy_3_ ua="na">No</Use_Outbound_Proxy_3_>
   <Outbound_Proxy_3_ ua="na"></Outbound_Proxy_3_>
   <Use_OB_Proxy_In_Dialog_3_ ua="na">Yes</Use_OB_Proxy_In_Dialog_3_>
   <Register_3_ ua="na">Yes</Register_3_>
   <Make_Call_Without_Reg_3_ ua="na">No</Make_Call_Without_Reg_3_>
   <Register_Expires_3_ ua="na">3600</Register_Expires_3_>
   <Ans_Call_Without_Reg_3_ ua="na">No</Ans_Call_Without_Reg_3_>
   <Use_DNS_SRV_3_ ua="na">No</Use_DNS_SRV_3_>
   <DNS_SRV_Auto_Prefix_3_ ua="na">No</DNS_SRV_Auto_Prefix_3_>
   <Proxy_Fallback_Intvl_3_ ua="na">3600</Proxy_Fallback_Intvl_3_>
   <Proxy_Redundancy_Method_3_ ua="na">Normal</Proxy_Redundancy_Method_3_>
   <Display_Name_3_ ua="na"></Display_Name_3_>
   <User_ID_3_ ua="na"></User_ID_3_>
   <Password_3_ ua="na"></Password_3_>
   <Use_Auth_ID_3_ ua="na">No</Use_Auth_ID_3_>
   <Auth_ID_3_ ua="na"></Auth_ID_3_>
   <Mini_Certificate_3_ ua="na"></Mini_Certificate_3_>
   <SRTP_Private_Key_3_ ua="na"></SRTP_Private_Key_3_>
   <Preferred_Codec_3_ ua="na">G711u</Preferred_Codec_3_>
   <Use_Pref_Codec_Only_3_ ua="na">No</Use_Pref_Codec_Only_3_>
   <Second_Preferred_Codec_3_ 
ua="na">Unspecified</Second_Preferred_Codec_3_>
   <Third_Preferred_Codec_3_ ua="na">Unspecified</Third_Preferred_Codec_3_>
   <G729a_Enable_3_ ua="na">Yes</G729a_Enable_3_>
   <G723_Enable_3_ ua="na">Yes</G723_Enable_3_>
   <G726-16_Enable_3_ ua="na">Yes</G726-16_Enable_3_>
   <G726-24_Enable_3_ ua="na">Yes</G726-24_Enable_3_>
   <G726-32_Enable_3_ ua="na">Yes</G726-32_Enable_3_>
   <G726-40_Enable_3_ ua="na">Yes</G726-40_Enable_3_>
   <Release_Unused_Codec_3_ ua="na">Yes</Release_Unused_Codec_3_>
   <DTMF_Process_AVT_3_ ua="na">Yes</DTMF_Process_AVT_3_>
   <Silence_Supp_Enable_3_ ua="na">No</Silence_Supp_Enable_3_>
   <DTMF_Tx_Method_3_ ua="na">Auto</DTMF_Tx_Method_3_>
   <Dial_Plan_3_ 
ua="na">(*xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)</Dial_Plan_3_>
   <Enable_IP_Dialing_3_ ua="na">Yes</Enable_IP_Dialing_3_>
   <Line_Enable_4_ ua="na">Yes</Line_Enable_4_>
   <Share_Ext_4_ ua="na">private</Share_Ext_4_>
   <Shared_User_ID_4_ ua="na"></Shared_User_ID_4_>
   <Subscription_Expires_4_ ua="na">3600</Subscription_Expires_4_>
   <NAT_Mapping_Enable_4_ ua="na">No</NAT_Mapping_Enable_4_>
   <NAT_Keep_Alive_Enable_4_ ua="na">No</NAT_Keep_Alive_Enable_4_>
   <NAT_Keep_Alive_Msg_4_ ua="na">$NOTIFY</NAT_Keep_Alive_Msg_4_>
   <NAT_Keep_Alive_Dest_4_ ua="na">$PROXY</NAT_Keep_Alive_Dest_4_>
   <SIP_TOS_DiffServ_Value_4_ ua="na">0x68</SIP_TOS_DiffServ_Value_4_>
   <SIP_CoS_Value_4_ ua="na">3</SIP_CoS_Value_4_>
   <RTP_TOS_DiffServ_Value_4_ ua="na">0xb8</RTP_TOS_DiffServ_Value_4_>
   <RTP_CoS_Value_4_ ua="na">6</RTP_CoS_Value_4_>
   <Network_Jitter_Level_4_ ua="na">high</Network_Jitter_Level_4_>
   <Jitter_Buffer_Adjustment_4_ ua="na">up and 
down</Jitter_Buffer_Adjustment_4_>
   <SIP_Transport_4_ ua="na">UDP</SIP_Transport_4_>
   <SIP_Port_4_ ua="na">5063</SIP_Port_4_>
   <SIP_100REL_Enable_4_ ua="na">No</SIP_100REL_Enable_4_>
   <EXT_SIP_Port_4_ ua="na"></EXT_SIP_Port_4_>
   <Auth_Resync-Reboot_4_ ua="na">Yes</Auth_Resync-Reboot_4_>
   <SIP_Proxy-Require_4_ ua="na"></SIP_Proxy-Require_4_>
   <SIP_Remote-Party-ID_4_ ua="na">No</SIP_Remote-Party-ID_4_>
   <Referor_Bye_Delay_4_ ua="na">4</Referor_Bye_Delay_4_>
   <Refer-To_Target_Contact_4_ ua="na">No</Refer-To_Target_Contact_4_>
   <Referee_Bye_Delay_4_ ua="na">0</Referee_Bye_Delay_4_>
   <SIP_Debug_Option_4_ ua="na">none</SIP_Debug_Option_4_>
   <Refer_Target_Bye_Delay_4_ ua="na">0</Refer_Target_Bye_Delay_4_>
   <Sticky_183_4_ ua="na">No</Sticky_183_4_>
   <Auth_INVITE_4_ ua="na">No</Auth_INVITE_4_>
   <Blind_Attn-Xfer_Enable_4_ ua="na">No</Blind_Attn-Xfer_Enable_4_>
   <MOH_Server_4_ ua="na"></MOH_Server_4_>
   <Message_Waiting_4_ ua="na">No</Message_Waiting_4_>
   <Auth_Page_4_ ua="na">No</Auth_Page_4_>
   <Default_Ring_4_ ua="na">1</Default_Ring_4_>
   <Auth_Page_Realm_4_ ua="na"></Auth_Page_Realm_4_>
   <Conference_Bridge_URL_4_ ua="na"></Conference_Bridge_URL_4_>
   <Auth_Page_Password_4_ ua="na"></Auth_Page_Password_4_>
   <Mailbox_ID_4_ ua="na"></Mailbox_ID_4_>
   <Voice_Mail_Server_4_ ua="na"></Voice_Mail_Server_4_>
   <State_Agent_4_ ua="na"></State_Agent_4_>
   <CFWD_Notify_Serv_4_ ua="na">No</CFWD_Notify_Serv_4_>
   <CFWD_Notifier_4_ ua="na"></CFWD_Notifier_4_>
   <Proxy_4_ ua="na"></Proxy_4_>
   <Use_Outbound_Proxy_4_ ua="na">No</Use_Outbound_Proxy_4_>
   <Outbound_Proxy_4_ ua="na"></Outbound_Proxy_4_>
   <Use_OB_Proxy_In_Dialog_4_ ua="na">Yes</Use_OB_Proxy_In_Dialog_4_>
   <Register_4_ ua="na">Yes</Register_4_>
   <Make_Call_Without_Reg_4_ ua="na">No</Make_Call_Without_Reg_4_>
   <Register_Expires_4_ ua="na">3600</Register_Expires_4_>
   <Ans_Call_Without_Reg_4_ ua="na">No</Ans_Call_Without_Reg_4_>
   <Use_DNS_SRV_4_ ua="na">No</Use_DNS_SRV_4_>
   <DNS_SRV_Auto_Prefix_4_ ua="na">No</DNS_SRV_Auto_Prefix_4_>
   <Proxy_Fallback_Intvl_4_ ua="na">3600</Proxy_Fallback_Intvl_4_>
   <Proxy_Redundancy_Method_4_ ua="na">Normal</Proxy_Redundancy_Method_4_>
   <Display_Name_4_ ua="na"></Display_Name_4_>
   <User_ID_4_ ua="na"></User_ID_4_>
   <Password_4_ ua="na"></Password_4_>
   <Use_Auth_ID_4_ ua="na">No</Use_Auth_ID_4_>
   <Auth_ID_4_ ua="na"></Auth_ID_4_>
   <Mini_Certificate_4_ ua="na"></Mini_Certificate_4_>
   <SRTP_Private_Key_4_ ua="na"></SRTP_Private_Key_4_>
   <Preferred_Codec_4_ ua="na">G711u</Preferred_Codec_4_>
   <Use_Pref_Codec_Only_4_ ua="na">No</Use_Pref_Codec_Only_4_>
   <Second_Preferred_Codec_4_ 
ua="na">Unspecified</Second_Preferred_Codec_4_>
   <Third_Preferred_Codec_4_ ua="na">Unspecified</Third_Preferred_Codec_4_>
   <G729a_Enable_4_ ua="na">Yes</G729a_Enable_4_>
   <G723_Enable_4_ ua="na">Yes</G723_Enable_4_>
   <G726-16_Enable_4_ ua="na">Yes</G726-16_Enable_4_>
   <G726-24_Enable_4_ ua="na">Yes</G726-24_Enable_4_>
   <G726-32_Enable_4_ ua="na">Yes</G726-32_Enable_4_>
   <G726-40_Enable_4_ ua="na">Yes</G726-40_Enable_4_>
   <Release_Unused_Codec_4_ ua="na">Yes</Release_Unused_Codec_4_>
   <DTMF_Process_AVT_4_ ua="na">Yes</DTMF_Process_AVT_4_>
   <Silence_Supp_Enable_4_ ua="na">No</Silence_Supp_Enable_4_>
   <DTMF_Tx_Method_4_ ua="na">Auto</DTMF_Tx_Method_4_>
   <Dial_Plan_4_ 
ua="na">(*xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)</Dial_Plan_4_>
   <Enable_IP_Dialing_4_ ua="na">Yes</Enable_IP_Dialing_4_>
   <Cfwd_All_Dest ua="rw"></Cfwd_All_Dest>
   <Cfwd_Busy_Dest ua="rw"></Cfwd_Busy_Dest>
   <Cfwd_No_Ans_Dest ua="rw"></Cfwd_No_Ans_Dest>
   <Cfwd_No_Ans_Delay ua="rw">20</Cfwd_No_Ans_Delay>
   <Speed_Dial_2 ua="rw"></Speed_Dial_2>
   <Speed_Dial_3 ua="rw"></Speed_Dial_3>
   <Speed_Dial_4 ua="rw"></Speed_Dial_4>
   <Speed_Dial_5 ua="rw"></Speed_Dial_5>
   <Speed_Dial_6 ua="rw"></Speed_Dial_6>
   <Speed_Dial_7 ua="rw"></Speed_Dial_7>
   <Speed_Dial_8 ua="rw"></Speed_Dial_8>
   <Speed_Dial_9 ua="rw"></Speed_Dial_9>
   <CW_Setting ua="rw">Yes</CW_Setting>
   <Block_CID_Setting ua="rw">No</Block_CID_Setting>
   <Block_ANC_Setting ua="rw">No</Block_ANC_Setting>
   <DND_Setting ua="rw">No</DND_Setting>
   <Secure_Call_Setting ua="na">No</Secure_Call_Setting>
   <Dial_Assistance ua="na">No</Dial_Assistance>
   <Auto_Answer_Page ua="na">Yes</Auto_Answer_Page>
   <Preferred_Audio_Device ua="na">Speaker</Preferred_Audio_Device>
   <Send_Audio_To_Speaker ua="na">No</Send_Audio_To_Speaker>
   <Time_Format ua="na">12hr</Time_Format>
   <Date_Format ua="na">month/day</Date_Format>
   <Miss_Call_Shortcut ua="na">Yes</Miss_Call_Shortcut>
   <Accept_Media_Loopback_Request 
ua="na">automatic</Accept_Media_Loopback_Request>
   <Media_Loopback_Mode ua="na">source</Media_Loopback_Mode>
   <Media_Loopback_Type ua="na">media</Media_Loopback_Type>
   <Text_Message ua="rw">Yes</Text_Message>
   <Text_Message_From_3rd_Party ua="rw">No</Text_Message_From_3rd_Party>
   <Alert_Tone_Off ua="rw">No</Alert_Tone_Off>
   <Ringer_Volume ua="rw">8</Ringer_Volume>
   <Speaker_Volume ua="rw">8</Speaker_Volume>
   <Handset_Volume ua="rw">10</Handset_Volume>
   <Headset_Volume ua="rw">10</Headset_Volume>
   <LCD_Contrast ua="rw">8</LCD_Contrast>
   <Back_Light_Timer ua="na">10 s</Back_Light_Timer>
   <Station_Name ua="na"></Station_Name>
   <Voice_Mail_Number ua="na"></Voice_Mail_Number>
   <Text_Logo ua="na"></Text_Logo>
   <BMP_Picture_Download_URL ua="na"></BMP_Picture_Download_URL>
   <Select_Logo ua="na"></Select_Logo>
   <Select_Background_Picture ua="na">None</Select_Background_Picture>
   <Extension_1_ ua="na">1</Extension_1_>
   <Short_Name_1_ ua="na">$USER</Short_Name_1_>
   <Share_Call_Appearance_1_ ua="na">private</Share_Call_Appearance_1_>
   <Extension_2_ ua="na">1</Extension_2_>
   <Short_Name_2_ ua="na">$USER</Short_Name_2_>
   <Share_Call_Appearance_2_ ua="na">private</Share_Call_Appearance_2_>
   <Extension_3_ ua="na">1</Extension_3_>
   <Short_Name_3_ ua="na">$USER</Short_Name_3_>
   <Share_Call_Appearance_3_ ua="na">private</Share_Call_Appearance_3_>
   <Extension_4_ ua="na">1</Extension_4_>
   <Short_Name_4_ ua="na">$USER</Short_Name_4_>
   <Share_Call_Appearance_4_ ua="na">private</Share_Call_Appearance_4_>
   <SCA_Line_ID_Mapping ua="na">Vertical First</SCA_Line_ID_Mapping>
   <SCA_Barge-In_Enable ua="na">No</SCA_Barge-In_Enable>
   <Idle_LED ua="na"></Idle_LED>
   <Remote_Undefined_LED ua="na"></Remote_Undefined_LED>
   <Local_Seized_LED ua="na"></Local_Seized_LED>
   <Remote_Seized_LED ua="na"></Remote_Seized_LED>
   <Local_Progressing_LED ua="na"></Local_Progressing_LED>
   <Remote_Progressing_LED ua="na"></Remote_Progressing_LED>
   <Local_Ringing_LED ua="na"></Local_Ringing_LED>
   <Remote_Ringing_LED ua="na"></Remote_Ringing_LED>
   <Local_Active_LED ua="na"></Local_Active_LED>
   <Remote_Active_LED ua="na"></Remote_Active_LED>
   <Local_Held_LED ua="na"></Local_Held_LED>
   <Remote_Held_LED ua="na"></Remote_Held_LED>
   <Register_Failed_LED ua="na"></Register_Failed_LED>
   <Disabled_LED ua="na"></Disabled_LED>
   <Registering_LED ua="na"></Registering_LED>
   <Call_Back_Active_LED ua="na"></Call_Back_Active_LED>
   <Conference_Serv ua="na">Yes</Conference_Serv>
   <Attn_Transfer_Serv ua="na">Yes</Attn_Transfer_Serv>
   <Blind_Transfer_Serv ua="na">Yes</Blind_Transfer_Serv>
   <DND_Serv ua="na">Yes</DND_Serv>
   <Block_ANC_Serv ua="na">Yes</Block_ANC_Serv>
   <Call_Back_Serv ua="na">Yes</Call_Back_Serv>
   <Block_CID_Serv ua="na">Yes</Block_CID_Serv>
   <Secure_Call_Serv ua="na">Yes</Secure_Call_Serv>
   <Cfwd_All_Serv ua="na">Yes</Cfwd_All_Serv>
   <Cfwd_Busy_Serv ua="na">Yes</Cfwd_Busy_Serv>
   <Cfwd_No_Ans_Serv ua="na">Yes</Cfwd_No_Ans_Serv>
   <Paging_Serv ua="na">Yes</Paging_Serv>
   <Call_Park_Serv ua="na">Yes</Call_Park_Serv>
   <Call_Pick_Up_Serv ua="na">Yes</Call_Pick_Up_Serv>
   <ACD_Login_Serv ua="na">No</ACD_Login_Serv>
   <Group_Call_Pick_Up_Serv ua="na">Yes</Group_Call_Pick_Up_Serv>
   <ACD_Ext ua="na">1</ACD_Ext>
   <Service_Annc_Serv ua="na">No</Service_Annc_Serv>
   <Ring1 ua="na">n=Classic-1;w=3;c=1</Ring1>
   <Ring2 ua="na">n=Classic-2;w=3;c=2</Ring2>
   <Ring3 ua="na">n=Classic-3;w=3;c=3</Ring3>
   <Ring4 ua="na">n=Classic-4;w=3;c=4</Ring4>
   <Ring5 ua="na">n=Simple-1;w=2;c=1</Ring5>
   <Ring6 ua="na">n=Simple-2;w=2;c=2</Ring6>
   <Ring7 ua="na">n=Simple-3;w=2;c=3</Ring7>
   <Ring8 ua="na">n=Simple-4;w=2;c=4</Ring8>
   <Ring9 ua="na">n=Simple-5;w=2;c=5</Ring9>
   <Ring10 ua="na">n=Office;w=4;c=1</Ring10>
   <Handset_Input_Gain ua="na">0</Handset_Input_Gain>
   <Headset_Input_Gain ua="na">0</Headset_Input_Gain>
   <Speakerphone_Input_Gain ua="na">0</Speakerphone_Input_Gain>
   <Acoustic_Echo_Canceller_Enable 
ua="na">Yes</Acoustic_Echo_Canceller_Enable>
   <EM_Enable ua="na">No</EM_Enable>
   <EM_User_Domain ua="na"></EM_User_Domain>
   <EM_Login_State ua="na"></EM_Login_State>
   <EM_Phone_User_ID ua="na"></EM_Phone_User_ID>
   <EM_Phone_Password ua="na"></EM_Phone_Password>
   <EM_Mobile_User_ID ua="na"></EM_Mobile_User_ID>
   <EM_Mobile_Password ua="na"></EM_Mobile_Password>
   <Dial_Tone ua="na">350 at -19,440 at -19;10(*/0/1+2)</Dial_Tone>
   <Outside_Dial_Tone ua="na">420 at -16;10(*/0/1)</Outside_Dial_Tone>
   <Prompt_Tone ua="na">520 at -19,620 at -19;10(*/0/1+2)</Prompt_Tone>
   <Busy_Tone ua="na">480 at -19,620 at -19;10(.5/.5/1+2)</Busy_Tone>
   <Reorder_Tone ua="na">480 at -19,620 at -19;10(.25/.25/1+2)</Reorder_Tone>
   <Off_Hook_Warning_Tone 
ua="na">480 at -10,620 at 0;10(.125/.125/1+2)</Off_Hook_Warning_Tone>
   <Ring_Back_Tone ua="na">440 at -19,480 at -19;*(2/4/1+2)</Ring_Back_Tone>
   <Call_Waiting_Tone ua="na">440 at -10;30(.3/9.7/1)</Call_Waiting_Tone>
   <Confirm_Tone ua="na">600 at -16;1(.25/.25/1)</Confirm_Tone>
   <SIT1_Tone 
ua="na">985 at -16,1428 at -16,1777 at -16;20(.380/0/1,.380/0/2,.380/0/3,0/4/0)</SIT1_Tone>
   <SIT2_Tone 
ua="na">914 at -16,1371 at -16,1777 at -16;20(.274/0/1,.274/0/2,.380/0/3,0/4/0)</SIT2_Tone>
   <SIT3_Tone 
ua="na">914 at -16,1371 at -16,1777 at -16;20(.380/0/1,.380/0/2,.380/0/3,0/4/0)</SIT3_Tone>
   <SIT4_Tone 
ua="na">985 at -16,1371 at -16,1777 at -16;20(.380/0/1,.274/0/2,.380/0/3,0/4/0)</SIT4_Tone>
   <MWI_Dial_Tone 
ua="na">350 at -19,440 at -19;2(.1/.1/1+2);10(*/0/1+2)</MWI_Dial_Tone>
   <Cfwd_Dial_Tone 
ua="na">350 at -19,440 at -19;2(.2/.2/1+2);10(*/0/1+2)</Cfwd_Dial_Tone>
   <Holding_Tone ua="na">600 at -19;25(.1/.1/1,.1/.1/1,.1/9.5/1)</Holding_Tone>
   <Conference_Tone ua="na">350 at -19;20(.1/.1/1,.1/9.7/1)</Conference_Tone>
   <Secure_Call_Indication_Tone 
ua="na">397 at -19,507 at -19;15(0/2/0,.2/.1/1,.1/2.1/2)</Secure_Call_Indication_Tone>
   <Page_Tone ua="na">600 at -16;.3(.05/0.05/1)</Page_Tone>
   <Alert_Tone ua="na">600 at -19;.2(.05/0.05/1)</Alert_Tone>
   <Cadence_1 ua="na">60(2/4)</Cadence_1>
   <Cadence_2 ua="na">60(.3/.2,1/.2,.3/4)</Cadence_2>
   <Cadence_3 ua="na">60(.8/.4,.8/4)</Cadence_3>
   <Cadence_4 ua="na">60(.4/.2,.3/.2,.8/4)</Cadence_4>
   <Cadence_5 ua="na">60(.2/.2,.2/.2,.2/.2,1/4)</Cadence_5>
   <Cadence_6 ua="na">60(.2/.4,.2/.4,.2/4)</Cadence_6>
   <Cadence_7 ua="na">60(4.5/4)</Cadence_7>
   <Cadence_8 ua="na">60(0.25/9.75)</Cadence_8>
   <Cadence_9 ua="na">60(.4/.2,.4/2)</Cadence_9>
   <Reorder_Delay ua="na">5</Reorder_Delay>
   <Call_Back_Expires ua="na">1800</Call_Back_Expires>
   <Call_Back_Retry_Intvl ua="na">30</Call_Back_Retry_Intvl>
   <Call_Back_Delay ua="na">.5</Call_Back_Delay>
   <Interdigit_Long_Timer ua="na">10</Interdigit_Long_Timer>
   <Interdigit_Short_Timer ua="na">3</Interdigit_Short_Timer>
   <Call_Return_Code ua="na">*69</Call_Return_Code>
   <Blind_Transfer_Code ua="na">*98</Blind_Transfer_Code>
   <Call_Back_Act_Code ua="na">*66</Call_Back_Act_Code>
   <Call_Back_Deact_Code ua="na">*86</Call_Back_Deact_Code>
   <Cfwd_All_Act_Code ua="na">*72</Cfwd_All_Act_Code>
   <Cfwd_All_Deact_Code ua="na">*73</Cfwd_All_Deact_Code>
   <Cfwd_Busy_Act_Code ua="na">*90</Cfwd_Busy_Act_Code>
   <Cfwd_Busy_Deact_Code ua="na">*91</Cfwd_Busy_Deact_Code>
   <Cfwd_No_Ans_Act_Code ua="na">*92</Cfwd_No_Ans_Act_Code>
   <Cfwd_No_Ans_Deact_Code ua="na">*93</Cfwd_No_Ans_Deact_Code>
   <CW_Act_Code ua="na">*56</CW_Act_Code>
   <CW_Deact_Code ua="na">*57</CW_Deact_Code>
   <CW_Per_Call_Act_Code ua="na">*71</CW_Per_Call_Act_Code>
   <CW_Per_Call_Deact_Code ua="na">*70</CW_Per_Call_Deact_Code>
   <Block_CID_Act_Code ua="na">*67</Block_CID_Act_Code>
   <Block_CID_Deact_Code ua="na">*68</Block_CID_Deact_Code>
   <Block_CID_Per_Call_Act_Code ua="na">*81</Block_CID_Per_Call_Act_Code>
   <Block_CID_Per_Call_Deact_Code 
ua="na">*82</Block_CID_Per_Call_Deact_Code>
   <Block_ANC_Act_Code ua="na">*77</Block_ANC_Act_Code>
   <Block_ANC_Deact_Code ua="na">*87</Block_ANC_Deact_Code>
   <DND_Act_Code ua="na">*78</DND_Act_Code>
   <DND_Deact_Code ua="na">*79</DND_Deact_Code>
   <Secure_All_Call_Act_Code ua="na">*16</Secure_All_Call_Act_Code>
   <Secure_No_Call_Act_Code ua="na">*17</Secure_No_Call_Act_Code>
   <Secure_One_Call_Act_Code ua="na">*18</Secure_One_Call_Act_Code>
   <Secure_One_Call_Deact_Code ua="na">*19</Secure_One_Call_Deact_Code>
   <Paging_Code ua="na">*96</Paging_Code>
   <Call_Park_Code ua="na">*38</Call_Park_Code>
   <Call_Pickup_Code ua="na">*36</Call_Pickup_Code>
   <Call_UnPark_Code ua="na">*39</Call_UnPark_Code>
   <Group_Call_Pickup_Code ua="na">*37</Group_Call_Pickup_Code>
   <Media_Loopback_Code ua="na">*03</Media_Loopback_Code>
   <Referral_Services_Codes ua="na"></Referral_Services_Codes>
   <Feature_Dial_Services_Codes ua="na"></Feature_Dial_Services_Codes>
   <Service_Annc_Base_Number ua="na"></Service_Annc_Base_Number>
   <Service_Annc_Extension_Codes ua="na"></Service_Annc_Extension_Codes>
   <Prefer_G711u_Code ua="na">*017110</Prefer_G711u_Code>
   <Force_G711u_Code ua="na">*027110</Force_G711u_Code>
   <Prefer_G711a_Code ua="na">*017111</Prefer_G711a_Code>
   <Force_G711a_Code ua="na">*027111</Force_G711a_Code>
   <Prefer_G723_Code ua="na">*01723</Prefer_G723_Code>
   <Force_G723_Code ua="na">*02723</Force_G723_Code>
   <Prefer_G726r16_Code ua="na">*0172616</Prefer_G726r16_Code>
   <Force_G726r16_Code ua="na">*0272616</Force_G726r16_Code>
   <Prefer_G726r24_Code ua="na">*0172624</Prefer_G726r24_Code>
   <Force_G726r24_Code ua="na">*0272624</Force_G726r24_Code>
   <Prefer_G726r32_Code ua="na">*0172632</Prefer_G726r32_Code>
   <Force_G726r32_Code ua="na">*0272632</Force_G726r32_Code>
   <Prefer_G726r40_Code ua="na">*0172640</Prefer_G726r40_Code>
   <Force_G726r40_Code ua="na">*0272640</Force_G726r40_Code>
   <Prefer_G729a_Code ua="na">*01729</Prefer_G729a_Code>
   <Force_G729a_Code ua="na">*02729</Force_G729a_Code>
   <Set_Local_Date__mm_dd_ ua="na"></Set_Local_Date__mm_dd_>
   <Set_Local_Time__HH_mm_ ua="na"></Set_Local_Time__HH_mm_>
   <Time_Zone ua="na">GMT-08:00</Time_Zone>
   <Time_Offset__HH_mm_ ua="na"></Time_Offset__HH_mm_>
   <Daylight_Saving_Time_Rule ua="na"></Daylight_Saving_Time_Rule>
   <DTMF_Playback_Level ua="na">-16</DTMF_Playback_Level>
   <DTMF_Playback_Length ua="na">.1</DTMF_Playback_Length>
   <Inband_DTMF_Boost ua="na">12dB</Inband_DTMF_Boost>
   <Dictionary_Server_Script ua="na"></Dictionary_Server_Script>
   <Dictionary_Server_Copy ua="na"></Dictionary_Server_Copy>
   <Language_Selection ua="na"></Language_Selection>
   <Language_Selection_Copy ua="na"></Language_Selection_Copy>
   <Dictionary_Update_Status ua="na">255</Dictionary_Update_Status>
   <Protect_IVR_FactoryReset ua="na">No</Protect_IVR_FactoryReset>

</flat-profile>




More information about the asterisk-users mailing list