Einfach zu doof.
Nach 2 Wochen intensiv lesen gebe ich gerade auf.
Ich will einen einfachen IVR mit Anbindung an MYSQL bauen.
Meine Karte ist AVM A1.
Installiert habe ich Asterisk 1.0.9-BRIstuffed-0.2.0-RC8n
out off the Box aus der SUSE 10.0 Distribution.
lspci:
02:0d.0 Network controller: AVM Audiovisuelles MKTG & Computer System GmbH A1 ISDN [Fritz] (rev 02)
capiinfo:
Number of Controllers : 1
Controller 1:
Manufacturer: AVM GmbH
CAPI Version: 2.0
Manufacturer Version: 3.11-07 (49.23)
Serial Number: 1000001
BChannels: 2
Global Options: 0x00000039
internal controller supported
DTMF supported
Supplementary Services supported
channel allocation supported (leased lines)
B1 protocols support: 0x4000011f
..................... >>
Supplementary services support: 0x000003ff
Hold / Retrieve
Terminal Portability
ECT
3PTY
Call Forwarding
Call Deflection
MCID
CCBS
lsmod:
lsmod | grep capi
capidrv 29108 1
isdn 134624 5 capidrv
capi 17600 4
kernelcapi 46240 3 capidrv,fcpci,capi
capifs 5768 2 capi
capi.conf:
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
[interfaces]
msn=5010
incomingmsn=*
controller=1
softdtmf=1
accountcode=
context=demo
devices=2
starten mit asterisk -vvvgc
bringt unter can_capi
[chan_capi.so] => (Common ISDN API for Asterisk)
== Parsing '/etc/asterisk/capi.conf': Found
== ast_capi_pvt(5010,*,demo,0,2) (1,2,64)
== ast_capi_pvt(5010,*,demo,0,2) (1,2,64)
-- listening on contr1 CIPmask = 0x1fff03ff
== Registered channel type 'CAPI' (Common ISDN API Driver (0.3.5) aLaw CVS HEAD)
== Parsing '/etc/asterisk/enum.conf': Found
== Parsing '/etc/asterisk/extconfig.conf': Found
== Parsing '/etc/asterisk/logger.conf': Found
Das Device scheint in Asterisk vorhanden zu sein wie mir
capi info in der Asterisk Console zeigt
*CLI> capi info
Contr1: 2 B channels total, 2 B channels free.
*CLI>
Keine Ahnung was da noch fehlt.
Der Context steht auf demo aber keinerlei Funktionen feststellbar.
Was ich auch versuche das Ding bleibt stumm.
capi debug >> bringt ebenfalls keinerlei Ausgaben auf der Console.
Nach 2 Wochen intensiv lesen gebe ich gerade auf.
Ich will einen einfachen IVR mit Anbindung an MYSQL bauen.
Meine Karte ist AVM A1.
Installiert habe ich Asterisk 1.0.9-BRIstuffed-0.2.0-RC8n
out off the Box aus der SUSE 10.0 Distribution.
lspci:
02:0d.0 Network controller: AVM Audiovisuelles MKTG & Computer System GmbH A1 ISDN [Fritz] (rev 02)
capiinfo:
Number of Controllers : 1
Controller 1:
Manufacturer: AVM GmbH
CAPI Version: 2.0
Manufacturer Version: 3.11-07 (49.23)
Serial Number: 1000001
BChannels: 2
Global Options: 0x00000039
internal controller supported
DTMF supported
Supplementary Services supported
channel allocation supported (leased lines)
B1 protocols support: 0x4000011f
..................... >>
Supplementary services support: 0x000003ff
Hold / Retrieve
Terminal Portability
ECT
3PTY
Call Forwarding
Call Deflection
MCID
CCBS
lsmod:
lsmod | grep capi
capidrv 29108 1
isdn 134624 5 capidrv
capi 17600 4
kernelcapi 46240 3 capidrv,fcpci,capi
capifs 5768 2 capi
capi.conf:
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
[interfaces]
msn=5010
incomingmsn=*
controller=1
softdtmf=1
accountcode=
context=demo
devices=2
starten mit asterisk -vvvgc
bringt unter can_capi
[chan_capi.so] => (Common ISDN API for Asterisk)
== Parsing '/etc/asterisk/capi.conf': Found
== ast_capi_pvt(5010,*,demo,0,2) (1,2,64)
== ast_capi_pvt(5010,*,demo,0,2) (1,2,64)
-- listening on contr1 CIPmask = 0x1fff03ff
== Registered channel type 'CAPI' (Common ISDN API Driver (0.3.5) aLaw CVS HEAD)
== Parsing '/etc/asterisk/enum.conf': Found
== Parsing '/etc/asterisk/extconfig.conf': Found
== Parsing '/etc/asterisk/logger.conf': Found
Das Device scheint in Asterisk vorhanden zu sein wie mir
capi info in der Asterisk Console zeigt
*CLI> capi info
Contr1: 2 B channels total, 2 B channels free.
*CLI>
Keine Ahnung was da noch fehlt.
Der Context steht auf demo aber keinerlei Funktionen feststellbar.
Was ich auch versuche das Ding bleibt stumm.
capi debug >> bringt ebenfalls keinerlei Ausgaben auf der Console.