Re: [asterisk-users] DAHDI help please

2012-10-03 Thread Pat Collins
ober 03, 2012 1:40 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] DAHDI help please On Tue, Oct 02, 2012 at 11:22:31PM -0400, Pat Collins wrote: > Shaun, > To make more sense of the code, I changed > #define DAHDI_XBIT(3 >> 2)

Re: [asterisk-users] DAHDI help please

2012-10-02 Thread Shaun Ruffell
On Tue, Oct 02, 2012 at 11:22:31PM -0400, Pat Collins wrote: > Shaun, > To make more sense of the code, I changed > #define DAHDI_XBIT(3 >> 2) to > #define DAHDI_XBIT(0) > > Sadly, incoming calls do not work. Not sure exactly how to START or RING > when the RX AB bits ar

Re: [asterisk-users] DAHDI help please

2012-10-02 Thread Pat Collins
essage- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Pat Collins Sent: Tuesday, October 02, 2012 2:48 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [asterisk-users] DAHDI help please Thank you f

Re: [asterisk-users] DAHDI help please

2012-10-02 Thread Pat Collins
_pvt(chan,DAHDI_RXSIG_ONHOOK); break; Thank you for your help Shaun!!! -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Shaun Ruffell Sent: Tuesday, October 02, 2012 2:17 PM To: Asterisk Users M

Re: [asterisk-users] DAHDI help please

2012-10-02 Thread Shaun Ruffell
On Mon, Oct 01, 2012 at 06:44:22PM -0400, Pat Collins wrote: > Can anyone tell me if it is possible to invert the signaling bits > on a T1 channel? > > I need to emulate PLAR signaling in asterisk. E&M seems to be an > exact match if reversed. > > I need idle bits and seized Perhaps you

[asterisk-users] DAHDI help please

2012-10-01 Thread Pat Collins
Can anyone tell me if it is possible to invert the signaling bits on a T1 channel? I need to emulate PLAR signaling in asterisk. E&M seems to be an exact match if reversed. I need idle bits and seized Thank you -- _

Re: [asterisk-users] DAHDI Help (made a cardinal sin :()

2010-05-29 Thread Tzafrir Cohen
On Sat, May 29, 2010 at 08:34:07AM +0100, --[ UxBoD ]-- wrote: > I am using Asterisk 1.6.2.7 and that file was generated by > dahdi_genconf. Am I safe to remove the file then ? If you don't #include it, yes. The point of it was to provide a separate "generated" part. But you might as well copy i

Re: [asterisk-users] DAHDI Help (made a cardinal sin :()

2010-05-29 Thread --[ UxBoD ]--
- Original Message - > On Friday 28 May 2010 12:50:19 --[ UxBoD ]-- wrote: > > - Original Message - > > > > > You're missing this in your chan_dahdi.conf: > > > > > > #include dahdi-channels.conf > > > > Hmm, I changed the signalling as per a previous post and now it is > > okay.

Re: [asterisk-users] DAHDI Help (made a cardinal sin :()

2010-05-28 Thread Tilghman Lesher
On Friday 28 May 2010 12:50:19 --[ UxBoD ]-- wrote: > - Original Message - > > > You're missing this in your chan_dahdi.conf: > > > > #include dahdi-channels.conf > > Hmm, I changed the signalling as per a previous post and now it is okay. > Why is there chan_dahdi.conf and dahdi-channels.

Re: [asterisk-users] DAHDI Help (made a cardinal sin :()

2010-05-28 Thread --[ UxBoD ]--
- Original Message - > - "--[ UxBoD ]--" wrote: > > /etc/asterisk/chan_dahdi.conf > > - [channels] > > language=en usecallerid=yes > > cidsignalling=v23 sendcalleridafter = 2 > > rxgain=2.0 txgain=3.0 > > progzone=uk signalling=fxo_ks > > callerid=asreceived

Re: [asterisk-users] DAHDI Help (made a cardinal sin :()

2010-05-28 Thread --[ UxBoD ]--
- Original Message - > On Fri, 28 May 2010, --[ UxBoD ]-- wrote: > > > [NON-Text Body part not included] > > > Er, my mailer's obviously struggled to interpret this, however did you > do > the include and I also have this in /etc/modprobe.d in a file: > > options wctdm opermode=UK > >

Re: [asterisk-users] DAHDI Help (made a cardinal sin :()

2010-05-28 Thread --[ UxBoD ]--
- Original Message - > --[ UxBoD ]-- wrote: > > Looking for some help from the UK please. I backed up all my > > Asterisk configuration before re-installing the server from 32 -> 64 > > bit. Unfortunately I did not transfer the backup to another > > machine! > > > > I now have a TDM400P

Re: [asterisk-users] DAHDI Help (made a cardinal sin :()

2010-05-28 Thread Gordon Henderson
On Fri, 28 May 2010, --[ UxBoD ]-- wrote: [NON-Text Body part not included] Er, my mailer's obviously struggled to interpret this, however did you do the include and I also have this in /etc/modprobe.d in a file: options wctdm opermode=UK Gordon -- ___

Re: [asterisk-users] DAHDI Help (made a cardinal sin :()

2010-05-28 Thread Tim Nelson
- "--[ UxBoD ]--" wrote: > /etc/asterisk/chan_dahdi.conf > - > [channels] > language=en > usecallerid=yes > cidsignalling=v23 > sendcalleridafter = 2 > rxgain=2.0 > txgain=3.0 > progzone=uk > signalling=fxo_ks > callerid=asreceived > group=0 > context=inbound-dahdi

Re: [asterisk-users] DAHDI Help (made a cardinal sin :()

2010-05-28 Thread Gareth Blades
--[ UxBoD ]-- wrote: > Looking for some help from the UK please. I backed up all my Asterisk > configuration before re-installing the server from 32 -> 64 bit. > Unfortunately I did not transfer the backup to another machine! > > I now have a TDM400P that is not picking up the line. Can y

[asterisk-users] DAHDI Help (made a cardinal sin :()

2010-05-28 Thread --[ UxBoD ]--
Looking for some help from the UK please. I backed up all my Asterisk configuration before re-installing the server from 32 -> 64 bit. Unfortunately I did not transfer the backup to another machine! I now have a TDM400P that is not picking up the line. Can you see what I have done wrong

Re: [asterisk-users] DAHDI help

2008-12-11 Thread David fire
dahdi is from 1.4.21 and up. 1.2.x dont support it. 2008/12/11 Jerry Geis > I was running : > asterisk 1.2.24 > zaptel 1.2.21 > libpri 1.2.6 > > I remove zaptel and compiled > asterisk 1.4.22 > libpri 1.4.7 > dahdi 2.1.0 > > dahdi_cfg -vvv > DAHDI Tools Version - 2.1.0 > > DAHDI Version: 2.1.0

[asterisk-users] DAHDI help

2008-12-11 Thread Jerry Geis
I was running : asterisk 1.2.24 zaptel 1.2.21 libpri 1.2.6 I remove zaptel and compiled asterisk 1.4.22 libpri 1.4.7 dahdi 2.1.0 dahdi_cfg -vvv DAHDI Tools Version - 2.1.0 DAHDI Version: 2.1.0 Echo Canceller(s): Configuration == SPAN 1: ESF/B8ZS Build-out: 0 db (CSU)/0-133 f