• V20: 3CX Re-engineered. Get V20 for increased security, better call management, a new admin console and Windows softphone. Learn More.

Cisco SPA504G will not provision line key

Status
Not open for further replies.

Denzeltpa

Joined
May 3, 2012
Messages
4
Reaction score
0
This is my first software pbx and the first time I have worked with IP phones, so please forgive me if I get any of the terminology incorrect. I am a network administrator by trade.
- I setup the PBX and a Patton 4114. I was able to configure the system to provision the phones when they give the dhcp boot. The phone provisions all of the extensions, but it does not assign the line key information. If I manually set the line info, everything works fine until the system re-provisions. When it does, it defaults all of the line keys back to extension id or my line 1 key. The line 1 key pulls its value from the activation. The other three keys are set by the provisioning script. My goal is as follows the keys should match the extension:
Ext 1 = base extension line for whatever the base is
Ext2 = an extension setup for all stations that answers an intercom
Ext3 = Rings when main ptsn line rings in
Ext4 = Rings when second line in the hunt group rings ptsn

This is my provisioning file for that portion. I wrote it based on trial and error. The last issue is the line keys. I also updated to latest firmware 7.5.1 in the phones which might have been a mistake. I checked the html page in the phone to make sure my syntax and values matched theirs. Please take a look at this and tell me what/if I’m doing incorrectly. I am only attaching the identity portion.


<!--########################################################-->
<!--### SIP Settings for Identity 1 ###-->
<!--### Note: Access phone xml param console via ###-->
<!--### http://ip/admin/spacfg.xml ###-->
<!--########################################################-->

<!--# The "Line_Enable_1_" field enables or disables Identity 1 on the phone. Valid values are "Yes"==Enable Identity; "No"==Disable Identity. The provisioning template sets the value to "Yes"==Enable Identity.-->
<Line_Enable_1_ group="Ext_1/General">Yes</Line_Enable_1_>

<!--# The "SIP_Port_1_" field specifies which port number the phone should listen on for SIP Traffic. Valid values are 1 to 65535. The provisioning template sets the value to 5060 which is the standard SIP Port.-->
<SIP_Port_1_ group="Ext_1/SIP_Settings">5060</SIP_Port_1_>

<!--# The "Referor_Bye_Delay_1_" field specifies the time that the cisco phone will track the call after a transfer. Default value is 4-->
<Referor_Bye_Delay_1_ group="Ext_1/SIP_Settings">0</Referor_Bye_Delay_1_>

<!--# The Extension Number must be specified in the "User_ID_1" field. The "extension_number" variable will be replaced by the Extension's Extension Number.-->
<User_ID_1_ group="Ext_1/Subscriber_Information">%%extension_number%%</User_ID_1_>

<!--# The "Use_Auth_ID_1_" field enables or disables the phone to use the Authentication ID to register itself with 3CXPS. Valid values are "Yes"==Register Using Authentication ID; "No"==Do Not Register Using Authentication ID. The provisioning template sets the value to "Yes"==Register Using Authentication ID.-->
<Use_Auth_ID_1_ group="Ext_1/Subscriber_Information">Yes</Use_Auth_ID_1_>

<!--# The Authentication ID must be specified in the "Auth_ID_1_" field. The "extension_auth_id" variable will be replaced by the Extension's Authentication ID.-->
<Auth_ID_1_ group="Ext_1/Subscriber_Information">%%extension_auth_id%%</Auth_ID_1_>

<!--# The Authentication Password must be specified in the "Password_1_" field. The "extension_auth_pw" variable will be replaced by the Extension's Authentication Password.-->
<Password_1_ group="Ext_1/Subscriber_Information">%%extension_auth_pw%%</Password_1_>

<!--# The "Display_Name_1_" field contains the Caller Name which the phone will send to 3CXPS. The "extension_first_name" and "extension_last_name" variables will be replaced by the Extension's First Name and Last Name.-->
<Display_Name_1_ group="Ext_1/Subscriber_Information">%%extension_first_name%% %%extension_last_name%%</Display_Name_1_>

<!--# The "Register_1_" field specifies whether the phone should register with the SIP Registrar - in this case 3CXPS. Valid values are "Yes"==Register with SIP Registrar; "No"==Do Not Register With SIP Registrar. The provisioning template sets this value to "Yes"==Register with SIP Registrar to enable interaction with 3CXPS.-->
<Register_1_ group="Ext_1/Proxy_and_Registration">Yes</Register_1_>

<!--# The "Proxy_1_" field contains the ip address and SIP port of the SIP Registrar and Proxy - in this case 3CXPS. The "pbx_ip" and "param::sipport" variables will be replaced by the IP Address and SIP Port of 3CXPS.-->
<Proxy_1_ group="Ext_1/Proxy_and_Registration">%%pbx_ip%%:%%param::sipport%%</Proxy_1_>

<!--# The "Use_Outbound_Proxy_1_" field specifies whether the phone should use an Outbound Proxy to deliver outgoing SIP messages. Valid values are "Yes"==Use Outbound Proxy; "No"==Do Not Use Outbound Proxy. The provisioning template sets the value to "No"==Do Not Use Outbound Proxy.-->
<Use_Outbound_Proxy_1_ group="Ext_1/Proxy_and_Registration">No</Use_Outbound_Proxy_1_>

<!--# The "DNS_SRV_Auto_Prefix_1_" field specifies whether the phone should make DNS lookups for SRV records when attempting to contact the Proxy or the Outbound Proxy. Valid values are "Yes"==Make DNS Lookups For SRV Records; "No"==Do Not Make DNS Lookups for SRV Records. The provisioning template sets the value to "No"==Do Not Make DNS Lookups for SRV Records.-->
<DNS_SRV_Auto_Prefix_1_ group="Ext_1/Proxy_and_Registration">No</DNS_SRV_Auto_Prefix_1_>

<!--# The "Register_Expires_1_" field specifies the length of time (in seconds) the phone will be registered with 3CXPS. The phone will attempt to re-register with 3CXPS before this time expires. The provisioning template sets the value to 900 (15 minutes). Valid values are any positive integer.-->
<Register_Expires_1_ group="Ext_1/Proxy_and_Registration">900</Register_Expires_1_>

<!--# The "Dial_Plan_1_" field specifies which number combinations are allowed. Since 3CXPS takes all necessary routing decisions directly, the dialplan is set to "[x*]." to allow any sequence of keys to be dialed and sent to 3CXPS.-->
<Dial_Plan_1_ group="Ext_1/Dial_Plan">[x*].</Dial_Plan_1_>

<!--#Audio configuration codec settings-->
<Preferred_Codec_1_ group="Ext_1/Audio_Configuration">%%codec1%%</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">%%codec2%%</Second_Preferred_Codec_1_>
<Third_Preferred_Codec_1_ group="Ext_1/Audio_Configuration">%%codec3%%</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_>

<Extension_1_ group="Phone/Line_Key_1Phone/Line_Key_1">1</Extension_1_>
<Short_Name_1_ group="Phone/Line_Key_1">%%extension_auth_id%%</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"></Extended_Function_1_>

<!--########################################################-->
<!--### SIP Settings for Identity 2 ###-->
<!--### Note: Access phone xml param console via ###-->
<!--### http://ip/admin/spacfg.xml ###-->
<!--########################################################-->

<!--# The "Line_Enable_2_" field enables or disables Identity 2 on the phone. Valid values are "Yes"==Enable Identity; "No"==Disable Identity. The provisioning template sets the value to "Yes"==Enable Identity.-->
<Line_Enable_2_ group="Ext_2/General">Yes</Line_Enable_2_>

<!--# The "SIP_Port_2_" field specifies which port number the phone should listen on for SIP Traffic. Valid values are 1 to 65535. The provisioning template sets the value to 5060 which is the standard SIP Port.-->
<SIP_Port_2_ group="Ext_2/SIP_Settings">5060</SIP_Port_2_>

<!--# The "Referor_Bye_Delay_2_" field specifies the time that the cisco phone will track the call after a transfer. Default value is 4-->
<Referor_Bye_Delay_2_ group="Ext_2/SIP_Settings">0</Referor_Bye_Delay_2_>

<!--# The Extension Number must be specified in the "User_ID_2" field. The "extension_number" variable will be replaced by the Extension's Extension Number.-->
<User_ID_2_ group="Ext_2/Subscriber_Information">402</User_ID_2_>

<!--# The "Use_Auth_ID_2_" field enables or disables the phone to use the Authentication ID to register itself with 3CXPS. Valid values are "Yes"==Register Using Authentication ID; "No"==Do Not Register Using Authentication ID. The provisioning template sets the value to "Yes"==Register Using Authentication ID.-->
<Use_Auth_ID_2_ group="Ext_2/Subscriber_Information">Yes</Use_Auth_ID_2_>

