Re: [Asterisk-Users] Cannot start asterisk - CAPI issues - Hurray!

2004-11-01 Thread Chris A. Icide
On 05:20 AM 11/1/2004, Jean-Michel Hiver wrote: >Funny I had to disable rate_engine.so though... here is the message I got: > > [rate_engine.so]Nov 1 16:18:48 WARNING[1076992544]: loader.c:299 >ast_load_resource: /usr/lib/asterisk/modules/rate_engine.so: undefined >symbol: ast_pthread_create >Nov

Re: [Asterisk-Users] Cannot start asterisk - CAPI issues - Hurray!

2004-11-01 Thread Jean-Michel Hiver
In modules.conf put noload=>chan_capi.so and any other module that gets complained about. Hurray! Asterisk now actually starts! I had to disable quite a few modules though: [skipping chan_capi.so] [skipping app_capiCD.so] [skipping app_capiHOLD.so] [skipping app_capiRETRIEVE.so] [skipping app_cap

Re: [Asterisk-Users] Cannot start asterisk - CAPI issues

2004-11-01 Thread Peer Oliver Schmidt
Jean-Michel Hiver schrieb: This card does not have CAPI drivers. Only the Eicon Diva SERVER cards have capi drivers. Fine... I have removed the card from the box anyway since my current goal is to get asterisk to start. Still, asterisk still moans the following when I start it with asterisk

Re: [Asterisk-Users] Cannot start asterisk - CAPI issues

2004-11-01 Thread Jean-Michel Hiver
This card does not have CAPI drivers. Only the Eicon Diva SERVER cards have capi drivers. Fine... I have removed the card from the box anyway since my current goal is to get asterisk to start. Still, asterisk still moans the following when I start it with asterisk -vvvp [chan_capi.so] => (C

Re: [Asterisk-Users] Cannot start asterisk - CAPI issues

2004-11-01 Thread Klaus-Peter Junghanns
Hi, > >Usually, you also need to load a firmware (with eiconctrl). > >Check out behind your card, when succesfully started, LEDs are turned on. > > > > > There's no leds on this ISDN card... it's an old Eicon Diva 2.01 S/T > that I got for 20 euros or so :-) > This card does not have CAPI driv

Re: [Asterisk-Users] Cannot start asterisk - CAPI issues

2004-11-01 Thread Jean-Michel Hiver
It's not enough, you must compile the correct Eicon driver. Read /usr/src/linux/Documentation/isdn/README.eicon Okay... Well, since my goal is to get asterisk to somehow work, I have removed the card from the box. To my surprise, I still have the same error! I have tried re-compiling asterisk

Re: [Asterisk-Users] Cannot start asterisk - CAPI issues

2004-10-31 Thread Carl Sempla
>> You need a kernel support for you card and you also need to load a >> firmware for some cards. >> If you have a message like "CAPI not installed!", check your kernel. >> >> > I use the linux 2.6.7 kernel which came with the knoppix distro I've > installed on the box. I have checked with make x

Re: [Asterisk-Users] Cannot start asterisk - CAPI issues

2004-10-31 Thread Jean-Michel Hiver
Thanks for the tip! I'm still having a couple of quirks though... Adjust devices= with the number of B channels supported by your card. For ISDN BRI, it's 2, for PRI, it's 30. Okay, I did that but then I had the exact error you describe below... You need a kernel support for you card and you als

Re: [Asterisk-Users] Cannot start asterisk - CAPI issues

2004-10-31 Thread Carl Sempla
> "chan_capi.c:2603 load_module: Unable to load config capi.conf" You need to create this file /etc/asterisk/capi.conf with the following content : [general] nationalprefix=0 internationalprefix=00 [interfaces] msn=50 incomingmsn=* controller=1 softdtmf=0 accountcode= context=incoming ;echosquel

[Asterisk-Users] Cannot start asterisk - CAPI issues

2004-10-30 Thread Jean-Michel Hiver
Hi List, I have managed to compile asterisk but I can't start it. What I have done so far as asterisk config is concerned is cut and paste the sample config files from the ONLamp article on Asterisk. http://www.onlamp.com/pub/a/onlamp/2003/07/03/asterisk.html When I start asterisk -vvvp I get qu