Unknown variable in grandstream template

Status
Not open for further replies.

brunnenguk

Joined
Oct 17, 2010
Messages
21
Reaction score
0
Can anyone please advise why I might be getting the following error when attempting to reprovision a GXP-280 (Phones -> Reprovision Phone) and what I can do to rectify this?

An exception occurred PhonesStatus Error: Unknown variable '%%langwebUI2%%' in template.

this is the template it is trying to use:

Code:
<?xml version="1.0"?>
<doc xmlns:tcx="http://www.3cx.com">
  <header>
    <type>phone-template</type>
    <version>14905</version>
    <time>2009-07-20 19:00:00</time>
    <name>GrandStream GXP</name>
    <url>http://www.grandstream.com</url>
    <models>
      <model>GrandStream</model>
   <model>GrandStream GXP-280</model>
   <model>GrandStream GXP-285</model>
      <model>GrandStream GXP-1200</model>
      <model>GrandStream GXP-2000</model>
      <model>GrandStream GXP-2010</model>
      <model>GrandStream GXP-2020</model>
    </models>
    <description>GrandStream GXP SIP Phone</description>
    <parsers>
        <parser>BLF</parser>
        <parser>Grandstream</parser>
    </parsers>
 <rebootParams>
  <event-name>check-sync</event-name>
 </rebootParams>
 <resyncParams>
  <event-name>check-sync</event-name>
 </resyncParams>
 <firmwareParams>
  <event-name>check-sync</event-name>
 </firmwareParams>
 <dst variableName ="dstEnableDisable" enable ="1" disable = "0"></dst>
 <languages>
 <!--The first entry is the selected entry in management console--> 
 <option value="English">
  <item name = "langwebUI"></item>
  <item name = "langwebUI2">0</item>
 </option>   
 <option value="Catalan">
  <item name = "langwebUI">CA</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Chinese">
  <item name = "langwebUI"></item>
  <item name = "langwebUI2">2</item>
 </option>
 <option value="Croatian">
  <item name = "langwebUI">HR</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Czech">
  <item name = "langwebUI">CS</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Dutch">
  <item name = "langwebUI">NL</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Estonian">
  <item name = "langwebUI">ET</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Finnish">
  <item name = "langwebUI">FI</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="French">
  <item name = "langwebUI">FR</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="German">
  <item name = "langwebUI">DE</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Hungarian">
  <item name = "langwebUI">HU</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Italian">
  <item name = "langwebUI">IT</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Polish">
  <item name = "langwebUI">PL</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Portuguese">
  <item name = "langwebUI">PT</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Serbian">
  <item name = "langwebUI">SR</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Slovak">
  <item name = "langwebUI">SK</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Slovenian">
  <item name = "langwebUI">SL</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Spanish">
  <item name = "langwebUI">ES</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Swedish">
  <item name = "langwebUI">SV</item>
  <item name = "langwebUI2">3</item>
 </option>
 <option value="Turkish">
  <item name = "langwebUI">TR</item>
  <item name = "langwebUI2">3</item>
 </option>
 </languages>
    <timezoneParams param="time_timezone_grandstream">
 <!--The first entry is the selected entry in management console--> 
 <option value="420">GMT-5:00 (US Eastern Time, New York)</option>
 <option value="0">GMT-12:00 (International Date Line West)</option>
 <option value="60">GMT-11:00 (Midway Island, Samoa)</option>
 <option value="120">GMT-10:00 (US Hawaiian Time)</option>
 <option value="180">GMT-9:00 (US Alaska Time)</option>
 <option value="240">GMT-8:00 (US Pacific Time, Los Angeles)</option>
 <option value="300">GMT-7:00 (US Mountain Time, Denver)</option>
 <option value="360">GMT-6:00 (US Central Time, Chicago)</option>
 <option value="450">GMT-4:30 (Venezuela)</option>
 <option value="480">GMT-4:00 (Atlantic Time, Quebec)</option>
 <option value="510">GMT-3:30 (Newfoundland)</option>
 <option value="540">GMT-3:00 (Greenland)</option>
 <option value="600">GMT-2:00 (Mid-Atlantic)</option>
 <option value="660">GMT-1:00 (Azores, Cape Verdi Is.)</option>
 <option value="720">GMT (London, Dublin, Edinburgh, Lisbon, Casablanca, Monrovia)</option>
 <option value="780">GMT+1:00 (Paris,Amsterdam, Berlin, Rome, Vienna, Madrid, Warsaw, Brussels)</option>
 <option value="840">GMT+2:00 (Israel, Cairo, Athens, Helsinki, Istanbul, Buchrest)</option>
 <option value="900">GMT+3:00 (Moscow, Kuwait, Baghdad, Tehran, Nairobi)</option>
 <option value="930">GMT+3:30 (Tehran)</option>
 <option value="960">GMT+4:00 (Abu Dhabi, Baku)</option>
 <option value="990">GMT+4:30 (Kabul)</option>
 <option value="1020">GMT+5:00 (Islamabad, Ekaterinburg, Karachi, Tashkent)</option>
 <option value="1050">GMT+5:30 (Chennai, New Delhi, Mumbai)</option>
 <option value="1065">GMT+5:45 (Kathmandu)</option>
 <option value="1080">GMT+6:00 (Almaty, Astana. Dhaka, Novosibirsk)</option>
 <option value="1110">GMT+6:30 (Rangoon)</option>
 <option value="1140">GMT+7:00 (Bankok, Jakarta, Hanoi, Krasnoyarsk)</option>
 <option value="1200">GMT+8:00 (Beijing, Singapore, Taipei, Kuala Lumpur, Irkutsk, Perth)</option>
 <option value="1260">GMT+9:00 (Japan, Korea, Yakutsk)</option>
 <option value="1290">GMT+9:30 (Adelaide, Darwin)</option>
 <option value="1320">GMT+10:00 (Brisbane, Sydney, Melbourne, Canberra, Guam, Hobart)</option>
 <option value="1380">GMT+11:00 (Magadan, Solomon Is., New Caledonia)</option>
 <option value="1440">GMT+12:00 (Auckland, Wellington, Fiji)</option>
 <option value="1500">GMT+13:00 (Nuku'alofa)</option>
 </timezoneParams> 
  </header>
  <data>
    <device>
      <type>phone</type>

     <!-- Friendly Name -->
      <field name="Name">GrandStream GXP</field>
      <deviceconfig filename="cfg%%mac_address%%">
<![CDATA[

P2 = admin

# Firmware Upgrade. 0 - TFTP Upgrade,  1 - HTTP Upgrade.
P212 = 1

# Firmware Server Path
P192 = %%pbx_ip%%:%%pbx_http_port%%/provisioning/firmware

# Allow DHCP Option 66 to override server. 0 - No, 1 - Yes. Default is Yes.
# When set to Yes(1), it will override the configured provision path and method.
P145 = 0

# Automatic Upgrade. 0 - No, 1 - Yes. Default is No.
P194 = 1

# Check for new firmware every () minutes, unit is in minute, minimum 60 minutes, default is 7 days.
P193 = 1440

# Use firmware pre/postfix to determine if f/w is required
# 0 = Always Check for New Firmware 
# 1 = Check New Firmware only when F/W pre/suffix changes
# 2 = Always Skip the Firmware Check
P238 = 0

# Config Server Path
P237= %%pbx_ip%%:%%pbx_http_port%%/provisioning

# Account Name
P270 = %%extension_number%%

# The "P47" field contains the ip address and SIP port of the SIP Registrar - in this case 3CXPS. The "pbx_ip" and "param::sipport" variables will be replaced by the IP Address and SIP Port of 3CXPS.
P47 = %%pbx_ip%%:%%param::sipport%%

# The "P48" field contains the ip address and SIP port of the SIP Outbound Proxy - in this case 3CXPS. The "pbx_ip" and "param::sipport" variables will be replaced by the IP Address and SIP Port of 3CXPS.
P48 = %%pbx_ip%%:%%param::sipport%%

# Voice Mail UserID (User ID/extension for 3rd party voice mail system)
P33 = %%vm_number%%

# Subscribe MWI. (Whether or not send SUBSCRIBE for Message Waiting Indication) 0 - No, 1 - Yes.
P99 = 1

# SIP Registration. 0 - no, 1 - yes
P31 = 1

# SIP User ID
P35 = %%extension_number%%

# Authenticate ID
P36 = %%extension_auth_id%%

# Authenticate password
P34 = %%extension_auth_pw%%

# Display Name
P3 = %%extension_first_name%% %%extension_last_name%%

# SIP User ID is phone number. 0 - no, 1 - yes
P63 = 1

# Unregister On Reboot. 0 - no, 1 - yes
P81 = 1

# Register Expiration (in minutes. default 1 hour, max 45 days)
P32 = 5

# Send DTMF. 8 - in audio, 1 - via RTP, 2 - via SIP INFO 
# 11 - In Audio & RTP & SIP INFO, 9 - In Audio & RTP
# 10 - IN Audio & SIP INFO, 3 - RTP & SIP INFO
P73 = 1

# Enable Phonebook XML Download
P330 = 1

# Phonebook XML Server Path
P331 = %%pbx_ip%%:%%pbx_http_port%%/provisioning

# Phonebook Download Interval
P332 = 60

# Auto Answer. 0 - no, 1 - yes
P90 = 0

# Allow Auto Answer by Call-Info. 0 - no, 1 - yes
P298 = 1

# Turn off speaker on remote disconnect. 0 - no, 1 - yes
P299 = 1

# LCD Backlight Always On. 0 - no, 1 - yes
# For GXP2000/1200 Only
P322 = 0

# LCD Backlight Brightness. (0-8, where 0 is off and 8 is brightest)
# For GXP2020/2010 Only
P334 = 4
P335 = 0

#Language display option parameters for phones
# Display Language. 0 - English, 2 - Chinese, 3 - Secondary Language,
P342 = %%langwebUI2%%

# language file postfix - the phone will automatically go to the firmware folder location and find the file requested there.
# language files need to be downloaded from grandstream website. They need to be extracted in the firmware folder and renamed as follows gxp_ES.lpt for the spanish language file. The TXT file included in the language pack needs to be included there as well together with the LPF file. 
P399 = %%langwebUI%%



########################################################
###              Time and DST Settings               ###
########################################################

# NTP Server
P30 = %%param::time_ntp_server%%

# Allow DHCP Option 42 to override NTP server. 0 - No, 1 - Yes. Default is No.
# When set to Yes(1), it will override the configured NTP server.
P144 = 0

# Time Zone. Offset in minutes to GMT
P64 = %%param::time_timezone_grandstream%%

# Allow DHCP Option 2 to override Time Zone setting. 0 - No, 1 - Yes.
# When set to Yes(1), it will override the configured Time Zone setting if available. 
P143 = 0

# Daylight Savings Time. 0 - no, 1 - yes
P75 = %%dstEnableDisable%%

# Optional Rule. Daylight Saving rule.
P246 = %%param::time_dst_start_month%%%2C%%param::time_dst_start_day%%%2C0%2C%%param::time_dst_start_hour%%%2C0%3B%%param::time_dst_end_month%%%2C%%param::time_dst_end_day%%%2C0%2C%%param::time_dst_end_hour%%%2C0%3B%%param::time_dst_saving_minutes%%



########################################################
###                  BLF Settings                    ###
########################################################

{IF blf1}
# Key 1 
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P323 = 1
# Account. 0 - Account 1, 1 - Account 2, 2 - Account 3, 3 - Account 4 
# For GXP2020, 4 - Account 5, 5 - Account 6
P301 = 0
# Name
P302 = %%blf1%%
# UserID
P303 = %%blf1%%
{ELSE}
P323 =
P301 =
P302 =
P303 =
{ENDIF}

{IF blf2}
# Key 2
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P324 = 1
# Account. 0 - Account 1, 1 - Account 2, 2 - Account 3, 3 - Account 4
# For GXP2020, 4 - Account 5, 5 - Account 6
P304 = 0
# Name
P305 = %%blf2%%
# UserID
P306 = %%blf2%%
{ELSE}
P324 =
P304 =
P305 =
P306 =
{ENDIF}

{IF blf3}
# Key 3
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P325 = 1
# Account. 0 - Account 1, 1 - Account 2, 2 - Account 3, 3 - Account 4
# For GXP2020, 4 - Account 5, 5 - Account 6
P307 = 0
# Name
P308 = %%blf3%%
# UserID
P309 = %%blf3%%
{ELSE}
P325 =
P307 =
P308 =
P309 =
{ENDIF}

{IF blf4}
# Key 4
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P326 = 1
# Account. 0 - Account 1, 1 - Account 2, 2 - Account 3, 3 - Account 4  
# For GXP2020, 4 - Account 5, 5 - Account 6
P310 = 0
# Name
P311 = %%blf4%%
# UserID
P312 = %%blf4%%
{ELSE}
P326 =
P310 =
P311 =
P312 =
{ENDIF}

{IF blf5}
# Key 5
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P327 = 1
# Account. 0 - Account 1, 1 - Account 2, 2 - Account 3, 3 - Account 4
# For GXP2020, 4 - Account 5, 5 - Account 6
P313 = 0
# Name
P314 = %%blf5%%
# UserID
P315 = %%blf5%%
{ELSE}
P327 =
P313 =
P314 =
P315 =
{ENDIF}

{IF blf6}
# Key 6
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P328 = 1
# Account. 0 - Account 1, 1 - Account 2, 2 - Account 3, 3 - Account 4 
# For GXP2020, 4 - Account 5, 5 - Account 6
P316 = 0
# Name
P317 = %%blf6%%
# UserID
P318 = %%blf6%%
{ELSE}
P328 =
P316 =
P317 =
P318 =
{ENDIF}

{IF blf7}
# Key 7
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P329 = 1
# Account. 0 - Account 1, 1 - Account 2, 2 - Account 3, 3 - Account 4 
# For GXP2020, 4 - Account 5, 5 - Account 6
P319 = 0
# Name
P320 = %%blf7%%
# UserID
P321 = %%blf7%%
{ELSE}
P329 =
P319 =
P320 =
P321 =
{ENDIF}

# === Sidecar BLFs ===
{IF blf8}
# Ext Key 1
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6001 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6201 = 0
# Name
P6401 = %%blf8%%
# UserID
P6601 = %%blf8%%
{ELSE}
P6001 = 
P6201 = 
P6401 = 
P6601 = 
{ENDIF}


{IF blf9}
# Ext Key 2
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6002 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6202 = 0
# Name
P6402 = %%blf9%%
# UserID
P6602 = %%blf9%%
{ELSE}
P6002 = 
P6202 = 
P6402 = 
P6602 = 
{ENDIF}


{IF blf10}
# Ext Key 3
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6003 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6203 = 0
# Name
P6403 = %%blf10%%
# UserID
P6603 = %%blf10%%
{ELSE}
P6003 = 
P6203 = 
P6403 = 
P6603 = 
{ENDIF}


{IF blf11}
# Ext Key 4
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6004 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6204 = 0
# Name
P6404 = %%blf11%%
# UserID
P6604 = %%blf11%%
{ELSE}
P6004 = 
P6204 = 
P6404 = 
P6604 = 
{ENDIF}


{IF blf12}
# Ext Key 5
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6005 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6205 = 0
# Name
P6405 = %%blf12%%
# UserID
P6605 = %%blf12%%
{ELSE}
P6005 = 
P6205 = 
P6405 = 
P6605 = 
{ENDIF}


{IF blf13}
# Ext Key 6
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6006 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6206 = 0
# Name
P6406 = %%blf13%%
# UserID
P6606 = %%blf13%%
{ELSE}
P6006 = 
P6206 = 
P6406 = 
P6606 = 
{ENDIF}


{IF blf14}
# Ext Key 7
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6007 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6207 = 0
# Name
P6407 = %%blf14%%
# UserID
P6607 = %%blf14%%
{ELSE}
P6007 = 
P6207 = 
P6407 = 
P6607 = 
{ENDIF}


{IF blf15}
# Ext Key 8
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6008 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6208 = 0
# Name
P6408 = %%blf15%%
# UserID
P6608 = %%blf15%%
{ELSE}
P6008 = 
P6208 = 
P6408 = 
P6608 = 
{ENDIF}


{IF blf16}
# Ext Key 9
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6009 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6209 = 0
# Name
P6409 = %%blf16%%
# UserID
P6609 = %%blf16%%
{ELSE}
P6009 = 
P6209 = 
P6409 = 
P6609 = 
{ENDIF}


{IF blf17}
# Ext Key 10
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6010 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6210 = 0
# Name
P6410 = %%blf17%%
# UserID
P6610 = %%blf17%%
{ELSE}
P6010 = 
P6210 = 
P6410 = 
P6610 = 
{ENDIF}


{IF blf18}
# Ext Key 11
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6011 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6211 = 0
# Name
P6411 = %%blf18%%
# UserID
P6611 = %%blf18%%
{ELSE}
P6011 = 
P6211 = 
P6411 = 
P6611 = 
{ENDIF}


{IF blf19}
# Ext Key 12
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6012 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6212 = 0
# Name
P6412 = %%blf19%%
# UserID
P6612 = %%blf19%%
{ELSE}
P6012 = 
P6212 = 
P6412 = 
P6612 = 
{ENDIF}


{IF blf20}
# Ext Key 13
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6013 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6213 = 0
# Name
P6413 = %%blf20%%
# UserID
P6613 = %%blf20%%
{ELSE}
P6013 = 
P6213 = 
P6413 = 
P6613 = 
{ENDIF}


{IF blf21}
# Ext Key 14
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6014 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6214 = 0
# Name
P6414 = %%blf21%%
# UserID
P6614 = %%blf21%%
{ELSE}
P6014 = 
P6214 = 
P6414 = 
P6614 = 
{ENDIF}


{IF blf22}
# Ext Key 15
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6015 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6215 = 0
# Name
P6415 = %%blf22%%
# UserID
P6615 = %%blf22%%
{ELSE}
P6015 = 
P6215 = 
P6415 = 
P6615 = 
{ENDIF}


{IF blf23}
# Ext Key 16
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6016 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6216 = 0
# Name
P6416 = %%blf23%%
# UserID
P6616 = %%blf23%%
{ELSE}
P6016 = 
P6216 = 
P6416 = 
P6616 = 
{ENDIF}


{IF blf24}
# Ext Key 17
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6017 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6217 = 0
# Name
P6417 = %%blf24%%
# UserID
P6617 = %%blf24%%
{ELSE}
P6017 = 
P6217 = 
P6417 = 
P6617 = 
{ENDIF}


{IF blf25}
# Ext Key 18
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6018 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6218 = 0
# Name
P6418 = %%blf25%%
# UserID
P6618 = %%blf25%%
{ELSE}
P6018 = 
P6218 = 
P6418 = 
P6618 = 
{ENDIF}


{IF blf26}
# Ext Key 19
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6019 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6219 = 0
# Name
P6419 = %%blf26%%
# UserID
P6619 = %%blf26%%
{ELSE}
P6019 = 
P6219 = 
P6419 = 
P6619 = 
{ENDIF}


{IF blf27}
# Ext Key 20
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6020 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6220 = 0
# Name
P6420 = %%blf27%%
# UserID
P6620 = %%blf27%%
{ELSE}
P6020 = 
P6220 = 
P6420 = 
P6620 = 
{ENDIF}


{IF blf28}
# Ext Key 21
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6021 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6221 = 0
# Name
P6421 = %%blf28%%
# UserID
P6621 = %%blf28%%
{ELSE}
P6021 = 
P6221 = 
P6421 = 
P6621 = 
{ENDIF}


{IF blf29}
# Ext Key 22
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6022 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6222 = 0
# Name
P6422 = %%blf29%%
# UserID
P6622 = %%blf29%%
{ELSE}
P6022 = 
P6222 = 
P6422 = 
P6622 = 
{ENDIF}


{IF blf30}
# Ext Key 23
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6023 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6223 = 0
# Name
P6423 = %%blf30%%
# UserID
P6623 = %%blf30%%
{ELSE}
P6023 = 
P6223 = 
P6423 = 
P6623 = 
{ENDIF}


{IF blf31}
# Ext Key 24
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6024 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6224 = 0
# Name
P6424 = %%blf31%%
# UserID
P6624 = %%blf31%%
{ELSE}
P6024 = 
P6224 = 
P6424 = 
P6624 = 
{ENDIF}


{IF blf32}
# Ext Key 25
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6025 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6225 = 0
# Name
P6425 = %%blf32%%
# UserID
P6625 = %%blf32%%
{ELSE}
P6025 = 
P6225 = 
P6425 = 
P6625 = 
{ENDIF}


{IF blf33}
# Ext Key 26
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6026 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6226 = 0
# Name
P6426 = %%blf33%%
# UserID
P6626 = %%blf33%%
{ELSE}
P6026 = 
P6226 = 
P6426 = 
P6626 = 
{ENDIF}


{IF blf34}
# Ext Key 27
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6027 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6227 = 0
# Name
P6427 = %%blf34%%
# UserID
P6627 = %%blf34%%
{ELSE}
P6027 = 
P6227 = 
P6427 = 
P6627 = 
{ENDIF}


{IF blf35}
# Ext Key 28
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6028 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6228 = 0
# Name
P6428 = %%blf35%%
# UserID
P6628 = %%blf35%%
{ELSE}
P6028 = 
P6228 = 
P6428 = 
P6628 = 
{ENDIF}


{IF blf36}
# Ext Key 29
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6029 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6229 = 0
# Name
P6429 = %%blf36%%
# UserID
P6629 = %%blf36%%
{ELSE}
P6029 = 
P6229 = 
P6429 = 
P6629 = 
{ENDIF}


{IF blf37}
# Ext Key 30
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6030 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6230 = 0
# Name
P6430 = %%blf37%%
# UserID
P6630 = %%blf37%%
{ELSE}
P6030 = 
P6230 = 
P6430 = 
P6630 = 
{ENDIF}


{IF blf38}
# Ext Key 31
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6031 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6231 = 0
# Name
P6431 = %%blf38%%
# UserID
P6631 = %%blf38%%
{ELSE}
P6031 = 
P6231 = 
P6431 = 
P6631 = 
{ENDIF}


{IF blf39}
# Ext Key 32
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6032 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6232 = 0
# Name
P6432 = %%blf39%%
# UserID
P6632 = %%blf39%%
{ELSE}
P6032 = 
P6232 = 
P6432 = 
P6632 = 
{ENDIF}


{IF blf40}
# Ext Key 33
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6033 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6233 = 0
# Name
P6433 = %%blf40%%
# UserID
P6633 = %%blf40%%
{ELSE}
P6033 = 
P6233 = 
P6433 = 
P6633 = 
{ENDIF}


{IF blf41}
# Ext Key 34
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6034 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6234 = 0
# Name
P6434 = %%blf41%%
# UserID
P6634 = %%blf41%%
{ELSE}
P6034 = 
P6234 = 
P6434 = 
P6634 = 
{ENDIF}


{IF blf42}
# Ext Key 35
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6035 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6235 = 0
# Name
P6435 = %%blf42%%
# UserID
P6635 = %%blf42%%
{ELSE}
P6035 = 
P6235 = 
P6435 = 
P6635 = 
{ENDIF}


{IF blf43}
# Ext Key 36
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6036 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6236 = 0
# Name
P6436 = %%blf43%%
# UserID
P6636 = %%blf43%%
{ELSE}
P6036 = 
P6236 = 
P6436 = 
P6636 = 
{ENDIF}


{IF blf44}
# Ext Key 37
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6037 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6237 = 0
# Name
P6437 = %%blf44%%
# UserID
P6637 = %%blf44%%
{ELSE}
P6037 = 
P6237 = 
P6437 = 
P6637 = 
{ENDIF}


{IF blf45}
# Ext Key 38
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6038 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6238 = 0
# Name
P6438 = %%blf45%%
# UserID
P6638 = %%blf45%%
{ELSE}
P6038 = 
P6238 = 
P6438 = 
P6638 = 
{ENDIF}


{IF blf46}
# Ext Key 39
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6039 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6239 = 0
# Name
P6439 = %%blf46%%
# UserID
P6639 = %%blf46%%
{ELSE}
P6039 = 
P6239 = 
P6439 = 
P6639 = 
{ENDIF}


{IF blf47}
# Ext Key 40
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6040 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6240 = 0
# Name
P6440 = %%blf47%%
# UserID
P6640 = %%blf47%%
{ELSE}
P6040 = 
P6240 = 
P6440 = 
P6640 = 
{ENDIF}


{IF blf48}
# Ext Key 41
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6041 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6241 = 0
# Name
P6441 = %%blf48%%
# UserID
P6641 = %%blf48%%
{ELSE}
P6041 = 
P6241 = 
P6441 = 
P6641 = 
{ENDIF}


{IF blf49}
# Ext Key 42
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6042 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6242 = 0
# Name
P6442 = %%blf49%%
# UserID
P6642 = %%blf49%%
{ELSE}
P6042 = 
P6242 = 
P6442 = 
P6642 = 
{ENDIF}


{IF blf50}
# Ext Key 43
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6043 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6243 = 0
# Name
P6443 = %%blf50%%
# UserID
P6643 = %%blf50%%
{ELSE}
P6043 = 
P6243 = 
P6443 = 
P6643 = 
{ENDIF}


{IF blf51}
# Ext Key 44
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6044 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6244 = 0
# Name
P6444 = %%blf51%%
# UserID
P6644 = %%blf51%%
{ELSE}
P6044 = 
P6244 = 
P6444 = 
P6644 = 
{ENDIF}


{IF blf52}
# Ext Key 45
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6045 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6245 = 0
# Name
P6445 = %%blf52%%
# UserID
P6645 = %%blf52%%
{ELSE}
P6045 = 
P6245 = 
P6445 = 
P6645 = 
{ENDIF}


{IF blf53}
# Ext Key 46
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6046 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6246 = 0
# Name
P6446 = %%blf53%%
# UserID
P6646 = %%blf53%%
{ELSE}
P6046 = 
P6246 = 
P6446 = 
P6646 = 
{ENDIF}


{IF blf54}
# Ext Key 47
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6047 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6247 = 0
# Name
P6447 = %%blf54%%
# UserID
P6647 = %%blf54%%
{ELSE}
P6047 = 
P6247 = 
P6447 = 
P6647 = 
{ENDIF}


{IF blf55}
# Ext Key 48
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6048 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6248 = 0
# Name
P6448 = %%blf55%%
# UserID
P6648 = %%blf55%%
{ELSE}
P6048 = 
P6248 = 
P6448 = 
P6648 = 
{ENDIF}


{IF blf56}
# Ext Key 49
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6049 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6249 = 0
# Name
P6449 = %%blf56%%
# UserID
P6649 = %%blf56%%
{ELSE}
P6049 = 
P6249 = 
P6449 = 
P6649 = 
{ENDIF}


{IF blf57}
# Ext Key 50
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6050 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6250 = 0
# Name
P6450 = %%blf57%%
# UserID
P6650 = %%blf57%%
{ELSE}
P6050 = 
P6250 = 
P6450 = 
P6650 = 
{ENDIF}


{IF blf58}
# Ext Key 51
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6051 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6251 = 0
# Name
P6451 = %%blf58%%
# UserID
P6651 = %%blf58%%
{ELSE}
P6051 = 
P6251 = 
P6451 = 
P6651 = 
{ENDIF}


{IF blf59}
# Ext Key 52
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6052 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6252 = 0
# Name
P6452 = %%blf59%%
# UserID
P6652 = %%blf59%%
{ELSE}
P6052 = 
P6252 = 
P6452 = 
P6652 = 
{ENDIF}


{IF blf60}
# Ext Key 53
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6053 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6253 = 0
# Name
P6453 = %%blf60%%
# UserID
P6653 = %%blf60%%
{ELSE}
P6053 = 
P6253 = 
P6453 = 
P6653 = 
{ENDIF}


{IF blf61}
# Ext Key 54
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6054 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6254 = 0
# Name
P6454 = %%blf61%%
# UserID
P6654 = %%blf61%%
{ELSE}
P6054 = 
P6254 = 
P6454 = 
P6654 = 
{ENDIF}


{IF blf62}
# Ext Key 55
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6055 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6255 = 0
# Name
P6455 = %%blf62%%
# UserID
P6655 = %%blf62%%
{ELSE}
P6055 = 
P6255 = 
P6455 = 
P6655 = 
{ENDIF}


{IF blf63}
# Ext Key 56
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6056 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6256 = 0
# Name
P6456 = %%blf63%%
# UserID
P6656 = %%blf63%%
{ELSE}
P6056 = 
P6256 = 
P6456 = 
P6656 = 
{ENDIF}


{IF blf64}
# Ext Key 57
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6057 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6257 = 0
# Name
P6457 = %%blf64%%
# UserID
P6657 = %%blf64%%
{ELSE}
P6057 = 
P6257 = 
P6457 = 
P6657 = 
{ENDIF}


{IF blf65}
# Ext Key 58
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6058 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6258 = 0
# Name
P6458 = %%blf65%%
# UserID
P6658 = %%blf65%%
{ELSE}
P6058 = 
P6258 = 
P6458 = 
P6658 = 
{ENDIF}


{IF blf66}
# Ext Key 59
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6059 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6259 = 0
# Name
P6459 = %%blf66%%
# UserID
P6659 = %%blf66%%
{ELSE}
P6059 = 
P6259 = 
P6459 = 
P6659 = 
{ENDIF}


{IF blf67}
# Ext Key 60
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6060 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6260 = 0
# Name
P6460 = %%blf67%%
# UserID
P6660 = %%blf67%%
{ELSE}
P6060 = 
P6260 = 
P6460 = 
P6660 = 
{ENDIF}


{IF blf68}
# Ext Key 61
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6061 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6261 = 0
# Name
P6461 = %%blf68%%
# UserID
P6661 = %%blf68%%
{ELSE}
P6061 = 
P6261 = 
P6461 = 
P6661 = 
{ENDIF}


{IF blf69}
# Ext Key 62
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6062 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6262 = 0
# Name
P6462 = %%blf69%%
# UserID
P6662 = %%blf69%%
{ELSE}
P6062 = 
P6262 = 
P6462 = 
P6662 = 
{ENDIF}


{IF blf70}
# Ext Key 63
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6063 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6263 = 0
# Name
P6463 = %%blf70%%
# UserID
P6663 = %%blf70%%
{ELSE}
P6063 = 
P6263 = 
P6463 = 
P6663 = 
{ENDIF}


{IF blf71}
# Ext Key 64
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6064 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6264 = 0
# Name
P6464 = %%blf71%%
# UserID
P6664 = %%blf71%%
{ELSE}
P6064 = 
P6264 = 
P6464 = 
P6664 = 
{ENDIF}


{IF blf72}
# Ext Key 65
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6065 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6265 = 0
# Name
P6465 = %%blf72%%
# UserID
P6665 = %%blf72%%
{ELSE}
P6065 = 
P6265 = 
P6465 = 
P6665 = 
{ENDIF}


{IF blf73}
# Ext Key 66
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6066 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6266 = 0
# Name
P6466 = %%blf73%%
# UserID
P6666 = %%blf73%%
{ELSE}
P6066 = 
P6266 = 
P6466 = 
P6666 = 
{ENDIF}


{IF blf74}
# Ext Key 67
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6067 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6267 = 0
# Name
P6467 = %%blf74%%
# UserID
P6667 = %%blf74%%
{ELSE}
P6067 = 
P6267 = 
P6467 = 
P6667 = 
{ENDIF}


{IF blf75}
# Ext Key 68
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6068 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6268 = 0
# Name
P6468 = %%blf75%%
# UserID
P6668 = %%blf75%%
{ELSE}
P6068 = 
P6268 = 
P6468 = 
P6668 = 
{ENDIF}


{IF blf76}
# Ext Key 69
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6069 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6269 = 0
# Name
P6469 = %%blf76%%
# UserID
P6669 = %%blf76%%
{ELSE}
P6069 = 
P6269 = 
P6469 = 
P6669 = 
{ENDIF}


{IF blf77}
# Ext Key 70
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6070 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6270 = 0
# Name
P6470 = %%blf77%%
# UserID
P6670 = %%blf77%%
{ELSE}
P6070 = 
P6270 = 
P6470 = 
P6670 = 
{ENDIF}


{IF blf78}
# Ext Key 71
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6071 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6271 = 0
# Name
P6471 = %%blf78%%
# UserID
P6671 = %%blf78%%
{ELSE}
P6071 = 
P6271 = 
P6471 = 
P6671 = 
{ENDIF}


{IF blf79}
# Ext Key 72
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6072 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6272 = 0
# Name
P6472 = %%blf79%%
# UserID
P6672 = %%blf79%%
{ELSE}
P6072 = 
P6272 = 
P6472 = 
P6672 = 
{ENDIF}


{IF blf80}
# Ext Key 73
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6073 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6273 = 0
# Name
P6473 = %%blf80%%
# UserID
P6673 = %%blf80%%
{ELSE}
P6073 = 
P6273 = 
P6473 = 
P6673 = 
{ENDIF}


{IF blf81}
# Ext Key 74
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6074 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6274 = 0
# Name
P6474 = %%blf81%%
# UserID
P6674 = %%blf81%%
{ELSE}
P6074 = 
P6274 = 
P6474 = 
P6674 = 
{ENDIF}


{IF blf82}
# Ext Key 75
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6075 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6275 = 0
# Name
P6475 = %%blf82%%
# UserID
P6675 = %%blf82%%
{ELSE}
P6075 = 
P6275 = 
P6475 = 
P6675 = 
{ENDIF}


{IF blf83}
# Ext Key 76
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6076 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6276 = 0
# Name
P6476 = %%blf83%%
# UserID
P6676 = %%blf83%%
{ELSE}
P6076 = 
P6276 = 
P6476 = 
P6676 = 
{ENDIF}


{IF blf84}
# Ext Key 77
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6077 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6277 = 0
# Name
P6477 = %%blf84%%
# UserID
P6677 = %%blf84%%
{ELSE}
P6077 = 
P6277 = 
P6477 = 
P6677 = 
{ENDIF}


{IF blf85}
# Ext Key 78
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6078 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6278 = 0
# Name
P6478 = %%blf85%%
# UserID
P6678 = %%blf85%%
{ELSE}
P6078 = 
P6278 = 
P6478 = 
P6678 = 
{ENDIF}


{IF blf86}
# Ext Key 79
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6079 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6279 = 0
# Name
P6479 = %%blf86%%
# UserID
P6679 = %%blf86%%
{ELSE}
P6079 = 
P6279 = 
P6479 = 
P6679 = 
{ENDIF}


{IF blf87}
# Ext Key 80
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6080 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6280 = 0
# Name
P6480 = %%blf87%%
# UserID
P6680 = %%blf87%%
{ELSE}
P6080 = 
P6280 = 
P6480 = 
P6680 = 
{ENDIF}


{IF blf88}
# Ext Key 81
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6081 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6281 = 0
# Name
P6481 = %%blf88%%
# UserID
P6681 = %%blf88%%
{ELSE}
P6081 = 
P6281 = 
P6481 = 
P6681 = 
{ENDIF}


{IF blf89}
# Ext Key 82
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6082 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6282 = 0
# Name
P6482 = %%blf89%%
# UserID
P6682 = %%blf89%%
{ELSE}
P6082 = 
P6282 = 
P6482 = 
P6682 = 
{ENDIF}


{IF blf90}
# Ext Key 83
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6083 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6283 = 0
# Name
P6483 = %%blf90%%
# UserID
P6683 = %%blf90%%
{ELSE}
P6083 = 
P6283 = 
P6483 = 
P6683 = 
{ENDIF}


{IF blf91}
# Ext Key 84
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6084 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6284 = 0
# Name
P6484 = %%blf91%%
# UserID
P6684 = %%blf91%%
{ELSE}
P6084 = 
P6284 = 
P6484 = 
P6684 = 
{ENDIF}


{IF blf92}
# Ext Key 85
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6085 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6285 = 0
# Name
P6485 = %%blf92%%
# UserID
P6685 = %%blf92%%
{ELSE}
P6085 = 
P6285 = 
P6485 = 
P6685 = 
{ENDIF}


{IF blf93}
# Ext Key 86
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6086 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6286 = 0
# Name
P6486 = %%blf93%%
# UserID
P6686 = %%blf93%%
{ELSE}
P6086 = 
P6286 = 
P6486 = 
P6686 = 
{ENDIF}


{IF blf94}
# Ext Key 87
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6087 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6287 = 0
# Name
P6487 = %%blf94%%
# UserID
P6687 = %%blf94%%
{ELSE}
P6087 = 
P6287 = 
P6487 = 
P6687 = 
{ENDIF}


{IF blf95}
# Ext Key 88
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6088 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6288 = 0
# Name
P6488 = %%blf95%%
# UserID
P6688 = %%blf95%%
{ELSE}
P6088 = 
P6288 = 
P6488 = 
P6688 = 
{ENDIF}


{IF blf96}
# Ext Key 89
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6089 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6289 = 0
# Name
P6489 = %%blf96%%
# UserID
P6689 = %%blf96%%
{ELSE}
P6089 = 
P6289 = 
P6489 = 
P6689 = 
{ENDIF}


{IF blf97}
# Ext Key 90
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6090 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6290 = 0
# Name
P6490 = %%blf97%%
# UserID
P6690 = %%blf97%%
{ELSE}
P6090 = 
P6290 = 
P6490 = 
P6690 = 
{ENDIF}


{IF blf98}
# Ext Key 91
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6091 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6291 = 0
# Name
P6491 = %%blf98%%
# UserID
P6691 = %%blf98%%
{ELSE}
P6091 = 
P6291 = 
P6491 = 
P6691 = 
{ENDIF}


{IF blf99}
# Ext Key 92
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6092 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6292 = 0
# Name
P6492 = %%blf99%%
# UserID
P6692 = %%blf99%%
{ELSE}
P6092 = 
P6292 = 
P6492 = 
P6692 = 
{ENDIF}


{IF blf100}
# Ext Key 93
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6093 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6293 = 0
# Name
P6493 = %%blf100%%
# UserID
P6693 = %%blf100%%
{ELSE}
P6093 = 
P6293 = 
P6493 = 
P6693 = 
{ENDIF}


{IF blf101}
# Ext Key 94
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6094 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6294 = 0
# Name
P6494 = %%blf101%%
# UserID
P6694 = %%blf101%%
{ELSE}
P6094 = 
P6294 = 
P6494 = 
P6694 = 
{ENDIF}


{IF blf102}
# Ext Key 95
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6095 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6295 = 0
# Name
P6495 = %%blf102%%
# UserID
P6695 = %%blf102%%
{ELSE}
P6095 = 
P6295 = 
P6495 = 
P6695 = 
{ENDIF}


{IF blf103}
# Ext Key 96
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6096 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6296 = 0
# Name
P6496 = %%blf103%%
# UserID
P6696 = %%blf103%%
{ELSE}
P6096 = 
P6296 = 
P6496 = 
P6696 = 
{ENDIF}


{IF blf104}
# Ext Key 97
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6097 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6297 = 0
# Name
P6497 = %%blf104%%
# UserID
P6697 = %%blf104%%
{ELSE}
P6097 = 
P6297 = 
P6497 = 
P6697 = 
{ENDIF}


{IF blf105}
# Ext Key 98
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6098 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6298 = 0
# Name
P6498 = %%blf105%%
# UserID
P6698 = %%blf105%%
{ELSE}
P6098 = 
P6298 = 
P6498 = 
P6698 = 
{ENDIF}


{IF blf106}
# Ext Key 99
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6099 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6299 = 0
# Name
P6499 = %%blf106%%
# UserID
P6699 = %%blf106%%
{ELSE}
P6099 = 
P6299 = 
P6499 = 
P6699 = 
{ENDIF}


{IF blf107}
# Ext Key 100
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6100 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6300 = 0
# Name
P6500 = %%blf107%%
# UserID
P6700 = %%blf107%%
{ELSE}
P6100 = 
P6300 = 
P6500 = 
P6700 = 
{ENDIF}


{IF blf108}
# Ext Key 101
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6101 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6301 = 0
# Name
P6501 = %%blf108%%
# UserID
P6701 = %%blf108%%
{ELSE}
P6101 = 
P6301 = 
P6501 = 
P6701 = 
{ENDIF}


{IF blf109}
# Ext Key 102
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6102 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6302 = 0
# Name
P6502 = %%blf109%%
# UserID
P6702 = %%blf109%%
{ELSE}
P6102 = 
P6302 = 
P6502 = 
P6702 = 
{ENDIF}


{IF blf110}
# Ext Key 103
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6103 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6303 = 0
# Name
P6503 = %%blf110%%
# UserID
P6703 = %%blf110%%
{ELSE}
P6103 = 
P6303 = 
P6503 = 
P6703 = 
{ENDIF}


{IF blf111}
# Ext Key 104
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6104 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6304 = 0
# Name
P6504 = %%blf111%%
# UserID
P6704 = %%blf111%%
{ELSE}
P6104 = 
P6304 = 
P6504 = 
P6704 = 
{ENDIF}


{IF blf112}
# Ext Key 105
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6105 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6305 = 0
# Name
P6505 = %%blf112%%
# UserID
P6705 = %%blf112%%
{ELSE}
P6105 = 
P6305 = 
P6505 = 
P6705 = 
{ENDIF}


{IF blf113}
# Ext Key 106
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6106 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6306 = 0
# Name
P6506 = %%blf113%%
# UserID
P6706 = %%blf113%%
{ELSE}
P6106 = 
P6306 = 
P6506 = 
P6706 = 
{ENDIF}


{IF blf114}
# Ext Key 107
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6107 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6307 = 0
# Name
P6507 = %%blf114%%
# UserID
P6707 = %%blf114%%
{ELSE}
P6107 = 
P6307 = 
P6507 = 
P6707 = 
{ENDIF}


{IF blf115}
# Ext Key 108
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6108 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6308 = 0
# Name
P6508 = %%blf115%%
# UserID
P6708 = %%blf115%%
{ELSE}
P6108 = 
P6308 = 
P6508 = 
P6708 = 
{ENDIF}


{IF blf116}
# Ext Key 109
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6109 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6309 = 0
# Name
P6509 = %%blf116%%
# UserID
P6709 = %%blf116%%
{ELSE}
P6109 = 
P6309 = 
P6509 = 
P6709 = 
{ENDIF}


{IF blf117}
# Ext Key 110
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6110 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6310 = 0
# Name
P6510 = %%blf117%%
# UserID
P6710 = %%blf117%%
{ELSE}
P6110 = 
P6310 = 
P6510 = 
P6710 = 
{ENDIF}


{IF blf118}
# Ext Key 111
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6111 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6311 = 0
# Name
P6511 = %%blf118%%
# UserID
P6711 = %%blf118%%
{ELSE}
P6111 = 
P6311 = 
P6511 = 
P6711 = 
{ENDIF}


{IF blf119}
# Ext Key 112
# Key Mode. 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF
P6112 = 1
# Account: 0==Account1; 1==Account2; 2==Account3; 3==Account4; 4==Account5; 5==Account6
P6312 = 0
# Name
P6512 = %%blf119%%
# UserID
P6712 = %%blf119%%
{ELSE}
P6112 = 
P6312 = 
P6512 = 
P6712 = 
{ENDIF}


# ==========================User based custom settings================
# ====================================================================
# Phone Web Admin password
# Uncomment and adjust the following field if you would like all your
# provisioned phones (of this model) to have the same Admin Web
# Interface password
#
# P2 = 12345
# ====================================================================

]]>
   </deviceconfig>
   
   </device>
</data>   
</doc>

Any help would be greatly appreciated
 
Problem solved. The template was updated through the update manager (existing version did not appear to support GXP280) but I was still running an old version of 3CX. Following an update to SP5 the phone now provisions properly and is set to the correct timezone.
 
Status
Not open for further replies.

Forum statistics

Threads
111,873
Messages
589,500
Members
164,719
Latest member
David Gharakhanian