<!--# The Authentication ID must be specified in the "Auth_ID_2_" field. The "extension_auth_id" variable will be replaced by the Extension's Authentication ID.-->
<Auth_ID_2_ group="Ext_2/Subscriber_Information">Scale Intercom</Auth_ID_2_>

<!--# The Authentication Password must be specified in the "Password_2_" field. The "extension_auth_pw" variable will be replaced by the Extension's Authentication Password.-->
<Password_2_ group="Ext_2/Subscriber_Information">588hkh8</Password_2_>

<!--# The "Display_Name_2_" field contains the Caller Name which the phone will send to 3CXPS. The "extension_first_name" and "extension_last_name" variables will be replaced by the Extension's First Name and Last Name.-->
<Display_Name_2_ group="Ext_2/Subscriber_Information">Scale Intercom</Display_Name_2_>

<!--# The "Register_2_" field specifies whether the phone should register with the SIP Registrar - in this case 3CXPS. Valid values are "Yes"==Register with SIP Registrar; "No"==Do Not Register With SIP Registrar. The provisioning template sets this value to "Yes"==Register with SIP Registrar to enable interaction with 3CXPS.-->
<Register_2_ group="Ext_2/Proxy_and_Registration">Yes</Register_2_>

<!--# The "Proxy_2_" field contains the ip address and SIP port of the SIP Registrar and Proxy - in this case 3CXPS. The "pbx_ip" and "param::sipport" variables will be replaced by the IP Address and SIP Port of 3CXPS.-->
<Proxy_2_ group="Ext_2/Proxy_and_Registration">%%pbx_ip%%:%%param::sipport%%</Proxy_2_>

<!--# The "Use_Outbound_Proxy_2_" field specifies whether the phone should use an Outbound Proxy to deliver outgoing SIP messages. Valid values are "Yes"==Use Outbound Proxy; "No"==Do Not Use Outbound Proxy. The provisioning template sets the value to "No"==Do Not Use Outbound Proxy.-->
<Use_Outbound_Proxy_2_ group="Ext_2/Proxy_and_Registration">No</Use_Outbound_Proxy_2_>

<!--# The "DNS_SRV_Auto_Prefix_2_" field specifies whether the phone should make DNS lookups for SRV records when attempting to contact the Proxy or the Outbound Proxy. Valid values are "Yes"==Make DNS Lookups For SRV Records; "No"==Do Not Make DNS Lookups for SRV Records. The provisioning template sets the value to "No"==Do Not Make DNS Lookups for SRV Records.-->
<DNS_SRV_Auto_Prefix_2_ group="Ext_2/Proxy_and_Registration">No</DNS_SRV_Auto_Prefix_2_>

<!--# The "Register_Expires_2_" field specifies the length of time (in seconds) the phone will be registered with 3CXPS. The phone will attempt to re-register with 3CXPS before this time expires. The provisioning template sets the value to 900 (15 minutes). Valid values are any positive integer.-->
<Register_Expires_2_ group="Ext_2/Proxy_and_Registration">900</Register_Expires_2_>

<!--# The "Dial_Plan_2_" field specifies which number combinations are allowed. Since 3CXPS takes all necessary routing decisions directly, the dialplan is set to "[x*]." to allow any sequence of keys to be dialed and sent to 3CXPS.-->
<Dial_Plan_2_ group="Ext_2/Dial_Plan">[x*].</Dial_Plan_2_>

<!--#Audio configuration codec settings-->
<Preferred_Codec_2_ group="Ext_2/Audio_Configuration">%%codec1%%</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">%%codec2%%</Second_Preferred_Codec_2_>
<Third_Preferred_Codec_2_ group="Ext_2/Audio_Configuration">%%codec3%%</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_>

<Extension_2_ group="Phone/Line_Key_2Phone/Line_Key_2">2</Extension_2_>
<Short_Name_2_ group="Phone/Line_Key_2">%%extension_auth_id%%</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"></Extended_Function_2_>

<!--########################################################-->
<!--### SIP Settings for Identity 3 ###-->
<!--### Note: Access phone xml param console via ###-->
<!--### http://ip/admin/spacfg.xml ###-->
<!--########################################################-->

<!--# The "Line_Enable_3_" field enables or disables Identity 3 on the phone. Valid values are "Yes"==Enable Identity; "No"==Disable Identity. The provisioning template sets the value to "Yes"==Enable Identity.-->
<Line_Enable_3_ group="Ext_3/General">Yes</Line_Enable_3_>

<!--# The "SIP_Port_3_" field specifies which port number the phone should listen on for SIP Traffic. Valid values are 1 to 65535. The provisioning template sets the value to 5060 which is the standard SIP Port.-->
<SIP_Port_3_ group="Ext_3/SIP_Settings">5060</SIP_Port_3_>

<!--# The "Referor_Bye_Delay_3_" field specifies the time that the cisco phone will track the call after a transfer. Default value is 4-->
<Referor_Bye_Delay_3_ group="Ext_3/SIP_Settings">0</Referor_Bye_Delay_3_>

<!--# The Extension Number must be specified in the "User_ID_3" field. The "extension_number" variable will be replaced by the Extension's Extension Number.-->
<User_ID_3_ group="Ext_3/Subscriber_Information">400</User_ID_3_>

<!--# The "Use_Auth_ID_3_" field enables or disables the phone to use the Authentication ID to register itself with 3CXPS. Valid values are "Yes"==Register Using Authentication ID; "No"==Do Not Register Using Authentication ID. The provisioning template sets the value to "Yes"==Register Using Authentication ID.-->
<Use_Auth_ID_3_ group="Ext_3/Subscriber_Information">Yes</Use_Auth_ID_3_>

<!--# The Authentication ID must be specified in the "Auth_ID_3_" field. The "extension_auth_id" variable will be replaced by the Extension's Authentication ID.-->
<Auth_ID_3_ group="Ext_3/Subscriber_Information">Ramm Recycling Line1</Auth_ID_3_>

<!--# The Authentication Password must be specified in the "Password_3_" field. The "extension_auth_pw" variable will be replaced by the Extension's Authentication Password.-->
<Password_3_ group="Ext_3/Subscriber_Information">ve5c399</Password_3_>

<!--# The "Display_Name_3_" field contains the Caller Name which the phone will send to 3CXPS. The "extension_first_name" and "extension_last_name" variables will be replaced by the Extension's First Name and Last Name.-->
<Display_Name_3_ group="Ext_3/Subscriber_Information">Ramm Recycling Line1</Display_Name_3_>

<!--# The "Register_3_" field specifies whether the phone should register with the SIP Registrar - in this case 3CXPS. Valid values are "Yes"==Register with SIP Registrar; "No"==Do Not Register With SIP Registrar. The provisioning template sets this value to "Yes"==Register with SIP Registrar to enable interaction with 3CXPS.-->
<Register_3_ group="Ext_3/Proxy_and_Registration">Yes</Register_3_>

<!--# The "Proxy_3_" field contains the ip address and SIP port of the SIP Registrar and Proxy - in this case 3CXPS. The "pbx_ip" and "param::sipport" variables will be replaced by the IP Address and SIP Port of 3CXPS.-->
<Proxy_3_ group="Ext_3/Proxy_and_Registration">%%pbx_ip%%:%%param::sipport%%</Proxy_3_>

<!--# The "Use_Outbound_Proxy_3_" field specifies whether the phone should use an Outbound Proxy to deliver outgoing SIP messages. Valid values are "Yes"==Use Outbound Proxy; "No"==Do Not Use Outbound Proxy. The provisioning template sets the value to "No"==Do Not Use Outbound Proxy.-->
<Use_Outbound_Proxy_3_ group="Ext_3/Proxy_and_Registration">No</Use_Outbound_Proxy_3_>

<!--# The "DNS_SRV_Auto_Prefix_3_" field specifies whether the phone should make DNS lookups for SRV records when attempting to contact the Proxy or the Outbound Proxy. Valid values are "Yes"==Make DNS Lookups For SRV Records; "No"==Do Not Make DNS Lookups for SRV Records. The provisioning template sets the value to "No"==Do Not Make DNS Lookups for SRV Records.-->
<DNS_SRV_Auto_Prefix_3_ group="Ext_3/Proxy_and_Registration">No</DNS_SRV_Auto_Prefix_3_>

<!--# The "Register_Expires_3_" field specifies the length of time (in seconds) the phone will be registered with 3CXPS. The phone will attempt to re-register with 3CXPS before this time expires. The provisioning template sets the value to 900 (15 minutes). Valid values are any positive integer.-->
<Register_Expires_3_ group="Ext_3/Proxy_and_Registration">900</Register_Expires_3_>

<!--# The "Dial_Plan_3_" field specifies which number combinations are allowed. Since 3CXPS takes all necessary routing decisions directly, the dialplan is set to "[x*]." to allow any sequence of keys to be dialed and sent to 3CXPS.-->
<Dial_Plan_3_ group="Ext_3/Dial_Plan">[x*].</Dial_Plan_3_>

