Hi,
ich habe folgendes Problem.
Wenn sich mein Cisco 7912 bei Asterisk anmelden versucht erhalte ich folgenden Error
wenn ich denn code richtig verstehe versucht er sich an der Skinny Datei anzumelden. Diese habe ich aber, in der Modules.conf deaktivert.
Modules.conf
Hier meine sccp.conf
kann mir bitte jemand weiterhelfen, ich weiss nicht weiter.
Die Mac Adresse stimmt das habe mehre mal überprüft.
Mfg
Thomas
ich habe folgendes Problem.
Wenn sich mein Cisco 7912 bei Asterisk anmelden versucht erhalte ich folgenden Error
Code:
[Aug 11 00:22:38] ERROR[4044]: chan_skinny.c:2875 handle_register_message: Rejecting Device SEP0016471A635C: Device not found
[Aug 11 00:22:38] WARNING[4044]: chan_skinny.c:4172 get_input: Skinny Client sent less data than expected. Expected 4 but got 0.
wenn ich denn code richtig verstehe versucht er sich an der Skinny Datei anzumelden. Diese habe ich aber, in der Modules.conf deaktivert.
Modules.conf
Code:
;
; Asterisk configuration file
;
; Module Loader configuration file
;
[modules]
autoload=yes
[global]
chan_capi.so=yes
;
; Any modules that need to be loaded before the Asterisk core has been
; initialized (just after the logger has been initialized) can be loaded
; using 'preload'. This will frequently be needed if you wish to map all
; module configuration files into Realtime storage, since the Realtime
; driver will need to be loaded before the modules using those configuration
; files are initialized.
;
; An example of loading ODBC support would be:
;preload => res_odbc.so
;preload => res_config_odbc.so
;
; Uncomment the following if you wish to use the Speech Recognition API
;preload => res_speech.so
;
; If you want, load the GTK console right away.
; Don't load the KDE console since
; it's not as sophisticated right now.
;
noload => pbx_gtkconsole.so
;load => pbx_gtkconsole.so
noload => pbx_kdeconsole.so
;
load => res_musiconhold.so
;
; Load either OSS or ALSA, not both
; By default, load OSS only (automatically) and do not load ALSA
;
noload => chan_alsa.so
;noload => chan_oss.so
noload => pbx_ael.so
noload => chan_skinny.so
load => chan_sccp.so
load => chan_capi.so
Hier meine sccp.conf
Code:
[general]
keepalive = 30 ; IMPORTANT: 5secs. lead to trouble with
; 7960
context = internal
dateFormat = D.M.YA ; M-D-Y in any order (5 chars max)
bindaddr = 192.168.0.6 ; asterisk box.
port = 2000 ; listen on port 2000 (Skinny, default)
debug = 10
[devices]
type = 7912
description = Bedroom
tzoffset = 0
autologin = 6004
device => SEP0016471A635C
type = 7960
description = Office
tzoffset = 0
autologin = 6000
speeddial = 6001,6001,6001@internal
speeddial = 6004,6004,6004@internal
device => SEPxxxxxxxxxxxx
type = 7960
description = LivingRoom
tzoffset = 0
autologin = 6001
speeddial = 6000,6000,6000@internal
speeddial = 6004,6004,6004@internal
device => SEPxxxxxxxxxxxx
; This is an example config with multiple phones
; 08/2005 Stefan Gofferje
[lines]
id = 6000
pin = 1234
label = 6000
description = Office
context = client_int_unrestricted
callwaiting = 1
incominglimit = 2
mailbox = 1000
vmnum = 8500
cid_name = Office
cid_num = 6000
line => 6000
id = 6001
pin = 1234
label = 6001
description = LivingRoom
context = client_int_unrestricted
callwaiting = 1
incominglimit = 2
mailbox = 1000
vmnum = 8500
cid_name = Living Room
cis_num = 6001
line => 6001
id = 6004
pin = 1234
label = 6004
description = Bedroom
context = client_int_unrestricted
callwaiting = 1
incominglimit = 2
mailbox = 1000
vmnum = 8500
cid_name = Bedroom
cid_num = 6004
line => 6004
kann mir bitte jemand weiterhelfen, ich weiss nicht weiter.
Die Mac Adresse stimmt das habe mehre mal überprüft.
Mfg
Thomas