[Asterisk-Users] Re: delaying "answer" for a number of rings or an amount

2006-02-03 Thread Bromont Quebec
Well in my setup I have a few IP phones connected to Asterisk as well as POTS phones on my analog line. When a call for my daughter comes in on the analog line (determined from callerID) I send it to her own voicemail after 20 seconds of ringing. It all works quite well. Here's a step-by-step

Re: [Asterisk-Users] Re: delaying "answer" for a number of rings or an amount

2006-02-03 Thread Brian J. Murrell
On Fri, 2006-02-03 at 07:37 -0700, Bromont Quebec wrote: > Well in my setup I have a few IP phones connected to Asterisk as well as POTS > phones on my analog line. Ahhh. So we share the latter at least. > When a call for my daughter comes in on the analog line (determined from > callerID) I s

Re: [Asterisk-Users] Re: delaying "answer" for a number of rings or an amount

2006-02-04 Thread Mark Hulber
It sounds like you both need a Zap card. You can ring the analog phone and/or the Sip phones when a call comes in on the POTS line that is connected to the card. MARK. Brian J. Murrell wrote: On Fri, 2006-02-03 at 07:37 -0700, Bromont Quebec wrote: Well in my setup I have a few IP phone

Re: [Asterisk-Users] Re: delaying "answer" for a number of rings or an amount

2006-02-05 Thread Joseph Tanner
> > Here's a step-by-step of what happens below: > > 1 - a call comes in and Asterisk rings SIP/Brian and SIP/joe for 30 seconds. > > So you don't want Asterisk to wait and see if the POTS line is picked up > before ringing the SIP phones? Interesting. If it's anything like my setup, Asterisk han

Re: [Asterisk-Users] Re: delaying "answer" for a number of rings or an amount

2006-02-05 Thread Brian J. Murrell
On Sun, 2006-02-05 at 05:28 -0600, Joseph Tanner wrote: > > Again, give everyone in your home/office a phone connected to asterisk > (whether it's a sip/iax phone, or a regular phone connected to an ATA, > or what have you). Sure. Wanna send me some ATAs or even IP phones? It's all about budget

[Asterisk-Users] Re: delaying "answer" for a number of rings or an amount of time

2006-02-02 Thread Bromont Quebec
You need to take that "Wait" and "Answer" out of there [from-pots] exten => s,1,Dial(SIP/brian&SIP/joe,30) exten => s,2,Voicemail(u2001) exten => s,3,Hangup exten => s,102,Voicemail(b2001) exten => s,103,Hangup exten => h,1,Hangup exten => i,1,Hangup >I want Asterisk to delay answering the PO

Re: [Asterisk-Users] Re: delaying "answer" for a number of rings or an amount of time

2006-02-02 Thread Brian J. Murrell
On Thu, 2006-02-02 at 15:24 -0700, Bromont Quebec wrote: > You need to take that "Wait" and "Answer" out of there > > [from-pots] > exten => s,1,Dial(SIP/brian&SIP/joe,30) > exten => s,2,Voicemail(u2001) > exten => s,3,Hangup > exten => s,102,Voicemail(b2001) > exten => s,103,Hangup > exten =>