<!--#Audio configuration codec settings-->
<Preferred_Codec_3_ group="Ext_3/Audio_Configuration">%%codec1%%</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">%%codec2%%</Second_Preferred_Codec_3_>
<Third_Preferred_Codec_3_ group="Ext_3/Audio_Configuration">%%codec3%%</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_>

<Extension_3_ group="Phone/Line_Key_3Phone/Line_Key_3">3</Extension_3_>
<Short_Name_3_ group="Phone/Line_Key_3">Ramm Line 1</Short_Name_3_>
<Share_Call_Appearance_3_ group="Phone/Line_Key_3">Shared</Share_Call_Appearance_3_>
<Extended_Function_3_ group="Phone/Line_Key_3"></Extended_Function_3_>

<!--########################################################-->
<!--### SIP Settings for Identity 4 ###-->
<!--### Note: Access phone xml param console via ###-->
<!--### http://ip/admin/spacfg.xml ###-->
<!--########################################################-->

<!--# The "Line_Enable_4_" field enables or disables Identity 4 on the phone. Valid values are "Yes"==Enable Identity; "No"==Disable Identity. The provisioning template sets the value to "Yes"==Enable Identity.-->
<Line_Enable_4_ group="Ext_4/General">Yes</Line_Enable_4_>

<!--# The "SIP_Port_4_" field specifies which port number the phone should listen on for SIP Traffic. Valid values are 1 to 65535. The provisioning template sets the value to 5060 which is the standard SIP Port.-->
<SIP_Port_4_ group="Ext_4/SIP_Settings">5060</SIP_Port_4_>

<!--# The "Referor_Bye_Delay_4_" field specifies the time that the cisco phone will track the call after a transfer. Default value is 4-->
<Referor_Bye_Delay_4_ group="Ext_4/SIP_Settings">0</Referor_Bye_Delay_4_>

<!--# The Extension Number must be specified in the "User_ID_4" field. The "extension_number" variable will be replaced by the Extension's Extension Number.-->
<User_ID_4_ group="Ext_4/Subscriber_Information">401</User_ID_4_>

<!--# The "Use_Auth_ID_4_" field enables or disables the phone to use the Authentication ID to register itself with 3CXPS. Valid values are "Yes"==Register Using Authentication ID; "No"==Do Not Register Using Authentication ID. The provisioning template sets the value to "Yes"==Register Using Authentication ID.-->
<Use_Auth_ID_4_ group="Ext_4/Subscriber_Information">Yes</Use_Auth_ID_4_>

<!--# The Authentication ID must be specified in the "Auth_ID_4_" field. The "extension_auth_id" variable will be replaced by the Extension's Authentication ID.-->
<Auth_ID_4_ group="Ext_4/Subscriber_Information">Ramm Recycling Line2</Auth_ID_4_>

<!--# The Authentication Password must be specified in the "Password_4_" field. The "extension_auth_pw" variable will be replaced by the Extension's Authentication Password.-->
<Password_4_ group="Ext_4/Subscriber_Information">nnxy7en</Password_4_>

<!--# The "Display_Name_4_" field contains the Caller Name which the phone will send to 3CXPS. The "extension_first_name" and "extension_last_name" variables will be replaced by the Extension's First Name and Last Name.-->
<Display_Name_4_ group="Ext_4/Subscriber_Information">Ramm Recycling Line2</Display_Name_4_>

<!--# The "Register_4_" field specifies whether the phone should register with the SIP Registrar - in this case 3CXPS. Valid values are "Yes"==Register with SIP Registrar; "No"==Do Not Register With SIP Registrar. The provisioning template sets this value to "Yes"==Register with SIP Registrar to enable interaction with 3CXPS.-->
<Register_4_ group="Ext_4/Proxy_and_Registration">Yes</Register_4_>

<!--# The "Proxy_4_" field contains the ip address and SIP port of the SIP Registrar and Proxy - in this case 3CXPS. The "pbx_ip" and "param::sipport" variables will be replaced by the IP Address and SIP Port of 3CXPS.-->
<Proxy_4_ group="Ext_4/Proxy_and_Registration">%%pbx_ip%%:%%param::sipport%%</Proxy_4_>

<!--# The "Use_Outbound_Proxy_4_" field specifies whether the phone should use an Outbound Proxy to deliver outgoing SIP messages. Valid values are "Yes"==Use Outbound Proxy; "No"==Do Not Use Outbound Proxy. The provisioning template sets the value to "No"==Do Not Use Outbound Proxy.-->
<Use_Outbound_Proxy_4_ group="Ext_4/Proxy_and_Registration">No</Use_Outbound_Proxy_4_>

<!--# The "DNS_SRV_Auto_Prefix_4_" field specifies whether the phone should make DNS lookups for SRV records when attempting to contact the Proxy or the Outbound Proxy. Valid values are "Yes"==Make DNS Lookups For SRV Records; "No"==Do Not Make DNS Lookups for SRV Records. The provisioning template sets the value to "No"==Do Not Make DNS Lookups for SRV Records.-->
<DNS_SRV_Auto_Prefix_4_ group="Ext_4/Proxy_and_Registration">No</DNS_SRV_Auto_Prefix_4_>

<!--# The "Register_Expires_4_" field specifies the length of time (in seconds) the phone will be registered with 3CXPS. The phone will attempt to re-register with 3CXPS before this time expires. The provisioning template sets the value to 900 (15 minutes). Valid values are any positive integer.-->
<Register_Expires_4_ group="Ext_4/Proxy_and_Registration">900</Register_Expires_4_>

<!--# The "Dial_Plan_4_" field specifies which number combinations are allowed. Since 3CXPS takes all necessary routing decisions directly, the dialplan is set to "[x*]." to allow any sequence of keys to be dialed and sent to 3CXPS.-->
<Dial_Plan_4_ group="Ext_4/Dial_Plan">[x*].</Dial_Plan_4_>

<!--#Audio configuration codec settings-->
<Preferred_Codec_4_ group="Ext_4/Audio_Configuration">%%codec1%%</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">%%codec2%%</Second_Preferred_Codec_4_>
<Third_Preferred_Codec_4_ group="Ext_4/Audio_Configuration">%%codec3%%</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_>

<Extension_4_ group="Phone/Line_Key_4Phone/Line_Key_4">4</Extension_4_>
<Short_Name_4_ group="Phone/Line_Key_4">Ramm Line 2</Short_Name_4_>
<Share_Call_Appearance_4_ group="Phone/Line_Key_4">Shared</Share_Call_Appearance_4_>
<Extended_Function_4_ group="Phone/Line_Key_4"></Extended_Function_4_>
 
There's a typo in the .xml that's repeated for each and every line.

Specifically this bit of code:
Code:
<Extension_1_ group="Phone/Line_Key_1Phone/Line_Key_1">1</Extension_1_>

Should be:
Code:
<Extension_1_ group="Phone/Line_Key_1">1</Extension_1_>

I didn't proof everything, but I noticed this right away.

BTW, my might change your passwords now that you've posted them here for everyone to see. :)
 
Thanks for the quick catch. I was told this is a softphone forum. Is that correct? These are still in the lab for me so I will be changing the password when I deliver. After I changed the line, the line 2 key corrected and the other two didnt. The extensions still provision to the phone but the key light isn't coming through. I even tried changing the web interface and pulling the exact lines out of the extensions from the html web interface. That should have eliminated any typos or setting parameters being incorrect.... and still no joy. Im going to keep at it but do you know the setting to stop reprovisioning completely? I was told that 11 which is in beta supports this firmware. As this is my first phone system of anykind, I'm thinking I should avoid betas for delivery.
 
I can assure you that 7.5.1 works OK with both V10 SP6 and V11 Beta. We have 7.5.1 installed on every Cisco SPA50x phone in the office and most of them are configured for 2 extensions.

Here's a snippet of our .xml. Be aware that it needs modification to work with your system...

