[Asterisk-Users] Re: chan_capi and asterisk
Nenad Radosavljevic
nenadr at deltaplan.co.yu
Fri Feb 11 07:14:07 MST 2005
Try to check if you have /dev/capi20 ?
If not, you can create it with:
mknod /dev/capi20 c 68 0
chown root.dialout /dev/capi20
chmod 660 /dev/capi20
That worked for me on one instalation (Debian Sarge) that somehow finished
without making /dev/capi20.
Regards,
Nenad Radosavljevic
> Message: 11
> Date: Fri, 11 Feb 2005 13:55:30 +0000
> From: "Anabela Abreu" <anabela at 3gnt.net>
> Subject: [Asterisk-Users] chan_capi and asterisk
> To: asterisk-users at lists.digium.com
> Message-ID: <web-977339 at 3gnt.net>
> Content-Type: text/plain; charset="ISO-8859-1"
>
> Hello, list a have a problem i can start asterisk, i get
> the fowlling error:
> [chan_capi.so] => (Common ISDN API for Asterisk)
> == Parsing '/etc/asterisk/capi.conf': Found
> Feb 11 13:50:36 NOTICE[2535]: chan_capi.c:2636 load_module:
> CAPI not installed!
> Feb 11 13:50:36 WARNING[2535]: loader.c:345
> ast_load_resource: chan_capi.so: load_module failed,
> returning -1
> Feb 11 13:50:36 WARNING[2535]: chan_capi.c:2812
> unload_module: Unable to unregister from CAPI!
> == Unregistered channel type 'CAPI'
> Feb 11 13:50:36 WARNING[2535]: loader.c:391 load_modules:
> Loading module chan_capi.so failed!
>
> my lsmod shows:
> Module Size Used by
> mISDN_capi 85312 0
> kernelcapi 45088 1 mISDN_capi
> hfcpci 28716 0
> mISDN_dsp 197248 0
> l3udss1 32008 0
> mISDN_l2 38272 0
> mISDN_l1 10632 0
> mISDN_core 77732 6
> mISDN_capi,hfcpci,mISDN_dsp,l3udss1,mISDN_l2,mISDN_l1
> md5 4352 1
> ipv6 235840 24
> parport_pc 25024 1
> lp 12396 0
> parport 42696 2 parport_pc,lp
> dm_mod 55444 0
> uhci_hcd 31896 0
> 3c59x 36776 0
> floppy 59568 0
> ext3 116744 2
> jbd 74904 1 ext3
>
> and my modules.conf :
>>load => chan_capi.so
>>[global]
>>chan_capi.so=yes
>
> what seems to be the problem can someone help me?
> tahnk´s
More information about the asterisk-users
mailing list