Страница 1 из 1

Как подключить cisco 7965G к астериск по SCCP?

Добавлено: 15 окт 2012, 03:22
sunrise333
Собственно сам вопрос.
На вопрос почему не SIP? Отвечаю, с ним ещё две консоли 7916.
В наличии Asterisk 1.6 к нему прикручены 7912 и 7960 по SCCP всё работает.
И наверное больше вопрос к Ded т.к. в своё время не получалось прошить тел 7965G.
Я прошил его поэтапно сейчас стоит прошивка SCCP45.8-5-4S. Но если до этого он цеплялся к астериску, то сейчас я вижу, что он SEP0022555D5CA2.cnf.xml тянет но не регистрируется на астере.
В Статусе на теле пишет ErrorVerifying Confug info.
SEP0022555D5CA2.cnf.xml

Код: Выделить всё

<device>
        <devicePool>
                <callManagerGroup>
                        <members>
                                <member  priority="0">
                                        <callManager>
                                                <ports>
                                                        <ethernetPhonePort>2000</ethernetPhonePort>
                                                </ports>
                                                <processNodeName>192.168.1.100</processNodeName>
                                        </callManager>
                                </member>
                        </members>
                </callManagerGroup>
        </devicePool>
        <versionStamp></versionStamp>
        <fullConfig>true</fullConfig>
        <deviceProtocol>SCCP</deviceProtocol>
        <sshUserId></sshUserId>
        <sshPassword>1</sshPassword>
        <loadInformation></loadInformation>
        <addOnModules>

           <addOnModule idx="1">

           <loadInformation>B016-1-0-4</loadInformation>

           </addOnModule>

        </addOnModules>
        <userLocale>
            <name>Russian_Russian_Federation</name>
            <langCode>ru_RU</langCode>

            <version>8.5.1.1000-1</version>

            <winCharSet>utf-8</winCharSet>
        </userLocale>
        <networkLocale>Russian_Federation</networkLocale>
        <idleTimeout>0</idleTimeout>
        <authenticationURL>100@192.168.1.100</authenticationURL>
        <directoryURL></directoryURL>
        <servicesURL></servicesURL>
        <idleURL></idleURL>
        <informationURL></informationURL>
        <messagesURL></messagesURL>
        <proxyServerURL>192.168.1.100</proxyServerURL>
        <servicesURL></servicesURL>
</device>
sccp.conf

Код: Выделить всё

[general]
servername = Vityaz-Avto
keepalive = 60
debug = 1
context = from-internal
dateFormat = D.M.Y
bindaddr = 0.0.0.0
port = 2000
disallow=all
allow=g729
allow=alaw
allow=ulaw
firstdigittimeout = 16
digittimeout = 8
autoanswer_ring_time = 1
autoanswer_tone = 0x32
remotehangup_tone = 0x32
transfer_tone = 0
callwaiting_tone = 0x2d
musicclass=default
language=ru
deny=0.0.0.0/0.0.0.0
permit=0.0.0.0/0.0.0.0
dnd = on
echocancel = on
silencesuppression = off
trustphoneip = no
sccp_tos = 0x68
sccp_cos = 4
audio_tos = 0xB8
audio_cos = 6
video_tos = 0x88
video_cos = 5
private = on
callanswerorder=oldestfirst
protocol=11

;hotline_enabled=yes
;hotline_context=default
;hotline_extension=911


;=========================================================================================
;
; device template definitions
;
;=========================================================================================
[defaultdevice](!)
type = device
keepalive = 60
tzoffset = 0
transfer = on
park = on
cfwdall = off
cfwdbusy = off
cfwdnoanswer = off
pickupexten = off
pickupcontext = sccp
pickupmodeanswer = on
dtmfmode = inband
imageversion = P00405000700
deny=0.0.0.0/0.0.0.0
permit=0.0.0.0/0.0.0.0
dnd = on
trustphoneip = no
nat = off
directrtp=on
earlyrtp = none
private = on
mwilamp = on
mwioncall = off
setvar=testvar=value

[7912](!,defaultdevice)
devicetype = 7912
transfer = off
park = on
cfwdall = on

[7914](!,defaultdevice)
devicetype = 7914
transfer = off
park = on
cfwdall = on
mwioncall = on

[7940](!,defaultdevice)
devicetype = 7940
transfer = off
park = on
cfwdall = on

[7960](!,defaultdevice)
devicetype = 7960
park = off
cfwdall = on

[7965](!,defaultdevice)
devicetype = 7965
park = off
cfwdall = on

[7970](!,7960)                                          ; add to 7960 device template and create new template named 7970
devicetype = 7970                                       ; device type (see below)
;button = speeddial,Helpdesk, 911, 911@hint             ; Add SpeedDial to Helpdesk
private = on                                            ; permit the private function softkey for this device
privacy = off                                           ; full = disable hints notification on devices, on = hints showed depending on private key, off = hints always s
howed
mwilamp = blink                                         ; Set the MWI lamp style when MWI active to on, off, wink, flash or blink
mwioncall = on                                          ; Set the MWI on call.

