[Asterisk-Users] ISDN cards using CAPI interface

2005-11-23 Thread Jesus Bermudez Riquelme - Pcmur Soluciones Informaticas
Hi all, if you configure a passive ISDN card with CAPI support, does it mean that can be used with asterisk (using chan-capi, of course) ?? Thanks ___ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list

Re: [Asterisk-Users] Master Telephone

2005-11-22 Thread Jesus Bermudez Riquelme - Pcmur Soluciones Informaticas
First, you have to configure your zapata.conf sip.conf to support your hardware (see http://www.voip-info.org/wiki/index.php?page=Asteriskand read http://www.nufone.net/downloads/asteriskdocs/AsteriskTFOT.zip,this last is a must-read one) After that, you have to see if all incoming calls

[Asterisk-Users] Problem with SIP channels

2005-11-21 Thread Jesus Bermudez Riquelme - Pcmur Soluciones Informaticas
Hi all, i've a problem in my Asterisk system. We have around 30 SIP phones connected to an asterisk system, and sometimes some SIP channel (associated to an extension) gets busy all the time, even whenthat extensionisn't in use. We have a workaround for this, as we can't restart asterisk

Re: [Asterisk-Users] Hung Zap channels

2005-11-18 Thread Jesus Bermudez Riquelme - Pcmur Soluciones Informaticas
Hmm, it sounds to me the hangup detection problem. Here's a way to solve that problem: Applythis patch:http://www.maxosystem.net/asterisk/asterisk-stable-polarity-v5.diff $ cd /usr/src/asterisk/channels$ patch chan_zap.c /your/route/here/asterisk-stable-polarity-v5.diff and in zapata.conf :

Re: [Asterisk-Users] Hangup detection - TDM400P

2005-11-17 Thread Jesus Bermudez Riquelme - Pcmur Soluciones Informaticas
Here in Spain we had that problem since the hangup here is done by changing line polarity. It is solved by aplying this patch: http://www.maxosystem.net/asterisk/asterisk-stable-polarity-v5.diff $ cd /usr/src/asterisk/channels $ patch chan_zap.c