Update the Cisco 9861 template

This commit is contained in:
FusionPBX
2025-05-29 17:42:24 -06:00
committed by GitHub
parent 94f787a068
commit cab8aaa463

View File

@@ -1,4 +1,3 @@
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<flat-profile>
<!-- System Configuration -->
<Restricted_Access_Domains ua="na"/>
@@ -10,8 +9,8 @@ This XML file does not appear to have any style information associated with it.
<Session_Idle_Timeout ua="na">3600</Session_Idle_Timeout>
<Web_Server_Port ua="na">443</Web_Server_Port>
<Enable_Web_Admin_Access ua="na">Yes</Enable_Web_Admin_Access>
<!-- <Admin_Password ua="na"/> -->
<!-- <User_Password ua="rw"/> -->
<Admin_Password ua="na">{$admin_password}</Admin_Password>
<User_Password ua="rw">{$user_password}</User_Password>
<Display_Password_Warnings ua="na">Yes</Display_Password_Warnings>
<Block_Nonproxy_SIP ua="na">No</Block_Nonproxy_SIP>
<!-- Security Settings -->
@@ -73,8 +72,8 @@ This XML file does not appear to have any style information associated with it.
<Debug_Level ua="na">NOTICE</Debug_Level>
<!-- available options: EMERGENCY|ALERT|CRITICAL|ERROR|WARNING|NOTICE|INFO|DEBUG -->
<Debug_Mode_Visible ua="na">No</Debug_Mode_Visible>
<Primary_NTP_Server ua="rw"/>
<Secondary_NTP_Server ua="rw"/>
<Primary_NTP_Server ua="rw">{$ntp_server_primary}</Primary_NTP_Server>
<Secondary_NTP_Server ua="rw">{$ntp_server_secondary}</Secondary_NTP_Server>
<Use_Config_TOS ua="na">No</Use_Config_TOS>
<!-- VLAN Settings -->
<VLAN_ID ua="rw">1</VLAN_ID>
@@ -187,16 +186,16 @@ This XML file does not appear to have any style information associated with it.
<INFOREQ_Dynamic_Payload ua="na"/>
<!-- NAT Support Parameters -->
<Handle_VIA_received ua="na">No</Handle_VIA_received>
<Handle_VIA_rport ua="na">No</Handle_VIA_rport>
<Handle_VIA_rport ua="na">{$spa_handle_via_rport}</Handle_VIA_rport>
<Insert_VIA_received ua="na">No</Insert_VIA_received>
<Insert_VIA_rport ua="na">No</Insert_VIA_rport>
<Insert_VIA_rport ua="na">{$spa_insert_via_rport}</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_Enable ua="na">{if isset($stun_server)}Yes{else}No{/if}</STUN_Enable>
<ICE_STUN_Enable ua="na">No</ICE_STUN_Enable>
<SSRC_Reset_on_RE-INVITE ua="na">No</SSRC_Reset_on_RE-INVITE>
<STUN_Test_Enable ua="na">No</STUN_Test_Enable>
<STUN_Server ua="na"/>
<STUN_Server ua="na">{$stun_server}</STUN_Server>
<EXT_IP ua="na"/>
<EXT_RTP_Port_Min ua="na">0</EXT_RTP_Port_Min>
<NAT_Keep_Alive_Intvl ua="na">15</NAT_Keep_Alive_Intvl>
@@ -216,12 +215,18 @@ This XML file does not appear to have any style information associated with it.
<Resync_Trigger_2 ua="na"/>
<User_Configurable_Resync ua="na">Yes</User_Configurable_Resync>
<Resync_Fails_On_FNF ua="na">Yes</Resync_Fails_On_FNF>
<Profile_Authentication_Type ua="na">Basic Http Authentication</Profile_Authentication_Type>
<!-- available options: Disabled|Basic Http Authentication|XSI Authentication -->
<Profile_Rule ua="na">/$PSN.xml</Profile_Rule>
<Profile_Rule_B ua="na"/>
<Profile_Rule_C ua="na"/>
<Profile_Rule_D ua="na"/>
{if isset ($http_auth_username)}
<Profile_Rule ua="na">[--uid {$http_auth_username} --pwd {$http_auth_password}]http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
{else}
<Profile_Rule ua="na">http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
{/if}
<Profile_Rule_B ua="na"></Profile_Rule_B>
<Profile_Rule_C ua="na"></Profile_Rule_C>
<Profile_Rule_D ua="na"></Profile_Rule_D>
<DHCP_Option_To_Use ua="na">66,160,159,150</DHCP_Option_To_Use>
<DHCPv6_Option_To_Use ua="na">17,160,159</DHCPv6_Option_To_Use>
<Log_Request_Msg ua="na">$PN $MAC -- Requesting resync $SCHEME://$SERVIP:$PORT$PATH</Log_Request_Msg>
@@ -245,7 +250,7 @@ This XML file does not appear to have any style information associated with it.
<Peer_Firmware_Sharing ua="na">Yes</Peer_Firmware_Sharing>
<Peer_Firmware_Sharing_Log_Server ua="na"/>
<!-- CA Settings -->
<Custom_CA_Rule ua="na"/>
<Custom_CA_Rule ua="na">{$cisco_custom_ca_rule}</Custom_CA_Rule>
<!-- HTTP Settings -->
<HTTP_User_Agent_Name ua="na">$VERSION ($MA)</HTTP_User_Agent_Name>
<!-- Problem Report Tool -->
@@ -334,10 +339,10 @@ This XML file does not appear to have any style information associated with it.
<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>
<Call_Park_Code ua="na">*68</Call_Park_Code>
<Call_Pickup_Code ua="na">*97</Call_Pickup_Code>
<Call_Unpark_Code ua="na">*88</Call_Unpark_Code>
<Group_Call_Pickup_Code ua="na">*98</Group_Call_Pickup_Code>
<Call_Park_Code ua="na">#68</Call_Park_Code>
<Call_Pickup_Code ua="na">#97</Call_Pickup_Code>
<Call_Unpark_Code ua="na">#88</Call_Unpark_Code>
<Group_Call_Pickup_Code ua="na">#98</Group_Call_Pickup_Code>
<Referral_Services_Codes ua="na"/>
<Feature_Dial_Services_Codes ua="na"/>
<!-- Vertical Service Announcement Codes -->
@@ -361,11 +366,11 @@ This XML file does not appear to have any style information associated with it.
<!-- Time -->
<!-- <Set_Local_Date__mm_dd_yyyy_ ua="na"/> -->
<!-- <Set_Local_Time__HH_mm_ ua="na"/> -->
<Time_Zone ua="na">GMT-08:00</Time_Zone>
<Time_Zone ua="na">{$spa_time_zone}</Time_Zone>
<!-- available options: GMT-12:00|GMT-11:00|GMT-10:00|GMT-09:00|GMT-08:00|GMT-07:00|GMT-06:00|GMT-05:00|GMT-04:00|GMT-03:30|GMT-03:00|GMT-02:00|GMT-01:00|GMT|GMT+01:00|GMT+02:00|GMT+03:00|GMT+03:30|GMT+04:00|GMT+04:30|GMT+05:00|GMT+05:30|GMT+05:45|GMT+06:00|GMT+06:30|GMT+07:00|GMT+08:00|GMT+09:00|GMT+09:30|GMT+10:00|GMT+11:00|GMT+12:00|GMT+13:00|GMT+14:00 -->
<Time_Offset__HH_mm_ ua="na"/>
<Ignore_DHCP_Time_Offset ua="na">Yes</Ignore_DHCP_Time_Offset>
<Daylight_Saving_Time_Rule ua="na">start=3/-1/7/2;end=10/-1/7/2;save=1</Daylight_Saving_Time_Rule>
<Daylight_Saving_Time_Rule ua="na">start={$daylight_savings_start_month}/{$daylight_savings_start_day}/{$daylight_savings_start_weekday}/{$daylight_savings_start_time}:0:0;end={$daylight_savings_stop_month}/{$daylight_savings_stop_day}/{$daylight_savings_stop_weekday}/{$daylight_savings_stop_time}:0:0;save=1</Daylight_Saving_Time_Rule>
<Daylight_Saving_Time_Enable ua="na">Yes</Daylight_Saving_Time_Enable>
<!-- Language -->
<Dictionary_Server_Script ua="na"/>
@@ -374,9 +379,9 @@ This XML file does not appear to have any style information associated with it.
<Locale_Path ua="na"/>
<Locale_Ver ua="na"/>
<!-- General -->
<Station_Name ua="na"/>
<Station_Display_Name ua="na"/>
<Voice_Mail_Number ua="na"/>
<Station_Name ua="na">{$device_label}</Station_Name>
<Station_Display_Name ua="na">{$display_name_1}</Station_Display_Name>
<Voice_Mail_Number ua="na">{$voicemail_number}</Voice_Mail_Number>
<!-- Video Configuration -->
<Microphone_Audio ua="na">Noise removal</Microphone_Audio>
<!-- available options: Original|Noise removal|Optimize for my voice -->
@@ -385,77 +390,20 @@ This XML file does not appear to have any style information associated with it.
<Dialed_in_Call_History ua="na">No</Dialed_in_Call_History>
<!-- available options: No|Yes -->
<!-- Handsfree -->
<Extension_1_ ua="na">1</Extension_1_>
<!-- available options: 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|Disabled -->
<Short_Name_1_ ua="na">$USER</Short_Name_1_>
<Share_Call_Appearance_1_ ua="na">private</Share_Call_Appearance_1_>
<!-- available options: private|shared -->
<Line_Label_1_ ua="na"/>
<Extended_Function_1_ ua="na"/>
<Extension_2_ ua="na">2</Extension_2_>
<!-- available options: 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|Disabled -->
<Short_Name_2_ ua="na">$USER</Short_Name_2_>
<Share_Call_Appearance_2_ ua="na">private</Share_Call_Appearance_2_>
<!-- available options: private|shared -->
<Line_Label_2_ ua="na"/>
<Extended_Function_2_ ua="na"/>
<Extension_3_ ua="na">3</Extension_3_>
<!-- available options: 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|Disabled -->
<Short_Name_3_ ua="na">$USER</Short_Name_3_>
<Share_Call_Appearance_3_ ua="na">private</Share_Call_Appearance_3_>
<!-- available options: private|shared -->
<Line_Label_3_ ua="na"/>
<Extended_Function_3_ ua="na"/>
<Extension_4_ ua="na">4</Extension_4_>
<!-- available options: 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|Disabled -->
<Short_Name_4_ ua="na">$USER</Short_Name_4_>
<Share_Call_Appearance_4_ ua="na">private</Share_Call_Appearance_4_>
<!-- available options: private|shared -->
<Line_Label_4_ ua="na"/>
<Extended_Function_4_ ua="na"/>
<Extension_5_ ua="na">5</Extension_5_>
<!-- available options: 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|Disabled -->
<Short_Name_5_ ua="na">$USER</Short_Name_5_>
<Share_Call_Appearance_5_ ua="na">private</Share_Call_Appearance_5_>
<!-- available options: private|shared -->
<Line_Label_5_ ua="na"/>
<Extended_Function_5_ ua="na"/>
<Extension_6_ ua="na">6</Extension_6_>
<!-- available options: 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|Disabled -->
<Short_Name_6_ ua="na">$USER</Short_Name_6_>
<Share_Call_Appearance_6_ ua="na">private</Share_Call_Appearance_6_>
<!-- available options: private|shared -->
<Line_Label_6_ ua="na"/>
<Extended_Function_6_ ua="na"/>
<Extension_7_ ua="na">7</Extension_7_>
<!-- available options: 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|Disabled -->
<Short_Name_7_ ua="na">$USER</Short_Name_7_>
<Share_Call_Appearance_7_ ua="na">private</Share_Call_Appearance_7_>
<!-- available options: private|shared -->
<Line_Label_7_ ua="na"/>
<Extended_Function_7_ ua="na"/>
<Extension_8_ ua="na">8</Extension_8_>
<!-- available options: 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|Disabled -->
<Short_Name_8_ ua="na">$USER</Short_Name_8_>
<Share_Call_Appearance_8_ ua="na">private</Share_Call_Appearance_8_>
<!-- available options: private|shared -->
<Line_Label_8_ ua="na"/>
<Extended_Function_8_ ua="na"/>
<Extension_9_ ua="na">9</Extension_9_>
<!-- available options: 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|Disabled -->
<Short_Name_9_ ua="na">$USER</Short_Name_9_>
<Share_Call_Appearance_9_ ua="na">private</Share_Call_Appearance_9_>
<!-- available options: private|shared -->
<Line_Label_9_ ua="na"/>
<Extended_Function_9_ ua="na"/>
<Extension_10_ ua="na">10</Extension_10_>
<!-- available options: 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|Disabled -->
<Short_Name_10_ ua="na">$USER</Short_Name_10_>
<Share_Call_Appearance_10_ ua="na">private</Share_Call_Appearance_10_>
<!-- available options: private|shared -->
<Line_Label_10_ ua="na"/>
<Extended_Function_10_ ua="na"/>
<!-- Miscellaneous Line Key Settings -->
{foreach $keys["line"] as $row}
{if $row.device_key_category == "line"}
<!-- Phone/Line_Key_{$row.device_key_id} -->
<Extension_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{if $row.device_key_type == "disabled"}Disabled{else}{$row.device_key_line}{/if}</Extension_{$row.device_key_id}_> <!-- options: 1/2/3/4/5/6/7/8/9/10/11/12/Disabled -->
<Short_Name_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_label}</Short_Name_{$row.device_key_id}_>
<Share_Call_Appearance_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{if $row.device_key_type == "shared"}shared{else}private{/if}</Share_Call_Appearance_{$row.device_key_id}_> <!-- options: private/shared -->
<Extended_Function_{$row.device_key_id}_ group="Phone/Line_Key_{$row.device_key_id}">{$row.device_key_value}</Extended_Function_{$row.device_key_id}_>
{/if}
{/foreach}
<!-- Miscellaneous Line Key Settings -->
<Line_ID_Mapping ua="na">Horizontal First</Line_ID_Mapping>
<!-- available options: Horizontal First|Vertical First -->
<SCA_Barge-In-Enable ua="na">No</SCA_Barge-In-Enable>
@@ -633,9 +581,9 @@ This XML file does not appear to have any style information associated with it.
<!-- General -->
<Line_Enable_1_ ua="na">Yes</Line_Enable_1_>
<!-- Share Line Appearance -->
<Share_Ext_1_ ua="na">No</Share_Ext_1_>
<Share_Ext_1_ ua="na">{if $shared_line_1 == "shared"}Yes{else}No{/if}</Share_Ext_1_>
<Shared_User_ID_1_ ua="na"/>
<Subscription_Expires_1_ ua="na">3600</Subscription_Expires_1_>
<Subscription_Expires_1_ ua="na">600</Subscription_Expires_1_>
<Restrict_MWI_1_ ua="na">No</Restrict_MWI_1_>
<!-- NAT Settings -->
<NAT_Mapping_Enable_1_ ua="na">No</NAT_Mapping_Enable_1_>
@@ -646,9 +594,9 @@ This XML file does not appear to have any style information associated with it.
<SIP_TOS_DiffServ_Value_1_ ua="na">0x68</SIP_TOS_DiffServ_Value_1_>
<RTP_TOS_DiffServ_Value_1_ ua="na">0xb8</RTP_TOS_DiffServ_Value_1_>
<!-- SIP Settings -->
<SIP_Transport_1_ ua="na">UDP</SIP_Transport_1_>
<SIP_Transport_1_ ua="na">{$account.1.sip_transport|upper}</SIP_Transport_1_>
<!-- available options: UDP|TCP|TLS|AUTO -->
<SIP_Port_1_ ua="na">5060</SIP_Port_1_>
<SIP_Port_1_ ua="na">{$account.1.sip_port}<</SIP_Port_1_>
<SIP_100REL_Enable_1_ ua="na">No</SIP_100REL_Enable_1_>
<EXT_SIP_Port_1_ ua="na">0</EXT_SIP_Port_1_>
<Auth_Resync-Reboot_1_ ua="na">Yes</Auth_Resync-Reboot_1_>
@@ -692,7 +640,7 @@ This XML file does not appear to have any style information associated with it.
<Voice_Mail_Server_1_ ua="na"/>
<Voice_Mail_Subscribe_Interval_1_ ua="na">86400</Voice_Mail_Subscribe_Interval_1_>
<Auto_Ans_Page_On_Active_Call_1_ ua="na">Yes</Auto_Ans_Page_On_Active_Call_1_>
<Feature_Key_Sync_1_ ua="na">No</Feature_Key_Sync_1_>
<Feature_Key_Sync_1_ ua="na">{$spa_feature_key_sync}</Feature_Key_Sync_1_>
<Call_Park_Monitor_Enable_1_ ua="na">No</Call_Park_Monitor_Enable_1_>
<Enable_Broadsoft_Hoteling_1_ ua="na">No</Enable_Broadsoft_Hoteling_1_>
<Hoteling_Subscription_Expires_1_ ua="na">3600</Hoteling_Subscription_Expires_1_>
@@ -701,9 +649,16 @@ This XML file does not appear to have any style information associated with it.
<!-- available options: Optional|Required|Strict -->
<Log_Missed_Calls_1_ ua="na">Yes</Log_Missed_Calls_1_>
<!-- ACD Settings -->
<!-- Proxy and Registration -->
<Proxy_1_ ua="na">192.168.2.11</Proxy_1_>
<Outbound_Proxy_1_ ua="na"/>
<!-- Proxy and Registration -->
<Proxy_1_ ua="na">{$account.1.server_address}</Proxy_1_>
{if isset($account.1.outbound_proxy_primary)}
<Outbound_Proxy_1_ ua="na">{$account.1.outbound_proxy_primary}</Outbound_Proxy_1_>
{else}
<Outbound_Proxy_1_ ua="na">{$account.1.server_address}</Outbound_Proxy_1_>
{/if}
{if isset($account.1.outbound_proxy_primary)}
<Alternate_Proxy_1_ ua="na">{$account.1.outbound_proxy_secondary}</Alternate_Proxy_1_>
{/if}
<Alternate_Proxy_1_ ua="na"/>
<Alternate_Outbound_Proxy_1_ ua="na"/>
<Use_OB_Proxy_In_Dialog_1_ ua="na">Yes</Use_OB_Proxy_In_Dialog_1_>
@@ -711,19 +666,20 @@ This XML file does not appear to have any style information associated with it.
<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">Yes</DNS_SRV_Auto_Prefix_1_>
<Proxy_Fallback_Intvl_1_ ua="na">3600</Proxy_Fallback_Intvl_1_>
{if $account.1.sip_transport == 'dns srv'}<Use_DNS_SRV_1_ ua="na">Yes</Use_DNS_SRV_1_>{/if}
{if $account.1.sip_transport != 'dns srv'}<Use_DNS_SRV_1_ ua="na">No</Use_DNS_SRV_1_>{/if}
<DNS_SRV_Auto_Prefix_1_ ua="na">No</DNS_SRV_Auto_Prefix_1_>
<Proxy_Fallback_Intvl_1_ ua="na">600</Proxy_Fallback_Intvl_1_>
<Proxy_Redundancy_Method_1_ ua="na">Normal</Proxy_Redundancy_Method_1_>
<!-- available options: Normal|Based on SRV Port -->
<Dual_Registration_1_ ua="na">No</Dual_Registration_1_>
<Auto_Register_When_Failover_1_ ua="na">No</Auto_Register_When_Failover_1_>
<TLS_Name_Validate_1_ ua="na">Yes</TLS_Name_Validate_1_>
<!-- Subscriber Information -->
<Display_Name_1_ ua="na">107</Display_Name_1_>
<User_ID_1_ ua="na">107</User_ID_1_>
<!-- <Password_1_ ua="na">*************</Password_1_> -->
<Auth_ID_1_ ua="na">107</Auth_ID_1_>
<Display_Name_1_ ua="na">{$account.1.display_name}</Display_Name_1_>
<User_ID_1_ ua="na">{$account.1.user_id}</User_ID_1_>
<!-- <Password_1_ ua="na">{$account.1.password}</Password_1_> -->
<Auth_ID_1_ ua="na">{$account.1.auth_id}</Auth_ID_1_>
<Reversed_Auth_Realm_1_ ua="na"/>
<SIP_URI_1_ ua="na"/>
<!-- XSI Line Service -->
@@ -763,7 +719,7 @@ This XML file does not appear to have any style information associated with it.
<MARI_Enable_1_ ua="na">Yes</MARI_Enable_1_>
<FEC_Enable_1_ ua="na">Yes</FEC_Enable_1_>
<!-- Dial Plan -->
<Dial_Plan_1_ ua="na">(*xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)</Dial_Plan_1_>
<Dial_Plan_1_ ua="na">{$spa_dial_plan}</Dial_Plan_1_>
<Caller_ID_Map_1_ ua="na"/>
<Enable_URI_Dialing_1_ ua="na">No</Enable_URI_Dialing_1_>
<Emergency_Number_1_ ua="na"/>
@@ -787,9 +743,9 @@ This XML file does not appear to have any style information associated with it.
<SIP_TOS_DiffServ_Value_2_ ua="na">0x68</SIP_TOS_DiffServ_Value_2_>
<RTP_TOS_DiffServ_Value_2_ ua="na">0xb8</RTP_TOS_DiffServ_Value_2_>
<!-- SIP Settings -->
<SIP_Transport_2_ ua="na">UDP</SIP_Transport_2_>
<SIP_Transport_2_ ua="na">{$account.2.sip_transport|upper}</SIP_Transport_2_>
<!-- available options: UDP|TCP|TLS|AUTO -->
<SIP_Port_2_ ua="na">5061</SIP_Port_2_>
<SIP_Port_2_ ua="na">{$account.2.sip_port}</SIP_Port_2_>
<SIP_100REL_Enable_2_ ua="na">No</SIP_100REL_Enable_2_>
<EXT_SIP_Port_2_ ua="na">0</EXT_SIP_Port_2_>
<Auth_Resync-Reboot_2_ ua="na">Yes</Auth_Resync-Reboot_2_>
@@ -850,7 +806,7 @@ This XML file does not appear to have any style information associated with it.
<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_>
<Register_Expires_2_ ua="na">{$account.2.register_expires}</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">Yes</DNS_SRV_Auto_Prefix_2_>
@@ -861,9 +817,9 @@ This XML file does not appear to have any style information associated with it.
<Auto_Register_When_Failover_2_ ua="na">No</Auto_Register_When_Failover_2_>
<TLS_Name_Validate_2_ ua="na">Yes</TLS_Name_Validate_2_>
<!-- Subscriber Information -->
<Display_Name_2_ ua="na"/>
<User_ID_2_ ua="na"/>
<!-- <Password_2_ ua="na"/> -->
<Display_Name_2_ ua="na">{$account.2.display_name}</Display_Name_2_>
<User_ID_2_ ua="na">{$account.2.user_id}</User_ID_2_>
<Password_2_ ua="na">{$account.2.password}</Password_2_>
<Auth_ID_2_ ua="na"/>
<Reversed_Auth_Realm_2_ ua="na"/>
<SIP_URI_2_ ua="na"/>
@@ -904,7 +860,7 @@ This XML file does not appear to have any style information associated with it.
<MARI_Enable_2_ ua="na">Yes</MARI_Enable_2_>
<FEC_Enable_2_ ua="na">Yes</FEC_Enable_2_>
<!-- Dial Plan -->
<Dial_Plan_2_ ua="na">(*xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)</Dial_Plan_2_>
<Dial_Plan_2_ ua="na">{$spa_dial_plan}</Dial_Plan_2_>
<Caller_ID_Map_2_ ua="na"/>
<Enable_URI_Dialing_2_ ua="na">No</Enable_URI_Dialing_2_>
<Emergency_Number_2_ ua="na"/>
@@ -928,9 +884,9 @@ This XML file does not appear to have any style information associated with it.
<SIP_TOS_DiffServ_Value_3_ ua="na">0x68</SIP_TOS_DiffServ_Value_3_>
<RTP_TOS_DiffServ_Value_3_ ua="na">0xb8</RTP_TOS_DiffServ_Value_3_>
<!-- SIP Settings -->
<SIP_Transport_3_ ua="na">UDP</SIP_Transport_3_>
<SIP_Transport_3_ ua="na">{$account.3.sip_transport|upper}</SIP_Transport_3_>
<!-- available options: UDP|TCP|TLS|AUTO -->
<SIP_Port_3_ ua="na">5062</SIP_Port_3_>
<SIP_Port_3_ ua="na">{$account.3.sip_port}</SIP_Port_3_>
<SIP_100REL_Enable_3_ ua="na">No</SIP_100REL_Enable_3_>
<EXT_SIP_Port_3_ ua="na">0</EXT_SIP_Port_3_>
<Auth_Resync-Reboot_3_ ua="na">Yes</Auth_Resync-Reboot_3_>
@@ -974,7 +930,7 @@ This XML file does not appear to have any style information associated with it.
<Voice_Mail_Server_3_ ua="na"/>
<Voice_Mail_Subscribe_Interval_3_ ua="na">86400</Voice_Mail_Subscribe_Interval_3_>
<Auto_Ans_Page_On_Active_Call_3_ ua="na">Yes</Auto_Ans_Page_On_Active_Call_3_>
<Feature_Key_Sync_3_ ua="na">No</Feature_Key_Sync_3_>
<Feature_Key_Sync_3_ ua="na">{$spa_feature_key_sync}</Feature_Key_Sync_3_>
<Call_Park_Monitor_Enable_3_ ua="na">No</Call_Park_Monitor_Enable_3_>
<Enable_Broadsoft_Hoteling_3_ ua="na">No</Enable_Broadsoft_Hoteling_3_>
<Hoteling_Subscription_Expires_3_ ua="na">3600</Hoteling_Subscription_Expires_3_>