1#!version:1.0.0.1
2
3##File header "#!version:1.0.0.1" can not be edited or deleted, and must be placed in the first line.##
4
5#######################################################################################
6##                                    Hostname                                       ##
7#######################################################################################
8network.dhcp_host_name =
9
10#Configure the WAN port type; 0-DHCP(default), 1-PPPoE, 2-Static IP Address;
11#Require reboot;
12network.internet_port.type =
13
14#Configure the static IP address, submask, gateway and DNS server.
15#Require reboot;
16network.internet_port.ip =
17network.internet_port.mask =
18network.internet_port.gateway =
19network.primary_dns = {$dns_server_primary}
20network.secondary_dns = {$dns_server_secondary}
21
22#######################################################################################
23##                                    PPPOE                                          ##
24#######################################################################################
25#Configure the username and password for PPPOE connection.
26#Require reboot;
27network.pppoe.user =
28network.pppoe.password =
29
30#######################################################################################
31##                                    Network Advanced                               ##
32#######################################################################################
33#Configure the duplex mode and the speed of the WAN port.
34#0-Auto negotiate (default), 1-Full duplex 10Mbps, 2-Full duplex 100Mbps, 3-Half duplex 10Mbps, 4-Half duplex 100Mbps;
35network.internet_port.speed_duplex =
36network.pc_port.speed_duplex =
37
38network.pc_port.dhcp_server = 1
39{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
40
41{if isset($vlan_port_id) }
42#######################################################################################
43##                                    VLAN  ENABLED                                  ##
44#######################################################################################
45network.vlan.internet_port_enable = 1
46
47#Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1.
48#Require reboot;
49network.vlan.internet_port_vid = {$vlan_port_id}
50
51#Configure the VLAN priority, it ranges from 0 (default) to 7.
52#Require reboot;
53network.vlan.internet_port_priority =
54
55#Enable or disable the VLAN of PC port; 0-Disabled (default), 1-Enabled;
56#Require reboot;
57network.vlan.pc_port_enable = 1
58
59#Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1.
60#Require reboot;
61network.vlan.pc_port_vid = {$vlan_pc_port_id}
62
63#Configure the VLAN priority, it ranges from 0 (default) to 7.
64#Require reboot;
65network.vlan.pc_port_priority =
66
67#Enable or disable the DHCP to obtain the information of the VLAN; 0-Disabled; 1-Enabled (default);
68#Require reboot;
69network.vlan.dhcp_enable =
70
71#Configure the DHCP option to obtain the information of the VLAN. It ranges from 0 to 255.
72#Multiple options separated by a comma. It supports up to 5 options in all.
73#Require reboot;
74network.vlan.dhcp_option =
75
76{else}
77
78#######################################################################################
79##                                    VLAN  DISABLED                                ##
80#######################################################################################
81network.vlan.internet_port_enable = 0
82
83#Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1.
84#Require reboot;
85network.vlan.internet_port_vid =
86
87#Configure the VLAN priority, it ranges from 0 (default) to 7.
88#Require reboot;
89network.vlan.internet_port_priority =
90
91#Enable or disable the VLAN of PC port; 0-Disabled (default), 1-Enabled;
92#Require reboot;
93network.vlan.pc_port_enable =
94
95#Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1.
96#Require reboot;
97network.vlan.pc_port_vid =
98
99#Configure the VLAN priority, it ranges from 0 (default) to 7.
100#Require reboot;
101network.vlan.pc_port_priority =
102
103#Enable or disable the DHCP to obtain the information of the VLAN; 0-Disabled; 1-Enabled (default);
104#Require reboot;
105network.vlan.dhcp_enable =
106
107#Configure the DHCP option to obtain the information of the VLAN. It ranges from 0 to 255.
108#Multiple options separated by a comma. It supports up to 5 options in all.
109#Require reboot;
110network.vlan.dhcp_option =
111
112{/if}
113
114
115#######################################################################################
116##                                   WEB Port                                        ##
117#######################################################################################
118#Configure the HTTP port (80 by default) and the HTTPS port (443 by default) of the web server. Both range from 1 to 65535.
119#Require reboot;
120network.port.http =
121network.port.https =
122
123#######################################################################################
124##                                   QOS                                             ##
125#######################################################################################
126#Configure the voice QOS. It ranges from 0 to 63, the default value is 46.
127#Require reboot;
128network.qos.rtptos =
129
130#Configure the SIP QOS. It ranges from 0 to 63, the default value is 26.
131#Require reboot;
132network.qos.signaltos =
133
134#######################################################################################
135##                                   802.1X                                          ##
136#######################################################################################
137#Configure the 802.1x mode; 0-Disabled (default), 1-EAP-MD5, 2-EAP-TLS, 3-PEAP-MSCHAPV2, 4:EAP-TTLS/EAP-MSCHAPv2;
138#Require reboot;
139network.802_1x.mode =
140network.802_1x.identity =
141network.802_1x.md5_password =
142network.802_1x.root_cert_url =
143network.802_1x.client_cert_url =
144
145#######################################################################################
146##                                   VPN                                             ##
147#######################################################################################
148#Enable or disable the VPN feature; 0-Disabled (default), 1-Enabled;
149#Require reboot;
150network.vpn_enable =
151
152#######################################################################################
153##                                   LLDP                                            ##
154#######################################################################################
155#Enable or disable the LLDP feature; 0-Disabled, 1-Enabled (default);
156#Require reboot;
157network.lldp.enable =
158
159#Configure the interval(in seconds) the phone broadcasts the LLDP request. It ranges from 1 to 3600, the default value is 60.
160#Require reboot;
161network.lldp.packet_interval =
162
163#######################################################################################
164##                                   SNMP                                            ##
165#######################################################################################
166#Enable or disable the SNMP feature; 0-Disabled (default), 1-Enabled;
167#Require reboot;
168network.snmp.enable =
169network.snmp.port =
170
171#Configure the IP address(es) of the trusted SNMP server,multiple IP addresses must be separated by a space.
172#Require reboot;
173network.snmp.trust_ip =
174
175#######################################################################################
176##                                   Span to PC                                      ##
177#######################################################################################
178#Enable or disable the span from WAN port to PC port feature; 0-Disabled (default), 1-Enabled;
179#Require reboot;
180network.span_to_pc_port =
181
182#######################################################################################
183##                                   RTP Port                                        ##
184#######################################################################################
185#Configure the maximum local RTP port. It ranges from 0 to 65535, the default value is 11800.
186#Require reboot;
187network.port.max_rtpport =
188
189#Configure the minimum local RTP port. It ranges from 0 to 65535, the default value is 11780.
190#Require reboot;
191network.port.min_rtpport =
192
193#######################################################################################
194##                                   SYSLOG                                          ##
195#######################################################################################
196#Configure the IP address of the syslog server.
197#Require reboot;
198syslog.server =
199
200#Configure the syslog level. It ranges from 0 to 6, the default value is 3.
201#Require reboot;
202syslog.log_level =
203
204#######################################################################################
205##                                   Redirect                                        ##
206#######################################################################################
207#Enable or disable the redirect feature; 0-Disabled (default), 1-Enabled;
208redirect.enable =
209
210#######################################################################################
211##                                   TR069                                           ##
212#######################################################################################
213#The TR069 feature is only applicable to some designated firmware version.
214#All settings of TR069 require reboot.
215#Enable or disable the TR069 feature; 0-Disabled (default), 1-Enabled;
216managementserver.enable =
217managementserver.username =
218managementserver.password =
219managementserver.url =
220managementserver.connection_request_username =
221managementserver.connection_request_password =
222managementserver.periodic_inform_enable = 0
223managementserver.periodic_inform_interval = 60
224
225#######################################################################################
226##                                   Autop Mode                                      ##
227#######################################################################################
228#Configure the auto provision mode;
229#0-Disabled , 1-Power on (default);
230auto_provision.mode =
231
232#######################################################################################
233##                                   Autop PNP                                       ##
234#######################################################################################
235#Enable or disable the Plug and Play feature; 0-Disabled, 1-Enabled (default);
236auto_provision.pnp_enable =
237
238#######################################################################################
239##                                   Autop DHCP                                      ##
240#######################################################################################
241#Enable or disable DHCP option mode; 0-Disabled, 1-Enabled (default);
242auto_provision.dhcp_option.enable =
243
244#Configure the custom DHCP option number. It ranges from 128 to 254.
245auto_provision.dhcp_option.list_user_options =
246
247#######################################################################################
248##                                   Autop Repeat                                    ##
249#######################################################################################
250auto_provision.repeat.enable = 0
251
252#Configure the interval (in minutes) for the phone to check new configuration files. It ranges from 1 to 43200, the default value is 1440.
253#It is only applicable to "Repeatedly".
254auto_provision.repeat.minutes =
255
256#######################################################################################
257##                                   Autop Weekly                                    ##
258#######################################################################################
259auto_provision.weekly.enable = 0
260
261#Configure the day of week for the phone to check new configuration files. The default vaule is 0123456.
262#0-Sunday,1-Monday,2-Tuesday,3-Wednesday,4-Thursday,5-Friday,6-Saturday;
263#It is only applicable to "Weekly" and "Power on + Weekly" modes.
264#If the desired week is Monday, Tuesday and Wednesday, the value format is 012.
265auto_provision.weekly.mask =
266
267#Configure the start time of the day for the phone to check new configuration files. The default value is 00:00.
268#It is only applicable to "Weekly" and "Power on + Weekly" modes.
269#If the desired start time of the day is seven forty-five a.m., the value format is 07:45.
270auto_provision.weekly.begin_time =
271
272#Configure the end time of the day for the phone to check new configuration files.  The default time is 00:00.
273#It is only applicable to "Weekly" and "Power on + Weekly" modes.
274#If the desired end time of the day is seven forty-five p.m., the value format is 19:45.
275auto_provision.weekly.end_time =
276
277#######################################################################################
278##                                   Autop URL                                       ##
279#######################################################################################
280auto_provision.server.url = {$yealink_provision_url}
281auto_provision.server.username = {$http_auth_username}
282auto_provision.server.password = {$http_auth_password}
283
284#######################################################################################
285##                                   Autop Aes Key                                   ##
286#######################################################################################
287#Configure AES key (16 characters) for decrypting the common CFG file.
288auto_provision.aes_key_16.com =
289
290#Configure AES key (16 characters) for decrypting the MAC-Oriented CFG file.
291auto_provision.aes_key_16.mac =
292
293custom_mac_cfg.url =
294
295#Configure the value (manufacturer of the device) of DHCP option 60. The default is yealink
296auto_provision.dhcp_option.option60_value =
297
298#######################################################################################
299##                                   Autop Code                                      ##
300#######################################################################################
301#This feature allows user to trigger the auto provisioning by pressing a predefined string on the phone.
302#Require reboot;
303#"X" ranges from 1 to 50
304
305#Configure the auto provisioning name.
306#The valid value is a string, the maximum length is 100.
307autoprovision.X.name =
308
309
310#Configure the auto provisioning code;
311#The valid value is a string, the maximum length is 100.
312autoprovision.X.code =
313
314#Configure the URL of the auto provisioning server.
315#The valid value is a string, the maximum length is 511.
316autoprovision.X.url =
317
318#Configure the username and password for downloading.
319#The valid value is a string, the maximum length is 100.
320autoprovision.X.user =
321autoprovision.X.password =
322
323#Configure AES key (16 characters) for decrypting the common CFG file and MAC-Oriented CFG file.
324autoprovision.X.com_aes =
325autoprovision.X.mac_aes =
326
327#######################################################################################
328##                                   Watch Dog                                       ##
329#######################################################################################
330#Enable or disable the WatchDog feature; 0-Disabled, 1-Enabled (default);
331watch_dog.enable =
332
333#######################################################################################
334##                                   SIP Advanced                                    ##
335#######################################################################################
336#Enable or disable the phone to escape the pound key as percent sign followed by 23 when dialing out; 0-Disabled, 1-Enabled (default);
337sip.use_23_as_pound =
338
339#Enable or disable the RFC2543 Hold feature; 0-Disabled (default), 1-Enabled;
340sip.rfc2543_hold =
341
342#Enable or disable the phone to keep sending the SIP messages to the outbound server; 0-Disabled, 1-Enabled (default);
343sip.use_out_bound_in_dialog =
344
345#Configure the registration random time (in seconds). It ranges from 0 (default) to 60.
346sip.reg_surge_prevention =
347
348
349################################################################
350#                        NAT&ICE                              ##
351################################################################
352network.static_nat.enable = {if isset($yealink_static_nat)}1{else}0{/if}
353
354network.static_nat.addr = {$yealink_static_nat}
355
356ice.enable =
357
358sip.nat_stun.enable = {if isset($stun_server)}1{else}0{/if}
359
360sip.nat_stun.server = {$stun_server}
361sip.nat_stun.port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
362
363
364sip.nat_turn.enable =
365sip.nat_turn.username =
366sip.nat_turn.password =
367sip.nat_turn.server =
368sip.nat_turn.port =
369
370#######################################################################################
371##                                   Echo Cancellation                               ##
372#######################################################################################
373#Enable or disable the voice activity detection feature; 0-Disbaled (default), 1-Enabled;
374voice.vad =
375
376#Enable or disable the comfortable noise generator; 0-Disabled, 1-Enabled (default);
377voice.cng =
378
379#Enable or disable the echo canceller; 0-Disabled, 1-Enabled (default);
380voice.echo_cancellation =
381
382#Configure the volume of the side tone. It ranges from -48 to 0, the default value is -3.
383voice.side_tone=
384
385#configure the preview call mode; 1-Ignore:the mixed of tone and RTP (default), 2-Force: discard the RTP and play the tone, 3-Skip: skip the tone to play the RTP;
386voice.call_preview_mode=
387
388#######################################################################################
389##                                   Jitter Buffer                                   ##
390#######################################################################################
391#Configure the type of jitter buffer; 0-Fixed, 1-Adaptive (default);
392voice.jib.adaptive =
393
394#Configure the minimum delay, maximum delay and normal delay. The default values are 0, 300, 120.
395voice.jib.min =
396voice.jib.max =
397voice.jib.normal =
398
399#######################################################################################
400##                                   Tones                                           ##
401#######################################################################################
402#Define the voice tone, the valid values can be Custom (default) or voice tone of different countries. For example, United States, France, Germany and so on.
403#voice.tone.country = Custom
404voice.tone.country =
405voice.tone.dial =
406voice.tone.ring =
407voice.tone.busy =
408voice.tone.congestion =
409voice.tone.callwaiting =
410voice.tone.dialrecall =
411voice.tone.record=
412voice.tone.info =
413voice.tone.stutter =
414voice.tone.message =
415voice.tone.autoanswer =
416
417#######################################################################################
418##                                   Volume                                          ##
419#######################################################################################
420#Configure the receiving volume of Speaker, Handset and Headset. It ranges from 0 to 15, the default value is 8.
421voice.handfree.spk_vol =
422voice.handfree.tone_vol =
423voice.handset.spk_vol =
424voice.handset.tone_vol =
425voice.headset.spk_vol =
426voice.headset.tone_vol =
427voice.ring_vol=
428
429#######################################################################################
430##                                   WEB HTTP(S)                                     ##
431#######################################################################################
432wui.https_enable =
433wui.http_enable =
434
435#######################################################################################
436##                                   Transfer                                        ##
437#######################################################################################
438#Enable or disable the transferee to display the missed call prompt when receiving a semi_attended transfer call;
439#0-Disabled, 1-Enabled (default);
440transfer.semi_attend_tran_enable =
441
442#Enable or disable the phone to complete the blind or attended transfer through on-hook;
443#0-Disabled,1-Enabled(default);
444transfer.blind_tran_on_hook_enable =
445
446#Enable or disable the conference initiator to transfer the call when hanging up.
447#0-Disabled(default),1-Enabled;
448transfer.tran_others_after_conf_enable =
449
450#Enable or disable the phone to complete the blind or attended transfer through on-hook;
451#0-Disabled,1-Enabled(default);
452transfer.on_hook_trans_enable =
453
454#Define the way of DSS key when configuring as a transfer key; 0-Display Number, 1-Attended Transfer, 2-Blind Transfer (default);
455transfer.dsskey_deal_type =
456
457#######################################################################################
458##                                   Web Language                                    ##
459#######################################################################################
460#Specify the web language, the valid values are: English, Chinese_S, Turkish, Portuguese, Spanish, Italian, French, Russian, Deutsch and Czech.
461lang.wui =
462
463#Specify the LCD language, the valid values are: English (default), Chinese_S, Chinese_T, German, French, Turkish, Italian, Polish, Spanish and Portuguese.
464lang.gui = {$yealink_language_gui}
465
466#######################################################################################
467##                                   Time                                            ##
468#######################################################################################
469
470#Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8.
471#The default time zone name is China(Beijing).
472#local_time.time_zone = +8
473#local_time.time_zone_name = China(Beijing)
474local_time.time_zone = {$yealink_time_zone}
475local_time.time_zone_name = {$yealink_time_zone_name}
476
477#Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org.
478local_time.ntp_server1 = {$ntp_server_primary}
479local_time.ntp_server2 = {$ntp_server_secondary}
480
481#Configure the update interval (in seconds) when using the NTP server. The default value is 1000.
482local_time.interval =
483
484#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
485local_time.summer_time =
486
487#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
488local_time.dst_time_type =
489
490#Configure the start time of DST. The default value is 1/1/0.
491#If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20.
492#If the DST type is configured as By Week, the value format is Month/Day of Week/Day of Week Last in Month/Hour of Day.
493#For example, the value 1/4/2/5 means the start time is at 5 o'clock on Tuesday of the 4th week in January.
494local_time.start_time = {$yealink_time_zone_start_time}
495
496#Configure the end time of DST. The default value is 12/31/23. The value format is the same to the start time.
497local_time.end_time = {$yealink_time_zone_end_time}
498
499#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is blank.
500local_time.offset_time = {$yealink_offset_time}
501
502#Configure the time format; 0-12 Hour, 1-24 Hour (default);
503local_time.time_format = {$yealink_time_format}
504
505#Configure the date format; 0-WWW MMM DD (default), 1-DD-MMM-YY, 2-YYYY-MM-DD, 3-DD/MM/YYYY, 4-MM/DD/YY, 5-DD MMM YYYY, 6-WWW DD MMM;
506local_time.date_format = {$yealink_date_format}
507
508#Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled;
509local_time.dhcp_time = {$yealink_dhcp_time}
510
511#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0.
512local_time.manual_time_enable =
513
514#######################################################################################
515##                                   Auto Redial                                     ##
516#######################################################################################
517#Enable or disable the auto redial feature; 0-Disabled (default), 1-Enabled;
518auto_redial.enable =
519
520#Configure the interval (in seconds) to wait before redial. It ranges from 1 to 300. The default value is 10.
521auto_redial.interval =
522
523#Configure the auto redial times. It ranges from 1 to 300. The default value is 10.
524auto_redial.times =
525
526#######################################################################################
527##                                   Zero Touch                                      ##
528#######################################################################################
529#Enable or disable the Zero Touch feature; 0-Disabled (default), 1-Enabled;
530zero_touch.enable =
531
532#Configure the waiting time (in seconds) before canceling the Zero Touch. It ranges from 0 to 100, the default value is 5.
533zero_touch.wait_time =
534
535#######################################################################################
536##                                   Push XML                                        ##
537#######################################################################################
538push_xml.server =
539
540#Enable or disable the phone to display the push XML interface when receiving an incoming call; 0-Disabled (default), 1-Enabled;
541push_xml.block_in_calling=
542
543#Enable or disable the phone to use the push XML via SIP Notify message; 0-Disabled (default), 1-Enabled;
544push_xml.sip_notify=
545
546#######################################################################################
547##                                   Dial Plan                                       ##
548#######################################################################################
549dialplan.area_code.code =
550dialplan.area_code.min_len =  1
551dialplan.area_code.max_len = 15
552
553#When applying the rule to multiple lines, each line ID separated by a comma.
554#e.g. dialplan.area_code.line_id = 1,2,3
555dialplan.area_code.line_id =
556
557#Configure the block out number. X ranges from 1 to 10.
558#dialplan.block_out.number.x =
559dialplan.block_out.number.1 =
560
561#When applying the rule to multiple lines, mutiple lines must be separated by a comma. E.g. 1,2,3.
562#dialplan.block_out.line_id.X =  1,2,3
563dialplan.block_out.line_id.1 =
564
565# X ranges from 1 to 100.
566dialplan.dialnow.rule.X =
567dialplan.dialnow.line_id.X =
568
569# X ranges from 1 to 100.
570dialplan.replace.prefix.X =
571dialplan.replace.replace.X =
572dialplan.replace.line_id.X =
573
574#Configure the dialnow rule. X ranges from 1 to 20.
575#dialnow.item.X = Dial-now rule,Line ID
576#Dial-now rule: Specify the numbers that need replacing;
577#Line ID:Specify the line ID to apply the replace rule,multiple lines must be separated by a comma;
578dialnow.item.1 =
579
580#Configure the replace rule. X ranges from 1 to 20.
581#dialplan.item.X = Enabled,Prefix,Replaced,LineID
582#Enabled: Enable or disable the replace rule. 0-Disabled, 1-Enabled; Prefix: Specify the numbers that need replacing;
583#Replaced: Specify the alternate numbers;
584#LineID: Specify the line ID to apply the replace rule,multiple lines ID must be separated by a comma;
585dialplan.item.1 =
586
587#######################################################################################
588##                                   Remote Phonebook                                ##
589#######################################################################################
590#Configure the access URL and dispaly name of the remote phonebook. X ranges from 1 to 5.
591#remote_phonebook.data.X.url =
592#remote_phonebook.data.X.name =
593
594{if isset($yealink_remote_phonebook_1_name) }
595remote_phonebook.data.1.name = {$yealink_remote_phonebook_1_name}
596{else}
597remote_phonebook.data.1.name = Users
598{/if}
599{if isset($yealink_remote_phonebook_1_url) }
600remote_phonebook.data.1.url =  {$yealink_remote_phonebook_1_url}
601{else}
602remote_phonebook.data.1.url = https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
603{/if}
604
605{if isset($yealink_remote_phonebook_2_name) }
606remote_phonebook.data.2.name = {$yealink_remote_phonebook_2_name}
607{else}
608remote_phonebook.data.2.name = Groups
609{/if}
610{if isset($yealink_remote_phonebook_2_url) }
611remote_phonebook.data.2.url =  {$yealink_remote_phonebook_2_url}
612{else}
613remote_phonebook.data.2.url = https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
614{/if}
615
616{if isset($yealink_remote_phonebook_3_name) }
617remote_phonebook.data.3.name = {$yealink_remote_phonebook_3_name}
618{else}
619remote_phonebook.data.3.name = Extensions
620{/if}
621{if isset($yealink_remote_phonebook_3_url) }
622remote_phonebook.data.3.url =  {$yealink_remote_phonebook_3_url}
623{else}
624remote_phonebook.data.3.url = https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
625{/if}
626
627remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
628remote_phonebook.data.4.url =  {$yealink_remote_phonebook_4_url}
629
630remote_phonebook.data.5.name = {$yealink_remote_phonebook_5_name}
631remote_phonebook.data.5.url =  {$yealink_remote_phonebook_5_url}
632
633#######################################################################################
634##                                   Network Directory                               ##
635#######################################################################################
636directory.update_time_interval =
637directory.incoming_call_match_enable = 1
638bw.directory_enable = 0
639
640#######################################################################################
641##         	              LDAP Settings                                              ##
642#######################################################################################
643ldap.enable = {$ldap_enable}
644
645#Configure the search criteria for name and number lookups.
646ldap.name_filter = {$ldap_name_filter}
647ldap.number_filter = {$ldap_number_filter}
648
649ldap.host = {$ldap_host}
650ldap.port = {$ldap_port}
651
652ldap.base = {$ldap_base}
653ldap.user = {$ldap_user}
654ldap.password = {$ldap_password}
655
656#Specify the maximum of the displayed search results. It ranges from 1 to 32000, the default value is 50.
657ldap.max_hits = {$ldap_max_hits}
658
659ldap.name_attr = {$ldap_name_attr}
660ldap.numb_attr = {$ldap_numb_attr}
661ldap.display_name = {$ldap_display_name}
662
663#Configure the LDAP version. The valid value is 2 or 3 (default).
664ldap.version = {$ldap_version}
665
666#Conifugre the search delay time. It ranges from 0 to 2000 (default).
667ldap.search_delay =
668
669#Enable or disable the phone to query the contact name from the LDAP server when receiving an incoming call; 0-Disabled (default), 1-Enabled;
670ldap.call_in_lookup = {$ldap_call_in_lookup}
671
672#Enable or disable the phone to sort the search results in alphabetical order; 0-Disabled (default), 1-Enabled;
673ldap.ldap_sort =  {$ldap_sort}
674
675#Enable or disable the phone to query the LDAP server when in the pre-dialing or the dialing state; 0-Disabled (default), 1-Enabled;
676ldap.dial_lookup =  {$ldap_dial_lookup}
677
678#######################################################################################
679##                                   Features                                        ##
680#######################################################################################
681#Configure the return code when activating DND; 404-No Found, 480-Temporarily not available (default), 486-Busy here;
682#features.dnd_refuse_code = 480
683features.dnd_refuse_code =
684
685#Configure the return code when refusing a call. The valid values are 404, 480, 486 (default).
686features.normal_refuse_code =
687
688#Configure the delay time (in seconds)of auto answer. The time ranges from 1 to 4, the default value is 1.
689features.auto_answer_delay =
690
691#Enable or disable the transfer DSS key to perform the blind transfer; 0-Disabled, 1-Enabled (default);
692features.dsskey_blind_tran =
693
694#Enable or disable the phone to mute the call during an active call; 0-Disabled, 1-Enabled (default);
695features.allow_mute =
696
697features.group_listen_in_talking_enable =
698
699#Enable or disable the call completion feature; 0-Disabled (default), 1-Enabled;
700features.call_completion_enable =
701
702#Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default);
703features.direct_ip_call_enable = 0
704sip.trust_ctrl=1
705
706#Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off;
707features.power_led_on = 1
708
709#Configure the overtime (in minutes) of logging web user interface. It ranges from 1 to 1000, the default value is 5.
710features.relog_offtime =
711
712#Specify the ring device when the phone is in the Headset mode; 0-use Speaker (default), 1-use Headset, 2- Use Headset& Speaker;
713features.ringer_device.is_use_headset =
714
715#Enable or disable to enter the password when long pressing the OK key to reset to factory; 0-Disabled (default), 1-Enabled;
716#features.factory_pwd_enable = 1
717
718features.idle_talk_power_led_flash_enable =
719
720#Enbale or disable the server to release the BLA line automatically; 0-Disabled (default), 1-Enabled;
721features.auto_release_bla_line =
722
723
724#######################################################################################
725##                                   Features FWD                                    ##
726#######################################################################################
727#Configure the call forward key mode; 0-Phone mode (default), 1-Custom mode.
728features.fwd_mode =
729
730#0-Disabled , 1-Enabled (default)
731features.fwd_diversion_enable =
732
733#######################################################################################
734##                                   Features DND                                    ##
735#######################################################################################
736#Configure the DND key mode; 0-Phone mode (default), 1-Custom mode.
737features.dnd_mode =
738features.dnd.on_code =
739features.dnd.off_code =
740features.dnd.emergency_enable = 1
741features.dnd.emergency_authorized_number =
742
743#######################################################################################
744##                                   Features BLF                                    ##
745#######################################################################################
746#Configure the LED flashing mode of the BLF key (line key). The value is 0(default) or 1.
747features.blf_led_mode =
748
749features.blf_list_version = 0
750features.blf_and_callpark_idle_led_enable = 0
751
752#######################################################################################
753##                                   Features Intercom                               ##
754#######################################################################################
755#Enable or disable the intercom feature; 0-Disabled, 1-Enabled (default);
756features.intercom.allow =
757
758#Enable or disable the phone to mute the Speaker when answering an intercom call; 0-Disabled (default), 1-Enabled;
759features.intercom.mute =
760
761#Enable or disable the phone to play the intercom warning tone; 0-Disabled, 1-Enabled (default);
762features.intercom.tone =
763
764#Enable or disable the phone to barge in an intercom call; 0-Disabled (default), 1-Enabled;
765features.intercom.barge =
766
767#######################################################################################
768##                                   Features Hotline                                ##
769#######################################################################################
770#Configure the hotline number and delay time (in seconds). It ranges from 0 to 180, the default value is 4.
771features.hotline_number =
772features.hotline_delay =
773
774#######################################################################################
775##                                   Features DTMF                                   ##
776#######################################################################################
777#Enable or disable the phone to suppress the display of DTMF digits; 0-Disabled (default), 1-Enabled;
778features.dtmf.hide =
779
780#Enables or disables the IP phone to display the DTMF digits for a short period before displaying as asterisks; 0-Disabled (default), 1-Enabled;
781features.dtmf.hide_delay =
782
783#Configure the repetition times of DTMF end packet. The valid values are 1, 2, 3 (default).
784features.dtmf.repetition =
785
786#Configure DTMF sequences. It can be consisted of digits, alphabets, * and #.
787features.dtmf.transfer =
788
789#Enable or disable the phone to send DTMF sequences during a call when pressing the transfer soft key or the TRAN key; 0-Disabled (default), 1-Enabled;
790features.dtmf.replace_tran =
791
792#######################################################################################
793##                                   Features Audio Settings                         ##
794#######################################################################################
795#Enable or disable the headset prior feature; 0-Disabled (default), 1-Enabled;
796features.headset_prior =
797
798#Enable or disable the dual headset feature; 0-Disabled (default), 1-Enabled;
799features.headset_training =
800
801features.alert_info_tone =
802
803#Enable or disable the phone to play the warning tone when receiving a vocie mail. 0-Disabled; 1-Enabled(default).
804features.voice_mail_tone_enable =
805
806#Configure the delay time (in seconds) of playing busy tone when rejecting a call. The valid values are 0 (default), 3 and 5.
807features.busy_tone_delay =
808
809#Configure the phone whether to send a pound key when pressing double pound keys; 0-Send one pound key (default), 1-Do not send any pound key;
810features.send_pound_key =
811
812#Define the "#" or "*" key as the send key; 0-Disabled, 1-# key(default), 2-* key;
813features.pound_key.mode =
814
815#Enable or disable the phone to play tone when pressing the digit key; 0-Disabled, 1-Enabled (default);
816features.send_key_tone =
817features.key_tone =
818
819#Enable or disable the phone to play a warning tone when there is a held call; 0-Disabled, 1-Enabled (default);
820features.play_hold_tone.enable =
821
822#Configure the interval of playing a warning tone. The default value is 30s.
823features.play_hold_tone.delay =
824
825features.redial_tone =
826
827#Enable or disable the phone with active accounts to play tones in the dialing interface differently from the phone with no active accounts; 0-Disabled (default), 1-Enbaled;
828features.partition_tone =
829
830#Configure the delay time (in milliseconds) before transfering a call. The default value is 0.
831features.hold_trans_delay =
832
833#Enbale or disable the phone to play a local DTMF tone; 0-Disabled, 1-Enabled (default);
834features.play_local_dtmf_tone_enable=
835
836#######################################################################################
837##                                   Features Remote Phonebook                       ##
838#######################################################################################
839#Enables or disables the IP phone to query the contact names from the remote phonebook when receiving incoming calls; 0-Disabled (default), 1-Enabled;
840features.remote_phonebook.enable =
841
842#Set the interval (in seconds) for the phone to update the information of the remote phonebook. The default value is 3600.
843features.remote_phonebook.flash_time =
844
845#######################################################################################
846##                                   Features Action                                 ##
847#######################################################################################
848#Specific the address(es) or enters 'any' from which Action URI will be accepted.
849#For discontinuous IP addresses, each IP address is separated by comma, for example: 192.168.1.20,10.2.1.30
850#For continuous IP addresses, the format likes *.*.*.* and the '*' stands for the values 0~255. For example: 10.10.*.* stands for the IP addresses that range from 10.10.0.0~10.10.255.255.
851#If left blank, the IP phone cannot receive or handle any HTTP GET request.
852#If set to 'any', the IP phone accepts and handles HTTP GET requests from any IP address.
853features.action_uri_limit_ip =
854
855features.action_uri_reboot_now = 0
856
857#######################################################################################
858##                                   Features Prefix                                 ##
859#######################################################################################
860#Enable or disable the phone to encrypt the digits of the dialed number. The encrypted digits are displayed as asterisks on the LCD screen; 0-Disabled (default), 1-Enabled;
861features.password_dial.enable =
862
863#Configure the prefix numbers displayed before the encrypted digits.
864features.password_dial.prefix =
865
866#Configure the length of encrypted digits.
867features.password_dial.length =
868
869#######################################################################################
870##                                   Features History                                ##
871#######################################################################################
872#Enable or disable the phone to save the call history; 0-Disabled, 1-Enabled (default);
873features.save_call_history =
874
875#######################################################################################
876##                                   Features Pickup                                 ##
877#######################################################################################
878#Enable or disable the phone to pick up the call using the group pickup soft key; 0-Disabled (default), 1-Enabled;
879features.pickup.group_pickup_enable =
880
881features.pickup.group_pickup_code =
882
883#Enable or disable the phone to pick up the call using the directed pickup soft key; 0-Disabled (default), 1-Enabled;
884features.pickup.direct_pickup_enable =
885
886features.pickup.direct_pickup_code =
887
888#Specify the way to notify the phone of the incoming call of the monitored user by visual or audio indicator;
889#0-Disabled (default), 1-Enabled;
890features.pickup.blf_visual_enable =
891features.pickup.blf_audio_enable =
892
893#######################################################################################
894##                                   Phone Setting                                   ##
895#######################################################################################
896#Configure the time (in seconds) the phone automatically dials out the dialed digits. It ranges from 1 to 14, the default value is 4.
897phone_setting.inter_digit_time =
898
899#Configure the ring tone when the transfer fails. The valid values are: Ring1.wav.... Ring8.wav.
900#If you set the custom ring tone (Busy.wav) for the phone, the value is: phone_setting.ring_type = Config:Busy.wav
901#If you set the system ring tone (Ring2.wav) for the phone, the value is: phone_setting.ring_type = Resource:Ring2.wav
902#phone_setting.ring_type = Resource:Ring1.wav
903phone_setting.ring_type =
904phone_setting.ring_for_tranfailed =
905
906#Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default);
907phone_setting.is_deal180 =
908phone_setting.show_code403 =
909
910#Configure the delay time (in seconds) for the dialnow rule. It ranges from 1 to 14, the default value is 1.
911phone_setting.dialnow_delay =
912
913#Configure the emergency number, each separated by a comma. The default value is 112,911,110.
914phone_setting.emergency.number =
915
916#Configure the using mode of the headset key. The value is 0 or 1(default).
917phone_setting.page_tip =
918
919#Enable or disable the phone to show the logon wizard during startup; 0-Disabled (default), 1-Enabled;
920phone_setting.logon_wizard =
921
922#Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled;
923phone_setting.predial_autodial = 1
924
925#Enable or disable customizing the softkey layout; 0-Disabled (default), 1-Enabled;
926phone_setting.custom_softkey_enable =
927
928#Configure the using mode of the headset key. The value is 0 or 1(default).
929phone_setting.headsetkey_mode =
930
931#Enable or disabled mail power led flash. 0-Disabled, 1-Enabled.
932phone_setting.mail_power_led_flash_enable = 1
933
934#######################################################################################
935##                                   Phone Setting UI                                ##
936#######################################################################################
937#Configure the active backlight level. It ranges from 1 to 3, the default value is 2.
938#The same level for different phones may result in different backlight intensities.
939phone_setting.active_backlight_level =
940phone_setting.inactive_backlight_level = 1
941
942#######################################################################################
943##                                   Phone Setting BLF                               ##
944#######################################################################################
945phone_setting.blf_list_enable = 1
946phone_setting.auto_blf_list_enable = 1
947
948#Specify the prior of the line keys and EXP keys when automatically configure the blf list 0-Configure the line keys first, 1-Configure the EXP keys first;
949phone_setting.blf_list_sequence_type =
950
951#######################################################################################
952##                                   Key Lock                                        ##
953#######################################################################################
954#Configure the keypad lock type; 0-Disabled (default), 1-Enable
955phone_setting.lock =
956
957#Configure the unlock password for the phone. The default value is 123.
958phone_setting.phone_lock.unlock_pin =
959
960
961#Configures the interval (in seconds) to automatically lock the IP phone. It ranges from 0 to 3600, the default value is 0.
962phone_setting.phone_lock.lock_time_out =
963
964#Configure the keypad lock type;0-All Keys(default), 1-Function Key, 2-Menu Key
965phone_setting.phone_lock.lock_key_type =
966
967#Configure the backlight time (in seconds). The valid values are: 0-Always on, 1-Always off, 15-15s, 30-30s (default), 60-60s, 120-120s.
968phone_setting.backlight_time = 0
969
970#######################################################################################
971##                                   Wallpaper                                       ##
972#######################################################################################
973wallpaper_upload.url = {$yealink_cp860_wallpaper}
974
975#######################################################################################
976##                                   Multicast                                       ##
977#######################################################################################
978#Configure the codec of multicast paging.
979multicast.codec =
980
981#Enbale or diable the phone to handle the incoming multicast paging calls when there is a multicast paging call on the phone; 0-Disabled, 1-Enabled (default);
982#If enabled, the phone will answer the incoming multicast paging call with a higher priority and ignore that with a lower priority.
983multicast.receive_priority.enable =
984
985#Configure the priority of multicast paging calls. It ranges from 0 to 10.
986multicast.receive_priority.priority =
987
988#Configure the lable displayed on the LCD screen when receiving the multicast paging. X ranges from 1 to 10.
989multicast.listen_address.X.label =
990
991#Configure the listening multicast IP address and port number for the phone. X ranges from 1 to 10.
992multicast.listen_address.X.ip_address =
993
994#######################################################################################
995##                                   Super Search                                    ##
996#######################################################################################
997super_search.recent_call = 1
998
999#######################################################################################
1000##                                   Broadsoft Phonebook                             ##
1001#######################################################################################
1002bw_phonebook.group_enable = 1
1003bw_phonebook.personal_enable = 1
1004bw_phonebook.group_common_enable = 0
1005bw_phonebook.group_common_displayname =
1006bw_phonebook.enterprise_enable = 0
1007bw_phonebook.enterprise_common_enable = 0
1008bw_phonebook.enterprise_common_displayname =
1009bw_phonebook.call_log_enable = 1
1010bw_phonebook.server_search_enable = 1
1011bw_phonebook.group_displayname =
1012bw_phonebook.enterprise_displayname =
1013bw_phonebook.common_displayname =
1014bw_phonebook.personal_displayname =
1015
1016#######################################################################################
1017##                                   Broadsoft                                       ##
1018#######################################################################################
1019#Enable or disable the phone to access the BSFT call log/phonebook directly when pressing the History/Directory soft keys;
1020#0-Disabled (default), 1-Enabled;
1021#Require reboot;
1022bw.calllog_and_dir =
1023
1024#Enable or disable the feature key synchronization; 0-Disabled (default), 1-Enabled;
1025bw.feature_key_sync = {$yealink_feature_key_sync}
1026
1027#######################################################################################
1028##                                   Security                                        ##
1029#######################################################################################
1030#Enable or disable the phone to only accept the certificates in the Trusted Certificates list;
1031#0-Disabled, 1-Enabled (default);
1032security.trust_certificates = {if $trusted_cert_only == "false"}0{elseif $trusted_cert_only == "true"}1{/if}
1033
1034#Define the login username and password of the user, var and administrator.
1035#If you change the username of the administrator from "admin" to "admin1", your new administrator's username should be configured as: security.user_name.admin = admin1.
1036#If you change the password of the administrator from "admin" to "admin1pwd", your new administrator's password should be configured as: security.user_password = admin1:admin1pwd.
1037
1038#The following examples change the user's username to "user23" and the user's password to "user23pwd".
1039#security.user_name.user = user23
1040#security.user_password = user23:user23pwd
1041#The following examples change the var's username to "var55" and the var's password to "var55pwd".
1042{if isset($user_name) }
1043security.user_name.user = {$user_name}
1044security.user_password = {$user_name}:{$user_password}
1045{/if}
1046{if isset($admin_name) }
1047security.user_name.admin = {$admin_name}
1048security.user_password = {$admin_name}:{$admin_password}
1049{/if}
1050{if isset($var_name) }
1051security.user_name.var = {$var_name}
1052security.user_password = {$var_name}:{$var_password}
1053{/if}
1054
1055#Enable or disable the 3-level permissions (open var); 0-Disabled (default), 1-Enabled;
1056#Require reboot;
1057security.var_enable =
1058security.ca_cert =
1059security.dev_cert =
1060security.cn_validation =
1061
1062
1063#######################################################################################
1064##                                   Linekey                                         ##
1065#######################################################################################
1066#The x of the parameter "linekey.x.line" ranges from 1 to 27.
1067#The default value equals to the value of x. For example, the default value of the parameter "linekey.1.line" is 1.
1068#linekey.x.lable--Define the label for each line key.
1069
1070#Configure Line Key1
1071linekey.1.line =
1072linekey.1.value =
1073linekey.1.extension =
1074linekey.1.type =
1075linekey.1.label =
1076linekey.1.xml_phonebook =
1077
1078#Configure Line Key2
1079linekey.2.line =
1080linekey.2.value =
1081linekey.2.extension =
1082linekey.2.type =
1083linekey.2.label =
1084linekey.2.xml_phonebook =
1085
1086linekey.3.line =
1087linekey.3.value =
1088linekey.3.extension =
1089linekey.3.type =
1090linekey.3.label =
1091linekey.3.xml_phonebook =
1092
1093linekey.4.line =
1094linekey.4.value =
1095linekey.4.extension =
1096linekey.4.type =
1097linekey.4.label =
1098linekey.4.xml_phonebook =
1099
1100linekey.5.line =
1101linekey.5.value =
1102linekey.5.extension =
1103linekey.5.type =
1104linekey.5.label =
1105linekey.5.xml_phonebook =
1106
1107linekey.6.line =
1108linekey.6.value =
1109linekey.6.extension =
1110linekey.6.type =
1111linekey.6.label =
1112linekey.6.xml_phonebook =
1113
1114linekey.7.line =
1115linekey.7.value =
1116linekey.7.extension =
1117linekey.7.type =
1118linekey.7.label =
1119linekey.7.xml_phonebook =
1120
1121linekey.8.line =
1122linekey.8.value =
1123linekey.8.extension =
1124linekey.8.type =
1125linekey.8.label =
1126linekey.8.xml_phonebook =
1127
1128linekey.9.line =
1129linekey.9.value =
1130linekey.9.extension =
1131linekey.9.type =
1132linekey.9.label =
1133linekey.9.xml_phonebook =
1134
1135linekey.10.line =
1136linekey.10.value =
1137linekey.10.extension =
1138linekey.10.type =
1139linekey.10.label =
1140linekey.10.xml_phonebook =
1141
1142linekey.11.line =
1143linekey.11.value =
1144linekey.11.extension =
1145linekey.11.type =
1146linekey.11.label =
1147linekey.11.xml_phonebook =
1148
1149linekey.12.line =
1150linekey.12.value =
1151linekey.12.extension =
1152linekey.12.type =
1153linekey.12.label =
1154linekey.12.xml_phonebook =
1155
1156linekey.13.line =
1157linekey.13.value =
1158linekey.13.extension =
1159linekey.13.type =
1160linekey.13.label =
1161linekey.13.xml_phonebook =
1162
1163linekey.14.line =
1164linekey.14.value =
1165linekey.14.extension =
1166linekey.14.type =
1167linekey.14.label =
1168linekey.14.xml_phonebook =
1169
1170linekey.15.line =
1171linekey.15.value =
1172linekey.15.extension =
1173linekey.15.type =
1174linekey.15.xml_phonebook =
1175linekey.15.label =
1176
1177linekey.16.line =
1178linekey.16.value =
1179linekey.16.extension =
1180linekey.16.type =
1181linekey.16.xml_phonebook =
1182linekey.16.label =
1183
1184linekey.17.line =
1185linekey.17.value =
1186linekey.17.extension =
1187linekey.17.type =
1188linekey.17.xml_phonebook =
1189linekey.17.label =
1190
1191linekey.18.line =
1192linekey.18.value =
1193linekey.18.extension =
1194linekey.18.type =
1195linekey.18.xml_phonebook =
1196linekey.18.label =
1197
1198linekey.19.line =
1199linekey.19.value =
1200linekey.19.extension =
1201linekey.19.type =
1202linekey.19.xml_phonebook =
1203linekey.19.label =
1204
1205linekey.20.line =
1206linekey.20.value =
1207linekey.20.extension =
1208linekey.20.type =
1209linekey.20.xml_phonebook =
1210linekey.20.label =
1211
1212
1213linekey.21.line =
1214linekey.21.value =
1215linekey.21.extension =
1216linekey.21.type =
1217linekey.21.xml_phonebook =
1218linekey.21.label =
1219
1220
1221linekey.22.line =
1222linekey.22.value =
1223linekey.22.extension =
1224linekey.22.type =
1225linekey.22.xml_phonebook =
1226linekey.22.label =
1227
1228linekey.23.line =
1229linekey.23.value =
1230linekey.23.extension =
1231linekey.23.type =
1232linekey.23.xml_phonebook =
1233linekey.23.label =
1234
1235linekey.24.line =
1236linekey.24.value =
1237linekey.24.extension =
1238linekey.24.type =
1239linekey.24.xml_phonebook =
1240linekey.24.label =
1241
1242linekey.25.line =
1243linekey.25.value =
1244linekey.25.extension =
1245linekey.25.type =
1246linekey.25.xml_phonebook =
1247linekey.25.label =
1248
1249linekey.26.line =
1250linekey.26.value =
1251linekey.26.extension =
1252linekey.26.type =
1253linekey.26.xml_phonebook =
1254linekey.26.label =
1255
1256linekey.27.line =
1257linekey.27.value =
1258linekey.27.extension =
1259linekey.27.type =
1260linekey.27.xml_phonebook =
1261linekey.27.label =
1262#######################################################################################
1263##                                   Programablekey                                  ##
1264#######################################################################################
1265#X ranges from 1 to 13.
1266#programablekey.x.type--Customize the programmable key type.
1267#The valid types are:
1268#0-N/A        2-Forward       5-DND              6-Redial               7-Call Return   8-SMS              9-Direct Pickup   13-Spead Dial
1269#22-XML Group 23-Group Pickup 27-XML Browser     28-History             29-Directory    30-Menu            31-Switch Account 32-New SMS
1270#33-Status    40-PTT          43-Local Phonebook 44-Broadsoft Phonebook 45-Local Group  46-Broadsoft Group 47-XML Phonebook  50-Keypad Lock
1271#PTT-add a specified prefix number before the dialed number.
1272#programablekey.x.line--Configure the desired line to apply the key feature. It ranges from 0 to 6.
1273#The value 0 of the "proramablekey.x.line" stands for Auto, it means the first available line.
1274#But, when the programmable key is configured as Pick Up, the value 0 stands for line 1.
1275
1276#programablekey.x.value =
1277#programablekey.x.xml_phonebook--Specify the desired remote phonebook/local group/BSFT phonebook for the programmable key. This parameter is only appilicable to the feature XML Group/Local Group/Broadsoft Group.
1278#programablekey.x.history_type =
1279
1280#programablekey.x.label--This parameter is only available to the key 1 to key 4.
1281programablekey.1.type =
1282programablekey.1.line =
1283programablekey.1.value =
1284programablekey.1.xml_phonebook =
1285programablekey.1.history_type =
1286programablekey.1.label =
1287programablekey.1.pickup_value =
1288
1289##########################################################################################
1290##         	                        Expansion Key                                       ##
1291##########################################################################################
1292#X ranges from 1 to 16, Y ranges from 1 to 40.
1293#expansion_module.x.key.y.type = 37 (Switch by default)
1294#expansion_module.x.key.y.line = 0
1295#expansion_module.x.key.y.value =
1296#expansion_module.x.key.y.pickup_value =
1297#expansion_module.x.key.y.label =
1298#expansion_module.X.key.Y.xml_phonebook =
1299
1300{foreach $keys["expansion"] as $row}
1301expansion_module.1.key.{$row.device_key_id}.type = {$row.device_key_type}
1302expansion_module.1.key.{$row.device_key_id}.line = {$row.device_key_line}
1303expansion_module.1.key.{$row.device_key_id}.value = {$row.device_key_value}
1304expansion_module.1.key.{$row.device_key_id}.extension = {$row.device_key_extension}
1305expansion_module.1.key.{$row.device_key_id}.label = {$row.device_key_label}
1306expansion_module.1.key.{$row.device_key_id}.xml_phonebook =
1307{/foreach}
1308{foreach $keys["expansion-1"] as $row}
1309expansion_module.1.key.{$row.device_key_id}.type = {$row.device_key_type}
1310expansion_module.1.key.{$row.device_key_id}.line = {$row.device_key_line}
1311expansion_module.1.key.{$row.device_key_id}.value = {$row.device_key_value}
1312expansion_module.1.key.{$row.device_key_id}.extension = {$row.device_key_extension}
1313expansion_module.1.key.{$row.device_key_id}.label = {$row.device_key_label}
1314expansion_module.1.key.{$row.device_key_id}.xml_phonebook =
1315{/foreach}
1316{foreach $keys["expansion-2"] as $row}
1317expansion_module.2.key.{$row.device_key_id}.type = {$row.device_key_type}
1318expansion_module.2.key.{$row.device_key_id}.line = {$row.device_key_line}
1319expansion_module.2.key.{$row.device_key_id}.value = {$row.device_key_value}
1320expansion_module.2.key.{$row.device_key_id}.extension = {$row.device_key_extension}
1321expansion_module.2.key.{$row.device_key_id}.label = {$row.device_key_label}
1322expansion_module.2.key.{$row.device_key_id}.xml_phonebook =
1323{/foreach}
1324
1325#######################################################################################
1326##                                   Forward Always                                  ##
1327#######################################################################################
1328#Enable or disable the always forward feature; 0-Disabled (default), 1-Enabled;
1329forward.always.enable =
1330forward.always.target =
1331forward.always.on_code =
1332forward.always.off_code =
1333
1334#######################################################################################
1335##                                   Forward Busy                                    ##
1336#######################################################################################
1337#Enable or disable the busy forward feature; 0-Disabled (default), 1-Enabled;
1338forward.busy.enable =
1339forward.busy.target =
1340forward.busy.on_code =
1341forward.busy.off_code =
1342
1343#######################################################################################
1344##                                   Forward No Answer                               ##
1345#######################################################################################
1346#Enable or disable the no answer forward feature; 0-Disabled (default), 1-Enabled;
1347#Configure the waiting ring times before forwarding. It ranges from 0 to 20, the default value is 2.
1348forward.no_answer.enable =
1349forward.no_answer.target =
1350forward.no_answer.timeout =
1351forward.no_answer.on_code =
1352forward.no_answer.off_code =
1353
1354#######################################################################################
1355##                                   Forward International                           ##
1356#######################################################################################
1357#Enable or disable the phone to forward the call to the international number (the prefix is 00); 0-Disabled (default), 1-Enabled;
1358forward.international.enable =
1359
1360#######################################################################################
1361##                                   ACD                                             ##
1362#######################################################################################
1363#Enable or disable the phone to automatically change the phone status to available; 0-Disabled (default), 1-Enabled;
1364acd.auto_available =
1365
1366#Configure the interval (in seconds) to automatically turn the state of the ACD agent to available. It ranges from 0 to 120, the default value is 60.
1367acd.auto_available_timer =
1368acd.bw =
1369
1370#######################################################################################
1371##                                   Hotdesking Startup                              ##
1372#######################################################################################
1373#Enable or disable the phone to show the following items on the login wizard during startup; 0-Disabled, 1-Enabled;
1374#hotdesking.startup_register_name_enable = 1 (default)
1375#hotdesking.startup_username_enable = 1 (default)
1376#hotdesking.startup_password_enable = 0 (default)
1377#hotdesking.startup_sip_server_enable = 0 (default)
1378#hotdesking.startup_outbound_enable = 0 (default)
1379
1380hotdesking.startup_register_name_enable =
1381hotdesking.startup_username_enable =
1382hotdesking.startup_password_enable =
1383hotdesking.startup_sip_server_enable =
1384hotdesking.startup_outbound_enable =
1385
1386#######################################################################################
1387##                                   Hotdesking Dsskey                               ##
1388#######################################################################################
1389#Enable or disable the phone to show the following items on the login wizard when pressing the Hot Desking DSS key;
1390#0-Disabled, 1-Enabled;
1391#hotdesking.dsskey_register_name_enable = 1 (default)
1392#hotdesking.dsskey_username_enable = 1 (default)
1393#hotdesking.dsskey_password_enable = 0 (default)
1394#hotdesking.dsskey_sip_server_enable = 0 (default)
1395#hotdesking.dsskey_outbound_enable = 0 (default)
1396
1397hotdesking.dsskey_register_name_enable =
1398hotdesking.dsskey_username_enable =
1399hotdesking.dsskey_password_enable =
1400hotdesking.dsskey_sip_server_enable =
1401hotdesking.dsskey_outbound_enable =
1402
1403#######################################################################################
1404##                                   Alert Info                                      ##
1405#######################################################################################
1406#"X" ranges from 1 to 10;
1407#Configure the text to map the keywords contained in the "Alert-info" header.
1408#distinctive_ring_tones.alert_info.X.text = family
1409distinctive_ring_tones.alert_info.1.text =
1410
1411#Specify the ring tone for each text. It ranges from 1 to 8. The default value 1 stands for Ring1.wav.
1412#1-Ring1.wav, 2-Ring2.wav, 3-Ring3.wav, 4-Ring4.wav, 5-Ring5.wav, 6-Ring6.wav, 7-Ring7.wav, 8-Ring8.wav.
1413#distinctive_ring_tones.alert_info.X.ringer = 1
1414distinctive_ring_tones.alert_info.1.ringer =
1415
1416#######################################################################################
1417##                                   Call Waiting                                    ##
1418#######################################################################################
1419#Enable or disable the call waiting feature; 0-Disabled, 1-Enabled (default);
1420call_waiting.enable = {$yealink_call_waiting}
1421#Enable or disable the playing of call waiting tone; 0-Disabled, 1-Enabled (default);
1422call_waiting.tone =
1423
1424call_waiting.on_code =
1425call_waiting.off_code =
1426
1427#######################################################################################
1428##                                   Call Park                                       ##
1429#######################################################################################
1430call_park.enable = 0
1431call_park.group_enable = 0
1432call_park.park_ring =
1433call_park.park_visual_notify_enable =
1434
1435#######################################################################################
1436##                                   Action URL                                      ##
1437#######################################################################################
1438#action_url.setup_completed--Inform the server that the phone has completed the startup.
1439#action_url.dnd_on-- Inform the server that the DND is activated on the phone.
1440#The value format is: http://IP address of server/help.xml?variable name=variable value.
1441#The valid variable values are: $mac--MAC address of phone, $ip--The current IP address of phone, $model--Phone model, $firmware--Phone firmware version.
1442#$active_url--The SIP URI of the current account when the phone is in the incoming state, outgoing state or during conversation.
1443#$active_user--The username of the current account when the phone is in the incoming state, outgoing state or during conversation.
1444#$active_host--The host name of the current account when the phone is in the incoming state, the outgoing state or during conversation.
1445#$local--The SIP URI of the caller when outgoing calls or the SIP URI of the callee when receiving calls.
1446#$remote--The SIP URI of the callee when outgoing calls or the SIP URI of the caller when receiving calls.
1447#$display_local--The display name of the caller when outgoing calls or the display name of the callee when receiving calls.
1448#$display_remote--The display name of the callee when outgoing calls or the display name of the caller when receiving calls.
1449#$call_id--The caller ID when in the incoming state, the outgoing state or during conversation.
1450#For example, action_url.log_on = http://192.168.1.20/help.xml?mac=$mac
1451
1452action_url.setup_completed =
1453action_url.log_on =
1454action_url.log_off =
1455action_url.register_failed =
1456action_url.off_hook =
1457action_url.on_hook =
1458action_url.incoming_call =
1459action_url.outgoing_call =
1460action_url.call_established =
1461action_url.dnd_on =
1462action_url.dnd_off =
1463action_url.always_fwd_on =
1464action_url.always_fwd_off =
1465action_url.busy_fwd_on =
1466action_url.busy_fwd_off =
1467action_url.no_answer_fwd_on =
1468action_url.no_answer_fwd_off =
1469action_url.transfer_call =
1470action_url.blind_transfer_call =
1471action_url.attended_transfer_call =
1472action_url.hold =
1473action_url.unhold =
1474action_url.mute =
1475action_url.unmute =
1476action_url.missed_call =
1477action_url.call_terminated =
1478action_url.busy_to_idle =
1479action_url.idle_to_busy =
1480action_url.ip_change =
1481action_url.forward_incoming_call =
1482action_url.reject_incoming_call =
1483action_url.answer_new_incoming_call =
1484action_url.transfer_finished =
1485action_url.transfer_failed =
1486
1487#######################################################################################
1488##                                   Ringtone                                        ##
1489#######################################################################################
1490#Before using this parameter, you should store the desired ring tone (x.wav) to the provisioning server.
1491#For more information, refer to Yealink Auto Provisioning User Guide.
1492ringtone.url =
1493
1494#ringtone.delete = http://localhost/all,delete all the customized ring tones.
1495ringtone.delete =
1496
1497#######################################################################################
1498##                                   UI Language                                     ##
1499#######################################################################################
1500#Before using this parameter, you should store the desired language pack to the provisioning server.
1501#For more information, refer to Yealink Auto Provisioning User Guide.
1502gui_lang.url =
1503
1504#gui_lang.delete = http://localhost/all, delete all the customized languages.
1505gui_lang.delete =
1506
1507#######################################################################################
1508##                                   Trusted Certificates                            ##
1509#######################################################################################
1510#Before using this parameter, you should store the desired certificate to the provisioning server.
1511trusted_certificates.url =
1512
1513#trusted_certificates.delete = http://localhost/all,delete all the trusted certificates.
1514trusted_certificates.delete =
1515
1516#######################################################################################
1517##                                   Server Certificates                             ##
1518#######################################################################################
1519#Before using this parameter, you should store the desired certificate to the provisioning server.
1520server_certificates.url =
1521
1522#server_certificates.delete = http://localhost/all, delete the server certificate.
1523server_certificates.delete =
1524
1525#######################################################################################
1526##                                   Contact                                         ##
1527#######################################################################################
1528#Before using these parameters, you should store the desired resource files to the provisioning server.
1529#For more information, refer to Yealink SIP-T46G IP Phone Family Administrator Guide.
1530local_contact.data.url =
1531
1532#######################################################################################
1533##                                   Auto DST                                        ##
1534#######################################################################################
1535auto_dst.url =
1536
1537#######################################################################################
1538##                                   Dialplan Now                                    ##
1539#######################################################################################
1540dialplan_dialnow.url =
1541
1542#######################################################################################
1543##                                   Dialplan Replace                                ##
1544#######################################################################################
1545dialplan_replace_rule.url =
1546
1547#######################################################################################
1548##                                   Custom Factory Configuration                    ##
1549#######################################################################################
1550#Configure the access URL for downloading the customized factory configurations.
1551#Before using this parameter, you should store the desired factory configuration file to the provisioning server.
1552custom_factory_configuration.url =
1553
1554#######################################################################################
1555##                                   Custom  Configuration                           ##
1556#######################################################################################
1557#Configure the access URL for downloading the configurations.
1558#Before using this parameter, you should store the desired configuration file to the provisioning server.
1559configuration.url =
1560
1561#######################################################################################
1562##                                   Custom Softkey                                  ##
1563#######################################################################################
1564#Customize the softkeys presented on the phone LCD screen when Callfailed, Callin, Connecting, Dialing, Ringback and Talking.
1565#Before using these parameters, you should store the desired XML files to the provisioning server.
1566custom_softkey_call_failed.url =
1567custom_softkey_call_in.url =
1568custom_softkey_connecting.url =
1569custom_softkey_dialing.url =
1570custom_softkey_ring_back.url =
1571custom_softkey_talking.url =
1572
1573#######################################################################################
1574##                                   Local Contact Photo                             ##
1575#######################################################################################
1576local_contact.data_photo_tar.url =
1577
1578#######################################################################################
1579##                                   Call List                                       ##
1580#######################################################################################
1581#Configure the access URL for downloading the call list.
1582#Before using this parameter, you should store the desired call list file to the provisioning server.
1583#Require reboot
1584call_list.url =
1585
1586#######################################################################################
1587##                                   Open VPN                                        ##
1588#######################################################################################
1589#Configure the access URL for downloading the open VPN tar.
1590#Before using this parameter, you should store the desired VPN file to the provisioning server
1591openvpn.url =
1592
1593#######################################################################################
1594##                                   Level                                           ##
1595#######################################################################################
1596#Configure the access URL for downloading the files for var.
1597#Before using this parameter, you should store the desired files to the provisioning server.
1598#Require reboot
1599web_item_level.url =
1600
1601#######################################################################################
1602##                                   Super Search URL                                ##
1603#######################################################################################
1604super_search.url =
1605
1606#######################################################################################
1607##                                   Directory Setting                               ##
1608#######################################################################################
1609#Configure the access URL of the directory setting file.
1610directory_setting.url = https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
1611
1612#######################################################################################
1613##                                   Configure the access URL of firmware            ##
1614#######################################################################################
1615#Before using this parameter, you should store the desired firmware (x.71.x.x.rom) to the provisioning server.
1616firmware.url = {$yealink_firmware_url}/{$yealink_firmware_cp860}
1617