Доброго времени суток, который день пытаюсь привязать номер к клавишам быстрого набора, но ничего не получается. http://www.voip-info.org/wiki/view/Adding+support+of+Cisco+7931+to+Chan_sccp, и ещё в ряде сайтов - черпал информацию, но не выходит "каменный цветок", прошивка телефона и локализация последних версий. Как это сделать, если можно с подробным описанием, проблема вроде не велика, а ничего не выходит.
первый пример http://sourceforge.net/p/chan-sccp-b/wiki/setup%20sccp.conf/
sccp.conf
[SEPB862xxxxxx]
description = xxxxxxxxx
devicetype = 7931
park = off
button = speeddial, IT, xxx;(Extension)
button = line, xxx
button = speeddial, Secretar, xxx
cfwdall = off
type = device
keepalive = 60
transfer = on
park = on
cfwdall = off
cfwdbusy = off
cfwdnoanswer = off
directed_pickup = on
directed_pickup_context = default
directed_pickup_modeanswer = on
deny=0.0.0.0/0.0.0.0
permit=xxx/xxx ;(ip и маска астериска)
dndFeature = on
dnd = off
directrtp=off
earlyrtp = progress
private = on
mwilamp = on
mwioncall = off
setvar=testvar=value
cfwdall = on
[line xxx]
...
второй http://www.voip-info.org/wiki/view/Adding+support+of+Cisco+7931+to+Chan_sccp
[devices]
type = 7931 ;device type (see below)
autologin = xxx ;lines list. You can add an empty line for an empty button (7960, 7970, 7940, 7920)
description = Service ;internal description. Not important
keepalive = 60 ;set 0 to disable the keepalive check.
tzoffset = 0
transfer = on ;enable or disable the transfer capability. It does remove the transfer softkey
park = off
;speeddial = ; Enpty(если я не ошибаюсь опечатка автора) - not assign button
speeddial = xxx,IT,xxx@hint-context ; Extention - speeddial extention, Name - name, that will be on phone display, Hint - Hint-extenntion i'm use spetial context for hints
cfwdall = on ;activate the callforward stuff and softkeys
cfwdbusy = on
dtmfmode = outofband ;inband or outofband. outofband is the native cisco dtmf tone play. Some phone model does not play dtmf tones while connected (bug?), so the default is inband
imageversion = SCCP31.9-4-2SR1-1S;useful to upgrade old firmwares (the ones that do not load *.xml from the tftp server)
dnd = on ;turn on the dnd softkey for this device. Valid values are "off", "on" (busy signal), "reject" (busy signal)
trustphoneip = no ;The phone has a ip address. It could be private, so if the phone is behind NAT we don't have to trust the phone ip address, but the ip address of the connection. The audio strem will be open in the progress and connected state.
private = on ;permit the private function softkey for this device
mwilamp = on ;Set the MWI lamp style when MWI active to on, off, wink, flash or blink
mwioncall = on ;Set the MWI on call.
device => SEPB862xxxxxxx
Это последние примеры что сохранились
mysql> select * from buttonconfig limit 2;
| device | instance | type | name | options |
| SEPXXXXXXXXXXXX | 2 | line | 1111 | PUPKIN V.V. |
| SEPXXXXXXXXXXXX | 1 | speeddial | CONFERENCE | 2222 |
Задан: Dec 28 '15
Просмотрен: 561 раз
Обновлен: Dec 28 '15
Проект компании "АТС Дизайн"
Asterisk® и Digium® являются зарегистрированными торговыми марками компании
Digium, Inc., США.
IP АТС Asterisk распространяется под лицензией
GNU GPL.
А настроить по вышеприведенной инструкции?
zzuz (Dec 28 '15)editНеужели я бы беспокоил, если бы не пытался настроить сам. Не выходит. кнопки быстрого набора не активируются. где-то допускаю ошибку или в тексте конфига у автора ошибочка, может есть кусок рабочей конфигурации выложите пожалуйста с кратким описанием функций.
ArthurT (Dec 28 '15)edit"Неужели я бы беспокоил, если бы не пытался настроить сам. " - да, так все и делают. Те кто действительно что-то пытаются , приводят примеры своих попыток.
zzuz (Dec 28 '15)editzzuz спасибо за форматирование текста сообщения в читабельный вид, наверно проблема не в конфигах(или не только в них), а в самом аппарате, требуется дополнительная настройка (назначения кнопок).
ArthurT (Dec 29 '15)editВсем спасибо, вышел "каменный цветок", решение проблемы здесь: http://sourceforge.net/p/chan-sccp-b/wiki/Button%20Configuration/.
ArthurT (Dec 29 '15)editДа sccp.conf не верные(для меня), надо работать со своим рабочим конфигом, но при этом телефоны по Sccp работали без нареканий, почему пойму с накопленным опытом.
ArthurT (Dec 29 '15)edit