1#!version:1.0.0.1
2#{$microtime}
3
4##File header "#!version:1.0.0.1" can not be edited or deleted, and must be placed in the first line.##
5
6#######################################################################################
7##                           Account1 Basic Settings                                 ##
8#######################################################################################
9{if isset($user_password_1) }
10account.1.enable = 1
11{else}
12account.1.enable = 0
13{/if}
14account.1.label = {$display_name_1}
15account.1.display_name = {$display_name_1}
16account.1.auth_name = {$auth_id_1}
17account.1.user_name = {$user_id_1}
18account.1.password = {$user_password_1}
19account.1.outbound_proxy_enable = {if isset($outbound_proxy_primary_1)}1{else}0{/if}
20
21account.1.outbound_proxy.1.address = {$outbound_proxy_primary_1}
22{if isset($outbound_proxy_1_port)}
23account.1.outbound_proxy.1.port = {$outbound_proxy_1_port}
24{else}
25account.1.outbound_proxy.1.port = 5060
26{/if}
27account.1.dial_tone =
28account.1.outbound_proxy.2.address = {$outbound_proxy_secondary_1}
29{if isset($outbound_proxy_1_port)}
30account.1.outbound_proxy.2.port = {$outbound_proxy_2_port}
31{else}
32account.1.outbound_proxy.2.port = 5060
33{/if}
34account.1.outbound_proxy_fallback_interval = 120
35
36##It configures the transport type for account 1. 0-UDP,1-TCP,2-TLS,3-DNS-NAPTR
37##The default value is 0.
38
39{if $sip_transport_1 == 'udp'}account.1.sip_server.1.transport_type = 0{/if}
40{if $sip_transport_1 == 'tcp'}account.1.sip_server.1.transport_type = 1{/if}
41{if $sip_transport_1 == 'tls'}account.1.sip_server.1.transport_type = 2{/if}
42{if $sip_transport_1 == 'dns srv'}account.1.sip_server.1.transport_type = 3{/if}
43
44##It configures the backup server transport type for account 1. 0-UDP,1-TCP,2-TLS,3-DNS-NAPTR
45##The default value is 0.
46
47{if $sip_transport_2 == 'udp'}account.1.sip_server.2.transport_type = 0{/if}
48{if $sip_transport_2 == 'tcp'}account.1.sip_server.2.transport_type = 1{/if}
49{if $sip_transport_2 == 'tls'}account.1.sip_server.2.transport_type = 2{/if}
50{if $sip_transport_2 == 'dns srv'}account.1.sip_server.2.transport_type = 3{/if}
51
52#######################################################################################
53##                          Failback                                                 ##
54#######################################################################################
55
56account.1.naptr_build = 0
57account.1.fallback.redundancy_type = 0
58account.1.fallback.timeout = {$yealink_outbound_proxy_fallback_interval}
59account.1.sip_server.1.address = {$server_address_1}
60{if $sip_transport_1 == 'dns srv'}
61account.1.sip_server.1.port = 0
62{else}
63account.1.sip_server.1.port = {$sip_port_1}
64{/if}
65account.1.sip_server.1.expires = {$register_expires_1}
66account.1.sip_server.1.retry_counts = 3
67account.1.sip_server.1.failback_mode = 0
68account.1.sip_server.1.failback_timeout = 3600
69account.1.sip_server.1.register_on_enable = 0
70
71account.1.sip_server.2.address =
72{if $sip_transport_2 == 'dns srv'}
73account.1.sip_server.2.port = 0
74{else}
75account.1.sip_server.2.port = {$sip_port_2}
76{/if}
77account.1.sip_server.2.expires = 3600
78account.1.sip_server.2.retry_counts = 3
79account.1.sip_server.2.failback_mode =  0
80account.1.sip_server.2.failback_timeout = 3600
81account.1.sip_server.2.register_on_enable = 0
82
83account.1.dns_cache_type =
84account.1.static_cache_pri =
85account.1.register_expires_overlap =
86account.1.subscribe_expires_overlap =
87
88
89#######################################################################################
90##                           Register Advanced                                       ##
91#######################################################################################
92##It configures the SIP server type for account X.0-Default,2-BroadSoft,4-Cosmocom,6-UCAP
93##The default value is 0.
94
95account.1.sip_server_type =
96
97account.1.unregister_on_reboot =
98account.1.proxy_require =
99account.1.srv_ttl_timer_enable =
100account.1.register_mac =
101account.1.register_line =
102account.1.reg_fail_retry_interval =
103
104
105######################################################################################
106##                     NAT Settings                                                 ##
107######################################################################################
108##It enables or disables the NAT traversal for account X.0-Disabled,1-Enabled
109##The default value is 0.
110account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
111##It configures the type of keep-alive packets sent by the phone to the NAT static to keep the communication port open so that NAT can continue to function for account X.
112##0-Dsiabled,1-Default: the phone sends UDP packets to the server,2-Option: the phone sends SIP OPTION packets to the server,3-Notify: the phone sends SIP NOTIFY packets to the server.
113##The default value is 1.
114account.1.nat.udp_update_enable = 3
115
116##It configures the keep-alive interval (in seconds) for account X.
117##The default value is 30.Integer from 15 to 2147483647
118account.1.nat.udp_update_time = 30
119
120##It enables or disables NAT Rport feature for account X.0-Disabled,1-Enabled
121##The default value is 0.
122account.1.nat.rport = {$yealink_rport}
123
124
125#######################################################################################
126##                            Account1 Advance Settings                              ##
127#######################################################################################
128
129##It configures the voice mail number for account X.
130##The default value is blank.
131voice_mail.number.1 = {$voicemail_number}
132
133##Except T19P/T21P Models
134account.1.auto_dial_enable =
135account.1.auto_dial_num =
136
137account.1.call_id_mode =
138account.1.call_info =
139
140
141#######################################################################################
142##                            Subscribe                                              ##
143#######################################################################################
144##It enables or disables the phone to subscribe the message waiting indicator for account X.0-Disabled,1-Enabled.
145##The default value is 0.
146account.1.subscribe_mwi =
147
148##It is configuration MWI is NOTIFY messages, whether in Terminated status attributes.
149##The default value is 0(Don't handle terminated values)
150account.1.mwi_parse_terminated =
151
152##It configures the interval (in seconds) of MWI subscription for account X.
153##The default value is 3600.
154account.1.subscribe_mwi_expires =
155
156##It enables or disables the phone to subscribe to the voice mail number for the message waiting indicator for account X.0-Disabled,1-Enabled.
157##The default value is 0.
158account.1.subscribe_mwi_to_vm =
159
160##It configures the period (in seconds) of ACD subscription for account X.
161##The default value is 1800.Except T19P/T21P Models
162account.1.subscribe_acd_expires=
163
164account.1.display_mwi.enable=
165
166
167#######################################################################################
168##                            BLF List(Except T19D Model)                            ##
169#######################################################################################
170##It configures the BLF List URI to monitor a list of users for account X.
171##The default value is blank.
172account.1.blf.blf_list_uri =
173
174##It configures the feature access code for directed call pickup (default: *97) for account X.
175##The default value is blank.
176account.1.blf_list_code =
177
178##It configures the feature access code for directed call pickup with barge-in (default: *33) for account X.
179##The default value is blank.
180account.1.blf_list_barge_in_code =
181
182##It configures the period (in seconds) of the BLF subscription for account X.
183##The default value is 1800.Integer from 30 to 2147483647.
184account.1.blf.subscribe_period =
185
186##It configures the event of the BLF subscription for account X.0-Dialog,1-Presence.
187##The default value is 0.
188account.1.blf.subscribe_event =
189
190##It enables or disables the phone to handle NOTIFY messages out of the BLF dialog for account X.0-Disabled,1-Enabled.
191##The default value is 0.
192account.1.out_dialog_blf_enable =
193
194##It configures the BLF List Retrieve call parked code for account X.
195##The default value is blank
196account.1.blf_list_retrieve_call_parked_code =
197
198account.1.blf.match_host.enable=
199
200
201#######################################################################################
202##                            BLA/SCA                                                ##
203#######################################################################################
204##It enables or disables Broadsoft SCA feature for account X.0-Disabled,1-Broadsoft SCA.
205##The default value is 0.
206account.1.shared_line = {$shared_line_1}
207
208##It configures the BLA number for account X.
209##The default value is blank.
210account.1.bla_number =
211
212##It configures the period (in seconds) of BLA subscription for account X.
213##The default value is 300.Integer from 60 to 7200
214account.1.bla_subscribe_period =
215
216##Except T19P/T21P Models
217##It configures the Call Pull Feature access code for account X.
218##The default value is blank.
219account.1.shared_line_callpull_code =
220##It configures number of linekey for line.
221##The default value is 1,you should enable auto line keys first.
222account.1.number_of_linekey =
223##It config whether you can retrieve the remote hold call through line key
224##The default value is 1
225account.1.shared_line_one_touch_retrieve.enable=
226##It config whether you can barge in the active call through line key
227##The default value is 1
228account.1.shared_line_one_touch_bargein.enable =
229
230
231#######################################################################################
232##                            Brosoft Callpark                                       ##
233#######################################################################################
234##It enables or disables Broadsoft Callpark for account X.0-Disabled,1-Broadsoft SCA.
235##The default value is 0.
236account.1.callpark_enable =
237
238
239#######################################################################################
240##                            Audio Codec                                            ##
241#######################################################################################
242
243account.1.codec.g722.enable =
244account.1.codec.g722.priority =
245
246account.1.codec.g729.enable =
247account.1.codec.g729.priority =
248
249account.1.codec.g723_53.enable =
250account.1.codec.g723_53.priority =
251
252account.1.codec.g723_63.enable =
253account.1.codec.g723_63.priority =
254
255account.1.codec.g726_16.enable =
256account.1.codec.g726_16.priority =
257account.1.codec.g726_16.rtpmap =
258
259account.1.codec.g726_24.enable =
260account.1.codec.g726_24.priority =
261account.1.codec.g726_24.rtpmap =
262
263account.1.codec.g726_32.enable =
264account.1.codec.g726_32.priority =
265account.1.codec.g726_32.rtpmap =
266
267account.1.codec.g726_40.enable =
268account.1.codec.g726_40.priority =
269account.1.codec.g726_40.rtpmap =
270
271account.1.codec.ilbc.enable =
272account.1.codec.ilbc.priority =
273account.1.codec.ilbc.rtpmap =
274
275account.1.codec.opus.enable =
276account.1.codec.opus.priority =
277account.1.codec.opus.rtpmap =
278account.1.codec.opus.samplerate =
279
280account.1.codec.pcmu.enable =
281account.1.codec.pcmu.priority =
282
283account.1.codec.pcma.enable =
284account.1.codec.pcma.priority =
285
286account.1.codec.g722_1_24kpbs.enable =
287account.1.codec.g722_1_24kpbs.para =
288account.1.codec.g722_1_24kpbs.priority =
289account.1.codec.g722_1_24kpbs.rtpmap =
290account.1.codec.g722_1_24kpbs.samplerate =
291
292account.1.codec.g722_1c_24kpbs.enable =
293account.1.codec.g722_1c_24kpbs.para =
294account.1.codec.g722_1c_24kpbs.priority =
295account.1.codec.g722_1c_24kpbs.rtpmap =
296account.1.codec.g722_1c_24kpbs.samplerate =
297
298account.1.codec.g722_1c_24kpbs.enable =
299account.1.codec.g722_1c_24kpbs.para =
300account.1.codec.g722_1c_24kpbs.priority =
301account.1.codec.g722_1c_24kpbs.rtpmap =
302account.1.codec.g722_1c_24kpbs.samplerate =
303
304account.1.codec.g722_1c_32kpbs.enable =
305account.1.codec.g722_1c_32kpbs.para =
306account.1.codec.g722_1c_32kpbs.priority =
307account.1.codec.g722_1c_32kpbs.rtpmap =
308account.1.codec.g722_1c_32kpbs.samplerate =
309
310account.1.codec.g722_1c_48kpbs.enable =
311account.1.codec.g722_1c_48kpbs.para =
312account.1.codec.g722_1c_48kpbs.priority =
313account.1.codec.g722_1c_48kpbs.rtpmap =
314account.1.codec.g722_1c_48kpbs.samplerate =
315
316
317#######################################################################################
318##                            Audio Advanced                                         ##
319#######################################################################################
320##It configures the RTP packet time for account X.0 (Disabled), 10, 20, 30, 40, 50 or 60.
321##The default value is 20.
322account.1.ptime =
323
324
325#######################################################################################
326##                            Anonymous Call                                         ##
327#######################################################################################
328account.1.send_anonymous_code =
329account.1.anonymous_call =
330account.1.anonymous_call_oncode =
331account.1.anonymous_call_offcode =
332account.1.reject_anonymous_call =
333account.1.anonymous_reject_oncode =
334account.1.anonymous_reject_offcode =
335account.1.send_anonymous_rejection_code =
336
337
338#######################################################################################
339##                            Pickup Code                                            ##
340#######################################################################################
341##It enables or disables the phone to pick up a call according to the SIP header of dialog-info for account X.0-Disabled,1-Enabled.
342##The default value is 0.
343account.1.dialoginfo_callpickup =
344
345##It configures the group pickup code for account X.
346##The default value is blank.
347account.1.group_pickup_code =
348
349##It configures the directed pickup code for account X.
350##The default value is blank.
351account.1.direct_pickup_code =
352
353
354#######################################################################################
355##                            DTMF                                                   ##
356#######################################################################################
357account.1.dtmf.type =
358account.1.dtmf.info_type =
359account.1.dtmf.dtmf_payload =
360
361
362#######################################################################################
363##                            Alert info                                             ##
364#######################################################################################
365##It enables or disables the distinctive ringtones by the Alert-Info SIP header for account X.0-Disabled,1-Enabled.
366##The default value is 0.
367account.1.alert_info_url_enable =
368##Except T19P/T21P Models
369##The default value is blank.Values range 256 characters in length
370account.1.alert_info =
371
372account.1.ringtone.ring_type =
373
374###Only for T46G Model
375##It enables or disables the phone to download the picture information for account X when receiving an incoming call or during a call.0-Disabled,1-Enabled.
376##The default value is 0.
377account.1.picture_info_enable =
378
379
380#######################################################################################
381##                            Conference                                             ##
382#######################################################################################
383##It configures the conference type for account X.0-Local Conference,2-Network Conference.
384##The default value is 0.
385account.1.conf_type =
386
387##It configures the network conference URI for account X.
388##The default value is blank.
389account.1.conf_uri =
390
391
392#######################################################################################
393##                            CID Source                                             ##
394#######################################################################################
395account.1.cid_source = {$yealink_cid_source}
396account.1.cid_source_privacy = 1
397account.1.cid_source_ppi = 1
398account.1.cp_source = 2
399
400
401#######################################################################################
402##                            Session Timer                                          ##
403#######################################################################################
404account.1.session_timer.enable = {$yealink_session_timer}
405account.1.session_timer.expires =
406account.1.session_timer.refresher =
407
408
409#######################################################################################
410##                            Music on Hold                                          ##
411#######################################################################################
412##It configures the way on how the phone processes Music On Hold when placing an active call on hold for account X.
413##0-Calling the music server before holding
414##1-Calling the music server after holding
415##The default value is 0.
416account.1.music_on_hold_type =
417
418##It configures the URI of the Music On Hold server for account X.
419##The default value is blank.
420account.1.music_server_uri =
421
422
423#######################################################################################
424##                            Advanced                                               ##
425#######################################################################################
426account.1.auto_answer =
427account.1.missed_calllog =
428account.1.100rel_enable = {$yealink_retransmission}
429account.1.enable_user_equal_phone =
430account.1.compact_header_enable =
431account.1.custom_ua =
432
433
434#######################################################################################
435##                                   DND(Except T19 Model)                           ##
436#######################################################################################
437account.1.dnd.enable =
438account.1.dnd.on_code =
439account.1.dnd.off_code =
440
441
442#######################################################################################
443##                                 Call Forward(Except T19 Model)                    ##
444#######################################################################################
445account.1.always_fwd.enable =
446account.1.always_fwd.target =
447account.1.always_fwd.off_code =
448account.1.always_fwd.on_code =
449account.1.busy_fwd.enable =
450account.1.busy_fwd.target =
451account.1.busy_fwd.off_code =
452account.1.busy_fwd.on_code =
453account.1.timeout_fwd.enable =
454account.1.timeout_fwd.target =
455account.1.timeout_fwd.timeout =
456account.1.timeout_fwd.off_code =
457account.1.timeout_fwd.on_code =
458
459
460#######################################################################################
461##                                   Voice Monitoring  (Except T19P/T21P Models)                  ##
462#######################################################################################
463account.1.vq_rtcpxr.collector_name=
464account.1.vq_rtcpxr.collector_server_host=
465account.1.vq_rtcpxr.collector_server_port=
466
467
468#######################################################################################
469##         Broadsoft XSI                    ##
470#######################################################################################
471##It configures the user name for XSI authentication for account X.Example:account.1.xsi.user = 3502@as.iop1.broadworks.net.
472##The default value is blank.
473account.1.xsi.user =
474
475##It configures the password for XSI authentication for account X.Example:account.1.xsi.password = 123456.
476##The default value is blank.
477account.1.xsi.password =
478
479##It configures the access URL of the Xtended Services Platform server for account X.Example:account.1.xsi.host = xsp1.iop1.broadworks.net.
480##The default value is blank.
481account.1.xsi.host =
482
483##It configures the server type of the Xtended Services Platform server for account X.Example:account.1.xsi.server_type = http.
484##The default value is http.
485account.1.xsi.server_type =
486
487##It configures the server port of the Xtended Services Platform server for account X.Example:account.1.xsi.port = 80.
488##The default value is 80.Integer from 1 to 65535
489account.1.xsi.port =
490
491
492#######################################################################################
493##                           Account2 Basic Settings                                 ##
494#######################################################################################
495{if isset($user_password_2) }
496account.2.enable = 1
497{else}
498account.2.enable = 0
499{/if}
500account.2.label = {$display_name_2}
501account.2.display_name = {$display_name_2}
502account.2.auth_name = {$auth_id_2}
503account.2.password = {$user_password_2}
504account.2.user_name = {$user_id_2}
505account.2.outbound_proxy_enable = {if isset($outbound_proxy_primary_2)}1{else}0{/if}
506
507account.2.outbound_proxy.1.address = {$outbound_proxy_primary_2}
508account.2.outbound_proxy.1.port = 5060
509account.2.dial_tone =
510account.2.outbound_proxy.2.address = {$outbound_proxy_secondary_2}
511account.2.outbound_proxy.2.port = 5060
512account.2.outbound_proxy_fallback_interval =
513
514##It configures the transport type for account 1. 0-UDP,1-TCP,2-TLS,3-DNS-NAPTR
515##The default value is 0.
516
517{if $sip_transport_1 == 'udp'}account.2.sip_server.1.transport_type = 0{/if}
518{if $sip_transport_1 == 'tcp'}account.2.sip_server.1.transport_type = 1{/if}
519{if $sip_transport_1 == 'tls'}account.2.sip_server.1.transport_type = 2{/if}
520{if $sip_transport_1 == 'dns srv'}account.2.sip_server.1.transport_type = 3{/if}
521
522##It configures the backup server transport type for account 1. 0-UDP,1-TCP,2-TLS,3-DNS-NAPTR
523##The default value is 0.
524
525{if $sip_transport_2 == 'udp'}account.2.sip_server.2.transport_type = 0{/if}
526{if $sip_transport_2 == 'tcp'}account.2.sip_server.2.transport_type = 1{/if}
527{if $sip_transport_2 == 'tls'}account.2.sip_server.2.transport_type = 2{/if}
528{if $sip_transport_2 == 'dns srv'}account.2.sip_server.2.transport_type = 3{/if}
529
530
531#######################################################################################
532##                          Failback                                                 ##
533#######################################################################################
534
535account.2.naptr_build = 0
536account.2.fallback.redundancy_type = 0
537account.2.fallback.timeout = {$yealink_outbound_proxy_fallback_interval}
538account.2.sip_server.1.address = {$server_address_2}
539{if $sip_transport_1 == 'dns srv'}
540account.2.sip_server.1.port = 0
541{else}
542account.2.sip_server.1.port = {$sip_port_1}
543{/if}
544account.2.sip_server.1.expires = {$register_expires_1}
545account.2.sip_server.1.retry_counts = 3
546account.2.sip_server.1.failback_mode = 0
547account.2.sip_server.1.failback_timeout = 3600
548account.2.sip_server.1.register_on_enable = 0
549
550account.2.sip_server.2.address =
551{if $sip_transport_2 == 'dns srv'}
552account.2.sip_server.2.port = 0
553{else}
554account.2.sip_server.2.port = {$sip_port_2}
555{/if}
556account.2.sip_server.2.expires = {$register_expires_2}
557account.2.sip_server.2.retry_counts = 3
558account.2.sip_server.2.failback_mode = 0
559account.2.sip_server.2.failback_timeout = 3600
560account.2.sip_server.2.register_on_enable = 0
561
562account.2.dns_cache_type =
563account.2.static_cache_pri =
564account.2.register_expires_overlap =
565account.2.subscribe_expires_overlap =
566
567
568#######################################################################################
569##                           Register Advanced                                       ##
570#######################################################################################
571##It configures the SIP server type for account X.0-Default,2-BroadSoft,4-Cosmocom,6-UCAP
572##The default value is 0.
573account.2.sip_server_type =
574account.2.unregister_on_reboot =
575account.2.proxy_require =
576account.2.srv_ttl_timer_enable =
577account.2.register_mac =
578account.2.register_line =
579account.2.reg_fail_retry_interval =
580
581
582######################################################################################
583##                     NAT Settings                                                 ##
584######################################################################################
585##It enables or disables the NAT traversal for account X.0-Disabled,1-Enabled
586##The default value is 0.
587account.2.nat.nat_traversal =
588##It configures the type of keep-alive packets sent by the phone to the NAT static to keep the communication port open so that NAT can continue to function for account X.
589##0-Dsiabled,1-Default: the phone sends UDP packets to the server,2-Option: the phone sends SIP OPTION packets to the server,3-Notify: the phone sends SIP NOTIFY packets to the server.
590##The default value is 1.
591account.2.nat.udp_update_enable =
592
593##It configures the keep-alive interval (in seconds) for account X.
594##The default value is 30.Integer from 15 to 2147483647
595account.2.nat.udp_update_time =
596
597##It enables or disables NAT Rport feature for account X.0-Disabled,1-Enabled
598##The default value is 0.
599account.2.nat.rport = {$yealink_rport}
600
601
602#######################################################################################
603##                            Account2 Advance Settings                              ##
604#######################################################################################
605
606##It configures the voice mail number for account X.
607##The default value is blank.
608voice_mail.number.2 = {$voicemail_number}
609##Except T19P/T21P Models
610account.2.auto_dial_enable =
611account.2.auto_dial_num =
612
613account.2.call_id_mode =
614account.2.call_info =
615
616
617#######################################################################################
618##                            Subscribe                                              ##
619#######################################################################################
620##It enables or disables the phone to subscribe the message waiting indicator for account X.0-Disabled,1-Enabled.
621##The default value is 0.
622account.2.subscribe_mwi =
623##It is configuration MWI is NOTIFY messages, whether in Terminated status attributes.
624##The default value is 0(Don't handle terminated values)
625account.2.mwi_parse_terminated =
626##It configures the interval (in seconds) of MWI subscription for account X.
627##The default value is 3600.
628account.2.subscribe_mwi_expires =
629##It enables or disables the phone to subscribe to the voice mail number for the message waiting indicator for account X.0-Disabled,1-Enabled.
630##The default value is 0.
631account.2.subscribe_mwi_to_vm =
632##It configures the period (in seconds) of ACD subscription for account X.
633##The default value is 1800.Except T19P/T21P Models
634account.2.subscribe_acd_expires=
635##Except T19P/T21P Models
636account.2.display_mwi.enable =
637##It is configuration MWI is NOTIFY messages, whether in Terminated status attributes.
638##The default value is 0(Don't handle terminated values)
639account.2.mwi_parse_terminated =
640
641
642#######################################################################################
643##                            BLF List(Except T19D Model)                            ##
644#######################################################################################
645##It configures the BLF List URI to monitor a list of users for account X.
646##The default value is blank.
647account.2.blf.blf_list_uri =
648##It configures the feature access code for directed call pickup (default: *97) for account X.
649##The default value is blank.
650account.2.blf_list_code =
651##It configures the feature access code for directed call pickup with barge-in (default: *33) for account X.
652##The default value is blank.
653account.2.blf_list_barge_in_code =
654
655##It configures the period (in seconds) of the BLF subscription for account X.
656##The default value is 1800.Integer from 30 to 2147483647.
657account.2.blf.subscribe_period =
658##It configures the event of the BLF subscription for account X.0-Dialog,1-Presence.
659##The default value is 0.
660account.2.blf.subscribe_event =
661##It enables or disables the phone to handle NOTIFY messages out of the BLF dialog for account X.0-Disabled,1-Enabled.
662##The default value is 0.
663account.2.out_dialog_blf_enable =
664##It configures the BLF List Retrieve call parked code for account X.
665##The default value is blank
666account.2.blf_list_retrieve_call_parked_code =
667account.2.blf.match_host.enable=
668
669
670#######################################################################################
671##                            BLA/SCA                                                ##
672#######################################################################################
673##It enables or disables Broadsoft SCA feature for account X.0-Disabled,1-Broadsoft SCA.
674##The default value is 0.
675account.2.shared_line = {$shared_line_2}
676##It configures the BLA number for account X.
677##The default value is blank.
678account.2.bla_number =
679##It configures the period (in seconds) of BLA subscription for account X.
680##The default value is 300.Integer from 60 to 7200
681account.2.bla_subscribe_period =
682##It configures the Call Pull Feature access code for account X.
683##The default value is blank.
684account.2.shared_line_callpull_code =
685##It configures number of linekey for line.
686##The default value is 1,you should enable auto line keys first.
687account.2.number_of_linekey =
688
689##It config whether you can retrieve the remote hold call through line key
690##The default value is 1
691account.2.shared_line_one_touch_retrieve.enable=
692
693##It config whether you can barge in the active call through line key
694##The default value is 1
695account.2.shared_line_one_touch_bargein.enable =
696
697
698#######################################################################################
699##                            Brosoft Callpark                                       ##
700#######################################################################################
701##It enables or disables Broadsoft Callpark for account X.0-Disabled,1-Broadsoft SCA.
702##The default value is 0.
703account.2.callpark_enable =
704
705
706#######################################################################################
707##                            Audio Codec                                            ##
708#######################################################################################
709account.2.codec.g722.enable =
710account.2.codec.g722.priority =
711
712account.2.codec.g729.enable =
713account.2.codec.g729.priority =
714
715account.2.codec.g723_53.enable =
716account.2.codec.g723_53.priority =
717
718account.2.codec.g723_63.enable =
719account.2.codec.g723_63.priority =
720
721account.2.codec.g726_16.enable =
722account.2.codec.g726_16.priority =
723account.2.codec.g726_16.rtpmap =
724
725account.2.codec.g726_24.enable =
726account.2.codec.g726_24.priority =
727account.2.codec.g726_24.rtpmap =
728
729account.2.codec.g726_32.enable =
730account.2.codec.g726_32.priority =
731account.2.codec.g726_32.rtpmap =
732
733account.2.codec.g726_40.enable =
734account.2.codec.g726_40.priority =
735account.2.codec.g726_40.rtpmap =
736
737account.2.codec.ilbc.enable =
738account.2.codec.ilbc.priority =
739account.2.codec.ilbc.rtpmap =
740
741account.2.codec.opus.enable =
742account.2.codec.opus.priority =
743account.2.codec.opus.rtpmap =
744account.2.codec.opus.samplerate =
745
746account.2.codec.pcmu.enable =
747account.2.codec.pcmu.priority =
748
749account.2.codec.pcma.enable =
750account.2.codec.pcma.priority =
751
752account.2.codec.g722_1_24kpbs.enable =
753account.2.codec.g722_1_24kpbs.para =
754account.2.codec.g722_1_24kpbs.priority =
755account.2.codec.g722_1_24kpbs.rtpmap =
756account.2.codec.g722_1_24kpbs.samplerate =
757
758account.2.codec.g722_1c_24kpbs.enable =
759account.2.codec.g722_1c_24kpbs.para =
760account.2.codec.g722_1c_24kpbs.priority =
761account.2.codec.g722_1c_24kpbs.rtpmap =
762account.2.codec.g722_1c_24kpbs.samplerate =
763
764account.2.codec.g722_1c_24kpbs.enable =
765account.2.codec.g722_1c_24kpbs.para =
766account.2.codec.g722_1c_24kpbs.priority =
767account.2.codec.g722_1c_24kpbs.rtpmap =
768account.2.codec.g722_1c_24kpbs.samplerate =
769
770account.2.codec.g722_1c_32kpbs.enable =
771account.2.codec.g722_1c_32kpbs.para =
772account.2.codec.g722_1c_32kpbs.priority =
773account.2.codec.g722_1c_32kpbs.rtpmap =
774account.2.codec.g722_1c_32kpbs.samplerate =
775
776account.2.codec.g722_1c_48kpbs.enable =
777account.2.codec.g722_1c_48kpbs.para =
778account.2.codec.g722_1c_48kpbs.priority =
779account.2.codec.g722_1c_48kpbs.rtpmap =
780account.2.codec.g722_1c_48kpbs.samplerate =
781
782
783#######################################################################################
784##                            Audio Advanced                                         ##
785#######################################################################################
786##It configures the RTP packet time for account X.0 (Disabled), 10, 20, 30, 40, 50 or 60.
787##The default value is 20.
788account.2.ptime =
789
790
791#######################################################################################
792##                            Anonymous Call                                         ##
793#######################################################################################
794account.2.send_anonymous_code =
795account.2.anonymous_call =
796account.2.anonymous_call_oncode =
797account.2.anonymous_call_offcode =
798account.2.reject_anonymous_call =
799account.2.anonymous_reject_oncode =
800account.2.anonymous_reject_offcode =
801account.2.send_anonymous_rejection_code =
802
803
804#######################################################################################
805##                            Pickup Code                                            ##
806#######################################################################################
807##It enables or disables the phone to pick up a call according to the SIP header of dialog-info for account X.0-Disabled,1-Enabled.
808##The default value is 0.
809account.2.dialoginfo_callpickup =
810##It configures the group pickup code for account X.
811##The default value is blank.
812account.2.group_pickup_code =
813##It configures the directed pickup code for account X.
814##The default value is blank.
815account.2.direct_pickup_code =
816
817
818#######################################################################################
819##                            DTMF                                                   ##
820#######################################################################################
821account.2.dtmf.type =
822account.2.dtmf.info_type =
823account.2.dtmf.dtmf_payload =
824
825
826#######################################################################################
827##                            Alert info                                             ##
828#######################################################################################
829##It enables or disables the distinctive ringtones by the Alert-Info SIP header for account X.0-Disabled,1-Enabled.
830##The default value is 0.
831account.2.alert_info_url_enable =
832##The default value is blank.Values range 256 characters in length
833account.2.alert_info =
834account.2.ringtone.ring_type =
835
836##It enables or disables the phone to download the picture information for account X when receiving an incoming call or during a call.0-Disabled,1-Enabled.
837##The default value is 0.
838account.2.picture_info_enable =
839
840
841#######################################################################################
842##                            Conference                                             ##
843#######################################################################################
844##It configures the conference type for account X.0-Local Conference,2-Network Conference.
845##The default value is 0.
846account.2.conf_type =
847##It configures the network conference URI for account X.
848##The default value is blank.
849account.2.conf_uri =
850
851
852#######################################################################################
853##                            CID Source                                             ##
854#######################################################################################
855account.2.cid_source = {$yealink_cid_source}
856account.2.cid_source_privacy = 1
857account.2.cid_source_ppi = 1
858account.2.cp_source = 2
859
860
861#######################################################################################
862##                            Session Timer                                          ##
863#######################################################################################
864account.2.session_timer.enable =
865account.2.session_timer.expires =
866account.2.session_timer.refresher =
867
868
869#######################################################################################
870##                            Music on Hold                                          ##
871#######################################################################################
872##It configures the way on how the phone processes Music On Hold when placing an active call on hold for account X.
873##0-Calling the music server before holding
874##1-Calling the music server after holding
875##The default value is 0.
876account.2.music_on_hold_type =
877##It configures the URI of the Music On Hold server for account X.
878##The default value is blank.
879account.2.music_server_uri =
880
881
882#######################################################################################
883##                            Advanced                                               ##
884#######################################################################################
885account.2.auto_answer =
886account.2.missed_calllog =
887account.2.100rel_enable = {$yealink_retransmission}
888account.2.enable_user_equal_phone =
889account.2.compact_header_enable =
890account.2.custom_ua =
891
892
893#######################################################################################
894##                                   DND(Except T19 Model)                           ##
895#######################################################################################
896account.2.dnd.enable =
897account.2.dnd.on_code =
898account.2.dnd.off_code =
899
900
901#######################################################################################
902##                                 Call Forward(Except T19 Model)                    ##
903#######################################################################################
904account.2.always_fwd.enable =
905account.2.always_fwd.target =
906account.2.always_fwd.off_code =
907account.2.always_fwd.on_code =
908account.2.busy_fwd.enable =
909account.2.busy_fwd.target =
910account.2.busy_fwd.off_code =
911account.2.busy_fwd.on_code =
912account.2.timeout_fwd.enable =
913account.2.timeout_fwd.target =
914account.2.timeout_fwd.timeout =
915account.2.timeout_fwd.off_code =
916account.2.timeout_fwd.on_code =
917
918
919#######################################################################################
920##                      Voice Monitoring  (Except T19P/T21P Models)                  ##
921#######################################################################################
922account.2.vq_rtcpxr.collector_name=
923account.2.vq_rtcpxr.collector_server_host=
924account.2.vq_rtcpxr.collector_server_port=
925
926
927#######################################################################################
928##                      Broadsoft XSI                                                ##
929#######################################################################################
930##It configures the user name for XSI authentication for account X.Example:account.2.xsi.user = 3502@as.iop1.broadworks.net.
931##The default value is blank.
932account.2.xsi.user =
933
934##It configures the password for XSI authentication for account X.Example:account.2.xsi.password = 123456.
935##The default value is blank.
936account.2.xsi.password =
937
938##It configures the access URL of the Xtended Services Platform server for account X.Example:account.2.xsi.host = xsp1.iop1.broadworks.net.
939##The default value is blank.
940account.2.xsi.host =
941
942##It configures the server type of the Xtended Services Platform server for account X.Example:account.2.xsi.server_type = http.
943##The default value is http.
944account.2.xsi.server_type =
945
946##It configures the server port of the Xtended Services Platform server for account X.Example:account.2.xsi.port = 80.
947##The default value is 80.Integer from 1 to 65535
948account.2.xsi.port =
949
950
951#######################################################################################
952##                           Account3 Basic Settings                                 ##
953#######################################################################################
954{if isset($user_password_3) }
955account.3.enable = 1
956{else}
957account.3.enable = 0
958{/if}
959account.3.label = {$display_name_3}
960account.3.display_name = {$display_name_3}
961account.3.auth_name = {$auth_id_3}
962account.3.password = {$user_password_3}
963account.3.user_name = {$user_id_3}
964account.3.outbound_proxy_enable = {if isset($outbound_proxy_primary_3)}1{else}0{/if}
965
966account.3.outbound_proxy.1.address = {$outbound_proxy_primary_3}
967account.3.outbound_proxy.1.port = 5060
968account.3.dial_tone =
969account.3.outbound_proxy.2.address = {$outbound_proxy_secondary_3}
970account.3.outbound_proxy.2.port = 5060
971account.3.outbound_proxy_fallback_interval =
972
973##It configures the transport type for account 1. 0-UDP,1-TCP,2-TLS,3-DNS-NAPTR
974##The default value is 0.
975
976{if $sip_transport_1 == 'udp'}account.3.sip_server.1.transport_type = 0{/if}
977{if $sip_transport_1 == 'tcp'}account.3.sip_server.1.transport_type = 1{/if}
978{if $sip_transport_1 == 'tls'}account.3.sip_server.1.transport_type = 2{/if}
979{if $sip_transport_1 == 'dns srv'}account.3.sip_server.1.transport_type = 3{/if}
980
981##It configures the backup server transport type for account 1. 0-UDP,1-TCP,2-TLS,3-DNS-NAPTR
982##The default value is 0.
983
984
985{if $sip_transport_2 == 'udp'}account.3.sip_server.2.transport_type = 0{/if}
986{if $sip_transport_2 == 'tcp'}account.3.sip_server.2.transport_type = 1{/if}
987{if $sip_transport_2 == 'tls'}account.3.sip_server.2.transport_type = 2{/if}
988{if $sip_transport_2 == 'dns srv'}account.3.sip_server.2.transport_type = 3{/if}
989
990
991#######################################################################################
992##                          Failback                                                 ##
993#######################################################################################
994
995account.3.naptr_build = 0
996account.3.fallback.redundancy_type = 0
997account.3.fallback.timeout = {$yealink_outbound_proxy_fallback_interval}
998account.3.sip_server.1.address = {$server_address_3}
999{if $sip_transport_1 == 'dns srv'}
1000account.3.sip_server.1.port = 0
1001{else}
1002account.3.sip_server.1.port = {$sip_port_1}
1003{/if}
1004account.3.sip_server.1.expires = {$register_expires_1}
1005account.3.sip_server.1.retry_counts = 3
1006account.3.sip_server.1.failback_mode = 0
1007account.3.sip_server.1.failback_timeout = 3600
1008account.3.sip_server.1.register_on_enable = 0
1009
1010account.3.sip_server.2.address =
1011{if $sip_transport_2 == 'dns srv'}
1012account.3.sip_server.2.port = 0
1013{else}
1014account.3.sip_server.2.port = {$sip_port_2}
1015{/if}
1016account.3.sip_server.2.expires = {$register_expires_2}
1017account.3.sip_server.2.retry_counts = 3
1018account.3.sip_server.2.failback_mode = 0
1019account.3.sip_server.2.failback_timeout = 3600
1020account.3.sip_server.2.register_on_enable = 0
1021
1022account.3.dns_cache_type =
1023account.3.static_cache_pri =
1024account.3.register_expires_overlap =
1025account.3.subscribe_expires_overlap =
1026
1027
1028#######################################################################################
1029##                           Register Advanced                                       ##
1030#######################################################################################
1031##It configures the SIP server type for account X.0-Default,2-BroadSoft,4-Cosmocom,6-UCAP
1032##The default value is 0.
1033account.3.sip_server_type =
1034account.3.unregister_on_reboot =
1035account.3.proxy_require =
1036account.3.srv_ttl_timer_enable =
1037account.3.register_mac =
1038account.3.register_line =
1039account.3.reg_fail_retry_interval =
1040
1041
1042######################################################################################
1043##                     NAT Settings                                                 ##
1044######################################################################################
1045##It enables or disables the NAT traversal for account X.0-Disabled,1-Enabled
1046##The default value is 0.
1047account.3.nat.nat_traversal =
1048
1049##It configures the type of keep-alive packets sent by the phone to the NAT static to keep the communication port open so that NAT can continue to function for account X.
1050##0-Dsiabled,1-Default: the phone sends UDP packets to the server,2-Option: the phone sends SIP OPTION packets to the server,3-Notify: the phone sends SIP NOTIFY packets to the server.
1051##The default value is 1.
1052account.3.nat.udp_update_enable =
1053
1054##It configures the keep-alive interval (in seconds) for account X.
1055##The default value is 30.Integer from 15 to 2147483647
1056account.3.nat.udp_update_time =
1057
1058##It enables or disables NAT Rport feature for account X.0-Disabled,1-Enabled
1059##The default value is 0.
1060account.3.nat.rport = {$yealink_rport}
1061
1062
1063#######################################################################################
1064##                            Account3 Advance Settings                              ##
1065#######################################################################################
1066##It configures the voice mail number for account X.
1067##The default value is blank.
1068voice_mail.number.3 = {$voicemail_number}
1069##Except T19P/T21P Models
1070account.3.auto_dial_enable =
1071account.3.auto_dial_num =
1072
1073account.3.call_id_mode =
1074account.3.call_info =
1075
1076
1077#######################################################################################
1078##                            Subscribe                                              ##
1079#######################################################################################
1080##It enables or disables the phone to subscribe the message waiting indicator for account X.0-Disabled,1-Enabled.
1081##The default value is 0.
1082account.3.subscribe_mwi =
1083##It is configuration MWI is NOTIFY messages, whether in Terminated status attributes.
1084##The default value is 0(Don't handle terminated values)
1085account.3.mwi_parse_terminated =
1086
1087##It configures the interval (in seconds) of MWI subscription for account X.
1088##The default value is 3600.
1089account.3.subscribe_mwi_expires =
1090##It enables or disables the phone to subscribe to the voice mail number for the message waiting indicator for account X.0-Disabled,1-Enabled.
1091##The default value is 0.
1092account.3.subscribe_mwi_to_vm =
1093##It configures the period (in seconds) of ACD subscription for account X.
1094##The default value is 1800.Except T19P/T21P Models
1095account.3.subscribe_acd_expires=
1096account.3.display_mwi.enable =
1097##It is configuration MWI is NOTIFY messages, whether in Terminated status attributes.
1098##The default value is 0(Don't handle terminated values)
1099account.3.mwi_parse_terminated =
1100
1101
1102#######################################################################################
1103##                            BLF List(Except T19D Model)                            ##
1104#######################################################################################
1105##It configures the BLF List URI to monitor a list of users for account X.
1106##The default value is blank.
1107account.3.blf.blf_list_uri =
1108##It configures the feature access code for directed call pickup (default: *97) for account X.
1109##The default value is blank.
1110account.3.blf_list_code =
1111##It configures the feature access code for directed call pickup with barge-in (default: *33) for account X.
1112##The default value is blank.
1113account.3.blf_list_barge_in_code =
1114##It configures the period (in seconds) of the BLF subscription for account X.
1115##The default value is 1800.Integer from 30 to 2147483647.
1116account.3.blf.subscribe_period =
1117##It configures the event of the BLF subscription for account X.0-Dialog,1-Presence.
1118##The default value is 0.
1119account.3.blf.subscribe_event =
1120##It enables or disables the phone to handle NOTIFY messages out of the BLF dialog for account X.0-Disabled,1-Enabled.
1121##The default value is 0.
1122account.3.out_dialog_blf_enable =
1123
1124##It configures the BLF List Retrieve call parked code for account X.
1125##The default value is blank
1126account.3.blf_list_retrieve_call_parked_code =
1127account.3.blf.match_host.enable=
1128
1129
1130#######################################################################################
1131##                            BLA/SCA                                                ##
1132#######################################################################################
1133##It enables or disables Broadsoft SCA feature for account X.0-Disabled,1-Broadsoft SCA.
1134##The default value is 0.
1135account.3.shared_line = {$shared_line_3}
1136##It configures the BLA number for account X.
1137##The default value is blank.
1138account.3.bla_number =
1139##It configures the period (in seconds) of BLA subscription for account X.
1140##The default value is 300.Integer from 60 to 7200
1141account.3.bla_subscribe_period =
1142##It configures the Call Pull Feature access code for account X.
1143##The default value is blank.
1144account.3.shared_line_callpull_code =
1145##It configures number of linekey for line.
1146##The default value is 1,you should enable auto line keys first.
1147account.3.number_of_linekey =
1148##It config whether you can retrieve the remote hold call through line key
1149##The default value is 1.
1150account.3.shared_line_one_touch_retrieve.enable=
1151
1152##It config whether you can barge in the active call through line key
1153##The default value is 1
1154account.3.shared_line_one_touch_bargein.enable =
1155
1156
1157#######################################################################################
1158##                            Brosoft Callpark                                       ##
1159#######################################################################################
1160##It enables or disables Broadsoft Callpark for account X.0-Disabled,1-Broadsoft SCA.
1161##The default value is 0.
1162account.3.callpark_enable =
1163
1164
1165#######################################################################################
1166##                            Audio Codec                                            ##
1167#######################################################################################
1168account.3.codec.g722.enable =
1169account.3.codec.g722.priority =
1170
1171account.3.codec.g729.enable =
1172account.3.codec.g729.priority =
1173
1174account.3.codec.g723_53.enable =
1175account.3.codec.g723_53.priority =
1176
1177account.3.codec.g723_63.enable =
1178account.3.codec.g723_63.priority =
1179
1180account.3.codec.g726_16.enable =
1181account.3.codec.g726_16.priority =
1182account.3.codec.g726_16.rtpmap =
1183
1184account.3.codec.g726_24.enable =
1185account.3.codec.g726_24.priority =
1186account.3.codec.g726_24.rtpmap =
1187
1188account.3.codec.g726_32.enable =
1189account.3.codec.g726_32.priority =
1190account.3.codec.g726_32.rtpmap =
1191
1192account.3.codec.g726_40.enable =
1193account.3.codec.g726_40.priority =
1194account.3.codec.g726_40.rtpmap =
1195
1196account.3.codec.ilbc.enable =
1197account.3.codec.ilbc.priority =
1198account.3.codec.ilbc.rtpmap =
1199
1200account.3.codec.opus.enable =
1201account.3.codec.opus.priority =
1202account.3.codec.opus.rtpmap =
1203account.3.codec.opus.samplerate =
1204
1205account.3.codec.pcmu.enable =
1206account.3.codec.pcmu.priority =
1207
1208account.3.codec.pcma.enable =
1209account.3.codec.pcma.priority =
1210
1211account.3.codec.g722_1_24kpbs.enable =
1212account.3.codec.g722_1_24kpbs.para =
1213account.3.codec.g722_1_24kpbs.priority =
1214account.3.codec.g722_1_24kpbs.rtpmap =
1215account.3.codec.g722_1_24kpbs.samplerate =
1216
1217account.3.codec.g722_1c_24kpbs.enable =
1218account.3.codec.g722_1c_24kpbs.para =
1219account.3.codec.g722_1c_24kpbs.priority =
1220account.3.codec.g722_1c_24kpbs.rtpmap =
1221account.3.codec.g722_1c_24kpbs.samplerate =
1222
1223account.3.codec.g722_1c_24kpbs.enable =
1224account.3.codec.g722_1c_24kpbs.para =
1225account.3.codec.g722_1c_24kpbs.priority =
1226account.3.codec.g722_1c_24kpbs.rtpmap =
1227account.3.codec.g722_1c_24kpbs.samplerate =
1228
1229account.3.codec.g722_1c_32kpbs.enable =
1230account.3.codec.g722_1c_32kpbs.para =
1231account.3.codec.g722_1c_32kpbs.priority =
1232account.3.codec.g722_1c_32kpbs.rtpmap =
1233account.3.codec.g722_1c_32kpbs.samplerate =
1234
1235account.3.codec.g722_1c_48kpbs.enable =
1236account.3.codec.g722_1c_48kpbs.para =
1237account.3.codec.g722_1c_48kpbs.priority =
1238account.3.codec.g722_1c_48kpbs.rtpmap =
1239account.3.codec.g722_1c_48kpbs.samplerate =
1240
1241
1242#######################################################################################
1243##                            Audio Advanced                                         ##
1244#######################################################################################
1245##It configures the RTP packet time for account X.0 (Disabled), 10, 20, 30, 40, 50 or 60.
1246##The default value is 20.
1247account.3.ptime =
1248
1249
1250#######################################################################################
1251##                            Anonymous Call                                         ##
1252#######################################################################################
1253account.3.send_anonymous_code =
1254account.3.anonymous_call =
1255account.3.anonymous_call_oncode =
1256account.3.anonymous_call_offcode =
1257account.3.reject_anonymous_call =
1258account.3.anonymous_reject_oncode =
1259account.3.anonymous_reject_offcode =
1260account.3.send_anonymous_rejection_code =
1261
1262
1263#######################################################################################
1264##                            Pickup Code                                            ##
1265#######################################################################################
1266##It enables or disables the phone to pick up a call according to the SIP header of dialog-info for account X.0-Disabled,1-Enabled.
1267##The default value is 0.
1268account.3.dialoginfo_callpickup =
1269
1270##It configures the group pickup code for account X.
1271##The default value is blank.
1272account.3.group_pickup_code =
1273##It configures the directed pickup code for account X.
1274##The default value is blank.
1275account.3.direct_pickup_code =
1276
1277
1278#######################################################################################
1279##                            DTMF                                                   ##
1280#######################################################################################
1281account.3.dtmf.type =
1282account.3.dtmf.info_type =
1283account.3.dtmf.dtmf_payload =
1284
1285
1286#######################################################################################
1287##                            Alert info                                             ##
1288#######################################################################################
1289##It enables or disables the distinctive ringtones by the Alert-Info SIP header for account X.0-Disabled,1-Enabled.
1290##The default value is 0.
1291account.3.alert_info_url_enable =
1292##The default value is blank.Values range 256 characters in length
1293account.3.alert_info =
1294account.3.ringtone.ring_type =
1295
1296##It enables or disables the phone to download the picture information for account X when receiving an incoming call or during a call.0-Disabled,1-Enabled.
1297##The default value is 0.
1298account.3.picture_info_enable =
1299
1300
1301#######################################################################################
1302##                            Conference                                             ##
1303#######################################################################################
1304##It configures the conference type for account X.0-Local Conference,2-Network Conference.
1305##The default value is 0.
1306account.3.conf_type =
1307##It configures the network conference URI for account X.
1308##The default value is blank.
1309account.3.conf_uri =
1310
1311
1312#######################################################################################
1313##                            CID Source                                             ##
1314#######################################################################################
1315account.3.cid_source = {$yealink_cid_source}
1316account.3.cid_source_privacy = 1
1317account.3.cid_source_ppi = 1
1318account.3.cp_source = 2
1319
1320
1321#######################################################################################
1322##                            Session Timer                                          ##
1323#######################################################################################
1324account.3.session_timer.enable = {$yealink_session_timer}
1325account.3.session_timer.expires =
1326account.3.session_timer.refresher =
1327
1328
1329#######################################################################################
1330##                            Music on Hold                                          ##
1331#######################################################################################
1332##It configures the way on how the phone processes Music On Hold when placing an active call on hold for account X.
1333##0-Calling the music server before holding
1334##1-Calling the music server after holding
1335##The default value is 0.
1336account.3.music_on_hold_type =
1337##It configures the URI of the Music On Hold server for account X.
1338##The default value is blank.
1339account.3.music_server_uri =
1340
1341
1342#######################################################################################
1343##                            Advanced                                               ##
1344#######################################################################################
1345account.3.auto_answer =
1346account.3.missed_calllog =
1347account.3.100rel_enable = {$yealink_retransmission}
1348account.3.enable_user_equal_phone =
1349account.3.compact_header_enable =
1350account.3.custom_ua =
1351
1352
1353#######################################################################################
1354##                                   DND(Except T19 Model)                           ##
1355#######################################################################################
1356account.3.dnd.enable =
1357account.3.dnd.on_code =
1358account.3.dnd.off_code =
1359
1360
1361#######################################################################################
1362##                                 Call Forward(Except T19 Model)                    ##
1363#######################################################################################
1364account.3.always_fwd.enable =
1365account.3.always_fwd.target =
1366account.3.always_fwd.off_code =
1367account.3.always_fwd.on_code =
1368account.3.busy_fwd.enable =
1369account.3.busy_fwd.target =
1370account.3.busy_fwd.off_code =
1371account.3.busy_fwd.on_code =
1372account.3.timeout_fwd.enable =
1373account.3.timeout_fwd.target =
1374account.3.timeout_fwd.timeout =
1375account.3.timeout_fwd.off_code =
1376account.3.timeout_fwd.on_code =
1377
1378
1379#######################################################################################
1380##                                   Voice Monitoring  (Except T19P/T21P Models)                  ##
1381#######################################################################################
1382account.3.vq_rtcpxr.collector_name=
1383account.3.vq_rtcpxr.collector_server_host=
1384account.3.vq_rtcpxr.collector_server_port=
1385
1386
1387#######################################################################################
1388##         Broadsoft XSI                    ##
1389#######################################################################################
1390##It configures the user name for XSI authentication for account X.Example:account.3.xsi.user = 3502@as.iop1.broadworks.net.
1391##The default value is blank.
1392account.3.xsi.user =
1393
1394##It configures the password for XSI authentication for account X.Example:account.3.xsi.password = 123456.
1395##The default value is blank.
1396account.3.xsi.password =
1397
1398##It configures the access URL of the Xtended Services Platform server for account X.Example:account.3.xsi.host = xsp1.iop1.broadworks.net.
1399##The default value is blank.
1400account.3.xsi.host =
1401
1402##It configures the server type of the Xtended Services Platform server for account X.Example:account.3.xsi.server_type = http.
1403##The default value is http.
1404account.3.xsi.server_type =
1405
1406##It configures the server port of the Xtended Services Platform server for account X.Example:account.3.xsi.port = 80.
1407##The default value is 80.Integer from 1 to 65535
1408account.3.xsi.port =
1409
1410
1411#######################################################################################
1412##                           Account4 Basic Settings                                 ##
1413#######################################################################################
1414{if isset($user_password_4) }
1415account.4.enable = 1
1416{else}
1417account.4.enable = 0
1418{/if}
1419account.4.label = {$display_name_4}
1420account.4.display_name = {$display_name_4}
1421account.4.auth_name = {$auth_id_4}
1422account.4.password = {$user_password_4}
1423account.4.user_name = {$user_id_4}
1424account.4.outbound_proxy_enable = {if isset($outbound_proxy_primary_4)}1{else}0{/if}
1425
1426account.4.outbound_proxy.1.address = {$outbound_proxy_primary_4}
1427account.4.outbound_proxy.1.port = 5060
1428account.4.dial_tone =
1429account.4.outbound_proxy.2.address = {$outbound_proxy_secondary_4}
1430account.4.outbound_proxy.2.port = 5060
1431account.4.outbound_proxy_fallback_interval =
1432
1433##It configures the transport type for account 1. 0-UDP,1-TCP,2-TLS,3-DNS-NAPTR
1434##The default value is 0.
1435
1436{if $sip_transport_1 == 'udp'}account.4.sip_server.1.transport_type = 0{/if}
1437{if $sip_transport_1 == 'tcp'}account.4.sip_server.1.transport_type = 1{/if}
1438{if $sip_transport_1 == 'tls'}account.4.sip_server.1.transport_type = 2{/if}
1439{if $sip_transport_1 == 'dns srv'}account.4.sip_server.1.transport_type = 3{/if}
1440
1441##It configures the backup server transport type for account 1. 0-UDP,1-TCP,2-TLS,3-DNS-NAPTR
1442##The default value is 0.
1443
1444{if $sip_transport_2 == 'udp'}account.4.sip_server.2.transport_type = 0{/if}
1445{if $sip_transport_2 == 'tcp'}account.4.sip_server.2.transport_type = 1{/if}
1446{if $sip_transport_2 == 'tls'}account.4.sip_server.2.transport_type = 2{/if}
1447{if $sip_transport_2 == 'dns srv'}account.4.sip_server.2.transport_type = 3{/if}
1448
1449
1450#######################################################################################
1451##                          Failback                                                 ##
1452#######################################################################################
1453
1454account.4.naptr_build = 0
1455account.4.fallback.redundancy_type = 0
1456account.4.fallback.timeout = {$yealink_outbound_proxy_fallback_interval}
1457account.4.sip_server.1.address = {$server_address_4}
1458{if $sip_transport_1 == 'dns srv'}
1459account.4.sip_server.1.port = 0
1460{else}
1461account.4.sip_server.1.port = {$sip_port_1}
1462{/if}
1463account.4.sip_server.1.expires = {$register_expires_1}
1464account.4.sip_server.1.retry_counts = 3
1465account.4.sip_server.1.failback_mode = 0
1466account.4.sip_server.1.failback_timeout = 3600
1467account.4.sip_server.1.register_on_enable = 0
1468
1469account.4.sip_server.2.address =
1470{if $sip_transport_2 == 'dns srv'}
1471account.4.sip_server.2.port = 0
1472{else}
1473account.4.sip_server.2.port = {$sip_port_2}
1474{/if}
1475account.4.sip_server.2.expires = {$register_expires_2}
1476account.4.sip_server.2.retry_counts = 3
1477account.4.sip_server.2.failback_mode = 0
1478account.4.sip_server.2.failback_timeout = 3600
1479account.4.sip_server.2.register_on_enable = 0
1480
1481account.4.dns_cache_type =
1482account.4.static_cache_pri =
1483account.4.register_expires_overlap =
1484account.4.subscribe_expires_overlap =
1485
1486
1487#######################################################################################
1488##                           Register Advanced                                       ##
1489#######################################################################################
1490##It configures the SIP server type for account X.0-Default,2-BroadSoft,4-Cosmocom,6-UCAP
1491##The default value is 0.
1492account.4.sip_server_type =
1493account.4.unregister_on_reboot =
1494account.4.proxy_require =
1495account.4.srv_ttl_timer_enable =
1496account.4.register_mac =
1497account.4.register_line =
1498account.4.reg_fail_retry_interval =
1499
1500
1501######################################################################################
1502##                     NAT Settings                                                 ##
1503######################################################################################
1504##It enables or disables the NAT traversal for account X.0-Disabled,1-Enabled
1505##The default value is 0.
1506account.4.nat.nat_traversal =
1507##It configures the type of keep-alive packets sent by the phone to the NAT static to keep the communication port open so that NAT can continue to function for account X.
1508##0-Dsiabled,1-Default: the phone sends UDP packets to the server,2-Option: the phone sends SIP OPTION packets to the server,3-Notify: the phone sends SIP NOTIFY packets to the server.
1509##The default value is 1.
1510account.4.nat.udp_update_enable =
1511
1512##It configures the keep-alive interval (in seconds) for account X.
1513##The default value is 30.Integer from 15 to 2147483647
1514account.4.nat.udp_update_time =
1515
1516##It enables or disables NAT Rport feature for account X.0-Disabled,1-Enabled
1517##The default value is 0.
1518account.4.nat.rport = {$yealink_rport}
1519
1520
1521#######################################################################################
1522##                            Account4 Advance Settings                              ##
1523#######################################################################################
1524
1525##It configures the voice mail number for account X.
1526##The default value is blank.
1527voice_mail.number.4 = {$voicemail_number}
1528##Except T19P/T21P Models
1529account.4.auto_dial_enable =
1530account.4.auto_dial_num =
1531
1532account.4.call_id_mode =
1533account.4.call_info =
1534
1535
1536#######################################################################################
1537##                            Subscribe                                              ##
1538#######################################################################################
1539##It enables or disables the phone to subscribe the message waiting indicator for account X.0-Disabled,1-Enabled.
1540##The default value is 0.
1541account.4.subscribe_mwi =
1542
1543##It is configuration MWI is NOTIFY messages, whether in Terminated status attributes.
1544##The default value is 0(Don't handle terminated values)
1545account.4.mwi_parse_terminated =
1546
1547##It configures the interval (in seconds) of MWI subscription for account X.
1548##The default value is 3600.
1549account.4.subscribe_mwi_expires =
1550
1551##It enables or disables the phone to subscribe to the voice mail number for the message waiting indicator for account X.0-Disabled,1-Enabled.
1552##The default value is 0.
1553account.4.subscribe_mwi_to_vm =
1554
1555##It configures the period (in seconds) of ACD subscription for account X.
1556##The default value is 1800.Except T19P/T21P Models
1557account.4.subscribe_acd_expires=
1558
1559account.4.display_mwi.enable=
1560
1561
1562#######################################################################################
1563##                            BLF List(Except T19D Model)                            ##
1564#######################################################################################
1565##It configures the BLF List URI to monitor a list of users for account X.
1566##The default value is blank.
1567account.4.blf.blf_list_uri =
1568##It configures the feature access code for directed call pickup (default: *97) for account X.
1569##The default value is blank.
1570account.4.blf_list_code =
1571##It configures the feature access code for directed call pickup with barge-in (default: *33) for account X.
1572##The default value is blank.
1573account.4.blf_list_barge_in_code =
1574
1575##It configures the period (in seconds) of the BLF subscription for account X.
1576##The default value is 1800.Integer from 30 to 2147483647.
1577account.4.blf.subscribe_period =
1578
1579##It configures the event of the BLF subscription for account X.0-Dialog,1-Presence.
1580##The default value is 0.
1581account.4.blf.subscribe_event =
1582
1583##It enables or disables the phone to handle NOTIFY messages out of the BLF dialog for account X.0-Disabled,1-Enabled.
1584##The default value is 0.
1585account.4.out_dialog_blf_enable =
1586
1587##It configures the BLF List Retrieve call parked code for account X.
1588##The default value is blank
1589account.4.blf_list_retrieve_call_parked_code =
1590
1591account.4.blf.match_host.enable=
1592
1593
1594#######################################################################################
1595##                            BLA/SCA                                                ##
1596#######################################################################################
1597##It enables or disables Broadsoft SCA feature for account X.0-Disabled,1-Broadsoft SCA.
1598##The default value is 0.
1599account.4.shared_line = {$shared_line_4}
1600##It configures the BLA number for account X.
1601##The default value is blank.
1602account.4.bla_number =
1603##It configures the period (in seconds) of BLA subscription for account X.
1604##The default value is 300.Integer from 60 to 7200
1605account.4.bla_subscribe_period =
1606##It configures the Call Pull Feature access code for account X.
1607##The default value is blank.
1608account.4.shared_line_callpull_code =
1609##It configures number of linekey for line.
1610##The default value is 1,you should enable auto line keys first.
1611account.4.number_of_linekey =
1612
1613##It config whether you can retrieve the remote hold call through line key
1614##The default value is 1
1615account.4.shared_line_one_touch_retrieve.enable=
1616
1617##It config whether you can barge in the active call through line key
1618##The default value is 1
1619account.4.shared_line_one_touch_bargein.enable =
1620
1621
1622#######################################################################################
1623##                            Brosoft Callpark                                       ##
1624#######################################################################################
1625##It enables or disables Broadsoft Callpark for account X.0-Disabled,1-Broadsoft SCA.
1626##The default value is 0.
1627account.4.callpark_enable =
1628
1629
1630#######################################################################################
1631##                            Audio Codec                                            ##
1632#######################################################################################
1633account.4.codec.g722.enable =
1634account.4.codec.g722.priority =
1635
1636account.4.codec.g729.enable =
1637account.4.codec.g729.priority =
1638
1639account.4.codec.g723_53.enable =
1640account.4.codec.g723_53.priority =
1641
1642account.4.codec.g723_63.enable =
1643account.4.codec.g723_63.priority =
1644
1645account.4.codec.g726_16.enable =
1646account.4.codec.g726_16.priority =
1647account.4.codec.g726_16.rtpmap =
1648
1649account.4.codec.g726_24.enable =
1650account.4.codec.g726_24.priority =
1651account.4.codec.g726_24.rtpmap =
1652
1653account.4.codec.g726_32.enable =
1654account.4.codec.g726_32.priority =
1655account.4.codec.g726_32.rtpmap =
1656
1657account.4.codec.g726_40.enable =
1658account.4.codec.g726_40.priority =
1659account.4.codec.g726_40.rtpmap =
1660
1661account.4.codec.ilbc.enable =
1662account.4.codec.ilbc.priority =
1663account.4.codec.ilbc.rtpmap =
1664
1665account.4.codec.opus.enable =
1666account.4.codec.opus.priority =
1667account.4.codec.opus.rtpmap =
1668account.4.codec.opus.samplerate =
1669
1670account.4.codec.pcmu.enable =
1671account.4.codec.pcmu.priority =
1672
1673account.4.codec.pcma.enable =
1674account.4.codec.pcma.priority =
1675
1676account.4.codec.g722_1_24kpbs.enable =
1677account.4.codec.g722_1_24kpbs.para =
1678account.4.codec.g722_1_24kpbs.priority =
1679account.4.codec.g722_1_24kpbs.rtpmap =
1680account.4.codec.g722_1_24kpbs.samplerate =
1681
1682account.4.codec.g722_1c_24kpbs.enable =
1683account.4.codec.g722_1c_24kpbs.para =
1684account.4.codec.g722_1c_24kpbs.priority =
1685account.4.codec.g722_1c_24kpbs.rtpmap =
1686account.4.codec.g722_1c_24kpbs.samplerate =
1687
1688account.4.codec.g722_1c_24kpbs.enable =
1689account.4.codec.g722_1c_24kpbs.para =
1690account.4.codec.g722_1c_24kpbs.priority =
1691account.4.codec.g722_1c_24kpbs.rtpmap =
1692account.4.codec.g722_1c_24kpbs.samplerate =
1693
1694account.4.codec.g722_1c_32kpbs.enable =
1695account.4.codec.g722_1c_32kpbs.para =
1696account.4.codec.g722_1c_32kpbs.priority =
1697account.4.codec.g722_1c_32kpbs.rtpmap =
1698account.4.codec.g722_1c_32kpbs.samplerate =
1699
1700account.4.codec.g722_1c_48kpbs.enable =
1701account.4.codec.g722_1c_48kpbs.para =
1702account.4.codec.g722_1c_48kpbs.priority =
1703account.4.codec.g722_1c_48kpbs.rtpmap =
1704account.4.codec.g722_1c_48kpbs.samplerate =
1705
1706
1707#######################################################################################
1708##                            Audio Advanced                                         ##
1709#######################################################################################
1710##It configures the RTP packet time for account X.0 (Disabled), 10, 20, 30, 40, 50 or 60.
1711##The default value is 20.
1712account.4.ptime =
1713
1714
1715#######################################################################################
1716##                            Anonymous Call                                         ##
1717#######################################################################################
1718account.4.send_anonymous_code =
1719account.4.anonymous_call =
1720account.4.anonymous_call_oncode =
1721account.4.anonymous_call_offcode =
1722account.4.reject_anonymous_call =
1723account.4.anonymous_reject_oncode =
1724account.4.anonymous_reject_offcode =
1725account.4.send_anonymous_rejection_code =
1726
1727
1728#######################################################################################
1729##                            Pickup Code                                            ##
1730#######################################################################################
1731##It enables or disables the phone to pick up a call according to the SIP header of dialog-info for account X.0-Disabled,1-Enabled.
1732##The default value is 0.
1733account.4.dialoginfo_callpickup =
1734##It configures the group pickup code for account X.
1735##The default value is blank.
1736account.4.group_pickup_code =
1737##It configures the directed pickup code for account X.
1738##The default value is blank.
1739account.4.direct_pickup_code =
1740
1741
1742#######################################################################################
1743##                            DTMF                                                   ##
1744#######################################################################################
1745account.4.dtmf.type =
1746account.4.dtmf.info_type =
1747account.4.dtmf.dtmf_payload =
1748
1749
1750#######################################################################################
1751##                            Alert info                                             ##
1752#######################################################################################
1753##It enables or disables the distinctive ringtones by the Alert-Info SIP header for account X.0-Disabled,1-Enabled.
1754##The default value is 0.
1755account.4.alert_info_url_enable =
1756##The default value is blank.Values range 256 characters in length
1757account.4.alert_info =
1758account.4.ringtone.ring_type =
1759
1760###Only for T46G Model
1761##It enables or disables the phone to download the picture information for account X when receiving an incoming call or during a call.0-Disabled,1-Enabled.
1762##The default value is 0.
1763account.4.picture_info_enable =
1764
1765
1766#######################################################################################
1767##                            Conference                                             ##
1768#######################################################################################
1769##It configures the conference type for account X.0-Local Conference,2-Network Conference.
1770##The default value is 0.
1771account.4.conf_type =
1772
1773##It configures the network conference URI for account X.
1774##The default value is blank.
1775account.4.conf_uri =
1776
1777
1778#######################################################################################
1779##                            CID Source                                             ##
1780#######################################################################################
1781account.4.cid_source = {$yealink_cid_source}
1782account.4.cid_source_privacy = 1
1783account.4.cid_source_ppi = 1
1784account.4.cp_source = 2
1785
1786
1787#######################################################################################
1788##                            Session Timer                                          ##
1789#######################################################################################
1790account.4.session_timer.enable = {$yealink_session_timer}
1791account.4.session_timer.expires =
1792account.4.session_timer.refresher =
1793
1794
1795#######################################################################################
1796##                            Music on Hold                                          ##
1797#######################################################################################
1798##It configures the way on how the phone processes Music On Hold when placing an active call on hold for account X.
1799##0-Calling the music server before holding
1800##1-Calling the music server after holding
1801##The default value is 0.
1802account.4.music_on_hold_type =
1803##It configures the URI of the Music On Hold server for account X.
1804##The default value is blank.
1805account.4.music_server_uri =
1806
1807
1808#######################################################################################
1809##                            Advanced                                               ##
1810#######################################################################################
1811account.4.auto_answer =
1812account.4.missed_calllog =
1813account.4.100rel_enable = {$yealink_retransmission}
1814account.4.enable_user_equal_phone =
1815account.4.compact_header_enable =
1816account.4.custom_ua =
1817
1818
1819#######################################################################################
1820##                                   DND(Except T19 Model)                           ##
1821#######################################################################################
1822account.4.dnd.enable =
1823account.4.dnd.on_code =
1824account.4.dnd.off_code =
1825
1826
1827#######################################################################################
1828##                                 Call Forward(Except T19 Model)                    ##
1829#######################################################################################
1830account.4.always_fwd.enable =
1831account.4.always_fwd.target =
1832account.4.always_fwd.off_code =
1833account.4.always_fwd.on_code =
1834account.4.busy_fwd.enable =
1835account.4.busy_fwd.target =
1836account.4.busy_fwd.off_code =
1837account.4.busy_fwd.on_code =
1838account.4.timeout_fwd.enable =
1839account.4.timeout_fwd.target =
1840account.4.timeout_fwd.timeout =
1841account.4.timeout_fwd.off_code =
1842account.4.timeout_fwd.on_code =
1843
1844
1845#######################################################################################
1846##                           Voice Monitoring  (Except T19P/T21P Models)             ##
1847#######################################################################################
1848account.4.vq_rtcpxr.collector_name=
1849account.4.vq_rtcpxr.collector_server_host=
1850account.4.vq_rtcpxr.collector_server_port=
1851
1852#######################################################################################
1853##         Broadsoft XSI                                                             ##
1854#######################################################################################
1855##It configures the user name for XSI authentication for account X.Example:account.4.xsi.user = 3502@as.iop1.broadworks.net.
1856##The default value is blank.
1857account.4.xsi.user =
1858
1859##It configures the password for XSI authentication for account X.Example:account.4.xsi.password = 123456.
1860##The default value is blank.
1861account.4.xsi.password =
1862
1863##It configures the access URL of the Xtended Services Platform server for account X.Example:account.4.xsi.host = xsp1.iop1.broadworks.net.
1864##The default value is blank.
1865account.4.xsi.host =
1866
1867##It configures the server type of the Xtended Services Platform server for account X.Example:account.4.xsi.server_type = http.
1868##The default value is http.
1869account.4.xsi.server_type =
1870
1871##It configures the server port of the Xtended Services Platform server for account X.Example:account.4.xsi.port = 80.
1872##The default value is 80.Integer from 1 to 65535
1873account.4.xsi.port =
1874
1875
1876#######################################################################################
1877##                           Account5 Basic Settings                                 ##
1878#######################################################################################
1879{if isset($user_password_5) }
1880account.5.enable = 1
1881{else}
1882account.5.enable = 0
1883{/if}
1884account.5.label = {$display_name_5}
1885account.5.display_name = {$display_name_5}
1886account.5.auth_name = {$auth_id_5}
1887account.5.password = {$user_password_5}
1888account.5.user_name = {$user_id_5}
1889account.5.outbound_proxy_enable = {if isset($outbound_proxy_primary_5)}1{else}0{/if}
1890
1891account.5.outbound_proxy.1.address = {$outbound_proxy_primary_5}
1892account.5.outbound_proxy.1.port = 5060
1893account.5.dial_tone =
1894account.5.outbound_proxy.2.address = {$outbound_proxy_secondary_5}
1895account.5.outbound_proxy.2.port = 5060
1896account.5.outbound_proxy_fallback_interval =
1897
1898##It configures the transport type for account 1. 0-UDP,1-TCP,2-TLS,3-DNS-NAPTR
1899##The default value is 0.
1900
1901{if $sip_transport_1 == 'udp'}account.5.sip_server.1.transport_type = 0{/if}
1902{if $sip_transport_1 == 'tcp'}account.5.sip_server.1.transport_type = 1{/if}
1903{if $sip_transport_1 == 'tls'}account.5.sip_server.1.transport_type = 2{/if}
1904{if $sip_transport_1 == 'dns srv'}account.5.sip_server.1.transport_type = 3{/if}
1905
1906##It configures the backup server transport type for account 1. 0-UDP,1-TCP,2-TLS,3-DNS-NAPTR
1907##The default value is 0.
1908
1909{if $sip_transport_2 == 'udp'}account.5.sip_server.2.transport_type = 0{/if}
1910{if $sip_transport_2 == 'tcp'}account.5.sip_server.2.transport_type = 1{/if}
1911{if $sip_transport_2 == 'tls'}account.5.sip_server.2.transport_type = 2{/if}
1912{if $sip_transport_2 == 'dns srv'}account.5.sip_server.2.transport_type = 3{/if}
1913
1914
1915#######################################################################################
1916##                          Failback                                                 ##
1917#######################################################################################
1918
1919account.5.naptr_build = 0
1920account.5.fallback.redundancy_type = 0
1921account.5.fallback.timeout = {$yealink_outbound_proxy_fallback_interval}
1922account.5.sip_server.1.address = {$server_address_5}
1923{if $sip_transport_1 == 'dns srv'}
1924account.5.sip_server.1.port = 0
1925{else}
1926account.5.sip_server.1.port = {$sip_port_1}
1927{/if}
1928account.5.sip_server.1.expires = {$register_expires_1}
1929account.5.sip_server.1.retry_counts = 3
1930account.5.sip_server.1.failback_mode = 0
1931account.5.sip_server.1.failback_timeout = 3600
1932account.5.sip_server.1.register_on_enable = 0
1933
1934account.5.sip_server.2.address =
1935{if $sip_transport_2 == 'dns srv'}
1936account.5.sip_server.2.port = 0
1937{else}
1938account.5.sip_server.2.port = {$sip_port_2}
1939{/if}
1940account.5.sip_server.2.expires = {$register_expires_2}
1941account.5.sip_server.2.retry_counts = 3
1942account.5.sip_server.2.failback_mode = 0
1943account.5.sip_server.2.failback_timeout = 3600
1944account.5.sip_server.2.register_on_enable = 0
1945
1946account.5.dns_cache_type =
1947account.5.static_cache_pri =
1948account.5.register_expires_overlap =
1949account.5.subscribe_expires_overlap =
1950
1951
1952#######################################################################################
1953##                           Register Advanced                                       ##
1954#######################################################################################
1955##It configures the SIP server type for account X.0-Default,2-BroadSoft,4-Cosmocom,6-UCAP
1956##The default value is 0.
1957account.5.sip_server_type =
1958account.5.unregister_on_reboot =
1959account.5.proxy_require =
1960account.5.srv_ttl_timer_enable =
1961account.5.register_mac =
1962account.5.register_line =
1963account.5.reg_fail_retry_interval =
1964
1965
1966######################################################################################
1967##                     NAT Settings                                                 ##
1968######################################################################################
1969##It enables or disables the NAT traversal for account X.0-Disabled,1-Enabled
1970##The default value is 0.
1971account.5.nat.nat_traversal =
1972
1973##It configures the type of keep-alive packets sent by the phone to the NAT static to keep the communication port open so that NAT can continue to function for account X.
1974##0-Dsiabled,1-Default: the phone sends UDP packets to the server,2-Option: the phone sends SIP OPTION packets to the server,3-Notify: the phone sends SIP NOTIFY packets to the server.
1975##The default value is 1.
1976account.5.nat.udp_update_enable =
1977
1978##It configures the keep-alive interval (in seconds) for account X.
1979##The default value is 30.Integer from 15 to 2147483647
1980account.5.nat.udp_update_time =
1981
1982##It enables or disables NAT Rport feature for account X.0-Disabled,1-Enabled
1983##The default value is 0.
1984account.5.nat.rport = {$yealink_rport}
1985
1986
1987#######################################################################################
1988##                            Account5 Advance Settings                              ##
1989#######################################################################################
1990
1991##It configures the voice mail number for account X.
1992##The default value is blank.
1993voice_mail.number.5 = {$voicemail_number}
1994##Except T19P/T21P Models
1995account.5.auto_dial_enable =
1996account.5.auto_dial_num =
1997
1998account.5.call_id_mode =
1999account.5.call_info =
2000
2001
2002#######################################################################################
2003##                            Subscribe                                              ##
2004#######################################################################################
2005##It enables or disables the phone to subscribe the message waiting indicator for account X.0-Disabled,1-Enabled.
2006##The default value is 0.
2007account.5.subscribe_mwi =
2008##It is configuration MWI is NOTIFY messages, whether in Terminated status attributes.
2009##The default value is 0(Don't handle terminated values)
2010account.5.mwi_parse_terminated =
2011
2012##It configures the interval (in seconds) of MWI subscription for account X.
2013##The default value is 3600.
2014account.5.subscribe_mwi_expires =
2015
2016##It enables or disables the phone to subscribe to the voice mail number for the message waiting indicator for account X.0-Disabled,1-Enabled.
2017##The default value is 0.
2018account.5.subscribe_mwi_to_vm =
2019
2020##It configures the period (in seconds) of ACD subscription for account X.
2021##The default value is 1800.Except T19P/T21P Models
2022account.5.subscribe_acd_expires=
2023account.5.display_mwi.enable =
2024##It is configuration MWI is NOTIFY messages, whether in Terminated status attributes.
2025##The default value is 0(Don't handle terminated values)
2026account.5.mwi_parse_terminated =
2027
2028
2029#######################################################################################
2030##                            BLF List(Except T19D Model)                            ##
2031#######################################################################################
2032##It configures the BLF List URI to monitor a list of users for account X.
2033##The default value is blank.
2034account.5.blf.blf_list_uri =
2035##It configures the feature access code for directed call pickup (default: *97) for account X.
2036##The default value is blank.
2037account.5.blf_list_code =
2038##It configures the feature access code for directed call pickup with barge-in (default: *33) for account X.
2039##The default value is blank.
2040account.5.blf_list_barge_in_code =
2041
2042##It configures the period (in seconds) of the BLF subscription for account X.
2043##The default value is 1800.Integer from 30 to 2147483647.
2044account.5.blf.subscribe_period =
2045##It configures the event of the BLF subscription for account X.0-Dialog,1-Presence.
2046##The default value is 0.
2047account.5.blf.subscribe_event =
2048##It enables or disables the phone to handle NOTIFY messages out of the BLF dialog for account X.0-Disabled,1-Enabled.
2049##The default value is 0.
2050account.5.out_dialog_blf_enable =
2051
2052##It configures the BLF List Retrieve call parked code for account X.
2053##The default value is blank
2054account.5.blf_list_retrieve_call_parked_code =
2055
2056account.5.blf.match_host.enable=
2057
2058
2059#######################################################################################
2060##                            BLA/SCA                                                ##
2061#######################################################################################
2062##It enables or disables Broadsoft SCA feature for account X.0-Disabled,1-Broadsoft SCA.
2063##The default value is 0.
2064account.5.shared_line = {$shared_line_5}
2065##It configures the BLA number for account X.
2066##The default value is blank.
2067account.5.bla_number =
2068##It configures the period (in seconds) of BLA subscription for account X.
2069##The default value is 300.Integer from 60 to 7200
2070account.5.bla_subscribe_period =
2071##It configures the Call Pull Feature access code for account X.
2072##The default value is blank.
2073account.5.shared_line_callpull_code =
2074##It configures number of linekey for line.
2075##The default value is 1,you should enable auto line keys first.
2076account.5.number_of_linekey =
2077
2078##It config whether you can retrieve the remote hold call through line key
2079##The default value is 1
2080account.5.shared_line_one_touch_retrieve.enable=
2081
2082##It config whether you can barge in the active call through line key
2083##The default value is 1
2084account.5.shared_line_one_touch_bargein.enable =
2085
2086
2087#######################################################################################
2088##                            Brosoft Callpark                                       ##
2089#######################################################################################
2090##It enables or disables Broadsoft Callpark for account X.0-Disabled,1-Broadsoft SCA.
2091##The default value is 0.
2092account.5.callpark_enable =
2093
2094
2095#######################################################################################
2096##                            Audio Codec                                            ##
2097#######################################################################################
2098account.5.codec.g722.enable =
2099account.5.codec.g722.priority =
2100
2101account.5.codec.g729.enable =
2102account.5.codec.g729.priority =
2103
2104account.5.codec.g723_53.enable =
2105account.5.codec.g723_53.priority =
2106
2107account.5.codec.g723_63.enable =
2108account.5.codec.g723_63.priority =
2109
2110account.5.codec.g726_16.enable =
2111account.5.codec.g726_16.priority =
2112account.5.codec.g726_16.rtpmap =
2113
2114account.5.codec.g726_24.enable =
2115account.5.codec.g726_24.priority =
2116account.5.codec.g726_24.rtpmap =
2117
2118account.5.codec.g726_32.enable =
2119account.5.codec.g726_32.priority =
2120account.5.codec.g726_32.rtpmap =
2121
2122account.5.codec.g726_40.enable =
2123account.5.codec.g726_40.priority =
2124account.5.codec.g726_40.rtpmap =
2125
2126account.5.codec.ilbc.enable =
2127account.5.codec.ilbc.priority =
2128account.5.codec.ilbc.rtpmap =
2129
2130account.5.codec.opus.enable =
2131account.5.codec.opus.priority =
2132account.5.codec.opus.rtpmap =
2133account.5.codec.opus.samplerate =
2134
2135account.5.codec.pcmu.enable =
2136account.5.codec.pcmu.priority =
2137
2138account.5.codec.pcma.enable =
2139account.5.codec.pcma.priority =
2140
2141account.5.codec.g722_1_24kpbs.enable =
2142account.5.codec.g722_1_24kpbs.para =
2143account.5.codec.g722_1_24kpbs.priority =
2144account.5.codec.g722_1_24kpbs.rtpmap =
2145account.5.codec.g722_1_24kpbs.samplerate =
2146
2147account.5.codec.g722_1c_24kpbs.enable =
2148account.5.codec.g722_1c_24kpbs.para =
2149account.5.codec.g722_1c_24kpbs.priority =
2150account.5.codec.g722_1c_24kpbs.rtpmap =
2151account.5.codec.g722_1c_24kpbs.samplerate =
2152
2153account.5.codec.g722_1c_24kpbs.enable =
2154account.5.codec.g722_1c_24kpbs.para =
2155account.5.codec.g722_1c_24kpbs.priority =
2156account.5.codec.g722_1c_24kpbs.rtpmap =
2157account.5.codec.g722_1c_24kpbs.samplerate =
2158
2159account.5.codec.g722_1c_32kpbs.enable =
2160account.5.codec.g722_1c_32kpbs.para =
2161account.5.codec.g722_1c_32kpbs.priority =
2162account.5.codec.g722_1c_32kpbs.rtpmap =
2163account.5.codec.g722_1c_32kpbs.samplerate =
2164
2165account.5.codec.g722_1c_48kpbs.enable =
2166account.5.codec.g722_1c_48kpbs.para =
2167account.5.codec.g722_1c_48kpbs.priority =
2168account.5.codec.g722_1c_48kpbs.rtpmap =
2169account.5.codec.g722_1c_48kpbs.samplerate =
2170
2171
2172#######################################################################################
2173##                            Audio Advanced                                         ##
2174#######################################################################################
2175
2176##It configures the RTP packet time for account X.0 (Disabled), 10, 20, 30, 40, 50 or 60.
2177##The default value is 20.
2178account.5.ptime =
2179
2180
2181#######################################################################################
2182##                            Anonymous Call                                         ##
2183#######################################################################################
2184account.5.send_anonymous_code =
2185account.5.anonymous_call =
2186account.5.anonymous_call_oncode =
2187account.5.anonymous_call_offcode =
2188account.5.reject_anonymous_call =
2189account.5.anonymous_reject_oncode =
2190account.5.anonymous_reject_offcode =
2191account.5.send_anonymous_rejection_code =
2192
2193
2194#######################################################################################
2195##                            Pickup Code                                            ##
2196#######################################################################################
2197##It enables or disables the phone to pick up a call according to the SIP header of dialog-info for account X.0-Disabled,1-Enabled.
2198##The default value is 0.
2199account.5.dialoginfo_callpickup =
2200
2201##It configures the group pickup code for account X.
2202##The default value is blank.
2203account.5.group_pickup_code =
2204##It configures the directed pickup code for account X.
2205##The default value is blank.
2206account.5.direct_pickup_code =
2207
2208
2209#######################################################################################
2210##                            DTMF                                                   ##
2211#######################################################################################
2212account.5.dtmf.type =
2213account.5.dtmf.info_type =
2214account.5.dtmf.dtmf_payload =
2215
2216
2217#######################################################################################
2218##                            Alert info                                             ##
2219#######################################################################################
2220##It enables or disables the distinctive ringtones by the Alert-Info SIP header for account X.0-Disabled,1-Enabled.
2221##The default value is 0.
2222account.5.alert_info_url_enable =
2223##The default value is blank.Values range 256 characters in length
2224account.5.alert_info =
2225account.5.ringtone.ring_type =
2226
2227###Only for T46G Model
2228##It enables or disables the phone to download the picture information for account X when receiving an incoming call or during a call.0-Disabled,1-Enabled.
2229##The default value is 0.
2230account.5.picture_info_enable =
2231
2232
2233#######################################################################################
2234##                            Conference                                             ##
2235#######################################################################################
2236##It configures the conference type for account X.0-Local Conference,2-Network Conference.
2237##The default value is 0.
2238account.5.conf_type =
2239
2240##It configures the network conference URI for account X.
2241##The default value is blank.
2242account.5.conf_uri =
2243
2244
2245#######################################################################################
2246##                            CID Source                                             ##
2247#######################################################################################
2248account.5.cid_source = {$yealink_cid_source}
2249account.5.cid_source_privacy = 1
2250account.5.cid_source_ppi = 1
2251account.5.cp_source = 2
2252
2253
2254#######################################################################################
2255##                            Session Timer                                          ##
2256#######################################################################################
2257account.5.session_timer.enable = {$yealink_session_timer}
2258account.5.session_timer.expires =
2259account.5.session_timer.refresher =
2260
2261
2262#######################################################################################
2263##                            Music on Hold                                          ##
2264#######################################################################################
2265##It configures the way on how the phone processes Music On Hold when placing an active call on hold for account X.
2266##0-Calling the music server before holding
2267##1-Calling the music server after holding
2268##The default value is 0.
2269account.5.music_on_hold_type =
2270##It configures the URI of the Music On Hold server for account X.
2271##The default value is blank.
2272account.5.music_server_uri =
2273
2274
2275#######################################################################################
2276##                            Advanced                                               ##
2277#######################################################################################
2278account.5.auto_answer =
2279account.5.missed_calllog =
2280account.5.100rel_enable = {$yealink_retransmission}
2281account.5.enable_user_equal_phone =
2282account.5.compact_header_enable =
2283account.5.custom_ua =
2284
2285
2286#######################################################################################
2287##                                   DND(Except T19 Model)                           ##
2288#######################################################################################
2289account.5.dnd.enable =
2290account.5.dnd.on_code =
2291account.5.dnd.off_code =
2292
2293
2294#######################################################################################
2295##                                 Call Forward(Except T19 Model)                    ##
2296#######################################################################################
2297account.5.always_fwd.enable =
2298account.5.always_fwd.target =
2299account.5.always_fwd.off_code =
2300account.5.always_fwd.on_code =
2301account.5.busy_fwd.enable =
2302account.5.busy_fwd.target =
2303account.5.busy_fwd.off_code =
2304account.5.busy_fwd.on_code =
2305account.5.timeout_fwd.enable =
2306account.5.timeout_fwd.target =
2307account.5.timeout_fwd.timeout =
2308account.5.timeout_fwd.off_code =
2309account.5.timeout_fwd.on_code =
2310
2311
2312#######################################################################################
2313##                      Voice Monitoring  (Except T19P/T21P Models)                  ##
2314#######################################################################################
2315account.5.vq_rtcpxr.collector_name=
2316account.5.vq_rtcpxr.collector_server_host=
2317account.5.vq_rtcpxr.collector_server_port=
2318
2319
2320#######################################################################################
2321##                         Broadsoft XSI                                             ##
2322#######################################################################################
2323##It configures the user name for XSI authentication for account X.Example:account.5.xsi.user = 3502@as.iop1.broadworks.net.
2324##The default value is blank.
2325account.5.xsi.user =
2326
2327##It configures the password for XSI authentication for account X.Example:account.5.xsi.password = 123456.
2328##The default value is blank.
2329account.5.xsi.password =
2330
2331##It configures the access URL of the Xtended Services Platform server for account X.Example:account.5.xsi.host = xsp1.iop1.broadworks.net.
2332##The default value is blank.
2333account.5.xsi.host =
2334
2335##It configures the server type of the Xtended Services Platform server for account X.Example:account.5.xsi.server_type = http.
2336##The default value is http.
2337account.5.xsi.server_type =
2338
2339##It configures the server port of the Xtended Services Platform server for account X.Example:account.5.xsi.port = 80.
2340##The default value is 80.Integer from 1 to 65535
2341account.5.xsi.port =
2342
2343
2344#######################################################################################
2345##                           Account6 Basic Settings                                 ##
2346#######################################################################################
2347{if isset($user_password_6) }
2348account.6.enable = 1
2349{else}
2350account.6.enable = 0
2351{/if}
2352account.6.label = {$display_name_6}
2353account.6.display_name = {$display_name_6}
2354account.6.auth_name = {$auth_id_6}
2355account.6.password = {$user_password_6}
2356account.6.user_name = {$user_id_6}
2357account.6.outbound_proxy_enable = {if isset($outbound_proxy_primary_6)}1{else}0{/if}
2358
2359account.6.outbound_proxy.1.address = {$outbound_proxy_primary_6}
2360account.6.outbound_proxy.1.port = 5060
2361account.6.dial_tone =
2362account.6.outbound_proxy.2.address = {$outbound_proxy_secondary_6}
2363account.6.outbound_proxy.2.port = 5060
2364account.6.outbound_proxy_fallback_interval =
2365
2366##It configures the transport type for account 1. 0-UDP,1-TCP,2-TLS,3-DNS-NAPTR
2367##The default value is 0.
2368
2369{if $sip_transport_1 == 'udp'}account.6.sip_server.1.transport_type = 0{/if}
2370{if $sip_transport_1 == 'tcp'}account.6.sip_server.1.transport_type = 1{/if}
2371{if $sip_transport_1 == 'tls'}account.6.sip_server.1.transport_type = 2{/if}
2372{if $sip_transport_1 == 'dns srv'}account.6.sip_server.1.transport_type = 3{/if}
2373
2374##It configures the backup server transport type for account 1. 0-UDP,1-TCP,2-TLS,3-DNS-NAPTR
2375##The default value is 0.
2376
2377
2378{if $sip_transport_2 == 'udp'}account.6.sip_server.2.transport_type = 0{/if}
2379{if $sip_transport_2 == 'tcp'}account.6.sip_server.2.transport_type = 1{/if}
2380{if $sip_transport_2 == 'tls'}account.6.sip_server.2.transport_type = 2{/if}
2381{if $sip_transport_2 == 'dns srv'}account.6.sip_server.2.transport_type = 3{/if}
2382
2383
2384#######################################################################################
2385##                          Failback                                                 ##
2386#######################################################################################
2387
2388account.6.naptr_build = 0
2389account.6.fallback.redundancy_type = 0
2390account.6.fallback.timeout = {$yealink_outbound_proxy_fallback_interval}
2391account.6.sip_server.1.address = {$server_address_6}
2392{if $sip_transport_1 == 'dns srv'}
2393account.6.sip_server.1.port = 0
2394{else}
2395account.6.sip_server.1.port = {$sip_port_1}
2396{/if}
2397account.6.sip_server.1.expires = {$register_expires_1}
2398account.6.sip_server.1.retry_counts = 3
2399account.6.sip_server.1.failback_mode = 0
2400account.6.sip_server.1.failback_timeout = 3600
2401account.6.sip_server.1.register_on_enable = 0
2402
2403account.6.sip_server.2.address =
2404{if $sip_transport_2 == 'dns srv'}
2405account.6.sip_server.2.port = 0
2406{else}
2407account.6.sip_server.2.port = {$sip_port_2}
2408{/if}
2409account.6.sip_server.2.expires = {$register_expires_2}
2410account.6.sip_server.2.retry_counts = 3
2411account.6.sip_server.2.failback_mode = 0
2412account.6.sip_server.2.failback_timeout = 3600
2413account.6.sip_server.2.register_on_enable = 0
2414
2415account.6.dns_cache_type =
2416account.6.static_cache_pri =
2417account.6.register_expires_overlap =
2418account.6.subscribe_expires_overlap =
2419
2420
2421#######################################################################################
2422##                           Register Advanced                                       ##
2423#######################################################################################
2424##It configures the SIP server type for account X.0-Default,2-BroadSoft,4-Cosmocom,6-UCAP
2425##The default value is 0.
2426account.6.sip_server_type =
2427account.6.unregister_on_reboot =
2428account.6.proxy_require =
2429account.6.srv_ttl_timer_enable =
2430account.6.register_mac =
2431account.6.register_line =
2432account.6.reg_fail_retry_interval =
2433
2434
2435######################################################################################
2436##                     NAT Settings                                                 ##
2437######################################################################################
2438##It enables or disables the NAT traversal for account X.0-Disabled,1-Enabled
2439##The default value is 0.
2440account.6.nat.nat_traversal =
2441
2442
2443##It configures the type of keep-alive packets sent by the phone to the NAT static to keep the communication port open so that NAT can continue to function for account X.
2444##0-Dsiabled,1-Default: the phone sends UDP packets to the server,2-Option: the phone sends SIP OPTION packets to the server,3-Notify: the phone sends SIP NOTIFY packets to the server.
2445##The default value is 1.
2446account.6.nat.udp_update_enable =
2447
2448##It configures the keep-alive interval (in seconds) for account X.
2449##The default value is 30.Integer from 15 to 2147483647
2450account.6.nat.udp_update_time =
2451
2452##It enables or disables NAT Rport feature for account X.0-Disabled,1-Enabled
2453##The default value is 0.
2454account.6.nat.rport = {$yealink_rport}
2455
2456
2457#######################################################################################
2458##                            Account6 Advance Settings                              ##
2459#######################################################################################
2460
2461##It configures the voice mail number for account X.
2462##The default value is blank.
2463voice_mail.number.6 = {$voicemail_number}
2464##Except T19P/T21P Models
2465account.6.auto_dial_enable =
2466account.6.auto_dial_num =
2467
2468account.6.call_id_mode =
2469account.6.call_info =
2470
2471
2472#######################################################################################
2473##                            Subscribe                                              ##
2474#######################################################################################
2475##It enables or disables the phone to subscribe the message waiting indicator for account X.0-Disabled,1-Enabled.
2476##The default value is 0.
2477account.6.subscribe_mwi =
2478##It is configuration MWI is NOTIFY messages, whether in Terminated status attributes.
2479##The default value is 0(Don't handle terminated values)
2480account.6.mwi_parse_terminated =
2481
2482##It configures the interval (in seconds) of MWI subscription for account X.
2483##The default value is 3600.
2484account.6.subscribe_mwi_expires =
2485
2486
2487##It enables or disables the phone to subscribe to the voice mail number for the message waiting indicator for account X.0-Disabled,1-Enabled.
2488##The default value is 0.
2489account.6.subscribe_mwi_to_vm =
2490
2491##It configures the period (in seconds) of ACD subscription for account X.
2492##The default value is 1800.Except T19P/T21P Models
2493account.6.subscribe_acd_expires=
2494account.6.display_mwi.enable =
2495##It is configuration MWI is NOTIFY messages, whether in Terminated status attributes.
2496##The default value is 0(Don't handle terminated values)
2497account.6.mwi_parse_terminated =
2498
2499
2500#######################################################################################
2501##                            BLF List(Except T19D Model)                            ##
2502#######################################################################################
2503##It configures the BLF List URI to monitor a list of users for account X.
2504##The default value is blank.
2505account.6.blf.blf_list_uri =
2506##It configures the feature access code for directed call pickup (default: *97) for account X.
2507##The default value is blank.
2508account.6.blf_list_code =
2509##It configures the feature access code for directed call pickup with barge-in (default: *33) for account X.
2510##The default value is blank.
2511account.6.blf_list_barge_in_code =
2512
2513##It configures the period (in seconds) of the BLF subscription for account X.
2514##The default value is 1800.Integer from 30 to 2147483647.
2515account.6.blf.subscribe_period =
2516
2517##It configures the event of the BLF subscription for account X.0-Dialog,1-Presence.
2518##The default value is 0.
2519account.6.blf.subscribe_event =
2520
2521##It enables or disables the phone to handle NOTIFY messages out of the BLF dialog for account X.0-Disabled,1-Enabled.
2522##The default value is 0.
2523account.6.out_dialog_blf_enable =
2524
2525##It configures the BLF List Retrieve call parked code for account X.
2526##The default value is blank
2527account.6.blf_list_retrieve_call_parked_code =
2528account.6.blf.match_host.enable=
2529
2530
2531#######################################################################################
2532##                            BLA/SCA                                                ##
2533#######################################################################################
2534##It enables or disables Broadsoft SCA feature for account X.0-Disabled,1-Broadsoft SCA.
2535##The default value is 0.
2536account.6.shared_line = 6
2537##It configures the BLA number for account X.
2538##The default value is blank.
2539account.6.bla_number =
2540
2541##It configures the period (in seconds) of BLA subscription for account X.
2542##The default value is 300.Integer from 60 to 7200
2543account.6.bla_subscribe_period =
2544##It configures the Call Pull Feature access code for account X.
2545##The default value is blank.
2546account.6.shared_line_callpull_code =
2547##It configures number of linekey for line.
2548##The default value is 1,you should enable auto line keys first.
2549account.6.number_of_linekey =
2550
2551##It config whether you can retrieve the remote hold call through line key
2552##The default value is 1
2553account.6.shared_line_one_touch_retrieve.enable=
2554
2555##It config whether you can barge in the active call through line key
2556##The default value is 1
2557account.6.shared_line_one_touch_bargein.enable =
2558
2559
2560#######################################################################################
2561##                            Brosoft Callpark                                       ##
2562#######################################################################################
2563##It enables or disables Broadsoft Callpark for account X.0-Disabled,1-Broadsoft SCA.
2564##The default value is 0.
2565account.6.callpark_enable =
2566
2567
2568#######################################################################################
2569##                            Audio Codec                                            ##
2570#######################################################################################
2571account.6.codec.g722.enable =
2572account.6.codec.g722.priority =
2573
2574account.6.codec.g729.enable =
2575account.6.codec.g729.priority =
2576
2577account.6.codec.g723_53.enable =
2578account.6.codec.g723_53.priority =
2579
2580account.6.codec.g723_63.enable =
2581account.6.codec.g723_63.priority =
2582
2583account.6.codec.g726_16.enable =
2584account.6.codec.g726_16.priority =
2585account.6.codec.g726_16.rtpmap =
2586
2587account.6.codec.g726_24.enable =
2588account.6.codec.g726_24.priority =
2589account.6.codec.g726_24.rtpmap =
2590
2591account.6.codec.g726_32.enable =
2592account.6.codec.g726_32.priority =
2593account.6.codec.g726_32.rtpmap =
2594
2595account.6.codec.g726_40.enable =
2596account.6.codec.g726_40.priority =
2597account.6.codec.g726_40.rtpmap =
2598
2599account.6.codec.ilbc.enable =
2600account.6.codec.ilbc.priority =
2601account.6.codec.ilbc.rtpmap =
2602
2603account.6.codec.opus.enable =
2604account.6.codec.opus.priority =
2605account.6.codec.opus.rtpmap =
2606account.6.codec.opus.samplerate =
2607
2608account.6.codec.pcmu.enable =
2609account.6.codec.pcmu.priority =
2610
2611account.6.codec.pcma.enable =
2612account.6.codec.pcma.priority =
2613
2614account.6.codec.g722_1_24kpbs.enable =
2615account.6.codec.g722_1_24kpbs.para =
2616account.6.codec.g722_1_24kpbs.priority =
2617account.6.codec.g722_1_24kpbs.rtpmap =
2618account.6.codec.g722_1_24kpbs.samplerate =
2619
2620account.6.codec.g722_1c_24kpbs.enable =
2621account.6.codec.g722_1c_24kpbs.para =
2622account.6.codec.g722_1c_24kpbs.priority =
2623account.6.codec.g722_1c_24kpbs.rtpmap =
2624account.6.codec.g722_1c_24kpbs.samplerate =
2625
2626account.6.codec.g722_1c_24kpbs.enable =
2627account.6.codec.g722_1c_24kpbs.para =
2628account.6.codec.g722_1c_24kpbs.priority =
2629account.6.codec.g722_1c_24kpbs.rtpmap =
2630account.6.codec.g722_1c_24kpbs.samplerate =
2631
2632account.6.codec.g722_1c_32kpbs.enable =
2633account.6.codec.g722_1c_32kpbs.para =
2634account.6.codec.g722_1c_32kpbs.priority =
2635account.6.codec.g722_1c_32kpbs.rtpmap =
2636account.6.codec.g722_1c_32kpbs.samplerate =
2637
2638account.6.codec.g722_1c_48kpbs.enable =
2639account.6.codec.g722_1c_48kpbs.para =
2640account.6.codec.g722_1c_48kpbs.priority =
2641account.6.codec.g722_1c_48kpbs.rtpmap =
2642account.6.codec.g722_1c_48kpbs.samplerate =
2643
2644
2645#######################################################################################
2646##                            Audio Advanced                                         ##
2647#######################################################################################
2648##It configures the RTP packet time for account X.0 (Disabled), 10, 20, 30, 40, 50 or 60.
2649##The default value is 20.
2650account.6.ptime =
2651
2652#######################################################################################
2653##                            Anonymous Call                                         ##
2654#######################################################################################
2655account.6.send_anonymous_code =
2656account.6.anonymous_call =
2657account.6.anonymous_call_oncode =
2658account.6.anonymous_call_offcode =
2659account.6.reject_anonymous_call =
2660account.6.anonymous_reject_oncode =
2661account.6.anonymous_reject_offcode =
2662account.6.send_anonymous_rejection_code =
2663
2664
2665#######################################################################################
2666##                            Pickup Code                                            ##
2667#######################################################################################
2668##It enables or disables the phone to pick up a call according to the SIP header of dialog-info for account X.0-Disabled,1-Enabled.
2669##The default value is 0.
2670account.6.dialoginfo_callpickup =
2671##It configures the group pickup code for account X.
2672##The default value is blank.
2673account.6.group_pickup_code =
2674##It configures the directed pickup code for account X.
2675##The default value is blank.
2676account.6.direct_pickup_code =
2677
2678
2679#######################################################################################
2680##                            DTMF                                                   ##
2681#######################################################################################
2682account.6.dtmf.type =
2683account.6.dtmf.info_type =
2684account.6.dtmf.dtmf_payload =
2685
2686
2687#######################################################################################
2688##                            Alert info                                             ##
2689#######################################################################################
2690##It enables or disables the distinctive ringtones by the Alert-Info SIP header for account X.0-Disabled,1-Enabled.
2691##The default value is 0.
2692account.6.alert_info_url_enable =
2693##The default value is blank.Values range 256 characters in length
2694account.6.alert_info =
2695account.6.ringtone.ring_type =
2696
2697###Only for T46G Model
2698##It enables or disables the phone to download the picture information for account X when receiving an incoming call or during a call.0-Disabled,1-Enabled.
2699##The default value is 0.
2700account.6.picture_info_enable =
2701
2702
2703#######################################################################################
2704##                            Conference                                             ##
2705#######################################################################################
2706##It configures the conference type for account X.0-Local Conference,2-Network Conference.
2707##The default value is 0.
2708account.6.conf_type =
2709##It configures the network conference URI for account X.
2710##The default value is blank.
2711account.6.conf_uri =
2712
2713
2714#######################################################################################
2715##                            CID Source                                             ##
2716#######################################################################################
2717account.6.cid_source = {$yealink_cid_source}
2718account.6.cid_source_privacy = 1
2719account.6.cid_source_ppi = 1
2720account.6.cp_source = 2
2721
2722
2723#######################################################################################
2724##                            Session Timer                                          ##
2725#######################################################################################
2726account.6.session_timer.enable = {$yealink_session_timer}
2727account.6.session_timer.expires =
2728account.6.session_timer.refresher =
2729
2730
2731#######################################################################################
2732##                            Music on Hold                                          ##
2733#######################################################################################
2734##It configures the way on how the phone processes Music On Hold when placing an active call on hold for account X.
2735##0-Calling the music server before holding
2736##1-Calling the music server after holding
2737##The default value is 0.
2738account.6.music_on_hold_type =
2739##It configures the URI of the Music On Hold server for account X.
2740##The default value is blank.
2741account.6.music_server_uri =
2742
2743
2744#######################################################################################
2745##                            Advanced                                               ##
2746#######################################################################################
2747account.6.auto_answer =
2748account.6.missed_calllog =
2749account.6.100rel_enable = {$yealink_retransmission}
2750account.6.enable_user_equal_phone =
2751account.6.compact_header_enable =
2752account.6.custom_ua =
2753
2754
2755#######################################################################################
2756##                                   DND(Except T19 Model)                           ##
2757#######################################################################################
2758account.6.dnd.enable =
2759account.6.dnd.on_code =
2760account.6.dnd.off_code =
2761
2762
2763#######################################################################################
2764##                                 Call Forward(Except T19 Model)                    ##
2765#######################################################################################
2766account.6.always_fwd.enable =
2767account.6.always_fwd.target =
2768account.6.always_fwd.off_code =
2769account.6.always_fwd.on_code =
2770account.6.busy_fwd.enable =
2771account.6.busy_fwd.target =
2772account.6.busy_fwd.off_code =
2773account.6.busy_fwd.on_code =
2774account.6.timeout_fwd.enable =
2775account.6.timeout_fwd.target =
2776account.6.timeout_fwd.timeout =
2777account.6.timeout_fwd.off_code =
2778account.6.timeout_fwd.on_code =
2779
2780
2781#######################################################################################
2782##                                   Voice Monitoring  (Except T19P/T21P Models)                  ##
2783#######################################################################################
2784account.6.vq_rtcpxr.collector_name=
2785account.6.vq_rtcpxr.collector_server_host=
2786account.6.vq_rtcpxr.collector_server_port=
2787
2788
2789#######################################################################################
2790##         Broadsoft XSI                    ##
2791#######################################################################################
2792##It configures the user name for XSI authentication for account X.Example:account.6.xsi.user = 3502@as.iop1.broadworks.net.
2793##The default value is blank.
2794account.6.xsi.user =
2795
2796##It configures the password for XSI authentication for account X.Example:account.6.xsi.password = 123456.
2797##The default value is blank.
2798account.6.xsi.password =
2799
2800##It configures the access URL of the Xtended Services Platform server for account X.Example:account.6.xsi.host = xsp1.iop1.broadworks.net.
2801##The default value is blank.
2802account.6.xsi.host =
2803
2804##It configures the server type of the Xtended Services Platform server for account X.Example:account.6.xsi.server_type = http.
2805##The default value is http.
2806account.6.xsi.server_type =
2807
2808##It configures the server port of the Xtended Services Platform server for account X.Example:account.6.xsi.port = 80.
2809##The default value is 80.Integer from 1 to 65535
2810account.6.xsi.port =
2811
2812
2813#######################################################################################
2814##                                 Broadsoft Setting                                ##
2815#######################################################################################
2816bw.enable =
2817
2818###It enables or disables feature key synchronization.
2819###0-Disabled,1-Enabled.
2820###The default value is 0.
2821bw.feature_key_sync = {$yealink_feature_key_sync}
2822
2823
2824#######################################################################################
2825##                                   Broadsoft Phonebook(Except T20P model)          ##
2826#######################################################################################
2827###It enables or disables the phone to display the group directory.
2828###0-Disabled,1-Enabled.
2829###The default value is 1.
2830bw_phonebook.group_enable =
2831
2832###It enables or disables the phone to display the personal directory.
2833###0-Disabled,1-Enabled.
2834###The default value is 1.
2835bw_phonebook.personal_enable =
2836
2837###It enables or disables the phone to display the group common directory.
2838###0-Disabled,1-Enabled.
2839###The default value is 1.
2840bw_phonebook.group_common_enable =
2841
2842###It enables or disables the phone to display the enterprise directory.
2843###0-Disabled,1-Enabled.
2844###The default value is 1.
2845bw_phonebook.enterprise_enable =
2846
2847###It enables or disables the phone to display the enterprise common directory.
2848###0-Disabled,1-Enabled.
2849###The default value is 1.
2850bw_phonebook.enterprise_common_enable =
2851
2852###It configures the display name on the LCD screen for the enterprise common directory.
2853###The default value is EnterpriseCommon.
2854bw_phonebook.enterprise_common_displayname =
2855
2856###It enables or disables BroadSoft call log feature.
2857###0-Disabled,1-Enabled.
2858###The default value is 0.
2859bw_phonebook.call_log_enable =
2860
2861###It enables or disables custom directory feature.
2862###0-Disabled,1-Enabled.
2863###The default value is 0.
2864bw_phonebook.custom =
2865
2866###It configures the display name on the LCD screen for the group directory.
2867###The default value is Group.
2868bw_phonebook.group_displayname =
2869
2870###It configures the display name on the LCD screen for the enterprise directory.
2871###The default value is Enterprise.
2872bw_phonebook.enterprise_displayname =
2873
2874###It configures the display name on the LCD screen for the personal directory.
2875###The default value is Personal.
2876bw_phonebook.personal_displayname =
2877
2878bw_phonebook.group_common_displayname =
2879
2880##It configures the interval (in minutes) for the phone to update the data of the BroadSoft directory from the BroadSoft server.
2881##The default value is 60.Integer from 2 to 43200
2882directory.update_time_interval =
2883
2884
2885#######################################################################################
2886##                                   Features Pickup(Except T20P model)              ##
2887#######################################################################################
2888##It enables or disables the phone to display the GPickup soft key when the phone is in the pre-dialing screen.
2889##0-Disabled,1-Enabled.
2890##The default value is 0.
2891features.pickup.group_pickup_enable =
2892
2893##It configures the group call pickup code.
2894##The default value is blank.
2895features.pickup.group_pickup_code =
2896
2897##It enables or disables the phone to display the DPickup soft key when the phone is in the pre-dialing screen.
2898##0-Disabled,1-Enabled.
2899##The default value is 0.
2900features.pickup.direct_pickup_enable =
2901
2902##It configures the directed call pickup code.
2903##The default value is blank.
2904features.pickup.direct_pickup_code =
2905
2906##It enables or disables the phone to display a visual alert when the monitored user receives an incoming call.
2907##0-Disabled,1-Enabled.
2908##The default value is 0.
2909features.pickup.blf_visual_enable =
2910
2911##It enables or disables the phone to play an audio alert when the monitored user receives an incoming call.
2912##0-Disabled,1-Enabled.
2913##The default value is 0.
2914features.pickup.blf_audio_enable =
2915
2916
2917#######################################################################################
2918##                                   Call Park(Except T20P model)                    ##
2919#######################################################################################
2920###It enables or disables the phone to display the Park soft key during a call.
2921###0-Disabled,1-Enabled.
2922###The default value is 0.
2923features.call_park.enable =
2924
2925###It enables or disables the phone to display the GPark soft key during a call.
2926###0-Disabled,1-Enabled.
2927###The default value is 0.
2928features.call_park.group_enable =
2929
2930###It enables or disables the phone to play a warning tone when a call is parked against its line.
2931###0-Disabled,1-Enabled.
2932###The default value is 0.
2933features.call_park.park_ring =
2934
2935###It enables or disables the phone to display a parked indicator when a call is parked against its line.
2936###0-Disabled,1-Enabled.
2937###The default value is 0.
2938features.call_park.park_visual_notify_enable =
2939
2940features.call_park.group_park_code =
2941features.call_park.park_code =
2942features.call_park.park_mode =
2943features.call_park.park_retrieve_code =
2944
2945
2946#######################################################################################
2947##                                 Time                                              ##
2948#######################################################################################
2949##It configures the time zone.For more available time zones, refer to Time Zones on page 215.
2950##The default value is +8.
2951local_time.time_zone = {$yealink_time_zone}
2952
2953##It configures the time zone name.For more available time zone names, refer to Time Zones on page 215.
2954##The default time zone name is China(Beijing).
2955local_time.time_zone_name = {$yealink_time_zone_name}
2956
2957local_time.ntp_server1 = {$ntp_server_primary}
2958local_time.ntp_server2 = {$ntp_server_secondary}
2959
2960##It configures the update interval (in seconds) when using the NTP server.
2961##The default value is 1000.Integer from 15 to 86400
2962local_time.interval =
2963
2964##It enables or disables daylight saving time (DST) feature.
2965##0-Disabled,1-Enabled,2-Automatic.
2966##The default value is 2.
2967local_time.summer_time =
2968
2969##It configures the way DST works when DST feature is enabled.
2970##0-DST By Date ,1-DST By Week.
2971##The default value is 0.
2972local_time.dst_time_type =
2973
2974##It configures the start time of the DST.
2975##Value formats are:Month/Day/Hour (for By Date),Month/ Day of Week/ Day of Week Last in Month/ Hour of Day (for By Week)
2976##The default value is 1/1/0.
2977local_time.start_time =
2978
2979##It configures the end time of the DST.
2980##Value formats are:Month/Day/Hour (for By Date),Month/ Day of Week/ Day of Week Last in Month/ Hour of Day (for By Week)
2981##The default value is 12/31/23.
2982local_time.end_time =
2983
2984##It configures the offset time (in minutes).
2985##The default value is blank.Integer from -300 to 300
2986local_time.offset_time = {$yealink_time_format}
2987
2988##It configures the time format.0-12 Hour,1-24 Hour.
2989##The default value is 1.
2990local_time.time_format = {$yealink_time_format}
2991
2992local_time.date_format = {$yealink_date_format}
2993
2994##It enables or disables the phone to update time with the offset time obtained from the DHCP server.
2995##It is only available to offset from GMT 0.0-Disabled,1-Enabled.
2996##The default value is 0.
2997local_time.dhcp_time =
2998
2999##It configures the phone to obtain time from NTP server or manual settings.0-Manual,1-NTP
3000##The default value is 1.
3001local_time.manual_time_enable =
3002
3003##It enables or disables the phone to use manually configured NTP server preferentially.
3004##0-Disabled (use the NTP server obtained by DHCP preferentially),1-Enabled.
3005##The default value is 0.
3006local_time.manual_ntp_srv_prior =
3007
3008auto_dst.url =
3009
3010
3011#######################################################################################
3012##                                   NETWORK                                         ##
3013#######################################################################################
3014##It configures the IP address mode.0-IPv4,1-IPv6,2-IPv4&IPv6
3015##The default value is 0.It takes effect after a reboot.
3016static.network.ip_address_mode = {$yealink_ip_address_mode}
3017
3018static.network.ipv6_prefix =
3019static.network.ipv6_internet_port.type =
3020static.network.ipv6_internet_port.ip =
3021static.network.ipv6_internet_port.gateway =
3022static.network.ipv6_primary_dns =
3023static.network.ipv6_secondary_dns =
3024
3025####Only T46G Model supports this parameter
3026static.network.ipv6_icmp_v6.enable =
3027
3028static.network.internet_port.type =
3029static.network.internet_port.ip =
3030static.network.internet_port.mask =
3031static.network.internet_port.gateway =
3032static.network.primary_dns = {$dns_server_primary}
3033static.network.secondary_dns = {$dns_server_secondary}
3034
3035
3036#######################################################################################
3037##                           V80 Add                                                 ##
3038#######################################################################################
3039## Add Time 2015.6.26
3040account.X.callerid_in_support_header.enable =
3041account.X.acd.auto_login_enable  =
3042account.X.outbound_proxy_fallback_interval =
3043account.x.transfer_refer_to_contact_header.enable =
3044account.x.sub_fail_retry_interval =
3045account.X.update_ack_while_dialing =
3046account.x.end_call_when_transferred.enable =
3047account.x.nat.stun_refresh_timer =
3048account.x.contact_take_line_param.enable =
3049account.X.backup_outbound_host =
3050account.X.backup_outbound_port =
3051
3052
3053#######################################################################################
3054##                           V80-SP2 Add                                             ##
3055#######################################################################################
3056account.X.bla.notify_with_expire.enable =
3057account.X.bla.subscribe_uri_build_type =
3058account.x.instance_id.enable =
3059
3060
3061#######################################################################################
3062##                           V81 Add                                                 ##
3063#######################################################################################
3064account.1.dialplan.digitmap.active.on_hook_dialing =
3065account.1.dialplan.digitmap.apply_to.directory_dial =
3066account.1.dialplan.digitmap.apply_to.forward =
3067account.1.dialplan.digitmap.apply_to.on_hook_dial =
3068account.1.dialplan.digitmap.apply_to.press_send =
3069account.1.dialplan.digitmap.enable =
3070account.1.dialplan.digitmap.interdigit_long_timer =
3071account.1.dialplan.digitmap.interdigit_short_timer =
3072account.1.dialplan.digitmap.no_match_action =
3073account.1.dialplan.digitmap.string =
3074