Hallo.
Ich bin noch recht neu auf dem Gebiet, darum bitte ein bissel Nachsicht.
Mein Asterisk 1.2.1 möchte sich nicht so recht dazu bewegen lassen, Anrufe die via ISDN (CAPI, AVM Fritz PCI, P2MP-Anschluss) anzunehmen.
Die Tipps hier im Forum habe ich alle durch, daher hier mal der CAPI-Debug-Log:
Vielleicht noch meine capi.conf:
Und der wichtige Teil in der extensions.conf:
Danke schonmal.
Ciao, Haemmi.
Ich bin noch recht neu auf dem Gebiet, darum bitte ein bissel Nachsicht.

Mein Asterisk 1.2.1 möchte sich nicht so recht dazu bewegen lassen, Anrufe die via ISDN (CAPI, AVM Fritz PCI, P2MP-Anschluss) anzunehmen.
Die Tipps hier im Forum habe ich alle durch, daher hier mal der CAPI-Debug-Log:
Code:
CONNECT_IND ID=002 #0x00b1 LEN=0046
Controller/PLCI/NCCI = 0x101
CIPValue = 0x1
CalledPartyNumber = <c1>120xxxx
CallingPartyNumber = <21 81>7117216216
CalledPartySubaddress = default
CallingPartySubaddress = default
BC = <80 90 a3>
LLC = default
HLC = default
AdditionalInfo = default
-- CONNECT_IND (PLCI=0x101,DID=120xxxx,CID=7117216216,CIP=0x1,CONTROLLER=0x1)
> ISDN: msn='120xxxx' DNID='120xxxx' MSN
== ISDN: Incoming call '07117216216' -> '120xxxx'
CONNECT_RESP ID=002 #0x00b1 LEN=0034
Controller/PLCI/NCCI = 0x101
Reject = 0x1
BProtocol
B1protocol = 0x0
B2protocol = 0x0
B3protocol = 0x0
B1configuration = default
B2configuration = default
B3configuration = default
GlobalConfiguration = default
ConnectedNumber = default
ConnectedSubaddress = default
LLC = default
AdditionalInfo
BChannelinformation = default
Keypadfacility = default
Useruserdata = default
Facilitydataarray = default
SendingComplete = default
INFO_IND ID=002 #0x00b2 LEN=0017
Controller/PLCI/NCCI = 0x101
InfoNumber = 0x1e
InfoElement = <81 83>
INFO_RESP ID=002 #0x00b2 LEN=0012
Controller/PLCI/NCCI = 0x101
-- ISDN: info element PI 81 83
> ISDN: Origination is non ISDN
INFO_IND ID=002 #0x00b3 LEN=0023
Controller/PLCI/NCCI = 0x101
InfoNumber = 0x70
InfoElement = <c1>120xxxx
INFO_RESP ID=002 #0x00b3 LEN=0012
Controller/PLCI/NCCI = 0x101
-- ISDN: info element CALLED PARTY NUMBER
> ISDN: INFO_IND DID digits not used in this state.
INFO_IND ID=002 #0x00b4 LEN=0016
Controller/PLCI/NCCI = 0x101
InfoNumber = 0x18
InfoElement = <89>
INFO_RESP ID=002 #0x00b4 LEN=0012
Controller/PLCI/NCCI = 0x101
-- ISDN: info element CHANNEL IDENTIFICATION 89
INFO_IND ID=002 #0x00b5 LEN=0016
Controller/PLCI/NCCI = 0x101
InfoNumber = 0xa1
InfoElement = <a1>
INFO_RESP ID=002 #0x00b5 LEN=0012
Controller/PLCI/NCCI = 0x101
-- ISDN: info element Sending Complete
== ISDN: pbx already started on channel CAPI/ISDN/120xxxx-3
DISCONNECT_IND ID=002 #0x00b8 LEN=0014
Controller/PLCI/NCCI = 0x101
Reason = 0x0
DISCONNECT_RESP ID=002 #0x00b8 LEN=0012
Controller/PLCI/NCCI = 0x101
-- ISDN: DISCONNECT_IND on incoming without pbx, doing hangup.
== ISDN: CAPI Hangingup
== ISDN: Interface cleanup PLCI=0x101
> CAPI devicestate requested for ISDN/120xxxx
Vielleicht noch meine capi.conf:
Code:
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
language=de
; interface sections ...
[ISDN]
isdnmode=MSN
incomingmsn = 120xxxx ;ISDN Amt
;incomingmsn = *
group = 1
immediate = yes
controller = 1
softdmf = on
relaxdtmf = on
accountcode =
context = incoming
immediate = yes
echocancelold = yes
devices = 2
Und der wichtige Teil in der extensions.conf:
Code:
[incoming]
exten => s,1,Answer( )
exten => s,2,Playback(hello-world)
exten => s,3,Hangup( )
Danke schonmal.
Ciao, Haemmi.
Zuletzt bearbeitet: