This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
sip_phone_digium_d40 [2017/05/11 09:39] val |
sip_phone_digium_d40 [2017/05/11 09:55] (current) val [SIP Phone Digium D40] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== SIP Phone Digium D40 ====== | ====== SIP Phone Digium D40 ====== | ||
| + | |||
| + | * [[https://habrahabr.ru/post/195778/|Smart BLF и сравнение IP телефона Digium D40]] | ||
| + | ===== Использование Provisioning ===== | ||
| + | |||
| + | * [[https://wiki.asterisk.org/wiki/display/DIGIUM/Provisioning]] | ||
| + | * [[https://wiki.asterisk.org/wiki/display/DIGIUM/XML+Configuration+1.4.0]] | ||
| <code> | <code> | ||
| # cat /var/www/html/000fd30611d3.cfg | # cat /var/www/html/000fd30611d3.cfg | ||
| + | </code><code> | ||
| <?xml version="1.0" ?> | <?xml version="1.0" ?> | ||
| <config> | <config> | ||
| - | <setting id="time_zone" value="Europe/Moscow" /> | ||
| <setting id="time_source" value="ntp" /> | <setting id="time_source" value="ntp" /> | ||
| <setting id="ntp_server" value="ntp.isp.un" /> | <setting id="ntp_server" value="ntp.isp.un" /> | ||
| + | <!-- <setting id="time_zone" value="Europe/Moscow" /> --> | ||
| + | <setting id="time_zone" value="Etc/GMT-3" /> | ||
| <accounts> | <accounts> | ||
| - | <account server_uuid="0" index="0" status="1" register="1" account_id="407" username="407" authname="407" password="dsf46dfg" passcode="dsf46dfg" line_label="407" caller_id="407" dial_plan="*xx|[1-4]xx|0xxxxx|8xxxxxxxxxx" outbound_proxy="" outbound_port="" conflict="replace"> | + | <account server_uuid="0" index="0" status="1" register="1" account_id="407" username="407" authname="407" password="dsf46dfg" passcode="tpassword407" line_label="407" caller_id="407" dial_plan="*xx|[1-4]xx|0xxxxx|8xxxxxxxxxx" outbound_proxy="" outbound_port="" conflict="replace"> |
| <host_primary server="192.168.X.10" port="5060" transport="udp" reregister="300" retry="25" num_retries="5" /> | <host_primary server="192.168.X.10" port="5060" transport="udp" reregister="300" retry="25" num_retries="5" /> | ||
| </account> | </account> | ||
| Line 15: | Line 23: | ||
| </config> | </config> | ||
| </code> | </code> | ||
| - | |||