[7985](!,7970)                                          ; add to 7960 device template and create new template named 7970
devicetype = 7985                                       ; device type (see below)
;button = speeddial,Helpdesk, 911, 911@hint             ; Add SpeedDial to Helpdesk
private = on                                            ; permit the private function softkey for this device
privacy = no                                            ; full = disable hints notification on devices, on = hints showed depending on private key, off = hints always s
howed
mwilamp = blink                                         ; Set the MWI lamp style when MWI active to on, off, wink, flash or blink
mwioncall = on                                          ; Set the MWI on call.


;=========================================================================================
;
; line template definitions
;
;=========================================================================================
[defaultline](!)
type = line
context = from-internal
incominglimit = 2
transfer = on
vmnum = 600
meetmenum = 700

trnsfvm = 1000
secondary_dialtone_digits = 9
secondary_dialtone_tone = 0x22
musicclass=default
language=ru
audio_tos = 0xB8
audio_cos = 6
video_tos = 0x88
video_cos = 5
echocancel = on
silencesuppression = off

;=========================================================================================
;
; actual definitions
;
;=========================================================================================

[SEP0022555D5CA2](7965)
description = Redkin7965
addon = 7916
button = line, 100
button = speeddial, Vakhta, 169, 169@hint
button = speeddial, Fedorova, 103, 103@hint
button = speeddial, Sukhomlinov, 102, 102@hint
button = speeddial, Teplukhin, 141, 141@hint
button = speeddial, Khazov, 161, 161@hint
button = speeddial, Tarasov, 121, 121@hint
button = speeddial, ▒▒▒▒▒▒▒▒▒, 125, 125@hint
button = speeddial, ▒▒▒▒▒▒▒▒, 129, 129@hint
button = speeddial, ▒▒▒▒▒▒▒▒, 131, 131@hint
button = speeddial, ▒▒▒▒▒▒▒▒, 132, 132@hint
button = speeddial, ▒▒▒▒▒▒▒▒▒▒, 124, 124@hint
button = speeddial, ▒▒▒▒▒▒▒▒▒, 123, 123@hint
button = speeddial, ▒▒▒▒▒▒▒▒, 143, 143@hint
button = speeddial, ▒▒▒▒▒▒▒▒, 100, 100@hint
button = speeddial, ▒▒▒▒▒▒▒▒, 145, 145@hint
button = speeddial, ▒▒▒▒▒▒▒▒▒, 146, 146@hint
button = speeddial, ▒▒▒▒▒▒▒, 148, 148@hint
button = speeddial, ▒▒▒▒▒▒▒▒, 149, 149@hint
button = speeddial, ▒▒▒▒▒▒▒▒, 151, 151@hint
button = speeddial, ▒▒▒▒▒, 163, 163@hint
button = speeddial, ▒▒▒▒▒▒▒▒▒▒▒, 164, 164@hint
button = speeddial, ▒▒▒▒▒, 168, 168@hint
button = speeddial, ▒▒▒▒▒▒▒▒▒▒▒, 165, 165@hint
button = speeddial, ▒▒, 171, 171@hint
button = speeddial, ▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒, 211, 211@hint
button = speeddial, ▒▒▒▒▒▒▒▒, 212, 212@hint
button = speeddial, ▒▒▒▒▒▒▒▒▒, 213, 213@hint
button = speeddial, ▒▒▒▒▒, 221, 221@hint
button = speeddial, ▒▒▒▒▒▒▒▒, 501, 501@hint
button = speeddial, ▒▒▒▒▒, 311, 311@hint
button = speeddial, ▒▒▒▒▒▒▒, 312, 312@hint
button = speeddial, ▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒, 251, 251@hint

Re: Как подключить cisco 7965G к астериск по SCCP?

Добавлено: 15 окт 2012, 23:22
ded
SEP0022555D5CA2.cnf.xml неверный синтаксис, для SCCP другой.

Re: Как подключить cisco 7965G к астериск по SCCP?

Добавлено: 16 окт 2012, 02:27
sunrise333
А верный подскажете ?

Re: Как подключить cisco 7965G к астериск по SCCP?

Добавлено: 16 окт 2012, 05:30
sunrise333
ded Спасибо Вам большое. Не даёте засохнуть мозгам :)
Может кому пронадобится:
тел 7965G через WEB интерфейс отдаёт достаточно подробные логи из них стало понятно,
что в моём SEP<mac>.cnf.xml файле ошибки и указано в каких строках, конкретно у меня дважды указана:

Код: Выделить всё

<servicesURL></servicesURL>
Исправил, заработало на ура, подхватило локаль.
Начинаем секас с консолями.

Re: Как подключить cisco 7965G к астериск по SCCP?

Добавлено: 15 ноя 2012, 09:45
mvi
sunrise333 писал(а):На вопрос почему не SIP? Отвечаю, с ним ещё две консоли 7916.
Тоже недавно озадачились проблемой подключения телефонов 7975 с панелями 7916 к астериску 1.8. Однако удалось подключить их по SIP протоколу. Вначале подцепили по sccp, но наткнувшись на SOLVED Cisco 7914 using SIP попробовал на наших 7975 - сработало.