Code:
<?xml version="1.0"?>
<doc xmlns:tcx="http://www.3cx.com">
  <header>
    <type>phone-template</type>
    <version>22502</version>
    <time>2010-05-17 15:00:00</time>
    <name>Cisco SIP Phone</name>
    <url>http://www.cisco.com</url>
    <models>
      <model>2 Line Sample (SPA-504G + SPA-500S)</model>
    </models>
    <description>Cisco SIP Phone</description>
    <parsers>
      <parser>BLF</parser>
    </parsers>
 <rebootParams>
      <event-name>reboot</event-name>
    </rebootParams>
 <resyncParams>
  <event-name>check-sync</event-name>
 </resyncParams>
 <firmwareParams>
  <event-name>check-sync</event-name>
 </firmwareParams>
 <dst variableName ="dstEnableDisable" enable ="Yes" disable = "No">
 </dst>
 <languages>
 <!--The first entry is the selected entry in management console--> 
 <option value="English-US">
 <item name = "langwebUI">English-US</item>
 </option>   
 <option value="Deutsch">
    <item name = "langwebUI">Deutsch</item>
 </option>
 <option value="Espanol">
 <item name = "langwebUI">Espanol</item>
 </option>
 <option value="Francais">
 <item name = "langwebUI">Francais</item>
 </option>
 <option value="Italiano">
 <item name = "langwebUI">Italiano</item>
 </option>
 <option value="Nederlands">
 <item name = "langwebUI">Nederlands</item>
 </option>
 </languages>
 <timezoneParams param="time_timezone_linksys">
 <!--The first entry is the selected entry in management console--> 
 <option value="GMT-05:00">GMT-5:00 (US Eastern Time, New York)</option>
 <option value="GMT-12:00">GMT-12:00 (International Date Line West)</option>
 <option value="GMT-11:00">GMT-11:00 (Midway Island, Samoa)</option>
 <option value="GMT-10:00">GMT-10:00 (US Hawaiian Time)</option>
 <option value="GMT-09:00">GMT-9:00 (US Alaska Time)</option>
 <option value="GMT-08:00">GMT-8:00 (US Pacific Time, Los Angeles)</option>
 <option value="GMT-07:00">GMT-7:00 (US Mountain Time, Denver)</option>
 <option value="GMT-06:00">GMT-6:00 (US Central Time, Chicago)</option>
 <option value="GMT-04:30">GMT-4:30 (Venezuela)</option>
 <option value="GMT-04:00">GMT-4:00 (Atlantic Time, Quebec)</option>
 <option value="GMT-03:30">GMT-3:30 (Newfoundland)</option>
 <option value="GMT-03:00">GMT-3:00 (Greenland)</option>
 <option value="GMT-02:00">GMT-2:00 (Mid-Atlantic)</option>
 <option value="GMT-01:00">GMT-1:00 (Azores, Cape Verdi Is.)</option>
 <option value="GMT">GMT(London, Dublin, Edinburgh, Lisbon, Casablanca, Monrovia)</option>
 <option value="GMT+01:00">GMT+1:00 (Paris,Amsterdam, Berlin, Rome, Vienna, Madrid, Warsaw, Brussels)</option>
 <option value="GMT+02:00">GMT+2:00 (Israel, Cairo, Athens, Helsinki, Istanbul, Buchrest)</option>
 <option value="GMT+03:00">GMT+3:00 (Moscow, Kuwait, Baghdad, Tehran, Nairobi)</option>
 <option value="GMT+03:30">GMT+3:30 (Tehran)</option>
 <option value="GMT+04:00">GMT+4:00 (Abu Dhabi, Baku)</option>
 <option value="GMT+04:30">GMT+4:30 (Kabul)</option>
 <option value="GMT+05:00">GMT+5:00 (Islamabad, Ekaterinburg, Karachi, Tashkent)</option>
 <option value="GMT+05:30">GMT+5:30 (Chennai, New Delhi, Mumbai)</option>
 <option value="GMT+05:45">GMT+5:45 (Kathmandu)</option>
 <option value="GMT+06:00">GMT+6:00 (Almaty, Astana. Dhaka, Novosibirsk)</option>
 <option value="GMT+06:30">GMT+6:30 (Rangoon)</option>
 <option value="GMT+07:00">GMT+7:00 (Bankok, Jakarta, Hanoi, Krasnoyarsk)</option>
 <option value="GMT+08:00">GMT+8:00 (Beijing, Singapore, Taipei, Kuala Lumpur, Irkutsk, Perth)</option>
 <option value="GMT+09:00">GMT+9:00 (Japan, Korea, Yakutsk)</option>
 <option value="GMT+09:30">GMT+9:30 (Adelaide, Darwin)</option>
 <option value="GMT+10:00">GMT+10:00 (Brisbane, Sydney, Melbourne, Canberra, Guam, Hobart)</option>
 <option value="GMT+11:00">GMT+11:00 (Magadan, Solomon Is., New Caledonia)</option>
 <option value="GMT+12:00">GMT+12:00 (Auckland, Wellington, Fiji)</option>
 <option value="GMT+13:00">GMT+13:00 (Nuku'alofa)</option>
 </timezoneParams>
 <Codecspriorities>
      <Codecspriority variableName="codec1" priority="1">
        <!--The first entry is the selected entry in management console-->
        <option value="G711u">G711u</option>
  <option value="G711a">G711a</option>
        <option value="G729a">G729a</option>
        <option value="G722">G722</option>
      </Codecspriority>
      <Codecspriority variableName="codec2" priority="2">
        <!--The first entry is the selected entry in management console-->
        <option value="G711a">G711a</option>
  <option value="G711u">G711u</option>
        <option value="G729a">G729a</option>
        <option value="G722">G722</option>
      </Codecspriority>
      <Codecspriority variableName="codec3" priority="3">
        <!--The first entry is the selected entry in management console-->
        <option value="G722">G722</option>
  <option value="G711u">G711u</option>
  <option value="G711a">G711a</option>
        <option value="G729a">G729a</option>
      </Codecspriority>
    </Codecspriorities>   
  </header>
    <blftype>
      <extension>
        <value>fnc=sd+blf+cp;</value>
      </extension>
   <speeddial>
        <value>fnc=sd;</value>
      </speeddial>
   <customspeeddial>
        <value>fnc=sd;</value>
      </customspeeddial>
      <queuelogin>
        <value>fnc=sd;</value>
      </queuelogin>
   <profilestatus>
        <value>fnc=sd;</value>
      </profilestatus>
   <parkextension>
        <value>fnc=sd+blf;</value>
      </parkextension>
  </blftype>
  <data>
    <device>
      <type>phone</type>
      <field name="Name">Cisco SIP Phone</field>
      <deviceconfig filename="%%mac_address%%.xml">
<![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<flat-profile>



<!--########## SIP Settings for Ext 1 ##########-->

<!--# The "Line_Enable_1_" field enables or disables Identity 1 on the phone. Valid values are "Yes"==Enable Identity; "No"==Disable Identity. The provisioning template sets the value to "Yes"==Enable Identity.-->
<Line_Enable_1_ group="Ext_1/General">Yes</Line_Enable_1_>

<!--# The "SIP_Port_1_" field specifies which port number the phone should listen on for SIP Traffic. Valid values are 1 to 65535. The provisioning template sets the value to 5060 which is the standard SIP Port.-->
<SIP_Port_1_ group="Ext_1/SIP_Settings">5060</SIP_Port_1_>

<!--# The "Referor_Bye_Delay_1_" field specifies the time that the cisco phone will track the call after a transfer. Default value is 4-->
<Referor_Bye_Delay_1_ group="Ext_1/SIP_Settings">0</Referor_Bye_Delay_1_>

<!--# The Extension Number must be specified in the "User_ID_1" field. The "extension_number" variable will be replaced by the Extension's Extension Number.-->
<User_ID_1_ group="Ext_1/Subscriber_Information">%%extension_number%%</User_ID_1_>

<!--# The "Use_Auth_ID_1_" field enables or disables the phone to use the Authentication ID to register itself with 3CXPS. Valid values are "Yes"==Register Using Authentication ID; "No"==Do Not Register Using Authentication ID. The provisioning template sets the value to "Yes"==Register Using Authentication ID.-->
<Use_Auth_ID_1_ group="Ext_1/Subscriber_Information">Yes</Use_Auth_ID_1_>

<!--# The Authentication ID must be specified in the "Auth_ID_1_" field. The "extension_auth_id" variable will be replaced by the Extension's Authentication ID.-->
<Auth_ID_1_ group="Ext_1/Subscriber_Information">%%extension_auth_id%%</Auth_ID_1_>

<!--# The Authentication Password must be specified in the "Password_1_" field. The "extension_auth_pw" variable will be replaced by the Extension's Authentication Password.-->
<Password_1_ group="Ext_1/Subscriber_Information">%%extension_auth_pw%%</Password_1_>

<!--# The "Display_Name_1_" field contains the Caller Name which the phone will send to 3CXPS. The "extension_first_name" and "extension_last_name" variables will be replaced by the Extension's First Name and Last Name.-->
<Display_Name_1_ group="Ext_1/Subscriber_Information">%%extension_first_name%% %%extension_last_name%%</Display_Name_1_>

<!--# The "Register_1_" field specifies whether the phone should register with the SIP Registrar - in this case 3CXPS. Valid values are "Yes"==Register with SIP Registrar; "No"==Do Not Register With SIP Registrar. The provisioning template sets this value to "Yes"==Register with SIP Registrar to enable interaction with 3CXPS.-->
<Register_1_ group="Ext_1/Proxy_and_Registration">Yes</Register_1_>

<!--# The "Proxy_1_" field contains the ip address and SIP port of the SIP Registrar and Proxy - in this case 3CXPS. The "pbx_ip" and "param::sipport" variables will be replaced by the IP Address and SIP Port of 3CXPS.-->
<Proxy_1_ group="Ext_1/Proxy_and_Registration">%%pbx_ip%%:%%param::sipport%%</Proxy_1_>

<!--# The "Use_Outbound_Proxy_1_" field specifies whether the phone should use an Outbound Proxy to deliver outgoing SIP messages. Valid values are "Yes"==Use Outbound Proxy; "No"==Do Not Use Outbound Proxy. The provisioning template sets the value to "No"==Do Not Use Outbound Proxy.-->
<Use_Outbound_Proxy_1_ group="Ext_1/Proxy_and_Registration">No</Use_Outbound_Proxy_1_>

<!--# The "DNS_SRV_Auto_Prefix_1_" field specifies whether the phone should make DNS lookups for SRV records when attempting to contact the Proxy or the Outbound Proxy. Valid values are "Yes"==Make DNS Lookups For SRV Records; "No"==Do Not Make DNS Lookups for SRV Records. The provisioning template sets the value to "No"==Do Not Make DNS Lookups for SRV Records.-->
<DNS_SRV_Auto_Prefix_1_ group="Ext_1/Proxy_and_Registration">No</DNS_SRV_Auto_Prefix_1_>

<!--# The "Register_Expires_1_" field specifies the length of time (in seconds) the phone will be registered with 3CXPS. The phone will attempt to re-register with 3CXPS before this time expires. The provisioning template sets the value to 900 (15 minutes). Valid values are any positive integer.-->
<Register_Expires_1_ group="Ext_1/Proxy_and_Registration">900</Register_Expires_1_>

<!--# The "Dial_Plan_1_" field specifies which number combinations are allowed. Since 3CXPS takes all necessary routing decisions directly, the dialplan is set to "[x*]." to allow any sequence of keys to be dialed and sent to 3CXPS.-->
<Dial_Plan_1_ group="Ext_1/Dial_Plan">[x*].</Dial_Plan_1_>

<!--# Auto_Ans_Page_On_Active_Call_1_" field prevents a call from being interrupted during a intercom or page.-->
<Auto_Ans_Page_On_Active_Call_1_ group="Ext_1/Call_Feature_Settings">No</Auto_Ans_Page_On_Active_Call_1_>

<!--#Audio configuration codec settings-->
<Preferred_Codec_1_ group="Ext_1/Audio_Configuration">%%codec1%%</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">%%codec2%%</Second_Preferred_Codec_1_>
<Third_Preferred_Codec_1_ group="Ext_1/Audio_Configuration">%%codec3%%</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_>

<Extension_1_ group="Phone/Line_Key_1Phone/Line_Key_1">1</Extension_1_> 
<Short_Name_1_ group="Phone/Line_Key_1">%%extension_auth_id%%</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"></Extended_Function_1_> 



<!--########## SIP Settings for Ext 2 ##########-->

<!--# The "Line_Enable_2_" field enables or disables Identity 2 on the phone. Valid values are "Yes"==Enable Identity; "No"==Disable Identity. The provisioning template sets the value to "Yes"==Enable Identity.-->
<Line_Enable_2_ group="Ext_2/General">Yes</Line_Enable_2_>

<!--# The "SIP_Port_2_" field specifies which port number the phone should listen on for SIP Traffic. Valid values are 1 to 65535. The provisioning template sets the value to 5060 which is the standard SIP Port.-->
<SIP_Port_2_ group="Ext_2/SIP_Settings">5060</SIP_Port_2_>

<!--# The "Referor_Bye_Delay_2_" field specifies the time that the cisco phone will track the call after a transfer. Default value is 4-->
<Referor_Bye_Delay_2_ group="Ext_2/SIP_Settings">0</Referor_Bye_Delay_2_>

<!--# The Extension Number must be specified in the "User_ID_2" field. The "extension_number" variable will be replaced by the Extension's Extension Number.-->
<User_ID_2_ group="Ext_2/Subscriber_Information">#####Extension_Number#####</User_ID_2_>

<!--# The "Use_Auth_ID_2_" field enables or disables the phone to use the Authentication ID to register itself with 3CXPS. Valid values are "Yes"==Register Using Authentication ID; "No"==Do Not Register Using Authentication ID. The provisioning template sets the value to "Yes"==Register Using Authentication ID.-->
<Use_Auth_ID_2_ group="Ext_2/Subscriber_Information">Yes</Use_Auth_ID_2_>

<!--# The Authentication ID must be specified in the "Auth_ID_2_" field. The "extension_auth_id" variable will be replaced by the Extension's Authentication ID.-->
<Auth_ID_2_ group="Ext_2/Subscriber_Information">#####Extension_Number#####</Auth_ID_2_>

<!--# The Authentication Password must be specified in the "Password_2_" field. The "extension_auth_pw" variable will be replaced by the Extension's Authentication Password.-->
<Password_2_ group="Ext_2/Subscriber_Information">#####Password#####</Password_2_>

<!--# The "Display_Name_2_" field contains the Caller Name which the phone will send to 3CXPS. The "extension_first_name" and "extension_last_name" variables will be replaced by the Extension's First Name and Last Name.-->
<Display_Name_2_ group="Ext_2/Subscriber_Information">%%extension_first_name%%</Display_Name_2_>

<!--# The "Register_2_" field specifies whether the phone should register with the SIP Registrar - in this case 3CXPS. Valid values are "Yes"==Register with SIP Registrar; "No"==Do Not Register With SIP Registrar. The provisioning template sets this value to "Yes"==Register with SIP Registrar to enable interaction with 3CXPS.-->
<Register_2_ group="Ext_2/Proxy_and_Registration">Yes</Register_2_>

<!--# The "Proxy_2_" field contains the ip address and SIP port of the SIP Registrar and Proxy - in this case 3CXPS. The "pbx_ip" and "param::sipport" variables will be replaced by the IP Address and SIP Port of 3CXPS.-->
<Proxy_2_ group="Ext_2/Proxy_and_Registration">%%pbx_ip%%:%%param::sipport%%</Proxy_2_>

<!--# The "Use_Outbound_Proxy_2_" field specifies whether the phone should use an Outbound Proxy to deliver outgoing SIP messages. Valid values are "Yes"==Use Outbound Proxy; "No"==Do Not Use Outbound Proxy. The provisioning template sets the value to "No"==Do Not Use Outbound Proxy.-->
<Use_Outbound_Proxy_2_ group="Ext_2/Proxy_and_Registration">No</Use_Outbound_Proxy_2_>

<!--# The "DNS_SRV_Auto_Prefix_2_" field specifies whether the phone should make DNS lookups for SRV records when attempting to contact the Proxy or the Outbound Proxy. Valid values are "Yes"==Make DNS Lookups For SRV Records; "No"==Do Not Make DNS Lookups for SRV Records. The provisioning template sets the value to "No"==Do Not Make DNS Lookups for SRV Records.-->
<DNS_SRV_Auto_Prefix_2_ group="Ext_2/Proxy_and_Registration">No</DNS_SRV_Auto_Prefix_2_>

<!--# The "Register_Expires_2_" field specifies the length of time (in seconds) the phone will be registered with 3CXPS. The phone will attempt to re-register with 3CXPS before this time expires. The provisioning template sets the value to 900 (15 minutes). Valid values are any positive integer.-->
<Register_Expires_2_ group="Ext_2/Proxy_and_Registration">900</Register_Expires_2_>

<!--# The "Dial_Plan_2_" field specifies which number combinations are allowed. Since 3CXPS takes all necessary routing decisions directly, the dialplan is set to "[x*]." to allow any sequence of keys to be dialed and sent to 3CXPS.-->
<Dial_Plan_2_ group="Ext_2/Dial_Plan">[x*].</Dial_Plan_2_>

<!--# Auto_Ans_Page_On_Active_Call_2_" field prevents a call from being interrupted during a intercom or page.-->
<Auto_Ans_Page_On_Active_Call_2_ group="Ext_2/Call_Feature_Settings">No</Auto_Ans_Page_On_Active_Call_2_>

<!--#Audio configuration codec settings-->
<Preferred_Codec_2_ group="Ext_2/Audio_Configuration">%%codec1%%</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">%%codec2%%</Second_Preferred_Codec_2_>
<Third_Preferred_Codec_2_ group="Ext_2/Audio_Configuration">%%codec3%%</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_>

<Extension_2_ group="Phone/Line_Key_2">2</Extension_2_>
<Share_Call_Appearance_2_ group="Phone/Line_Key_2">private</Share_Call_Appearance_2_>
<Extended_Function_2_ group="Phone/Line_Key_2"></Extended_Function_2_>
<Short_Name_2_ group="Phone/Line_Key_2">#####Short_Name#####</Short_Name_2_>



<!--########## SIP Settings for Ext 3 ##########-->

<Extension_3_ group="Phone/Line_Key_3">1</Extension_3_>
<Share_Call_Appearance_3_ group="Phone/Line_Key_3">private</Share_Call_Appearance_3_>
<Extended_Function_3_ group="Phone/Line_Key_3"></Extended_Function_3_>
<Short_Name_3_ group="Phone/Line_Key_3">%%extension_auth_id%%</Short_Name_3_>



<!--########## SIP Settings for Ext 4 ##########-->

<Extension_4_ group="Phone/Line_Key_4">1</Extension_4_>
<Share_Call_Appearance_4_ group="Phone/Line_Key_4">private</Share_Call_Appearance_4_>
<Extended_Function_4_ group="Phone/Line_Key_4"></Extended_Function_4_>
<Short_Name_4_ group="Phone/Line_Key_4">%%extension_auth_id%%</Short_Name_4_>



<!--########## Generic SIP Or Phone Settings ##########-->

<!--# The "Station_Name" field contains the a name to identify the phone - typically visible at the top of the LCD display in later firmware versions. The "extension_first_name" and "extension_last_name" variables will be replaced by the Extension's First Name and Last Name.-->
<Station_Name group="Phone/General">%%extension_first_name%%</Station_Name>

<!--# The "Reorder_Delay" field defines after how many seconds the phone will play a Reorder Tone (fast busy) after the remote caller hangs up. Valid values a 0-254, and 255 which means that the phone will NOT play a Reorder Tone after the remote caller hangs up.-->
<Reorder_Delay group="Regional/Control_Timer_Values__sec_">255</Reorder_Delay>

<!--# The "Programmable_softkey_enable" enables the function of changing the function of the programmable call keys-->
<Programmable_Softkey_Enable group="Phone/Programmable_Softkeys">Yes</Programmable_Softkey_Enable>

<!--# The "Connected_Key_List" field defines which soft keys are visible while a call is connected. This template configured them to present the more commonly used functions in the main screen-->
<Connected_Key_List group="Phone/Programmable_Softkeys">confLx|7;flash|7;xferLx|2;conf|3;xfer|4;toggle|4;redial|5;dir|6;bxfer|1;park|8;phold</Connected_Key_List>

<!--# The "Interdigit_Long_Timer" specifies the maximum time (in seconds) allowed between dialed digits, when there is no match in the dialplan. Since the dialplan set by the provisioning template is "[x*]." (so any sequence will match), this is set to the default value of 10 seconds.-->
<Interdigit_Long_Timer group="Regional/Control_Timer_Values__sec_">12</Interdigit_Long_Timer>

<!--# The "Interdigit_Short_Timer" specifies the maximum time (in seconds) allowed between dialed digits, when there is a match in the dialplan. The provisioning template sets this value to 10 seconds.-->
<Interdigit_Short_Timer group="Regional/Control_Timer_Values__sec_">10</Interdigit_Short_Timer>

<!--#Reorganize default ring tones-->
<Ring1 group="Phone/Ring_Tone">n=Simple-1;w=2;c=1</Ring1>
<Ring2 group="Phone/Ring_Tone">n=Simple-2;w=2;c=2</Ring2>
<Ring3 group="Phone/Ring_Tone">n=Simple-3;w=2;c=3</Ring3>
<Ring4 group="Phone/Ring_Tone">n=Simple-4;w=2;c=4</Ring4>
<Ring5 group="Phone/Ring_Tone">n=Simple-5;w=2;c=5</Ring5>
<Ring6 group="Phone/Ring_Tone">n=Classic-1;w=3;c=1</Ring6>
<Ring7 group="Phone/Ring_Tone">n=Classic-2;w=3;c=2</Ring7>
<Ring8 group="Phone/Ring_Tone">n=Classic-3;w=3;c=3</Ring8>
<Ring9 group="Phone/Ring_Tone">n=Classic-4;w=3;c=4</Ring9>
<Ring10 group="Phone/Ring_Tone">n=Office;w=4;c=1</Ring10>
<Ring11 group="Phone/Ring_Tone">n=Pulse;w=5;c=1</Ring11>
<Ring12 group="Phone/Ring_Tone">n=Du-dut;w=6;c=1</Ring12>

<!--# Disable miss call shortcut-->
<Miss_Call_Shortcut group="User/Supplementary_Services">No</Miss_Call_Shortcut>

<!--# Customize PSK-->
<Programmable_Softkey_Enable group="Phone/Programmable_Softkeys">Yes</Programmable_Softkey_Enable>
<Idle_Key_List group="Phone/Programmable_Softkeys">redial|1;dir|2;psk1|3;psk2|4;psk3|5;psk4|6;psk5|7</Idle_Key_List>
<Missed_Call_Key_List group="Phone/Programmable_Softkeys">lcr|1;miss|4</Missed_Call_Key_List>
<Off_Hook_Key_List group="Phone/Programmable_Softkeys">redial|1;dir|2;cfwd|3;lcr|4</Off_Hook_Key_List>
<Dialing_Input_Key_List group="Phone/Programmable_Softkeys">dial|1;delchar|2;clear|3;cancel|4</Dialing_Input_Key_List>
<Progressing_Key_List group="Phone/Programmable_Softkeys">endcall|2</Progressing_Key_List>
<Connected_Key_List group="Phone/Programmable_Softkeys">bxfer|1;conf|3;xfer|4</Connected_Key_List>
<Start-Xfer_Key_List group="Phone/Programmable_Softkeys">hold|1;endcall|2;xfer|4</Start-Xfer_Key_List>
<Start-Conf_Key_List group="Phone/Programmable_Softkeys">hold|1;endcall|2;conf|3</Start-Conf_Key_List>
<Conferencing_Key_List group="Phone/Programmable_Softkeys">hold|1;endcall|2;join|4</Conferencing_Key_List>
<Releasing_Key_List group="Phone/Programmable_Softkeys">endcall|2</Releasing_Key_List>
<Hold_Key_List group="Phone/Programmable_Softkeys">resume|1;endcall|2;newcall|3</Hold_Key_List>
<Ringing_Key_List group="Phone/Programmable_Softkeys">answer|1;ignore|2</Ringing_Key_List>
<Shared_Active_Key_List group="Phone/Programmable_Softkeys"/>
<Shared_Held_Key_List group="Phone/Programmable_Softkeys"/>
<PSK_1 group="Phone/Programmable_Softkeys">fnc=sd;ext=*62@$PROXY;nme=login</PSK_1>
<PSK_2 group="Phone/Programmable_Softkeys">fnc=sd;ext=*63@$PROXY;nme=logout</PSK_2>
<PSK_3 group="Phone/Programmable_Softkeys">fnc=sd;ext=*30@$PROXY;nme=avail</PSK_3>
<PSK_4 group="Phone/Programmable_Softkeys">fnc=sd;ext=*31@$PROXY;nme=away</PSK_4>
<PSK_5 group="Phone/Programmable_Softkeys">fnc=sd;ext=*32@$PROXY;nme=out</PSK_5>



<!--########## SIP/SIP Parameters ##########-->

<!--This requires firmware spa50x-30x-7-4-8a and upwards. This parameter improves blind transfers via speed dials.--> 
<Keep_Referee_When_REFER_Failed group="SIP/SIP_Parameters">Yes</Keep_Referee_When_REFER_Failed>



<!--########## RTP Settings ##########-->

<!--# The "RTP_Packet_Size" field specifies the packetization rate for each RTP packet delivering audio. Valid values are from 0.010 to 0.160 (in steps of 0.010). The provisioning template sets the value to 0.020 to ensure correct interaction with other phones, gateways, and voip providers which do not support non-standard values.-->
<RTP_Packet_Size group="SIP/RTP_Parameters">0.020</RTP_Packet_Size>



<!--########## VoiceMail and Message Waiting Indicator Settings ##########-->

<!--# The "Mailbox_ID_1_" field specifies the which identity represents the VoiceMail account at the Registrar - in this case 3CXPS. Since with 3CXPS the Extension Number represents the identity of both phone AND VoiceMail, this value must be the same as the Extension Number. The "extension_number" variable will be replaced with the phone's Extension Number.-->
<Mailbox_ID_1_ group="Ext_1/Call_Feature_Settings">%%extension_number%%</Mailbox_ID_1_>

<!--# The "Voice_Mail_Number" field contains the destination number for the VoiceMail service. The "vm_number" variable will be replacd by the 3CXPS VoiceMail Menu Extension Number.-->
<Voice_Mail_Number group="Phone/General">%%vm_number%%</Voice_Mail_Number>



<!--########## Provisioning Settings - Stage 2 ##########-->

<!--# Linksys Provisioning is a 2-stage process. The phone will, by default after a factory reset, search for a configuration file "SPAxxx.cfg" (where xxx is the model number, so for example, for a Linksys SPA-962, the filename would be "spa962.cfg"). Since we need each phone to have a different extension number, in stage 2 we need to define a "<mac_address>.xml" file that instructs the phone to retrieve its own settings.-->
  
<!--# The "Resync_Periodic" field defines the interval (in seconds) between 1 provisioning cycle and the rest. Since this is the stage 2 file, this is set to 86400 seconds (24 hours).-->
<Resync_Periodic group="Provisioning/Configuration_Profile"></Resync_Periodic>

<!--# The "Resync_At__HHmm" field speficies a time at which a resync occurs.-->
<Resync_At__HHmm_ group="Provisioning/Configuration_Profile">0300</Resync_At__HHmm_>
 
<!--# Firmware Update #-->
<Upgrade_Enable group="Provisioning/Firmware_Upgrade">Yes</Upgrade_Enable>
<Upgrade_Rule group="Provisioning/Firmware_Upgrade">http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/firmware/%%firmware%%</Upgrade_Rule>
<Upgrade_Error_Retry_Delay group="Provisioning/Firmware_Upgrade">259200</Upgrade_Error_Retry_Delay>

<!--# The "Profile_Rule" field defines the URL path and filename for the configuration file. This will be the configuration file for the stage 2, and there must have a phone-specific filename. The $MA is a Linksys Internal variable which represents the phone's MAC Address, so in stage 2 the phone will search for a filename such as "0001a2b3c4d5.xml". The provisioning template sets the value to "http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/$MA.xml".-->
<Profile_Rule group="Provisioning/Configuration_Profile">http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/$MA.xml</Profile_Rule>

<!--# The "User_Configurable_Resync" field defines whether a user can manually adjust the Provisioning Server from the Phone Keys directly. Valid values are "Yes"==Allow Adjustment of Provisioning Server from Phone; "No"==Do Not Allow Adjustment of Provisioning Server from Phone. The provisioning template sets the value to "Yes"==Allow Adjustment of Provisioning Server from Phone.-->
<User_Configurable_Resync group="Provisioning/Configuration_Profile">Yes</User_Configurable_Resync>

<!--# The "XML_Directory_Service_Name" and "XML_Directory_Service_URL" fields define the name and the provisioning location for the phone to retrieve the 3CX Company Phonebook.-->
<XML_Directory_Service_Name group="Phone/XML_Service">Eagle Foundry</XML_Directory_Service_Name>
<XML_Directory_Service_URL group="Phone/XML_Service">http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/cisco_phonebook_custom.xml</XML_Directory_Service_URL>



<!--########## Remote Reboot Settings ##########-->

<!--# The "Auth_Resync-Reboot_1_" field specifies whether a remote request to SIP Identity 1 on the phone to reboot should be authenticated. Valid values are "Yes"==Require Authentication for Remote Reboot; "No"==Do Not Require Authentication for Remote Reboot. The provisioning template sets the value to "No"==Do Not Require Authentication for Remote Reboot.-->
<Auth_Resync-Reboot_1_ group="Ext_1/SIP_Settings">No</Auth_Resync-Reboot_1_>

<!--# The "Blind_Attn-Xfer_Enable_1_" field specifies whether the phone should deliver an Attended Transfer request using the Blind Transfer mechanism instead. Valid values are "Yes"==Use Blind Transfer Mechanism for Attended Transfer Requests; "No"==Do Not Use Blind Transfer Mechanism for Attended Transfer Requests. The provisioning template sets the value to "Yes"==Use Blind Transfer Mechanism for Attended Transfer Requests.-->
<Blind_Attn-Xfer_Enable_1_ group="Ext_1/Call_Feature_Settings">Yes</Blind_Attn-Xfer_Enable_1_>



<!--########## Time and DST Settings ##########-->

<Primary_NTP_Server group="System/Optional_Network_Configuration">%%param::time_ntp_server%%</Primary_NTP_Server>
<Time_Zone group="Regional/Miscellaneous">%%param::time_timezone_linksys%%</Time_Zone>
<Daylight_Saving_Time_Enable group="Regional/Miscellaneous">%%dstEnableDisable%%</Daylight_Saving_Time_Enable>
<Daylight_Saving_Time_Rule group="Regional/Miscellaneous">start=%%param::time_dst_start_month%%/%%param::time_dst_start_day%%/0;end=%%param::time_dst_end_month%%/%%param::time_dst_end_day%%/0;save=0:%%param::time_dst_saving_minutes%%:0</Daylight_Saving_Time_Rule>



<!--########## Language Settings ##########-->
 
<Dictionary_Server_Script group="Regional/Miscellaneous">serv=http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/firmware/;d0=English-US;x0=spa50x_30x_en_v745.xml;d1=Deutsch;x1=spa50x_30x_de_v745.xml;d2=Espanol;x2=spa50x_30x_es_v745.xml;d3=Francais;x3=spa50x_30x_fr_v745.xml;d4=Italiano;x4=spa50x_30x_it_v745.xml;d5=Nederlands;x5=spa50x_30x_nl_v745.xml</Dictionary_Server_Script>
<Language_Selection group="Regional/Miscellaneous">%%langwebUI%%</Language_Selection>
<Default_Character_Encoding group="Regional/Miscellaneous">UTF-8</Default_Character_Encoding>



<!--########## Networking V-LAN ##########-->

<!--#VLAN ID Tagging on or off for the SW Port (802.1q).#--> 
<Enable_VLAN group="System/VLAN_Settings">No</Enable_VLAN> 
<!--#VLAN ID (0..4095) Which sets the ID number for the VLAN SW Port (802.1q).#--> 
<VLAN_ID group="System/VLAN_Settings">1</VLAN_ID> 
<!--#VLAN ID Tagging on or off for the PC Port (802.1q).#--> 
<Enable_PC_Port_VLAN_Tagging group="System/VLAN_Settings">No</Enable_PC_Port_VLAN_Tagging> 
<!--#VLAN ID (0..4095) Which sets the ID number for the PC Port  (802.1q).#--> 
<PC_Port_VLAN_ID group="System/VLAN_Settings">1</PC_Port_VLAN_ID> 
<!--#Sets the Priority of the PC Port to the Phones Switch Port (802.1q).#--> 
<PC_Port_VLAN_Highest_Priority group="System/VLAN_Settings">No Limit</PC_Port_VLAN_Highest_Priority> 
 


<!--########## Other Settings ##########-->

<!--# Phone Web Admin password-->
<Admin_Passwd group="System/System_Configuration">password</Admin_Passwd>



<!--########## BLF Settings ##########-->

<!--# The "Unit_1_Key_1" field contains a string value which specifies the type of functionality to assign to the first key on the SPA-932 Sidecar unit, and which extension number to monitor. The provisioning template sets the value to "fnc=sd+blf+cp;sub=blf1@%%pbx_ip%%;nme=100" - unless BLF is not being used for the key, in which case the value will be blank.-->
<!--# The string value contains 2 sections, separated by a ";" character.-->
<!--# The first section must contain "fnc=sd+blf+cp" - which basically means SpeedDial + BLF + CallPickup.-->
<!--# The second section must contain the extension identity for whose notifications the phone will subscribe, in the format "sub=blf1@%%pbx_ip%%" - where the variables "blf1" and "pbx_ip" will be replaced by the extension number chosen from the 3CX Management Console, and the IP Address of the 3CXPS machine.-->
<!--# The second key is identified by the "Unit_1_Key_2" field, and will contain "sub=blf2@%%pbx_ip%%" (note reference to the "blf2" variable); the third key is identified by the "Unit_1_Key_3" field  and will contain "sub=blf3@%%pbx_ip%%" (note reference to the "blf3" variable); and so on.-->

<Unit_1_Enable group="Attendant_Console/General">yes</Unit_1_Enable>
<Unit_2_Enable group="Attendant_Console/General">no</Unit_2_Enable> 
<Server_Type group="Attendant_Console/General">RFC3265_4235</Server_Type>
<Attendant_Console_Call_Pickup_Code group="Attendant_Console/General"></Attendant_Console_Call_Pickup_Code>
<Subscribe_Delay group="Attendant_Console/General">5</Subscribe_Delay>

{IF blf1}
<Unit_1_Key_1 group="Attendant_Console/Unit_1">%%value%%sub=%%blf1%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf1%%</Unit_1_Key_1>
{ELSE}
<Unit_1_Key_1 group="Attendant_Console/Unit_1"></Unit_1_Key_1>
{ENDIF}

{IF blf2}
<Unit_1_Key_2 group="Attendant_Console/Unit_1">%%value%%sub=%%blf2%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf2%%</Unit_1_Key_2>
{ELSE}
<Unit_1_Key_2 group="Attendant_Console/Unit_1"></Unit_1_Key_2>
{ENDIF}

{IF blf3}
<Unit_1_Key_3 group="Attendant_Console/Unit_1">%%value%%sub=%%blf3%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf3%%</Unit_1_Key_3>
{ELSE}
<Unit_1_Key_3 group="Attendant_Console/Unit_1"></Unit_1_Key_3>
{ENDIF}

{IF blf4}
<Unit_1_Key_4 group="Attendant_Console/Unit_1">%%value%%sub=%%blf4%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf4%%</Unit_1_Key_4>
{ELSE}
<Unit_1_Key_4 group="Attendant_Console/Unit_1"></Unit_1_Key_4>
{ENDIF}

{IF blf5}
<Unit_1_Key_5 group="Attendant_Console/Unit_1">%%value%%sub=%%blf5%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf5%%</Unit_1_Key_5>
{ELSE}
<Unit_1_Key_5 group="Attendant_Console/Unit_1"></Unit_1_Key_5>
{ENDIF}

{IF blf6}
<Unit_1_Key_6 group="Attendant_Console/Unit_1">%%value%%sub=%%blf6%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf6%%</Unit_1_Key_6>
{ELSE}
<Unit_1_Key_6 group="Attendant_Console/Unit_1"></Unit_1_Key_6>
{ENDIF}

{IF blf7}
<Unit_1_Key_7 group="Attendant_Console/Unit_1">%%value%%sub=%%blf7%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf7%%</Unit_1_Key_7>
{ELSE}
<Unit_1_Key_7 group="Attendant_Console/Unit_1"></Unit_1_Key_7>
{ENDIF}

{IF blf8}
<Unit_1_Key_8 group="Attendant_Console/Unit_1">%%value%%sub=%%blf8%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf8%%</Unit_1_Key_8>
{ELSE}
<Unit_1_Key_8 group="Attendant_Console/Unit_1"></Unit_1_Key_8>
{ENDIF}

{IF blf9}
<Unit_1_Key_9 group="Attendant_Console/Unit_1">%%value%%sub=%%blf9%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf9%%</Unit_1_Key_9>
{ELSE}
<Unit_1_Key_9 group="Attendant_Console/Unit_1"></Unit_1_Key_9>
{ENDIF}

{IF blf10}
<Unit_1_Key_10 group="Attendant_Console/Unit_1">%%value%%sub=%%blf10%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf10%%</Unit_1_Key_10>
{ELSE}
<Unit_1_Key_10 group="Attendant_Console/Unit_1"></Unit_1_Key_10>
{ENDIF}

{IF blf11}
<Unit_1_Key_11 group="Attendant_Console/Unit_1">%%value%%sub=%%blf11%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf11%%</Unit_1_Key_11>
{ELSE}
<Unit_1_Key_11 group="Attendant_Console/Unit_1"></Unit_1_Key_11>
{ENDIF}

{IF blf12}
<Unit_1_Key_12 group="Attendant_Console/Unit_1">%%value%%sub=%%blf12%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf12%%</Unit_1_Key_12>
{ELSE}
<Unit_1_Key_12 group="Attendant_Console/Unit_1"></Unit_1_Key_12>
{ENDIF}

{IF blf13}
<Unit_1_Key_13 group="Attendant_Console/Unit_1">%%value%%sub=%%blf13%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf13%%</Unit_1_Key_13>
{ELSE}
<Unit_1_Key_13 group="Attendant_Console/Unit_1"></Unit_1_Key_13>
{ENDIF}

{IF blf14}
<Unit_1_Key_14 group="Attendant_Console/Unit_1">%%value%%sub=%%blf14%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf14%%</Unit_1_Key_14>
{ELSE}
<Unit_1_Key_14 group="Attendant_Console/Unit_1"></Unit_1_Key_14>
{ENDIF}

{IF blf15}
<Unit_1_Key_15 group="Attendant_Console/Unit_1">%%value%%sub=%%blf15%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf15%%</Unit_1_Key_15>
{ELSE}
<Unit_1_Key_15 group="Attendant_Console/Unit_1"></Unit_1_Key_15>
{ENDIF}

{IF blf16}
<Unit_1_Key_16 group="Attendant_Console/Unit_1">%%value%%sub=%%blf16%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf16%%</Unit_1_Key_16>
{ELSE}
<Unit_1_Key_16 group="Attendant_Console/Unit_1"></Unit_1_Key_16>
{ENDIF}

{IF blf17}
<Unit_1_Key_17 group="Attendant_Console/Unit_1">%%value%%sub=%%blf17%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf17%%</Unit_1_Key_17>
{ELSE}
<Unit_1_Key_17 group="Attendant_Console/Unit_1"></Unit_1_Key_17>
{ENDIF}

{IF blf18}
<Unit_1_Key_18 group="Attendant_Console/Unit_1">%%value%%sub=%%blf18%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf18%%</Unit_1_Key_18>
{ELSE}
<Unit_1_Key_18 group="Attendant_Console/Unit_1"></Unit_1_Key_18>
{ENDIF}

{IF blf19}
<Unit_1_Key_19 group="Attendant_Console/Unit_1">%%value%%sub=%%blf19%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf19%%</Unit_1_Key_19>
{ELSE}
<Unit_1_Key_19 group="Attendant_Console/Unit_1"></Unit_1_Key_19>
{ENDIF}

{IF blf20}
<Unit_1_Key_20 group="Attendant_Console/Unit_1">%%value%%sub=%%blf20%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf20%%</Unit_1_Key_20>
{ELSE}
<Unit_1_Key_20 group="Attendant_Console/Unit_1"></Unit_1_Key_20>
{ENDIF}

{IF blf21}
<Unit_1_Key_21 group="Attendant_Console/Unit_1">%%value%%sub=%%blf21%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf21%%</Unit_1_Key_21>
{ELSE}
<Unit_1_Key_21 group="Attendant_Console/Unit_1"></Unit_1_Key_21>
{ENDIF}

{IF blf22}
<Unit_1_Key_22 group="Attendant_Console/Unit_1">%%value%%sub=%%blf22%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf22%%</Unit_1_Key_22>
{ELSE}
<Unit_1_Key_22 group="Attendant_Console/Unit_1"></Unit_1_Key_22>
{ENDIF}

{IF blf23}
<Unit_1_Key_23 group="Attendant_Console/Unit_1">%%value%%sub=%%blf23%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf23%%</Unit_1_Key_23>
{ELSE}
<Unit_1_Key_23 group="Attendant_Console/Unit_1"></Unit_1_Key_23>
{ENDIF}

{IF blf24}
<Unit_1_Key_24 group="Attendant_Console/Unit_1">%%value%%sub=%%blf24%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf24%%</Unit_1_Key_24>
{ELSE}
<Unit_1_Key_24 group="Attendant_Console/Unit_1"></Unit_1_Key_24>
{ENDIF}

{IF blf25}
<Unit_1_Key_25 group="Attendant_Console/Unit_1">%%value%%sub=%%blf25%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf25%%</Unit_1_Key_25>
{ELSE}
<Unit_1_Key_25 group="Attendant_Console/Unit_1"></Unit_1_Key_25>
{ENDIF}

{IF blf26}
<Unit_1_Key_26 group="Attendant_Console/Unit_1">%%value%%sub=%%blf26%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf26%%</Unit_1_Key_26>
{ELSE}
<Unit_1_Key_26 group="Attendant_Console/Unit_1"></Unit_1_Key_26>
{ENDIF}

{IF blf27}
<Unit_1_Key_27 group="Attendant_Console/Unit_1">%%value%%sub=%%blf27%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf27%%</Unit_1_Key_27>
{ELSE}
<Unit_1_Key_27 group="Attendant_Console/Unit_1"></Unit_1_Key_27>
{ENDIF}

{IF blf28}
<Unit_1_Key_28 group="Attendant_Console/Unit_1">%%value%%sub=%%blf28%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf28%%</Unit_1_Key_28>
{ELSE}
<Unit_1_Key_28 group="Attendant_Console/Unit_1"></Unit_1_Key_28>
{ENDIF}

{IF blf29}
<Unit_1_Key_29 group="Attendant_Console/Unit_1">%%value%%sub=%%blf29%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf29%%</Unit_1_Key_29>
{ELSE}
<Unit_1_Key_29 group="Attendant_Console/Unit_1"></Unit_1_Key_29>
{ENDIF}

{IF blf30}
<Unit_1_Key_30 group="Attendant_Console/Unit_1">%%value%%sub=%%blf30%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf30%%</Unit_1_Key_30>
{ELSE}
<Unit_1_Key_30 group="Attendant_Console/Unit_1"></Unit_1_Key_30>
{ENDIF}

{IF blf31}
<Unit_1_Key_31 group="Attendant_Console/Unit_1">%%value%%sub=%%blf31%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf31%%</Unit_1_Key_31>
{ELSE}
<Unit_1_Key_31 group="Attendant_Console/Unit_1"></Unit_1_Key_31>
{ENDIF}

{IF blf32}
<Unit_1_Key_32 group="Attendant_Console/Unit_1">%%value%%sub=%%blf32%%@%%pbx_ip%%:%%param::sipport%%;nme=%%blf32%%</Unit_1_Key_32>
{ELSE}
<Unit_1_Key_32 group="Attendant_Console/Unit_1"></Unit_1_Key_32>
{ENDIF}



</flat-profile>

]]>
   </deviceconfig>

   </device>
</data>   
</doc>
 
I was able to get it set correctly. I updated to Beta 11 which has a much more detailed provisioning template. I was able to use that along with some examples to get things set correctly. Thanks for your post.
 
Status
Not open for further replies.
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.