[Asterisk-Users] PRI Question

2003-08-18 Thread Barry Porch
    I managed to get Asterisk working with my PBX using T1, now I am moving on to trying to make PRI work.   I have my zaptel.conf and zapata.conf configured as follows:   Zaptel.conf:   span=1,1,0,esf,b8zs bchan=1-23 dchan=24 loadzone=us defaultzone=us   Zapata.conf:   [cha

[asterisk-users] PRI Question

2007-08-09 Thread Jeremy Mann
I have a 2 port T1 card doing PRI passthrough, Span 1 answers from Telco, Span 2 sends to my existing phone system(Nortel). My Span1 gets sent to the context from-pri, detailed here: [from-pri] exten => _49XX,1,Set(CALLERID(all)=${CALLERID(all)}) exten => _49XX,2,Dial(Zap/g2/${EXTEN},,twk) exten

[Asterisk-Users] PRI Question

2005-03-21 Thread Tim Chandler
Hi Everyone, Thanks for all the input you add to the list. This seems to be a very good list. I am still new to Asterisk. If I run a PRI integrated T1 line into my office, do I need to split the line between the data and voice before plugging it into the asterisk box or is there some other w

Re: [Asterisk-Users] PRI Question

2003-08-18 Thread Martin Pycko
First of all you should have callprogress=no and immediate=no for any kind of a PRI. Also why is your d-channel going down ? Can you send a trace "pri intense debug span 1" ? regards Martin On Mon, 18 Aug 2003, Barry Porch wrote: > > > I managed to get Asterisk working with my PBX using T1, now

RE: [Asterisk-Users] PRI Question

2003-08-19 Thread Barry Porch
PBX. The PBX is a Mitel 3300, by the way. Thanks for your help! Barry -Original Message- From: Martin Pycko [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 9:09 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] PRI Question First of all you should have callprogress=no

RE: [Asterisk-Users] PRI Question

2003-08-20 Thread Martin Pycko
s for your help! > > Barry > > -Original Message- > From: Martin Pycko [mailto:[EMAIL PROTECTED] > Sent: Monday, August 18, 2003 9:09 PM > To: [EMAIL PROTECTED] > Subject: Re: [Asterisk-Users] PRI Question > > First of all you should have callprogress=no and immed

RE: [Asterisk-Users] PRI Question

2003-08-20 Thread Barry Porch
hear it. Has anyone else run into PRI implementations that they cannot make work with Asterisk? Barry -Original Message- From: Martin Pycko [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 12:32 PM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] PRI Question Can you do rem

RE: [Asterisk-Users] PRI Question

2003-08-20 Thread Don Pobanz
This may have nothing to do with it but have you verified your timing? Make sure one end of the T1 is using an internal clock and the other end is using timing off of the T1. Don Pobanz On Wednesday, August 20, 2003 12:37 PM, Barry Porch [SMTP:[EMAIL PROTECTED] wrote: > My switch doesn't let m

RE: [Asterisk-Users] PRI Question

2003-08-20 Thread Barry Porch
From: Don Pobanz [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 2:04 PM To: '[EMAIL PROTECTED]' Subject: RE: [Asterisk-Users] PRI Question This may have nothing to do with it but have you verified your timing? Make sure one end of the T1 is using an internal clock and th

Re: [asterisk-users] PRI Question

2007-08-09 Thread Mike Lynchfield
hmm from what i have seen this is not supposed to be.. the info is still there but should not be used in case of privacy.. zap show channels always show last info till a span refresh.. but the privacy should indeed replace those with Privacy. Maybe it could be a bug , On 8/9/07, Jeremy Mann <[EM

Re: [asterisk-users] PRI Question

2007-08-14 Thread Forrest Beck
You can eliminate the set CallerID line. This will just set the variable back to itself. Asterisk will pass the callerid from one span to the next. You can use a GotoIF to set the callerid to something else if it is blank or marked as Private: exten => s,1,GoToIf($["${CALLERID(num)}" = ""]?2:3)

Re: [asterisk-users] PRI Question

2007-08-14 Thread Jeremy Mann
List - Non-Commercial Discussion Subject: Re: [asterisk-users] PRI Question You can eliminate the set CallerID line. This will just set the variable back to itself. Asterisk will pass the callerid from one span to the next. You can use a GotoIF to set the callerid to something else if it is bla

Re: [Asterisk-Users] PRI Question

2005-03-21 Thread Tim Chandler
Let me further clarify this. I am looking to buy the TE110P. The website says that "The TE110P with Asterisk will route voice and data traffic, and eliminate the need for an external router." How does this work? How is the data transferred - as a pass-through like a NAT to the server's netwo

Re: [Asterisk-Users] PRI Question

2005-03-21 Thread Kevin P. Fleming
Tim Chandler wrote: Let me further clarify this. I am looking to buy the TE110P. The website says that "The TE110P with Asterisk will route voice and data traffic, and eliminate the need for an external router." How does this work? How is the data transferred - as a pass-through like a NAT to t

Re: [Asterisk-Users] PRI Question

2005-03-21 Thread Steven Critchfield
On Mon, 2005-03-21 at 21:16 -0700, Tim Chandler wrote: > Let me further clarify this. I am looking to buy the TE110P. The > website says that "The TE110P with Asterisk will route voice and data > traffic, and eliminate the need for an external router." How does > this work? How is the data tran

Re: [Asterisk-Users] PRI Question

2005-03-23 Thread Paul Mahler
You can also use * and linux to partialize the T1. You better plan on spending a lot of time on making it work. You have to install the Linux packages to split the line. NON trival. Works great, though. Paul Paul Mahler [EMAIL PROTECTED] www.signate.com On Mon, 2005-03-21 at 21:16 -0700, Tim C