Added yealinks t41-t46 cfg
This commit is contained in:
parent
38a193a976
commit
995e67a847
|
|
@ -0,0 +1,2 @@
|
||||||
|
mime_type => text/xml, text/plain
|
||||||
|
${TOLOWER(${MAC})}.cfg => yealink-t41-t46-tmpl.cfg
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
mime_type => text/xml, text/plain
|
||||||
|
;Replace mac(MAC)1(2) to device mac address (in lower and higher register)
|
||||||
|
;General cfg file
|
||||||
|
;static_file => r000000000056.cfg
|
||||||
|
;Dev1
|
||||||
|
static_file => mac1.cfg
|
||||||
|
static_file => MAC1.cfg
|
||||||
|
;Dev2
|
||||||
|
static_file => mac2.cfg
|
||||||
|
static_file => MAC2.cfg
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
#!version:1.0.0.1
|
||||||
|
|
||||||
|
### This file is the exported MAC-all.cfg.
|
||||||
|
|
||||||
|
account.1.auth_name = ${USERNAME}
|
||||||
|
account.1.display_name = ${USERNAME}
|
||||||
|
account.1.enable = 1
|
||||||
|
account.1.label = ${USERNAME}
|
||||||
|
account.1.sip_server.1.address = ${SERVER}
|
||||||
|
account.1.sip_server.1.port = ${SERVER_PORT}
|
||||||
|
account.1.sip_server.1.expires = 360
|
||||||
|
account.1.user_name = ${USERNAME}
|
||||||
|
account.1.password = ${SECRET}
|
||||||
|
lang.gui = Russian
|
||||||
|
lang.wui = Russian
|
||||||
|
local_time.ntp_server1 = ru.pool.ntp.org
|
||||||
|
local_time.ntp_server2 = cn.pool.ntp.org
|
||||||
|
### Static Configuration ###
|
||||||
|
static.auto_provision.power_on = 1
|
||||||
|
static.auto_provision.server.url = http://${SERVER}:8088/phoneprov
|
||||||
|
static.auto_provision.repeat.enable = 1
|
||||||
|
static.auto_provision.repeat.minutes = 720
|
||||||
|
### Remote Phonebook ###
|
||||||
|
#remote_phonebook.data.1.url = http://${SERVER}/ats_sip.xml
|
||||||
|
#remote_phonebook.data.1.name = Телефонная книга
|
||||||
Loading…
Reference in New Issue