[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 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

Re: [asterisk-users] DAHDI help please

2012-10-02 Thread Pat Collins
ailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] DAHDI help please 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&a

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 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-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)