Also hier die Systemdaten:
Asterisk Ver. 11.3.0
FreePBX 2.11.0.23
Skinny Client Control Protocol (SCCP). Release: 4.1.1 STABLE
[patch] Presence subscription for Cisco SIP phone
Das ganze läuft auf einem Raspberry PI. (http://www.raspberry-asterisk.org/)
sccp.conf
sccp_extensions.conf
sccp_hardware.conf
CLI
Vielleicht habe ich etwas übersehen? Ich muss dazu sagen, dass ich im Zusammenhang mit Asterisk noch kein Experte bin. Die SIP-Endgeräte funktionieren alle einwandfrei. Mit den 7921, die nur SCCP unterstützen, hatte ich noch keinen Erfolg.
Würde mich über alle Hinweise freuen. Danke!
Asterisk Ver. 11.3.0
FreePBX 2.11.0.23
Skinny Client Control Protocol (SCCP). Release: 4.1.1 STABLE
[patch] Presence subscription for Cisco SIP phone
Das ganze läuft auf einem Raspberry PI. (http://www.raspberry-asterisk.org/)
sccp.conf
Code:
;=========================================================================================
;
; general definitions
;
;=========================================================================================
[general]
servername = FreePbxSCCP
keepalive = 60
debug = 1
context = from-internal-xfer
dateformat = M.D.YA
bindaddr = 192.168.100.50
port = 2000
disallow=all
allow=alaw
allow=ulaw
allow=gsm
firstdigittimeout = 16
digittimeout = 2
autoanswer_ring_time = 1
autoanswer_tone = 0x32
remotehangup_tone = 0x32
transfer_tone = 0
callwaiting_tone = 0x2d
musicclass=default
language=en
deny=0.0.0.0/0.0.0.0
permit=192.168.100.50/255.255.255.0
dnd = on
sccp_tos = 0x68
sccp_cos = 4
audio_tos = 0xB8
audio_cos = 6
video_tos = 0x88
video_cos = 5
echocancel = on
silencesuppression = off
private = on
callanswerorder=oldestfirst
hotline_enabled=yes ;can devices without configuration register
hotline_context=default ; context for hotline
hotline_extension=250 ; extension will be dialed on offHook
;=========================================================================================
;
; include files
;
;=========================================================================================
#include sccp_hardware.conf
#include sccp_extensions.conf
sccp_extensions.conf
Code:
[121]
id = 1000
type = line
pin = 1234
label = 3rd Fl. Bedroom
description = 7921
mailbox = 121
cid_name = 3rd Fl. Bedroom
cid_num = 121
accountcode=
callgroup=
pickupgroup=
;amaflags =
context = from-internal
incominglimit = 2
transfer = on
vmnum = *97
meetme = on
meetmeopts = qxd
meetmenum = 500
trnsfvm = *98
secondary_dialtone_digits = 9
secondary_dialtone_tone = 0x22
musicclass=default
language=en
echocancel = on
silencesuppression = off
setvar=testvar2=my value
dnd = on
sccp_hardware.conf
Code:
[SEP5475D0140AAC]
description = 3rd Fl. Bedroom
addon =
devicetype = 7921
park = on
button = line, 121 ; Assign Line 98011 to Device
;button = line, empty ; Assign an Empty Line
cfwdall = off
type = device
keepalive = 60
;tzoffset = +2
transfer = on
park = on
cfwdall = off
cfwdbusy = off
cfwdnoanswer = off
directed_pickup = on
directed_pickup_context = from-internal-xfer
directed_pickup_modeanswer = on
dtmfmode = inband
deny=0.0.0.0/0.0.0.0
permit=192.168.100.0/255.255.255.0
dndFeature = on
directrtp=off
earlyrtp = progress
private = on
mwilamp = on
mwioncall = off
setvar=testvar=value
cfwdall = on
CLI
Code:
Skinny Client Control Protocol (SCCP). Release: 4.1.1 STABLE - unknown (built by 'root' on '2013-09-16 19:59:46 UTC')
[2014-02-20 14:34:01] WARNING[3108]: channel.c:5313 set_format: Unable to find a codec translation path from (nothing) to (alaw)
[2014-02-20 14:34:01] WARNING[3108]: channel.c:5313 set_format: Unable to find a codec translation path from (nothing) to (alaw)
== |ignore |exists |can match |match more|
== | no | no |yes |yes |
== +==============================================+
== |ignore |exists |can match |match more|
== | no |yes |yes |yes |
== +==============================================+
== |ignore |exists |can match |match more|
== | no |yes |yes |yes |
== +==============================================+
== |ignore |exists |can match |match more|
== | no |yes |yes |yes |
== +==============================================+
[2014-02-20 14:34:06] WARNING[3109][C-00000000]: app_dial.c:2437 dial_exec_full: Unable to create channel of type 'SIP' (cause 20 - Subscriber absent)
raspbx*CLI>
Disconnected from Asterisk server
Asterisk cleanly ending (0).
Executing last minute cleanups
Vielleicht habe ich etwas übersehen? Ich muss dazu sagen, dass ich im Zusammenhang mit Asterisk noch kein Experte bin. Die SIP-Endgeräte funktionieren alle einwandfrei. Mit den 7921, die nur SCCP unterstützen, hatte ich noch keinen Erfolg.
Würde mich über alle Hinweise freuen. Danke!
Zuletzt bearbeitet: