Hello, I have one problem and need some advice.
I use openSUSE 11.3 x86_64 with an AVM Fritz!PCI passiv card and installed asterisk 1.61 but my kernel 2.6.34.7-0.7 doesn’t support mISDN kernel module driver. Because I installed capi, fcpci and some other drivers that I can use asterisk capi. Capi is works.
linux-khnp:~ # 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
64 kbit/s with HDLC framing
64 kbit/s bit-transparent operation
V.110 asynconous operation with start/stop byte framing
V.110 synconous operation with HDLC framing
T.30 modem for fax group 3
Modem asyncronous operation with start/stop byte framing
B2 protocols support: 0x00000b1b
ISO 7776 (X.75 SLP)
Transparent
LAPD with Q.921 for D channel X.25 (SAPI 16)
T.30 for fax group 3
ISO 7776 (X.75 SLP) with V.42bis compression
V.120 asyncronous mode
V.120 bit-transparent mode
B3 protocols support: 0x800000bf
Transparent
T.90NL, T.70NL, T.90
ISO 8208 (X.25 DTE-DTE)
X.25 DCE
T.30 for fax group 3
T.30 for fax group 3 with extensions
Modem
0100
0200
39000000
1f010040
1b0b0000
bf000080
00000000 00000000 00000000 00000000 00000000 00000000
01000001 00020000 00000000 00000000 00000000
Supplementary services support: 0x000003ff
Hold / Retrieve
Terminal Portability
ECT
3PTY
Call Forwarding
Call Deflection
MCID
CCBS
linux-khnp*CLI> capi info
Common ISDN API Driver (1.1.4) www.chan-capi.org
Contr1: 2 B channels total, 2 B channels free.
My problem is that I can’t add an custom trunk to asterisk. I add to extensions.conf
[globals]
CONSOLE = Console/dsp ; Console interface for demo
;CONSOLE=DAHDI/1
;CONSOLE=Phone/phone0
IAXINFO = guest ; IAXtel username/password
;IAXINFO=myuser:mypass
;TRUNK=DAHDI/G2 ; Trunk interface
TRUNK = CAPI/Contr1
but asterisk can’t recognize it. What is maybe the problem?
Thanks
sipi