[Asterisk-Users] chan-sccp problem, phone is not registering
Remco Barende
asterisk at barendse.to
Wed Nov 17 12:21:32 MST 2004
Hi list!
I'm trying to configure the Kirk IP 600 wireless (DECT) system. The
wireless phones are regular DECT phones, the Kirk IP 600 is doing the voip
part by registering/gatewaying the phones to a callmanager server.
The phones do not work and I think the problem is that they do not
register at asterisk but I'm not sure because I don't understand a thing
of the sccp/skinny protocol. The manual of the IP600 describes the setup
with call manager and claims compatibility with the Cisco 7940 phone:
http://www.kirktelecom.com/KIRK%20System%20600%20IP%20Users%20Guide%201.2.pdf
The manual states that 'the wireless system supports automatic
registration' in the paragraph about registration of the users on the
callmanager.
Here's my setup:
First I disabled skinny by putting noload=chan_skinny.so in
/etc/asterisk/modules.conf
I switched from using skinny to chan_sccp from:
http://chan-sccp.sourceforge.net/
here's my sccp.conf file:
[general]
keepalive = 5
context = default
dateFormat = D-M-Y
bindaddr = 10.10.0.1
port = 2000
[SEP000770735049]
description = Z4040
type = 7940
context = intern
autologin = 105
[105]
id = 105
label = Z4040
callwaiting = 0
mailbox = 199
callerid = 105
In extensions.conf:
exten => 105,1,Dial(SCCP/105,30,tr)
exten => 105,2,Playback(invalid)
exten => 105,3,Hangup
exten => 105,102,Voicemail(199)
exten => 105,103,Hangup
At startup asterisk shows in the log :
Nov 17 20:02:13 NOTICE[16384]: SCCP channel driver up and running on
10.10.0.1:2000
Nov 17 20:02:13 NOTICE[16384]: SCCP listening on 10.10.0.1:2000
Which hopefully means that SCCP is working
There are no messages in the log other than:
Nov 17 20:10:20 NOTICE[229390]: Alarm Message: Severity: 2,
Name=SEP000770735049 [0/1711278602]
Nov 17 20:10:20 WARNING[229390]: Client sent IpPortMessage without first
registering.
Is this an error in my asterisk config or is there something wrong with my
config on the Kirk IP600??
Any help / input greatly appreciated.
More information about the asterisk-users
mailing list