Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-15 Thread Andrew Kohlsmith
On Wednesday 15 June 2005 10:56, Rich Adamson wrote: > I think the key issue in this thread is the OP's wish to have some > external analog device answer incoming calls. When that external > device answers the incoming call, ringing disappears from asterisk's > perspective and asterisk treats it ju

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-15 Thread Rich Adamson
> > The wait(s) isn't needed either; in this case it adds no value to the > > solution whatsoever other then making you think its waiting around. > > Actually they are necessary. > > > So what do you think happens after the specified x seconds? > > Nothing, unless you have more statements. So why

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-15 Thread Andrew Kohlsmith
On Tuesday 14 June 2005 20:10, Rich Adamson wrote: > The wait(s) isn't needed either; in this case it adds no value to the > solution whatsoever other then making you think its waiting around. Actually they are necessary. > So what do you think happens after the specified x seconds? > Nothing, un

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Rich Adamson
> > Well voip-info seems to be down. However, a search on google does > > bring up info about using Wait(x);... but as I stated.. using that > > (even without an answer line) seems to make Asterisk take control of > > the line! > > Apparently you can do this with contexts; I actually _just_ post

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Time Bandit
On 6/14/05, Andrew Kohlsmith <[EMAIL PROTECTED]> wrote: > On Tuesday 14 June 2005 14:38, Time Bandit wrote: > > [from-pstn-noanswer] > > exten => s,1,Wait,3 ; Wait 3 seconds, to get callerid > > exten => s,2,Hangup > > No. You will get multiple entries then if they stay on the line and it rings

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Andrew Kohlsmith
On Tuesday 14 June 2005 14:38, Time Bandit wrote: > [from-pstn-noanswer] > exten => s,1,Wait,3 ; Wait 3 seconds, to get callerid > exten => s,2,Hangup No. You will get multiple entries then if they stay on the line and it rings again after the hangup. Make that Wait() a 30 or 60 second wait t

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Time Bandit
On 6/14/05, Matt <[EMAIL PROTECTED]> wrote: > Hi, > What do I need to do to get asterisk to NOT pickup a Zap channel when > it rings? The channel in question is used for outbound calls only, > and all incoming calls are answered by an analog phone elsewhere in > the building that does not run thro

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Brian McSpadden
On 6/14/05, Andrew Kohlsmith <[EMAIL PROTECTED]> wrote: > On Tuesday 14 June 2005 12:39, Brian McSpadden wrote: > > If you set immediate=no above the channel declaration in zapata.conf, > > it will not answer the line automatically. It still would if asterisk > > was told to, however. > > WTF does

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Matt
Ahhh! That's even better.. and explains why it will answer with even a wait :) On 6/14/05, Brian McSpadden <[EMAIL PROTECTED]> wrote: > Everybody seems to be beating around the bush, and with a broken wiki, > I'll just answer it. > > If you set immediate=no above the channel declaration in zapat

RE: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Mark Brown
: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing? On Tuesday 14 June 2005 12:04, Matt wrote: > What do I need to do to get asterisk to NOT pickup a Zap channel when > it rings? The channel in question is used for outbound calls only, Just don't Answer(). Seems to work f

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Andrew Kohlsmith
On Tuesday 14 June 2005 12:39, Brian McSpadden wrote: > If you set immediate=no above the channel declaration in zapata.conf, > it will not answer the line automatically. It still would if asterisk > was told to, however. WTF does he have immediate=yes set to in the first place? -A. ___

[Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Jerry
> Well voip-info seems to be down. However, a search on google does > bring up info about using Wait(x);... but as I stated.. using that > (even without an answer line) seems to make Asterisk take control of > the line! Apparently you can do this with contexts; I actually _just_ posted a Questio

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Brian McSpadden
Everybody seems to be beating around the bush, and with a broken wiki, I'll just answer it. If you set immediate=no above the channel declaration in zapata.conf, it will not answer the line automatically. It still would if asterisk was told to, however. Brian On 6/14/05, Matt <[EMAIL PROTECTED]>

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Nathan Pralle
Strange, Matt. I have this setup here at home and I just have a [pstn] context for incoming on the landline; it looks like this: [pstn] exten => s,1,Wait(30) And that's it. The landline answering machine picks it up before the 30 seconds are up, so Asterisk never gets the call. Now...mind y

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Andrew Kohlsmith
On Tuesday 14 June 2005 12:04, Matt wrote: > What do I need to do to get asterisk to NOT pickup a Zap channel when > it rings? The channel in question is used for outbound calls only, Just don't Answer(). Seems to work for me. I'm not sure why it doesn't for you. Perhaps show us the relevant

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Mojo with Horan & Company, LLC
[EMAIL PROTECTED] [mailto:asterisk-users- [EMAIL PROTECTED] On Behalf Of Matt Sent: Tuesday, 14 June 2005 12:04 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing? Hi, What do I need to do to get asterisk to

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Matt
Ok yes that should work.. but if it's not defined.. how do you propose I make outgoing calls with it? On 6/14/05, Bryce Chidester <[EMAIL PROTECTED]> wrote: > On Jun 14, 2005, at 09:04, Matt wrote: > > Hi, > > What do I need to do to get asterisk to NOT pickup a Zap channel when > > it rings?

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Matt
-users- > > [EMAIL PROTECTED] On Behalf Of Matt > > Sent: Tuesday, 14 June 2005 12:04 PM > > To: Asterisk Users Mailing List - Non-Commercial Discussion > > Subject: [Asterisk-Users] Making Asterisk NOT Pickup a Line when > Ringing? > > > > Hi, > > What do I

Re: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Bryce Chidester
On Jun 14, 2005, at 09:04, Matt wrote: Hi, What do I need to do to get asterisk to NOT pickup a Zap channel when it rings? The channel in question is used for outbound calls only, and all incoming calls are answered by an analog phone elsewhere in the building that does not run through asterisk.

RE: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Dean Collins
ECTED] On Behalf Of Matt > Sent: Tuesday, 14 June 2005 12:04 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing? > > Hi, > What do I need to do to get asterisk to NOT pickup a Zap channel when

[Asterisk-Users] Making Asterisk NOT Pickup a Line when Ringing?

2005-06-14 Thread Matt
Hi, What do I need to do to get asterisk to NOT pickup a Zap channel when it rings? The channel in question is used for outbound calls only, and all incoming calls are answered by an analog phone elsewhere in the building that does not run through asterisk... so.. either make it not answer.. or ma