Re: [Asterisk-Users] dialing multiple extensions

2004-05-29 Thread Tracy R Reed
On Tue, May 25, 2004 at 05:53:55PM -0500, Roger spake thusly: > Thanks for the reply - I have version cell phone service. I did a work > around and called my cell phone via IAX2 as opposed to the zaptel > channels. This works and all 3 extensions ring w/ no problem. I am having the exact same

SV: [Asterisk-Users] dialing multiple extensions

2004-05-26 Thread Asger Nordlund
-Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Roger Sendt: 26. maj 2004 00:54 Til: [EMAIL PROTECTED] Emne: Re: [Asterisk-Users] dialing multiple extensions John Fraizer wrote: > > It looks like your cellphone carrier is actually "ans

Re: [Asterisk-Users] dialing multiple extensions

2004-05-25 Thread Roger
John Fraizer wrote: It looks like your cellphone carrier is actually "answering" the call before they ring your phone. In their switch, they probably have the equiv of: exten => your.cellphone.number,1,Answer() exten => your.cellphone.number,2,Ringing exten => your.cellphone.number,3,Dial(CELL/

Re: [Asterisk-Users] dialing multiple extensions

2004-05-24 Thread John Fraizer
It looks like your cellphone carrier is actually "answering" the call before they ring your phone. In their switch, they probably have the equiv of: exten => your.cellphone.number,1,Answer() exten => your.cellphone.number,2,Ringing exten => your.cellphone.number,3,Dial(CELL/${EXTEN},20) exten =

Re: [Asterisk-Users] dialing multiple extensions

2004-05-24 Thread Steven Critchfield
On Mon, 2004-05-24 at 13:24, Brent Franks wrote: > > > I'm just wondering if I could get all this in one line. > > > > > > Would dialing via IAX2 help rather then through the zaptel lines? > > I have also seen key systems before that will ring your cell phone and > prompt you to press 1 if you wo

Re: [Asterisk-Users] dialing multiple extensions

2004-05-24 Thread Brent Franks
> > I'm just wondering if I could get all this in one line. > > > > Would dialing via IAX2 help rather then through the zaptel lines? I have also seen key systems before that will ring your cell phone and prompt you to press 1 if you would like to accept the call, or press 2 if you would like to

RE: [Asterisk-Users] dialing multiple extensions

2004-05-24 Thread brian
CTED] > Subject: [Asterisk-Users] dialing multiple extensions > > I've tried to setup multiple extension dialing - ie dial 1 number and it > rings at a number of sources. > > For the most part its worked Now if someone dials 107 it rings Sip > phones at 102 and 107, then goes

Re: [Asterisk-Users] dialing multiple extensions

2004-05-24 Thread Steven Critchfield
On Mon, 2004-05-24 at 13:47, Roger wrote: > I've tried to setup multiple extension dialing - ie dial 1 number and it > rings at a number of sources. > The problem I'm running into is when I add my cell phone in > > exten => 107,1,Dial(SIP/102&SIP/107&Zap/2/11235551212,40|r) > exten => 107,2,Voic

[Asterisk-Users] dialing multiple extensions

2004-05-24 Thread Roger
I've tried to setup multiple extension dialing - ie dial 1 number and it rings at a number of sources. For the most part its worked Now if someone dials 107 it rings Sip phones at 102 and 107, then goes to voicemail after 40 seconds. exten => 107,1,Dial(SIP/102&SIP/107,40|r) exten => 107,2