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