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=yeswhat seems to be the problem can someone help me? tahnk?s
I don't know about your problem, but since you use mISDN, why not use the specific chan_mISDN? http://www.beronet.com/?PageID=3017 It's Free Software (GPL) Regards Marco Menardi btw, if you login in their bug tracker, the home page has alink to a document that tells you how install their boards, mISDN and, AFAIR, use their chan_mISDN with asterisk. Anabela Abreu wrote:> 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 > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >
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@3gnt.net> > Subject: [Asterisk-Users] chan_capi and asterisk > To: asterisk-users@lists.digium.com > Message-ID: <web-977339@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
i try to do that and it didn?t work i continue to have the same problem. Em Fri, 11 Feb 2005 14:58:31 +0100 Stefan Gofferje <stefan@gofferje.homelinux.org> escreveu:> Anabela Abreu schrieb: > > 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 > > > > AFAIK, chan_capi is for FritzCards with "original" AVM > capi4linux only. > > Regards, > Stefan > > -- > (o_ Stefan Gofferje | Linux Systems > Specialist > //\ Reg'd Linux User #247167 | Network Security > Specialist > V_/_ Linux is like a Wigwam - No gates, no windows, > Apache inside > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users
Was anyone put hylafax working with chan_misdn?
Hello, Chan_capi can be used by a billion pci card S0? So i can fax througt it. Thank?s Em Fri, 11 Feb 2005 14:58:31 +0100 Stefan Gofferje <stefan@gofferje.homelinux.org> escreveu:> Anabela Abreu schrieb: > > 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 > > > > AFAIK, chan_capi is for FritzCards with "original" AVM > capi4linux only. > > Regards, > Stefan > > -- > (o_ Stefan Gofferje | Linux Systems > Specialist > //\ Reg'd Linux User #247167 | Network Security > Specialist > V_/_ Linux is like a Wigwam - No gates, no windows, > Apache inside > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users
Hi, do you need a sending or receiving fax solution ? Receiving fax via Asterisk and misdn - no problem, but i have no sending fax solution at this time. Andreas. --On Freitag, 11. Februar 2005 15:04 +0000 Anabela Abreu <anabela@3gnt.net> wrote:> Was anyone put hylafax working with chan_misdn?
Hi, do you need a sending or receiving fax solution ? Receiving fax via Asterisk and misdn - no problem, but i have no sending fax solution at this time. Andreas. --On Freitag, 11. Februar 2005 15:04 +0000 Anabela Abreu <anabela@3gnt.net> wrote:> Was anyone put hylafax working with chan_misdn?
Yes i would like to have a solution with asterisk, hylafax and misdn. Em Wed, 16 Feb 2005 17:23:03 +0100 Andreas Czerniak <cognac@amcs.net> escreveu:> Hi, > > do you need a sending or receiving fax solution ? > > Receiving fax via Asterisk and misdn - no problem, but i > have no sending fax solution at this time. > > Andreas. > > --On Freitag, 11. Februar 2005 15:04 +0000 Anabela Abreu > <anabela@3gnt.net> wrote: > > > Was anyone put hylafax working with chan_misdn? > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users