1#!version:1.0.0.1
2#{$microtime}
3
4##File header "#!version:1.0.0.1" can not be edited or deleted.##
5
6#######################################################################################
7##                           Account1 Settings                                       ##
8#######################################################################################
9
10#Enable or disable the account 1; 0-Disabled (default), 1-Enabled;
11{if isset($user_password_1) }
12account.1.enable = 1
13{else}
14account.1.enable = 0
15{/if}
16
17#Configure the label displayed on the LCD screen for account 1.
18account.1.label = {$display_name_1}
19
20#Configure the display name of account 1.
21account.1.display_name = {$display_name_1}
22
23#Configure the username and password for register authentication.
24account.1.auth_name = {$auth_id_1}
25account.1.password = {$user_password_1}
26
27#Configure the register user name.
28account.1.user_name = {$user_id_1}
29
30#Enable or disable the phone to receive the messages from the server only; 0-Disabled (default), 1-Enabled;
31account.1.sip_trust_ctrl = 1
32
33#Configure the SIP server address.
34account.1.sip_server_host = {$server_address_1}
35
36#Specify the port for the SIP server. The default value is 5060.
37account.1.sip_server_port = {$sip_port_1}
38
39#Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled;
40
41
42#Specify the IP address or domain name of the outbound proxy server.
43account.1.outbound_host = {$outbound_proxy_1}
44
45#Specify the server port, the default value is 5060.
46account.1.outbound_port =
47
48#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
49{if $sip_transport_1 == 'udp'}account.1.transport = 0{/if}
50{if $sip_transport_1 == 'tcp'}account.1.transport = 1{/if}
51{if $sip_transport_1 == 'tls'}account.1.transport = 2{/if}
52{if $sip_transport_1 == 'dns srv'}account.1.transport = 3{/if}
53
54account.1.outbound_proxy.1.address = {$outbound_proxy_primary_1}
55account.1.outbound_proxy.2.address = {$outbound_proxy_secondary_1}
56account.1.outbound_proxy_enable = {if isset($outbound_proxy_primary_1)}1{else}0{/if}
57
58{if isset($outbound_proxy_1_port)}
59account.1.outbound_proxy.1.port = {$outbound_proxy_1_port}
60{else}
61account.1.outbound_proxy.1.port = 5060
62{/if}
63{if isset($outbound_proxy_1_port)}
64account.1.outbound_proxy.2.port = {$outbound_proxy_2_port}
65{else}
66account.1.outbound_proxy.2.port = 5060
67{/if}
68
69
70#Configure the address of the backup outbound proxy server.
71account.1.backup_outbound_host =
72
73#Specify the port of the backup outbound proxy server, the default value is 5060.
74account.1.backup_outbound_port =
75
76#Configure the voice mail number of account 1.
77voice_mail.number.1 = {$voicemail_number}
78
79#Configure the proxy server to account 1.
80account.1.proxy_require =
81
82#Enable or disable the use of the timer to periodically refresh the DNS-SRV query result; 0-Disabled (default), 1-Enabled;
83#Require reboot;
84account.1.srv_ttl_timer_enable =
85
86#Configure the type of DNS-SRV query; 0-UDP, TCP and TLS (default), 1-UDP, 2-TCP, 3-TLS;
87#Require reboot;
88account.1.dns_srv_type =
89
90#Enable or disable the anonymous call feature; 0-Disabled (default), 1-Enabled;
91account.1.anonymous_call =
92
93#Configure the on code and off code of the anonymous call feature.
94account.1.anonymous_call_oncode =
95account.1.anonymous_call_offcode =
96
97#Enable or disable the reject anonymous call feature; 0-Disabled (default), 1-Enabled;
98account.1.reject_anonymous_call =
99
100#Configure the on code and off code of the reject anonymous call feature.
101account.1.anonymous_reject_oncode =
102account.1.anonymous_reject_offcode =
103
104#Configure the SIP port for account 1, the default value is 5060.
105account.1.sip_listen_port =
106
107#Configure the register expiry time (in seconds), the default value is 3600.
108account.1.expires = {$register_expires_1}
109
110#Enable or disable the 100 reliable retransmission; 0-Disabled, 1-Enabled (default);
111account.1.100rel_enable = {$yealink_retransmission}
112
113#Enable or disable the resource reservation; 0-Disabled (default), 1-Enabled;
114account.1.precondition =
115
116#Enable or disable the phone to subscribe the register status; 0-Disabled (default), 1-Enabled;
117account.1.subscribe_register =
118
119#Enable or disable the phone to subscribe the message waiting indicator; 0-Disabled (default), 1-Enabled;
120account.1.subscribe_mwi =
121
122#Configure MWI subscribe expiry time (in seconds). It ranges from 0 to 84600, the default value is 3600.
123account.1.subscribe_mwi_expires =
124
125#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
126account.1.cid_source = {$yealink_cid_source}
127
128#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
129account.1.cp_source = 2
130
131#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
132account.1.session_timer.enable = {$yealink_session_timer}
133
134#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
135account.1.session_timer.expires =
136
137#Configure the session timer refresher; 0-Uac (default), 1-Uas;
138account.1.session_timer.refresher =
139
140#Enable or disable the "user=phone"; 0-Disabled (default), 1-Enabled;
141account.1.enable_user_equal_phone =
142
143#Specify whether to encrypt the SIP messages; 0-Disabled, 1-Forced, 2-Negotiated;
144account.1.srtp_encryption = {$yealink_srtp_encryption}
145
146#Configure the RTP packet time. The valid values are 0 (Disabled), 10, 20 (default), 30, 40, 50, 60.
147account.1.ptime =
148
149#Assign account 1 as shared line; 0-Disabled (default), 1-BSFT shared line, 2-Draft bridge line appearance;
150{if isset($shared_line_1) }
151account.1.shared_line = {$shared_line_1}
152{else}
153account.1.shared_line = 0
154{/if}
155
156#Configure BLA number for account 1 and the subscribe period (in seconds). It ranges from 60 to 7200, the default value is 300.
157account.1.bla_number =
158account.1.bla_subscribe_period =
159
160#Enable or disable call pickup using dialog-info SIP header; 0-Disabled (default), 1-Enabled;
161account.1.dialoginfo_callpickup =
162
163#Configure the directed and group pickup codes for account 1, the settings on a per-account basis take precedence over the settings on the phone.
164account.1.group_pickup_code =
165account.1.direct_pickup_code =
166
167#Enable or disable the auto answer feature; 0-Disabled (default), 1-Enabled;
168account.1.auto_answer =
169
170#Enable or disable the phone to record the missed call; 0-Disabled, 1-Enabled (default);
171account.1.missed_calllog =
172
173#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
174account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
175
176#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
177account.1.register_mac =
178
179#Enable or disable the phone to send the line number in the Register message; 0-Disabled, 1-Enabled (default);
180account.1.register_line =
181
182#Configure the interval (in seconds) the phone retries to register when account 1 fails to register. It ranges from 0 to 1800, the default value is 30.
183account.1.reg_fail_retry_interval =
184
185#Configure the conference type; 0-Local (default), 2-Network Conference;
186account.1.conf_type =
187
188#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
189account.1.conf_uri =
190
191#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
192account.1.blf.blf_list_uri =
193
194#Configure the pickup code of BLF List.
195account.1.blf_list_code =
196
197#Configure the bargein code.
198account.1.blf_list_barge_in_code =
199
200#Configure the BLF subscribe period (in seconds), the default value is 1800.
201account.1.blf.subscribe_period =
202
203#Configure the ACD subscribe period (in seconds). It ranges from 120 to 3600 (default).
204account.1.subscribe_acd_expires =
205
206#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
207account.1.sip_server_type =
208
209#Enable or disable the phone to use the customized theme; 0-Disabled (default), 1-Enabled;
210account.1.idle_screen_enable =
211
212#Define the access URL of the customized theme.
213account.1.idle_screen_url =
214
215#Enable or disable the SIP signal encode; 0-Disabled (default), 1-Enabled (RC 4);
216account.1.enable_signal_encode =
217
218#Configure the key for encoding.
219account.1.signal_encode_key =
220
221#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
222account.1.dtmf.type =
223
224#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
225account.1.dtmf.dtmf_payload =
226
227#Configure the DTMF info type when using the SIP INFO; 0-Disabled (default), 1-DTMF-Relay, 2-DTMF, 3-Telephone-Event;
228account.1.dtmf.info_type =
229
230#Enable or disable the phone to support the simplified SIP header; 0-Disabled (default), 1-Enabled;
231account.1.compact_header_enable =
232
233#########################################################################
234##                     NAT Settings                                    ##
235#########################################################################
236
237#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
238account.1.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
239
240#Configure the STUN server address.
241account.1.nat.stun_server = {$stun_server}
242
243#Configure the STUN server port, the default value is 3478.
244account.1.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
245
246#Enable or disable the NAT keep-alive; 0-Disabled, 1-Default (default), 2-Option, 3-Notify;
247account.1.nat.udp_update_enable = 3
248
249#Specify the keep-alive interval (in seconds), the default value is 30.
250account.1.nat.udp_update_time =
251
252#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
253account.1.nat.rport = {$yealink_rport}
254
255#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
256account.1.advanced.timer_t1 =
257account.1.advanced.timer_t2 =
258account.1.advanced.timer_t4 =
259
260#Assign a ringtone for account 1. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav, Ring8.wav.
261#If you configure the custom ring tone (Family.wav) for the account, the value format is: Family.wav
262#If you configure the system ring tone (Ring2.wav) for the account, the value format is: Ring2.wav
263account.1.ringtone.ring_type =
264
265#Enable or disable the phone to display the picture when receiving the specified SIP message; 0-Disabled, 1-Enabled (default);
266account.1.picture_info_enable =
267
268#Audio codecs for account 1 (Y ranges from 1 to 13).
269#account.1.codec.y.enable =
270#account.1.codec.y.payload_type =
271#account.1.codec.y.priority =
272#account.1.codec.y.rtpmap =
273
274account.1.codec.1.enable = 1
275account.1.codec.1.payload_type = PCMU
276account.1.codec.1.priority = 1
277account.1.codec.1.rtpmap = 0
278
279account.1.codec.2.enable = 1
280account.1.codec.2.payload_type = PCMA
281account.1.codec.2.priority = 2
282account.1.codec.2.rtpmap = 8
283
284account.1.codec.3.enable = 0
285account.1.codec.3.payload_type = G723_53
286account.1.codec.3.priority =4
287account.1.codec.3.rtpmap = 4
288
289account.1.codec.4.enable = 0
290account.1.codec.4.payload_type = G723_63
291account.1.codec.4.priority = 0
292account.1.codec.4.rtpmap = 4
293
294account.1.codec.5.enable = 1
295account.1.codec.5.payload_type = G729
296account.1.codec.5.priority = 3
297account.1.codec.5.rtpmap = 18
298
299account.1.codec.6.enable = 1
300account.1.codec.6.payload_type = G722
301account.1.codec.6.priority = 4
302account.1.codec.6.rtpmap = 9
303
304account.1.codec.7.enable =
305account.1.codec.7.payload_type =
306account.1.codec.7.priority =
307account.1.codec.7.rtpmap =
308
309account.1.codec.8.enable = 0
310account.1.codec.8.payload_type = G726-16
311account.1.codec.8.priority = 0
312account.1.codec.8.rtpmap = 112
313
314account.1.codec.9.enable = 0
315account.1.codec.9.payload_type = G726-24
316account.1.codec.9.priority = 0
317account.1.codec.9.rtpmap = 102
318
319account.1.codec.10.enable = 0
320account.1.codec.10.payload_type = G726-32
321account.1.codec.10.priority = 0
322account.1.codec.10.rtpmap = 2
323
324account.1.codec.11.enable = 0
325account.1.codec.11.payload_type = G726-40
326account.1.codec.11.priority = 0
327account.1.codec.11.rtpmap = 104
328
329account.1.codec.12.enable = 0
330account.1.codec.12.payload_type = iLBC_13_3
331account.1.codec.12.priority = 0
332account.1.codec.12.rtpmap = 97
333
334account.1.codec.13.enable = 0
335account.1.codec.13.payload_type = iLBC_15_2
336account.1.codec.13.priority = 0
337account.1.codec.13.rtpmap = 97
338
339#######################################################################################
340##                        Account2 Settings                                          ##
341#######################################################################################
342
343#Enable or disable the account 2; 0-Disabled (default), 1-Enabled;
344{if isset($user_password_2) }
345account.2.enable = 1
346{else}
347account.2.enable = 0
348{/if}
349
350#Configure the label displayed on the LCD screen for account 2.
351account.2.label = {$display_name_2}
352
353#Configure the display name of account 2.
354account.2.display_name = {$display_name_2}
355
356#Configure the username and password for register authentication.
357account.2.auth_name = {$auth_id_2}
358account.2.password = {$user_password_2}
359
360#Configure the register user name.
361account.2.user_name =  {$user_id_2}
362
363#Enable or disable the phone to receive the messages from the server only; 0-Disabled (default), 1-Enabled;
364account.2.sip_trust_ctrl = 1
365
366#Configure the SIP server address.
367account.2.sip_server_host = {$server_address_2}
368
369#Specify the port for the SIP server. The default value is 5060.
370account.2.sip_server_port = {$sip_port_2}
371
372#Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled;
373
374
375#Specify the IP address or domain name of the outbound proxy server.
376account.2.outbound_host = {$outbound_proxy_2}
377
378#Specify the server port, the default value is 5060.
379account.2.outbound_port =
380
381#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
382{if $sip_transport_2 == 'udp'}account.2.transport = 0{/if}
383{if $sip_transport_2 == 'tcp'}account.2.transport = 1{/if}
384{if $sip_transport_2 == 'tls'}account.2.transport = 2{/if}
385{if $sip_transport_2 == 'dns srv'}account.2.transport = 3{/if}
386
387account.2.outbound_proxy.1.address = {$outbound_proxy_primary_2}
388account.2.outbound_proxy.2.address = {$outbound_proxy_secondary_2}
389account.2.outbound_proxy_enable = {if isset($outbound_proxy_primary_2)}1{else}0{/if}
390
391#Configure the address of the backup outbound proxy server.
392account.2.backup_outbound_host =
393
394#Specify the port of the backup outbound proxy server, the default value is 5060.
395account.2.backup_outbound_port =
396
397#Configure the voice mail number of account 2.
398voice_mail.number.2 = *97
399
400#Configure the proxy server to account 2.
401account.2.proxy_require =
402
403#Enable or disable the use of the timer to periodically refresh the DNS-SRV query result; 0-Disabled (default), 1-Enabled;
404#Require reboot;
405account.2.srv_ttl_timer_enable =
406
407#Configure the type of DNS-SRV query; 0-UDP, TCP and TLS (default), 1-UDP, 2-TCP, 3-TLS;
408#Require reboot;
409account.2.dns_srv_type =
410
411#Enable or disable the anonymous call feature; 0-Disabled (default), 1-Enabled;
412account.2.anonymous_call =
413
414#Configure the on code and off code of the anonymous call feature.
415account.2.anonymous_call_oncode =
416account.2.anonymous_call_offcode =
417
418#Enable or disable the reject anonymous call feature; 0-Disabled (default), 1-Enabled;
419account.2.reject_anonymous_call =
420
421#Configure the on code and off code of the reject anonymous call feature.
422account.2.anonymous_reject_oncode =
423account.2.anonymous_reject_offcode =
424
425#Configure the SIP port for account 2, the default value is 5060.
426account.2.sip_listen_port =
427
428#Configure the register expiry time (in seconds), the default value is 3600.
429account.2.expires = {$register_expires_2}
430
431#Enable or disable the 100 reliable retransmission; 0-Disabled (default), 1-Enabled;
432account.2.100rel_enable = {$yealink_retransmission}
433
434#Enable or disable the resource reservation; 0-Disabled (default), 1-Enabled;
435account.2.precondition =
436
437#Enable or disable the phone to subscribe the register status; 0-Disabled (default), 1-Enabled;
438account.2.subscribe_register =
439
440#Enable or disable the phone to subscribe the message waiting indicator; 0-Disabled (default), 1-Enabled;
441account.2.subscribe_mwi =
442
443#Configure MWI subscribe expiry time (in seconds). It ranges from 0 to 84600, the default value is 3600.
444account.2.subscribe_mwi_expires =
445
446#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
447account.2.cid_source = {$yealink_cid_source}
448
449#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
450account.2.cp_source = 2
451
452#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
453account.2.session_timer.enable = {$yealink_session_timer}
454
455#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
456account.2.session_timer.expires =
457
458#Configure the session timer refresher; 0-Uac (default), 1-Uas;
459account.2.session_timer.refresher =
460
461#Enable or disable the "user=phone"; 0-Disabled (default), 1-Enabled;
462account.2.enable_user_equal_phone =
463
464#Specify whether to encrypt the SIP messages; 0-Disabled, 1-Forced, 2-Negotiated;
465account.2.srtp_encryption =
466
467#Configure the RTP packet time. The valid values are 0 (Disabled), 10, 20 (default), 30, 40, 50, 60.
468account.2.ptime =
469
470#Assign account 2 as shared line; 0-Disabled (default), 1-BSFT shared line, 2-Draft bridge line appearance;
471{if isset($shared_line_2) }
472account.2.shared_line = {$shared_line_2}
473{else}
474account.2.shared_line = 0
475{/if}
476
477#Configure BLA number for account 2 and the subscribe period (in seconds). It ranges from 60 to 7200, the default value is 300.
478account.2.bla_number =
479account.2.bla_subscribe_period =
480
481#Enable or disable call pickup using dialog-info SIP header; 0-Disabled (default), 1-Enabled;
482account.2.dialoginfo_callpickup =
483
484#Configure the directed and group pickup codes for account 2, the settings on a per-account basis take precedence over the settings on the phone.
485account.2.group_pickup_code =
486account.2.direct_pickup_code =
487
488#Enable or disable the auto answer feature; 0-Disabled (default), 1-Enabled;
489account.2.auto_answer =
490
491#Enable or disable the phone to record the missed call; 0-Disabled, 1-Enabled (default);
492account.2.missed_calllog =
493
494#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
495account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
496
497#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
498account.2.register_mac =
499
500#Enable or disable the phone to send the line number in the Register message; 0-Disabled, 1-Enabled (default);
501account.2.register_line =
502
503#Configure the interval (in seconds) the phone retries to register when account 2 fails to register. It ranges from 0 to 1800, the default value is 30.
504account.2.reg_fail_retry_interval =
505
506#Configure the conference type; 0-Local (default), 2-Network Conference;
507account.2.conf_type =
508
509#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
510account.2.conf_uri =
511
512#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
513account.2.blf.blf_list_uri =
514
515#Configure the pickup code of BLF List.
516account.2.blf_list_code =
517
518#Configure the bargein code.
519account.2.blf_list_barge_in_code =
520
521#Configure the BLF subscribe period (in seconds), the default value is 1800.
522account.2.blf.subscribe_period =
523
524#Configure the ACD subscribe period (in seconds). It ranges from 120 to 3600 (default).
525account.2.subscribe_acd_expires =
526
527#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
528account.2.sip_server_type =
529
530#Enable or disable the phone to use the customized theme; 0-Disabled (default), 1-Enabled;
531account.2.idle_screen_enable =
532
533#Define the access URL of the customized theme.
534account.2.idle_screen_url =
535
536#Enable or disable the SIP signal encode; 0-Disabled (default), 1-Enabled (RC 4);
537account.2.enable_signal_encode =
538
539#Configure the key for encoding.
540account.2.signal_encode_key =
541
542#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
543account.2.dtmf.type =
544
545#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
546account.2.dtmf.dtmf_payload =
547
548#Configure the DTMF info type when using the SIP INFO; 0-Disabled (default), 1-DTMF-Relay, 2-DTMF, 3-Telephone-Event;
549account.2.dtmf.info_type =
550
551#Enable or disable the phone to support the simplified SIP header; 0-Disabled (default), 1-Enabled;
552account.2.compact_header_enable =
553
554#########################################################################
555##                     NAT Settings                                    ##
556#########################################################################
557
558#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
559account.2.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
560
561#Configure the STUN server address.
562account.2.nat.stun_server = {$stun_server}
563
564#Configure the STUN server port, the default value is 3478.
565account.2.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
566
567#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
568account.2.nat.udp_update_enable =
569
570#Specify the keep-alive interval (in seconds), the default value is 30.
571account.2.nat.udp_update_time =
572
573#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
574account.2.nat.rport = {$yealink_rport}
575
576#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
577account.2.advanced.timer_t1 =
578account.2.advanced.timer_t2 =
579account.2.advanced.timer_t4 =
580
581#Assign a ringtone for account 2. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav, Ring8.wav.
582#If you configure the custom ring tone (Family.wav) for the account, the value format is: Family.wav
583#If you configure the system ring tone (Ring2.wav) for the account, the value format is: Ring2.wav
584account.2.ringtone.ring_type =
585
586#Enable or disable the phone to display the picture when receiving the specified SIP message; 0-Disabled, 1-Enabled (default);
587account.2.picture_info_enable =
588
589#Audio codecs for account 2 (Y ranges from 1 to 13).
590#account.2.codec.Y.enable =
591#account.2.codec.Y.payload_type =
592#account.2.codec.Y.priority =
593#account.2.codec.Y.rtpmap =
594
595account.2.codec.1.enable = 1
596account.2.codec.1.payload_type = PCMU
597account.2.codec.1.priority = 1
598account.2.codec.1.rtpmap = 0
599
600account.2.codec.2.enable = 1
601account.2.codec.2.payload_type = PCMA
602account.2.codec.2.priority = 2
603account.2.codec.2.rtpmap = 8
604
605account.2.codec.3.enable = 0
606account.2.codec.3.payload_type = G723_53
607account.2.codec.3.priority =4
608account.2.codec.3.rtpmap = 4
609
610account.2.codec.4.enable = 0
611account.2.codec.4.payload_type = G723_63
612account.2.codec.4.priority = 0
613account.2.codec.4.rtpmap = 4
614
615account.2.codec.5.enable = 1
616account.2.codec.5.payload_type = G729
617account.2.codec.5.priority = 3
618account.2.codec.5.rtpmap = 18
619
620account.2.codec.6.enable = 1
621account.2.codec.6.payload_type = G722
622account.2.codec.6.priority = 4
623account.2.codec.6.rtpmap = 9
624
625account.2.codec.7.enable =
626account.2.codec.7.payload_type =
627account.2.codec.7.priority =
628account.2.codec.7.rtpmap =
629
630account.2.codec.8.enable = 0
631account.2.codec.8.payload_type = G726-16
632account.2.codec.8.priority = 0
633account.2.codec.8.rtpmap = 112
634
635account.2.codec.9.enable = 0
636account.2.codec.9.payload_type = G726-24
637account.2.codec.9.priority = 0
638account.2.codec.9.rtpmap = 102
639
640account.2.codec.10.enable = 0
641account.2.codec.10.payload_type = G726-32
642account.2.codec.10.priority = 0
643account.2.codec.10.rtpmap = 2
644
645account.2.codec.11.enable = 0
646account.2.codec.11.payload_type = G726-40
647account.2.codec.11.priority = 0
648account.2.codec.11.rtpmap = 104
649
650account.2.codec.12.enable = 0
651account.2.codec.12.payload_type = iLBC_13_3
652account.2.codec.12.priority = 0
653account.2.codec.12.rtpmap = 97
654
655account.2.codec.13.enable = 0
656account.2.codec.13.payload_type = iLBC_15_2
657account.2.codec.13.priority = 0
658account.2.codec.13.rtpmap = 97
659
660#######################################################################################
661##    Account3 Settings                                                              ##
662#######################################################################################
663
664#Enable or disable the account 3; 0-Disabled (default), 1-Enabled;
665{if isset($user_password_3) }
666account.3.enable = 1
667{else}
668account.3.enable = 0
669{/if}
670
671#Configure the label displayed on the LCD screen for account 3.
672account.3.label = {$display_name_3}
673
674#Configure the display name of account 3.
675account.3.display_name = {$display_name_3}
676
677#Configure the username and password for register authentication.
678account.3.auth_name = {$auth_id_3}
679account.3.password = {$user_password_3}
680
681#Configure the register user name.
682account.3.user_name =  {$user_id_3}
683
684#Enable or disable the phone to receive the messages from the server only; 0-Disabled (default), 1-Enabled;
685account.3.sip_trust_ctrl = 1
686
687#Configure the SIP server address.
688account.3.sip_server_host = {$server_address_3}
689
690#Specify the port for the SIP server. The default value is 5060.
691account.3.sip_server_port = {$sip_port_3}
692
693#Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled;
694
695
696#Specify the IP address or domain name of the outbound proxy server.
697account.3.outbound_host = {$outbound_proxy_3}
698
699#Specify the server port, the default value is 5060.
700account.3.outbound_port =
701
702#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
703{if $sip_transport_3 == 'udp'}account.3.transport = 0{/if}
704{if $sip_transport_3 == 'tcp'}account.3.transport = 1{/if}
705{if $sip_transport_3 == 'tls'}account.3.transport = 2{/if}
706{if $sip_transport_3 == 'dns srv'}account.3.transport = 3{/if}
707
708account.3.outbound_proxy.1.address = {$outbound_proxy_primary_3}
709account.3.outbound_proxy.2.address = {$outbound_proxy_secondary_3}
710account.3.outbound_proxy_enable = {if isset($outbound_proxy_primary_3)}1{else}0{/if}
711
712#Configure the address of the backup outbound proxy server.
713account.3.backup_outbound_host =
714
715#Specify the port of the backup outbound proxy server, the default value is 5060.
716account.3.backup_outbound_port =
717
718#Configure the voice mail number of account 3.
719voice_mail.number.3 =
720
721#Configure the proxy server to account 3.
722account.3.proxy_require =
723
724#Enable or disable the use of the timer to periodically refresh the DNS-SRV query result; 0-Disabled (default), 1-Enabled;
725#Require reboot;
726account.3.srv_ttl_timer_enable =
727
728#Configure the type of DNS-SRV query; 0-UDP, TCP and TLS (default), 1-UDP, 2-TCP, 3-TLS;
729#Require reboot;
730account.3.dns_srv_type =
731
732#Enable or disable the anonymous call feature; 0-Disabled (default), 1-Enabled;
733account.3.anonymous_call =
734
735#Configure the on code and off code of the anonymous call feature.
736account.3.anonymous_call_oncode =
737account.3.anonymous_call_offcode =
738
739#Enable or disable the reject anonymous call feature; 0-Disabled (default), 1-Enabled;
740account.3.reject_anonymous_call =
741
742#Configure the on code and off code of the reject anonymous call feature.
743account.3.anonymous_reject_oncode =
744account.3.anonymous_reject_offcode =
745
746#Configure the SIP port for account 3, the default value is 5060.
747account.3.sip_listen_port =
748
749#Configure the register expiry time (in seconds), the default value is 3600.
750account.3.expires = {$register_expires_3}
751
752#Enable or disable the 100 reliable retransmission; 0-Disabled (default), 1-Enabled;
753account.3.100rel_enable = {$yealink_retransmission}
754
755#Enable or disable the resource reservation; 0-Disabled (default), 1-Enabled;
756account.3.precondition =
757
758#Enable or disable the phone to subscribe the register status; 0-Disabled (default), 1-Enabled;
759account.3.subscribe_register =
760
761#Enable or disable the phone to subscribe the message waiting indicator; 0-Disabled (default), 1-Enabled;
762account.3.subscribe_mwi =
763
764#Configure MWI subscribe expiry time (in seconds). It ranges from 0 to 84600, the default value is 3600.
765account.3.subscribe_mwi_expires =
766
767#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
768account.3.cid_source = {$yealink_cid_source}
769
770#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
771account.3.cp_source = 2
772
773#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
774account.3.session_timer.enable = {$yealink_session_timer}
775
776#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
777account.3.session_timer.expires =
778
779#Configure the session timer refresher; 0-Uac (default), 1-Uas;
780account.3.session_timer.refresher =
781
782#Enable or disable the "user=phone"; 0-Disabled (default), 1-Enabled;
783account.3.enable_user_equal_phone =
784
785#Specify whether to encrypt the SIP messages; 0-Disabled, 1-Forced, 2-Negotiated;
786account.3.srtp_encryption =
787
788#Configure the RTP packet time. The valid values are 0 (Disabled), 10, 20 (default), 30, 40, 50, 60.
789account.3.ptime =
790
791#Assign account 3 as shared line; 0-Disabled (default), 1-BSFT shared line, 2-Draft bridge line appearance;
792{if isset($shared_line_3) }
793account.3.shared_line = {$shared_line_3}
794{else}
795account.3.shared_line = 0
796{/if}
797
798#Configure BLA number for account 3 and the subscribe period (in seconds). It ranges from 60 to 7200, the default value is 300.
799account.3.bla_number =
800account.3.bla_subscribe_period =
801
802#Enable or disable call pickup using dialog-info SIP header; 0-Disabled (default), 1-Enabled;
803account.3.dialoginfo_callpickup =
804
805#Configure the directed and group pickup codes for account 3, the settings on a per-account basis take precedence over the settings on the phone.
806account.3.group_pickup_code =
807account.3.direct_pickup_code =
808
809#Enable or disable the auto answer feature; 0-Disabled (default), 1-Enabled;
810account.3.auto_answer =
811
812#Enable or disable the phone to record the missed call; 0-Disabled, 1-Enabled (default);
813account.3.missed_calllog =
814
815#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
816account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
817
818#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
819account.3.register_mac =
820
821#Enable or disable the phone to send theline number in the Register message; 0-Disabled, 1-Enabled (default);
822account.3.register_line =
823
824#Configure the interval (in seconds) the phone retries to register when account 3 fails to register. It ranges from 0 to 1800, the default value is 30.
825account.3.reg_fail_retry_interval =
826
827#Configure the conference type; 0-Local (default), 2-Network Conference;
828account.3.conf_type =
829
830#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
831account.3.conf_uri =
832
833#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
834account.3.blf.blf_list_uri =
835
836#Configure the pickup code of BLF List.
837account.3.blf_list_code =
838
839#Configure the bargein code.
840account.3.blf_list_barge_in_code =
841
842#Configure the BLF subscribe period (in seconds), the default value is 1800.
843account.3.blf.subscribe_period =
844
845#Configure the ACD subscribe period (in seconds). It ranges from 120 to 3600 (default).
846account.3.subscribe_acd_expires =
847
848#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
849account.3.sip_server_type =
850
851#Enable or disable the phone to use the customized theme; 0-Disabled (default), 1-Enabled;
852account.3.idle_screen_enable =
853
854#Define the access URL of the customized theme.
855account.3.idle_screen_url =
856
857#Enable or disable the SIP signal encode; 0-Disabled (default), 1-Enabled (RC 4);
858account.3.enable_signal_encode =
859
860#Configure the key for encoding.
861account.3.signal_encode_key =
862
863#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
864account.3.dtmf.type =
865
866#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
867account.3.dtmf.dtmf_payload =
868
869#Configure the DTMF info type when using the SIP INFO; 0-Disabled (default), 1-DTMF-Relay, 2-DTMF, 3-Telephone-Event;
870account.3.dtmf.info_type =
871
872#Enable or disable the phone to support the simplified SIP header; 0-Disabled (default), 1-Enabled;
873account.3.compact_header_enable =
874
875#########################################################################
876##                     NAT Settings                                    ##
877#########################################################################
878
879#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
880account.3.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
881
882#Configure the STUN server address.
883account.3.nat.stun_server = {$stun_server}
884
885#Configure the STUN server port, the default value is 3478.
886account.3.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
887
888#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
889account.3.nat.udp_update_enable =
890
891#Specify the keep-alive interval (in seconds), the default value is 30.
892account.3.nat.udp_update_time =
893
894#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
895account.3.nat.rport = {$yealink_rport}
896
897#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
898account.3.advanced.timer_t1 =
899account.3.advanced.timer_t2 =
900account.3.advanced.timer_t4 =
901
902#Assign a ringtone for account 3. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav, Ring8.wav.
903#If you configure the custom ring tone (Family.wav) for the account, the value format is: Family.wav
904#If you configure the system ring tone (Ring2.wav) for the account, the value format is: Ring2.wav
905account.3.ringtone.ring_type =
906
907#Enable or disable the phone to display the picture when receiving the specified SIP message; 0-Disabled, 1-Enabled (default);
908account.3.picture_info_enable =
909
910#Audio codecs for account 3 (Y ranges from 1 to 13).
911#account.3.codec.Y.enable =
912#account.3.codec.Y.payload_type =
913#account.3.codec.Y.priority =
914#account.3.codec.Y.rtpmap =
915
916account.3.codec.1.enable = 1
917account.3.codec.1.payload_type = PCMU
918account.3.codec.1.priority = 1
919account.3.codec.1.rtpmap = 0
920
921account.3.codec.2.enable = 1
922account.3.codec.2.payload_type = PCMA
923account.3.codec.2.priority = 2
924account.3.codec.2.rtpmap = 8
925
926account.3.codec.3.enable = 0
927account.3.codec.3.payload_type = G723_53
928account.3.codec.3.priority =4
929account.3.codec.3.rtpmap = 4
930
931account.3.codec.4.enable = 0
932account.3.codec.4.payload_type = G723_63
933account.3.codec.4.priority = 0
934account.3.codec.4.rtpmap = 4
935
936account.3.codec.5.enable = 1
937account.3.codec.5.payload_type = G729
938account.3.codec.5.priority = 3
939account.3.codec.5.rtpmap = 18
940
941account.3.codec.6.enable = 1
942account.3.codec.6.payload_type = G722
943account.3.codec.6.priority = 4
944account.3.codec.6.rtpmap = 9
945
946account.3.codec.7.enable =
947account.3.codec.7.payload_type =
948account.3.codec.7.priority =
949account.3.codec.7.rtpmap =
950
951account.3.codec.8.enable = 0
952account.3.codec.8.payload_type = G726-16
953account.3.codec.8.priority = 0
954account.3.codec.8.rtpmap = 112
955
956account.3.codec.9.enable = 0
957account.3.codec.9.payload_type = G726-24
958account.3.codec.9.priority = 0
959account.3.codec.9.rtpmap = 102
960
961account.3.codec.10.enable = 0
962account.3.codec.10.payload_type = G726-32
963account.3.codec.10.priority = 0
964account.3.codec.10.rtpmap = 2
965
966account.3.codec.11.enable = 0
967account.3.codec.11.payload_type = G726-40
968account.3.codec.11.priority = 0
969account.3.codec.11.rtpmap = 104
970
971account.3.codec.12.enable = 0
972account.3.codec.12.payload_type = iLBC_13_3
973account.3.codec.12.priority = 0
974account.3.codec.12.rtpmap = 97
975
976account.3.codec.13.enable = 0
977account.3.codec.13.payload_type = iLBC_15_2
978account.3.codec.13.priority = 0
979account.3.codec.13.rtpmap = 97
980
981#######################################################################################
982##              Account4 Settings (For T38G only)                                    ##
983#######################################################################################
984
985#Enable or disable the account 4; 0-Disabled (default), 1-Enabled;
986{if isset($user_password_4) }
987account.4.enable = 1
988{else}
989account.4.enable = 0
990{/if}
991
992#Configure the label displayed on the LCD screen for account 4.
993account.4.label = {$display_name_4}
994
995#Configure the display name of account 4.
996account.4.display_name = {$display_name_4}
997
998#Configure the username and password for register authentication.
999account.4.auth_name = {$auth_id_4}
1000account.4.password = {$user_password_4}
1001
1002#Configure the register user name.
1003account.4.user_name =  {$user_id_4}
1004
1005#Enable or disable the phone to receive the messages from the server only; 0-Disabled (default), 1-Enabled;
1006account.4.sip_trust_ctrl = 1
1007
1008#Configure the SIP server address.
1009account.4.sip_server_host = {$server_address_4}
1010
1011#Specify the port for the SIP server. The default value is 5060.
1012account.4.sip_server_port = {$sip_port_4}
1013
1014#Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled;
1015
1016
1017#Specify the IP address or domain name of the outbound proxy server.
1018account.4.outbound_host = {$outbound_proxy_4}
1019
1020#Specify the server port, the default value is 5060.
1021account.4.outbound_port =
1022
1023#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
1024{if $sip_transport_4 == 'udp'}account.4.transport = 0{/if}
1025{if $sip_transport_4 == 'tcp'}account.4.transport = 1{/if}
1026{if $sip_transport_4 == 'tls'}account.4.transport = 2{/if}
1027{if $sip_transport_4 == 'dns srv'}account.4.transport = 3{/if}
1028
1029account.4.outbound_proxy.1.address = {$outbound_proxy_primary_4}
1030account.4.outbound_proxy.2.address = {$outbound_proxy_secondary_4}
1031account.4.outbound_proxy_enable = {if isset($outbound_proxy_primary_4)}1{else}0{/if}
1032
1033
1034#Configure the address of the backup outbound proxy server.
1035account.4.backup_outbound_host =
1036
1037#Specify the port of the backup outbound proxy server, the default value is 5060.
1038account.4.backup_outbound_port =
1039
1040#Configure the voice mail number of account 4.
1041voice_mail.number.4 =
1042
1043#Configure the proxy server to account 4.
1044account.4.proxy_require =
1045
1046#Enable or disable the use of the timer to periodically refresh the DNS-SRV query result; 0-Disabled (default), 1-Enabled;
1047#Require reboot;
1048account.4.srv_ttl_timer_enable =
1049
1050#Configure the type of DNS-SRV query; 0-UDP, TCP and TLS (default), 1-UDP, 2-TCP, 3-TLS;
1051#Require reboot;
1052account.4.dns_srv_type =
1053
1054#Enable or disable the anonymous call feature; 0-Disabled (default), 1-Enabled;
1055account.4.anonymous_call =
1056
1057#Configure the on code and off code of the anonymous call feature.
1058account.4.anonymous_call_oncode =
1059account.4.anonymous_call_offcode =
1060
1061#Enable or disable the reject anonymous call feature; 0-Disabled (default), 1-Enabled;
1062account.4.reject_anonymous_call =
1063
1064#Configure the on code and off code of the reject anonymous call feature.
1065account.4.anonymous_reject_oncode =
1066account.4.anonymous_reject_offcode =
1067
1068#Configure the SIP port for account 4, the default value is 5060.
1069account.4.sip_listen_port =
1070
1071#Configure the register expiry time (in seconds), the default value is 3600.
1072account.4.expires = {$register_expires_4}
1073
1074#Enable or disable the 100 reliable retransmission; 0-Disabled (default), 1-Enabled;
1075account.4.100rel_enable = {$yealink_retransmission}
1076
1077#Enable or disable the resource reservation; 0-Disabled (default), 1-Enabled;
1078account.4.precondition =
1079
1080#Enable or disable the phone to subscribe the register status; 0-Disabled (default), 1-Enabled;
1081account.4.subscribe_register =
1082
1083#Enable or disable the phone to subscribe the message waiting indicator; 0-Disabled (default), 1-Enabled;
1084account.4.subscribe_mwi =
1085
1086#Configure MWI subscribe expiry time (in seconds). It ranges from 0 to 84600, the default value is 3600.
1087account.4.subscribe_mwi_expires =
1088
1089#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
1090account.4.cid_source = {$yealink_cid_source}
1091
1092#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
1093account.4.cp_source = 2
1094
1095#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
1096account.4.session_timer.enable = {$yealink_session_timer}
1097
1098#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
1099account.4.session_timer.expires =
1100
1101#Configure the session timer refresher; 0-Uac (default), 1-Uas;
1102account.4.session_timer.refresher =
1103
1104#Enable or disable the "user=phone"; 0-Disabled (default), 1-Enabled;
1105account.4.enable_user_equal_phone =
1106
1107#Specify whether to encrypt the SIP messages; 0-Disabled, 1-Forced, 2-Negotiated;
1108account.4.srtp_encryption =
1109
1110#Configure the RTP packet time. The valid values are 0 (Disabled), 10, 20 (default), 30, 40, 50, 60.
1111account.4.ptime =
1112
1113#Assign account 4 as shared line; 0-Disabled (default), 1-BSFT shared line, 2-Draft bridge line appearance;
1114{if isset($shared_line_4) }
1115account.4.shared_line = {$shared_line_4}
1116{else}
1117account.4.shared_line = 0
1118{/if}
1119
1120#Configure BLA number for account 4 and the subscribe period (in seconds). It ranges from 60 to 7200, the default value is 300.
1121account.4.bla_number =
1122account.4.bla_subscribe_period =
1123
1124#Enable or disable call pickup using dialog-info SIP header; 0-Disabled (default), 1-Enabled;
1125account.4.dialoginfo_callpickup =
1126
1127#Configure the directed and group pickup codes for account 4, the settings on a per-account basis take precedence over the settings on the phone.
1128account.4.group_pickup_code =
1129account.4.direct_pickup_code =
1130
1131#Enable or disable the auto answer feature; 0-Disabled (default), 1-Enabled;
1132account.4.auto_answer =
1133
1134#Enable or disable the phone to record the missed call; 0-Disabled, 1-Enabled (default);
1135account.4.missed_calllog =
1136
1137#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
1138account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
1139
1140#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
1141account.4.register_mac =
1142
1143#Enable or disable the phone to send theline number in the Register message; 0-Disabled, 1-Enabled (default);
1144account.4.register_line =
1145
1146#Configure the interval (in seconds) the phone retries to register when account 4 fails to register. It ranges from 0 to 1800, the default value is 30.
1147account.4.reg_fail_retry_interval =
1148
1149#Configure the conference type; 0-Local (default), 2-Network Conference;
1150account.4.conf_type =
1151
1152#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
1153account.4.conf_uri =
1154
1155#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
1156account.4.blf.blf_list_uri =
1157
1158#Configure the pickup code of BLF List.
1159account.4.blf_list_code =
1160
1161#Configure the bargein code.
1162account.4.blf_list_barge_in_code =
1163
1164#Configure the BLF subscribe period (in seconds), the default value is 1800.
1165account.4.blf.subscribe_period =
1166
1167#Configure the ACD subscribe period (in seconds). It ranges from 120 to 3600 (default).
1168account.4.subscribe_acd_expires =
1169
1170#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
1171account.4.sip_server_type =
1172
1173#Enable or disable the phone to use the customized theme; 0-Disabled (default), 1-Enabled;
1174account.4.idle_screen_enable =
1175
1176#Define the access URL of the customized theme.
1177account.4.idle_screen_url =
1178
1179#Enable or disable the SIP signal encode; 0-Disabled (default), 1-Enabled (RC 4);
1180account.4.enable_signal_encode =
1181
1182#Configure the key for encoding.
1183account.4.signal_encode_key =
1184
1185#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
1186account.4.dtmf.type =
1187
1188#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
1189account.4.dtmf.dtmf_payload =
1190
1191#Configure the DTMF info type when using the SIP INFO; 0-Disabled (default), 1-DTMF-Relay, 2-DTMF, 3-Telephone-Event;
1192account.4.dtmf.info_type =
1193
1194#Enable or disable the phone to support the simplified SIP header; 0-Disabled (default), 1-Enabled;
1195account.4.compact_header_enable =
1196
1197#########################################################################
1198##                     NAT Settings                                    ##
1199#########################################################################
1200
1201#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
1202account.4.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
1203
1204#Configure the STUN server address.
1205account.4.nat.stun_server = {$stun_server}
1206
1207#Configure the STUN server port, the default value is 3478.
1208account.4.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
1209
1210#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
1211account.4.nat.udp_update_enable =
1212
1213#Specify the keep-alive interval (in seconds), the default value is 30.
1214account.4.nat.udp_update_time =
1215
1216#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
1217account.4.nat.rport = {$yealink_rport}
1218
1219#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
1220account.4.advanced.timer_t1 =
1221account.4.advanced.timer_t2 =
1222account.4.advanced.timer_t4 =
1223
1224#Assign a ringtone for account 4. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav, Ring8.wav.
1225#If you configure the custom ring tone (Family.wav) for the account, the value format is: Family.wav
1226#If you configure the system ring tone (Ring2.wav) for the account, the value format is: Ring2.wav
1227account.4.ringtone.ring_type =
1228
1229#Enable or disable the phone to download the picture when receiving the specified SIP message; 0-Disabled, 1-Enabled (default);
1230account.4.picture_info_enable =
1231
1232#Enable or disable the phone to display the picture when receiving the specified SIP message; 0-Disabled, 1-Enabled (default);
1233account.4.picture_info_enable =
1234
1235#Audio codecs for account 4 (Y ranges from 1 to 13).
1236#account.4.codec.Y.enable =
1237#account.4.codec.Y.payload_type =
1238#account.4.codec.Y.priority =
1239#account.4.codec.Y.rtpmap =
1240
1241account.4.codec.1.enable = 1
1242account.4.codec.1.payload_type = PCMU
1243account.4.codec.1.priority = 1
1244account.4.codec.1.rtpmap = 0
1245
1246account.4.codec.2.enable = 1
1247account.4.codec.2.payload_type = PCMA
1248account.4.codec.2.priority = 2
1249account.4.codec.2.rtpmap = 8
1250
1251account.4.codec.3.enable = 0
1252account.4.codec.3.payload_type = G723_53
1253account.4.codec.3.priority =4
1254account.4.codec.3.rtpmap = 4
1255
1256account.4.codec.4.enable = 0
1257account.4.codec.4.payload_type = G723_63
1258account.4.codec.4.priority = 0
1259account.4.codec.4.rtpmap = 4
1260
1261account.4.codec.5.enable = 1
1262account.4.codec.5.payload_type = G729
1263account.4.codec.5.priority = 3
1264account.4.codec.5.rtpmap = 18
1265
1266account.4.codec.6.enable = 1
1267account.4.codec.6.payload_type = G722
1268account.4.codec.6.priority = 4
1269account.4.codec.6.rtpmap = 9
1270
1271account.4.codec.7.enable =
1272account.4.codec.7.payload_type =
1273account.4.codec.7.priority =
1274account.4.codec.7.rtpmap =
1275
1276account.4.codec.8.enable = 0
1277account.4.codec.8.payload_type = G726-16
1278account.4.codec.8.priority = 0
1279account.4.codec.8.rtpmap = 112
1280
1281account.4.codec.9.enable = 0
1282account.4.codec.9.payload_type = G726-24
1283account.4.codec.9.priority = 0
1284account.4.codec.9.rtpmap = 102
1285
1286account.4.codec.10.enable = 0
1287account.4.codec.10.payload_type = G726-32
1288account.4.codec.10.priority = 0
1289account.4.codec.10.rtpmap = 2
1290
1291account.4.codec.11.enable = 0
1292account.4.codec.11.payload_type = G726-40
1293account.4.codec.11.priority = 0
1294account.4.codec.11.rtpmap = 104
1295
1296account.4.codec.12.enable = 0
1297account.4.codec.12.payload_type = iLBC_13_3
1298account.4.codec.12.priority = 0
1299account.4.codec.12.rtpmap = 97
1300
1301account.4.codec.13.enable = 0
1302account.4.codec.13.payload_type = iLBC_15_2
1303account.4.codec.13.priority = 0
1304account.4.codec.13.rtpmap = 97
1305
1306#######################################################################################
1307##               Account5 Settings (For T38G only)                                   ##
1308#######################################################################################
1309
1310#Enable or disable the account 5; 0-Disabled (default), 1-Enabled;
1311{if isset($user_password_5) }
1312account.5.enable = 1
1313{else}
1314account.5.enable = 0
1315{/if}
1316
1317#Configure the label displayed on the LCD screen for account 5.
1318account.5.label = {$display_name_5}
1319
1320#Configure the display name of account 5.
1321account.5.display_name = {$display_name_5}
1322
1323#Configure the username and password for register authentication.
1324account.5.auth_name = {$auth_id_5}
1325account.5.password = {$user_password_5}
1326
1327#Configure the register user name.
1328account.5.user_name = {$user_id_5}
1329
1330#Enable or disable the phone to receive the messages from the server only; 0-Disabled (default), 1-Enabled;
1331account.5.sip_trust_ctrl = 1
1332
1333#Configure the SIP server address.
1334account.5.sip_server_host = {$server_address_5}
1335
1336#Specify the port for the SIP server. The default value is 5060.
1337account.5.sip_server_port = {$sip_port_5}
1338
1339#Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled;
1340
1341
1342#Specify the IP address or domain name of the outbound proxy server.
1343account.5.outbound_host = {$outbound_proxy_5}
1344
1345#Specify the server port, the default value is 5060.
1346account.5.outbound_port =
1347
1348#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
1349{if $sip_transport_5 == 'udp'}account.5.transport = 0{/if}
1350{if $sip_transport_5 == 'tcp'}account.5.transport = 1{/if}
1351{if $sip_transport_5 == 'tls'}account.5.transport = 2{/if}
1352{if $sip_transport_5 == 'dns srv'}account.5.transport = 3{/if}
1353
1354account.5.outbound_proxy.1.address = {$outbound_proxy_primary_5}
1355account.5.outbound_proxy.2.address = {$outbound_proxy_secondary_5}
1356account.5.outbound_proxy_enable = {if isset($outbound_proxy_primary_5)}1{else}0{/if}
1357
1358#Configure the address of the backup outbound proxy server.
1359account.5.backup_outbound_host =
1360
1361#Specify the port, the default value is 5060.
1362account.5.backup_outbound_port =
1363
1364#Configure the voice mail number of account 5.
1365voice_mail.number.5 =
1366
1367#Configure the proxy server to account 5.
1368account.5.proxy_require =
1369
1370#Enable or disable the use of the timer to periodically refresh the DNS-SRV query result; 0-Disabled (default), 1-Enabled;
1371#Require reboot;
1372account.5.srv_ttl_timer_enable =
1373
1374#Configure the type of DNS-SRV query; 0-UDP, TCP and TLS (default), 1-UDP, 2-TCP, 3-TLS;
1375#Require reboot;
1376account.5.dns_srv_type =
1377
1378#Enable or disable the anonymous call feature; 0-Disabled (default), 1-Enabled;
1379account.5.anonymous_call =
1380
1381#Configure the on code and off code of the anonymous call feature.
1382account.5.anonymous_call_oncode =
1383account.5.anonymous_call_offcode =
1384
1385#Enable or disable the reject anonymous call feature; 0-Disabled (default), 1-Enabled;
1386account.5.reject_anonymous_call =
1387
1388#Configure the on code and off code of the reject anonymous call feature.
1389account.5.anonymous_reject_oncode =
1390account.5.anonymous_reject_offcode =
1391
1392#Configure the SIP port for account 5, the default value is 5060.
1393account.5.sip_listen_port =
1394
1395#Configure the register expiry time (in seconds), the default value is 3600.
1396account.5.expires = {$register_expires_5}
1397
1398#Enable or disable the 100 reliable retransmission; 0-Disabled (default), 1-Enabled;
1399account.5.100rel_enable = {$yealink_retransmission}
1400
1401#Enable or disable the resource reservation; 0-Disabled (default), 1-Enabled;
1402account.5.precondition =
1403
1404#Enable or disable the phone to subscribe the register status; 0-Disabled (default), 1-Enabled;
1405account.5.subscribe_register =
1406
1407#Enable or disable the phone to subscribe the message waiting indicator; 0-Disabled (default), 1-Enabled;
1408account.5.subscribe_mwi =
1409
1410#Configure MWI subscribe expiry time (in seconds). It ranges from 0 to 84600, the default value is 3600.
1411account.5.subscribe_mwi_expires =
1412
1413#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
1414account.5.cid_source = {$yealink_cid_source}
1415
1416#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
1417account.5.cp_source = 2
1418
1419#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
1420account.5.session_timer.enable = {$yealink_session_timer}
1421
1422#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
1423account.5.session_timer.expires =
1424
1425#Configure the session timer refresher; 0-Uac (default), 1-Uas;
1426account.5.session_timer.refresher =
1427
1428#Enable or disable the "user=phone"; 0-Disabled (default), 1-Enabled;
1429account.5.enable_user_equal_phone =
1430
1431#Specify whether to encrypt the SIP messages; 0-Disabled, 1-Forced, 2-Negotiated;
1432account.5.srtp_encryption =
1433
1434#Configure the RTP packet time. The valid values are 0 (Disabled), 10, 20 (default), 30, 40, 50, 60.
1435account.5.ptime =
1436
1437#Assign account 5 as shared line; 0-Disabled (default), 1-BSFT shared line, 2-Draft bridge line appearance;
1438{if isset($shared_line_5) }
1439account.5.shared_line = {$shared_line_5}
1440{else}
1441account.5.shared_line = 0
1442{/if}
1443
1444#Configure BLA number for account 5 and the subscribe period (in seconds). It ranges from 60 to 7200, the default value is 300.
1445account.5.bla_number =
1446account.5.bla_subscribe_period =
1447
1448#Enable or disable call pickup using dialog-info SIP header; 0-Disabled (default), 1-Enabled;
1449account.5.dialoginfo_callpickup =
1450
1451#Configure the directed and group pickup codes for account 5, the settings on a per-account basis take precedence over the settings on the phone.
1452account.5.group_pickup_code =
1453account.5.direct_pickup_code =
1454
1455#Enable or disable the auto answer feature; 0-Disabled (default), 1-Enabled;
1456account.5.auto_answer =
1457
1458#Enable or disable the phone to record the missed call; 0-Disabled, 1-Enabled (default);
1459account.5.missed_calllog =
1460
1461#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
1462account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
1463
1464#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
1465account.5.register_mac =
1466account.5.register_line =
1467
1468#Configure the interval (in seconds) the phone retries to register when account 5 fails to register. It ranges from 0 to 1800, the default value is 30.
1469account.5.reg_fail_retry_interval =
1470
1471#Configure the conference type; 0-Local (default), 2-Network Conference;
1472account.5.conf_type =
1473
1474#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
1475account.5.conf_uri =
1476
1477#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
1478account.5.blf.blf_list_uri =
1479
1480#Configure the pickup code of BLF List.
1481account.5.blf_list_code =
1482
1483#Configure the bargein code.
1484account.5.blf_list_barge_in_code =
1485
1486#Configure the BLF subscribe period (in seconds), the default value is 1800.
1487account.5.blf.subscribe_period =
1488
1489#Configure the ACD subscribe period (in seconds). It ranges from 120 to 3600 (default).
1490account.5.subscribe_acd_expires =
1491
1492#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
1493account.5.sip_server_type =
1494
1495#Enable or disable the phone to use the customized theme; 0-Disabled (default), 1-Enabled;
1496account.5.idle_screen_enable =
1497
1498#Define the access URL of the customized theme.
1499account.5.idle_screen_url =
1500
1501#Enable or disable the SIP signal encode; 0-Disabled (default), 1-Enabled (RC 4);
1502account.5.enable_signal_encode =
1503
1504#Configure the key for encoding.
1505account.5.signal_encode_key =
1506
1507#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
1508account.5.dtmf.type =
1509
1510#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
1511account.5.dtmf.dtmf_payload =
1512
1513#Configure the DTMF info type when using the SIP INFO; 0-Disabled (default), 1-DTMF-Relay, 2-DTMF, 3-Telephone-Event;
1514account.5.dtmf.info_type =
1515
1516#Enable or disable the phone to support the simplified SIP header; 0-Disabled (default), 1-Enabled;
1517account.5.compact_header_enable =
1518
1519#########################################################################
1520##                     NAT Settings                                    ##
1521#########################################################################
1522
1523#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
1524account.5.nat.nat_traversal = {if isset($stun_server)}1{else}0{/if}
1525
1526#Configure the STUN server address.
1527account.5.nat.stun_server = {$stun_server}
1528
1529#Configure the STUN server port, the default value is 3478.
1530account.5.nat.stun_port = {if isset($stun_port)}{$stun_port}{else}3478{/if}
1531
1532#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
1533account.5.nat.udp_update_enable =
1534
1535#Specify the keep-alive interval (in seconds), the default value is 30.
1536account.5.nat.udp_update_time =
1537
1538#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
1539account.5.nat.rport = {$yealink_rport}
1540
1541#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
1542account.5.advanced.timer_t1 =
1543account.5.advanced.timer_t2 =
1544account.5.advanced.timer_t4 =
1545
1546#Assign a ringtone for account 5. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav, Ring8.wav.
1547#If you configure the custom ring tone (Family.wav) for the account, the value format is: Family.wav
1548#If you configure the system ring tone (Ring2.wav) for the account, the value format is: Ring2.wav
1549account.5.ringtone.ring_type =
1550
1551#Enable or disable the phone to display the picture when receiving the specified SIP message; 0-Disabled, 1-Enabled (default);
1552account.5.picture_info_enable =
1553
1554#Audio codecs for account5 (Y ranges from 1 to 13).
1555#account.5.codec.Y.enable =
1556#account.5.codec.Y.payload_type =
1557#account.5.codec.Y.priority =
1558#account.5.codec.Y.rtpmap =
1559
1560account.5.codec.1.enable = 1
1561account.5.codec.1.payload_type = PCMU
1562account.5.codec.1.priority = 1
1563account.5.codec.1.rtpmap = 0
1564
1565account.5.codec.2.enable = 1
1566account.5.codec.2.payload_type = PCMA
1567account.5.codec.2.priority = 2
1568account.5.codec.2.rtpmap = 8
1569
1570account.5.codec.3.enable = 0
1571account.5.codec.3.payload_type = G723_53
1572account.5.codec.3.priority =4
1573account.5.codec.3.rtpmap = 4
1574
1575account.5.codec.4.enable = 0
1576account.5.codec.4.payload_type = G723_63
1577account.5.codec.4.priority = 0
1578account.5.codec.4.rtpmap = 4
1579
1580account.5.codec.5.enable = 1
1581account.5.codec.5.payload_type = G729
1582account.5.codec.5.priority = 3
1583account.5.codec.5.rtpmap = 18
1584
1585account.5.codec.6.enable = 1
1586account.5.codec.6.payload_type = G722
1587account.5.codec.6.priority = 4
1588account.5.codec.6.rtpmap = 9
1589
1590account.5.codec.7.enable =
1591account.5.codec.7.payload_type =
1592account.5.codec.7.priority =
1593account.5.codec.7.rtpmap =
1594
1595account.5.codec.8.enable = 0
1596account.5.codec.8.payload_type = G726-16
1597account.5.codec.8.priority = 0
1598account.5.codec.8.rtpmap = 112
1599
1600account.5.codec.9.enable = 0
1601account.5.codec.9.payload_type = G726-24
1602account.5.codec.9.priority = 0
1603account.5.codec.9.rtpmap = 102
1604
1605account.5.codec.10.enable = 0
1606account.5.codec.10.payload_type = G726-32
1607account.5.codec.10.priority = 0
1608account.5.codec.10.rtpmap = 2
1609
1610account.5.codec.11.enable = 0
1611account.5.codec.11.payload_type = G726-40
1612account.5.codec.11.priority = 0
1613account.5.codec.11.rtpmap = 104
1614
1615account.5.codec.12.enable = 0
1616account.5.codec.12.payload_type = iLBC_13_3
1617account.5.codec.12.priority = 0
1618account.5.codec.12.rtpmap = 97
1619
1620account.5.codec.13.enable = 0
1621account.5.codec.13.payload_type = iLBC_15_2
1622account.5.codec.13.priority = 0
1623account.5.codec.13.rtpmap = 97
1624
1625#######################################################################################
1626##                 Account6 Settings (For T38G only)                                 ##
1627#######################################################################################
1628
1629#Enable or disable the account 6; 0-Disabled (default), 1-Enabled;
1630{if isset($user_password_6) }
1631account.6.enable = 1
1632{else}
1633account.6.enable = 0
1634{/if}
1635
1636#Configure the label displayed on the LCD screen for account 6.
1637account.6.label = {$display_name_6}
1638
1639#Configure the display name of account 6.
1640account.6.display_name = {$display_name_6}
1641
1642#Configure the username and password for register authentication.
1643account.6.auth_name = {$auth_id_6}
1644account.6.password = {$user_id_6}
1645
1646#Configure the register user name.
1647account.6.user_name = {$user_id_6}
1648
1649#Enable or disable the phone to receive the messages from the server only; 0-Disabled (default), 1-Enabled;
1650account.6.sip_trust_ctrl = 1
1651
1652#Configure the SIP server address.
1653account.6.sip_server_host = {$server_address_6}
1654
1655#Specify the port for the SIP server. The default value is 5060.
1656account.6.sip_server_port = {$sip_port_6}
1657
1658#Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled;
1659
1660
1661#Specify the IP address or domain name of the outbound proxy server.
1662account.6.outbound_host = {$outbound_proxy_6}
1663
1664#Specify the server port, the default value is 5060.
1665account.6.outbound_port =
1666
1667#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
1668{if $sip_transport_6 == 'udp'}account.6.transport = 0{/if}
1669{if $sip_transport_6 == 'tcp'}account.6.transport = 1{/if}
1670{if $sip_transport_6 == 'tls'}account.6.transport = 2{/if}
1671{if $sip_transport_6 == 'dns srv'}account.6.transport = 3{/if}
1672
1673account.6.outbound_proxy.1.address = {$outbound_proxy_primary_6}
1674account.6.outbound_proxy.2.address = {$outbound_proxy_secondary_6}
1675account.6.outbound_proxy_enable = {if isset($outbound_proxy_primary_6)}1{else}0{/if}
1676
1677#Configure the address of the backup outbound proxy server.
1678account.6.backup_outbound_host =
1679
1680#Specify the port, the default value is 5060.
1681account.6.backup_outbound_port =
1682
1683#Configure the voice mail number of account 6.
1684voice_mail.number.6 =
1685
1686#Configure the proxy server to account 6.
1687account.6.proxy_require =
1688
1689#Enable or disable the use of the timer to periodically refresh the DNS-SRV query result; 0-Disabled (default), 1-Enabled;
1690#Require reboot;
1691account.6.srv_ttl_timer_enable =
1692
1693#Configure the type of DNS-SRV query; 0-UDP, TCP and TLS (default), 1-UDP, 2-TCP, 3-TLS;
1694#Require reboot;
1695account.6.dns_srv_type =
1696
1697#Enable or disable the anonymous call feature; 0-Disabled (default), 1-Enabled;
1698account.6.anonymous_call =
1699
1700#Configure the on code and off code of the anonymous call feature.
1701account.6.anonymous_call_oncode =
1702account.6.anonymous_call_offcode =
1703
1704#Enable or disable the reject anonymous call feature; 0-Disabled (default), 1-Enabled;
1705account.6.reject_anonymous_call =
1706
1707#Configure the on code and off code of the reject anonymous call feature.
1708account.6.anonymous_reject_oncode =
1709account.6.anonymous_reject_offcode =
1710
1711#Configure the SIP port for account 6, the default value is 5060.
1712account.6.sip_listen_port =
1713
1714#Configure the register expiry time (in seconds), the default value is 3600.
1715account.6.expires = {$register_expires_6}
1716
1717#Enable or disable the 100 reliable retransmission; 0-Disabled (default), 1-Enabled;
1718account.6.100rel_enable = {$yealink_retransmission}
1719
1720#Enable or disable the resource reservation; 0-Disabled (default), 1-Enabled;
1721account.6.precondition =
1722
1723#Enable or disable the phone to subscribe the register status; 0-Disabled (default), 1-Enabled;
1724account.6.subscribe_register =
1725
1726#Enable or disable the phone to subscribe the message waiting indicator; 0-Disabled (default), 1-Enabled;
1727account.6.subscribe_mwi = 0
1728
1729#Configure MWI subscribe expiry time (in seconds). It ranges from 0 to 84600, the default value is 3600.
1730account.6.subscribe_mwi_expires = 3600
1731
1732#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
1733account.6.cid_source = {$yealink_cid_source}
1734
1735#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
1736account.6.cp_source = 2
1737
1738#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
1739account.6.session_timer.enable = {$yealink_session_timer}
1740
1741#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
1742account.6.session_timer.expires =
1743
1744#Configure the session timer refresher; 0-Uac (default), 1-Uas;
1745account.6.session_timer.refresher =
1746
1747#Enable or disable the "user=phone"; 0-Disabled (default), 1-Enabled;
1748account.6.enable_user_equal_phone =
1749
1750#Specify whether to encrypt the SIP messages; 0-Disabled, 1-Forced, 2-Negotiated;
1751account.6.srtp_encryption =
1752
1753#Configure the RTP packet time. The valid values are 0 (Disabled), 10, 20 (default), 30, 40, 50, 60.
1754account.6.ptime =
1755
1756#Assign account 6 as shared line; 0-Disabled (default), 1-BSFT shared line, 2-Draft bridge line appearance;
1757{if isset($shared_line_6) }
1758account.6.shared_line = {$shared_line_6}
1759{else}
1760account.6.shared_line = 0
1761{/if}
1762
1763#Configure BLA number for account 6 and the subscribe period (in seconds). It ranges from 60 to 7200, the default value is 300.
1764account.6.bla_number =
1765account.6.bla_subscribe_period =
1766
1767#Enable or disable call pickup using dialog-info SIP header; 0-Disabled (default), 1-Enabled;
1768account.6.dialoginfo_callpickup =
1769
1770#Configure the directed and group pickup codes for account 6, the settings on a per-account basis take precedence over the settings on the phone.
1771account.6.group_pickup_code =
1772account.6.direct_pickup_code =
1773
1774#Enable or disable the auto answer feature; 0-Disabled (default), 1-Enabled;
1775account.6.auto_answer =
1776
1777#Enable or disable the phone to record the missed call; 0-Disabled, 1-Enabled (default);
1778account.6.missed_calllog =
1779
1780#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
1781account.6.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
1782
1783#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
1784account.6.register_mac =
1785account.6.register_line =
1786
1787#Configure the interval (in seconds) the phone retries to register when account 6 fails to register. It ranges from 0 to 1800, the default value is 30.
1788account.6.reg_fail_retry_interval =
1789
1790#Configure the conference type; 0-Local (default), 2-Network Conference;
1791account.6.conf_type =
1792
1793#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
1794account.6.conf_uri =
1795
1796#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
1797account.6.blf.blf_list_uri =
1798
1799#Configure the pickup code of BLF List.
1800account.6.blf_list_code =
1801
1802#Configure the bargein code.
1803account.6.blf_list_barge_in_code =
1804
1805#Configure the BLF subscribe period (in seconds), the default value is 1800.
1806account.6.blf.subscribe_period =
1807
1808#Configure the ACD subscribe period (in seconds). It ranges from 120 to 3600 (default).
1809account.6.subscribe_acd_expires = 3600
1810
1811#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
1812account.6.sip_server_type =
1813
1814#Enable or disable the phone to use the customized theme; 0-Disabled (default), 1-Enabled;
1815account.6.idle_screen_enable =
1816
1817#Define the access URL of the customized theme.
1818account.6.idle_screen_url =
1819
1820#Enable or disable the SIP signal encode; 0-Disabled (default), 1-Enabled (RC 4);
1821account.6.enable_signal_encode =
1822
1823#Configure the key for encoding.
1824account.6.signal_encode_key =
1825
1826#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
1827account.6.dtmf.type =
1828
1829#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
1830account.6.dtmf.dtmf_payload =
1831
1832#Configure the DTMF info type when using the SIP INFO; 0-Disabled (default), 1-DTMF-Relay, 2-DTMF, 3-Telephone-Event;
1833account.6.dtmf.info_type =
1834
1835#Enable or disable the phone to support the simplified SIP header; 0-Disabled (default), 1-Enabled;
1836account.6.compact_header_enable =
1837
1838#########################################################################
1839##                     NAT Settings                                    ##
1840#########################################################################
1841
1842#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
1843account.6.nat.nat_traversal =
1844
1845#Configure the STUN server address.
1846account.6.nat.stun_server =
1847
1848#Configure the STUN server port, the default value is 3478.
1849account.6.nat.stun_port =
1850
1851#Enable or disable the NAT keep-alive; 0-Disabled, 1-Enabled (default);
1852account.6.nat.udp_update_enable =
1853
1854#Specify the keep-alive interval (in seconds), the default value is 30.
1855account.6.nat.udp_update_time =
1856
1857#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
1858account.6.nat.rport = {$yealink_rport}
1859
1860#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
1861account.6.advanced.timer_t1 =
1862account.6.advanced.timer_t2 =
1863account.6.advanced.timer_t4 =
1864
1865#Assign a ringtone for account 6. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav, Ring8.wav.
1866#If you configure the custom ring tone (Family.wav) for the account, the value format is: Family.wav
1867#If you configure the system ring tone (Ring2.wav) for the account, the value format is: Ring2.wav
1868account.6.ringtone.ring_type =
1869
1870#Enable or disable the phone to display the picture when receiving the specified SIP message; 0-Disabled, 1-Enabled (default);
1871account.6.picture_info_enable =
1872
1873#Audio codecs for account6 (Y ranges from 1 to 13).
1874#account.6.codec.Y.enable =
1875#account.6.codec.Y.payload_type =
1876#account.6.codec.Y.priority =
1877#account.6.codec.Y.rtpmap =
1878
1879account.6.codec.1.enable = 1
1880account.6.codec.1.payload_type = PCMU
1881account.6.codec.1.priority = 1
1882account.6.codec.1.rtpmap = 0
1883
1884account.6.codec.2.enable = 1
1885account.6.codec.2.payload_type = PCMA
1886account.6.codec.2.priority = 2
1887account.6.codec.2.rtpmap = 8
1888
1889account.6.codec.3.enable = 0
1890account.6.codec.3.payload_type = G723_53
1891account.6.codec.3.priority =4
1892account.6.codec.3.rtpmap = 4
1893
1894account.6.codec.4.enable = 0
1895account.6.codec.4.payload_type = G723_63
1896account.6.codec.4.priority = 0
1897account.6.codec.4.rtpmap = 4
1898
1899account.6.codec.5.enable = 1
1900account.6.codec.5.payload_type = G729
1901account.6.codec.5.priority = 3
1902account.6.codec.5.rtpmap = 18
1903
1904account.6.codec.6.enable = 1
1905account.6.codec.6.payload_type = G722
1906account.6.codec.6.priority = 4
1907account.6.codec.6.rtpmap = 9
1908
1909account.6.codec.7.enable =
1910account.6.codec.7.payload_type =
1911account.6.codec.7.priority =
1912account.6.codec.7.rtpmap =
1913
1914account.6.codec.8.enable = 0
1915account.6.codec.8.payload_type = G726-16
1916account.6.codec.8.priority = 0
1917account.6.codec.8.rtpmap = 112
1918
1919account.6.codec.9.enable = 0
1920account.6.codec.9.payload_type = G726-24
1921account.6.codec.9.priority = 0
1922account.6.codec.9.rtpmap = 102
1923
1924account.6.codec.10.enable = 0
1925account.6.codec.10.payload_type = G726-32
1926account.6.codec.10.priority = 0
1927account.6.codec.10.rtpmap = 2
1928
1929account.6.codec.11.enable = 0
1930account.6.codec.11.payload_type = G726-40
1931account.6.codec.11.priority = 0
1932account.6.codec.11.rtpmap = 104
1933
1934account.6.codec.12.enable = 0
1935account.6.codec.12.payload_type = iLBC_13_3
1936account.6.codec.12.priority = 0
1937account.6.codec.12.rtpmap = 97
1938
1939account.6.codec.13.enable = 0
1940account.6.codec.13.payload_type = iLBC_15_2
1941account.6.codec.13.priority = 0
1942account.6.codec.13.rtpmap = 97
1943
1944#######################################################################################
1945##                             Call Forward                                          ##
1946#######################################################################################
1947
1948#Enable or disable the always forward; 0-Disabled (default), 1-Enabled;
1949forward.always.enable =
1950
1951#Configure the target number that the phone will forward the call to.
1952forward.always.target =
1953
1954#Configure the on code and off code to always forward.
1955forward.always.on_code =
1956forward.always.off_code =
1957
1958#Enable or disable the busy forward; 0-Disabled (default), 1-Enabled;
1959forward.busy.enable =
1960forward.busy.target =
1961forward.busy.on_code =
1962forward.busy.off_code =
1963
1964#Enable or disable the no answer forward; 0-Disabled (default), 1-Enabled;
1965#Configure the waiting ring times before forwarding. It ranges from 0 to 20, the default value is 10.
1966forward.no_answer.enable =
1967forward.no_answer.target =
1968forward.no_answer.timeout =
1969forward.no_answer.on_code =
1970forward.no_answer.off_code =
1971
1972#Enable or disable the phone to forward the call to the international number (the prefix is 00); 0-Disabled (default), 1-Enabled;
1973forward.international.enable =
1974
1975#######################################################################################
1976##                             Line Key                                              ##
1977#######################################################################################
1978
1979#The x of the parameter "linekey.x.line" ranges from 1 to 6.
1980#The default value equals to the value of x. For example, the default value of the parameter "linekey.1.line" is 1.
1981#linekey.x.lable--Define the label for each line key.
1982
1983{foreach $keys['line'] as $row}
1984
1985#Configure Line Key {$row.device_key_id}
1986linekey.{$row.device_key_id}.line = {$row.device_key_line}
1987linekey.{$row.device_key_id}.value = {$row.device_key_value}
1988linekey.{$row.device_key_id}.pickup_value = {$row.device_key_extension}
1989linekey.{$row.device_key_id}.type = {$row.device_key_type}
1990linekey.{$row.device_key_id}.xml_phonebook =
1991linekey.{$row.device_key_id}.label = {$row.device_key_label}
1992
1993
1994{/foreach}
1995
1996