Advertisement
Guest User

Untitled

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