Re: [asterisk-users] Asterisk dialing next extension only if first is busy?

2007-04-24 Thread Robert Lister
On Mon, Apr 23, 2007 at 11:11:48AM -0500, Carlos Chavez wrote: Using two sequential Dial() commands into the extension will ring the lines one after the other -- even if it times out on the first line, which is again not what I want. I find that the easiest way to do it is like

[asterisk-users] Asterisk dialing next extension only if first is busy?

2007-04-23 Thread Daniel Pittman
G'day. I am having reasonable success getting Asterisk 1.4.2 running and doing what I want, but I can't figure out one particular idiom that I want: There are a few situations where I want to have Asterisk push a call through to the first available transport on a list, such as: I have two SIP

Re: [asterisk-users] Asterisk dialing next extension only if first is busy?

2007-04-23 Thread Marco Mouta
Based on my experience I would say that using ${DIALSTATUS} variable would be the most common way to do it... On 4/23/07, Daniel Pittman [EMAIL PROTECTED] wrote: G'day. I am having reasonable success getting Asterisk 1.4.2 running and doing what I want, but I can't figure out one particular

Re: [asterisk-users] Asterisk dialing next extension only if first is busy?

2007-04-23 Thread Robert Lister
On Mon, Apr 23, 2007 at 06:18:32PM +1000, Daniel Pittman wrote: G'day. I am having reasonable success getting Asterisk 1.4.2 running and doing what I want, but I can't figure out one particular idiom that I want: There are a few situations where I want to have Asterisk push a call through

Re: [asterisk-users] Asterisk dialing next extension only if first is busy?

2007-04-23 Thread Steve Totaro
Setup a queue with linear and a timeout to drop to voicemail. Thanks, Steve Totaro www.asteriskhelpdesk.com Daniel Pittman wrote: G'day. I am having reasonable success getting Asterisk 1.4.2 running and doing what I want, but I can't figure out one particular idiom that I want: There are a

Re: [asterisk-users] Asterisk dialing next extension only if first is busy?

2007-04-23 Thread Carlos Chavez
On Mon, 2007-04-23 at 18:18 +1000, Daniel Pittman wrote: G'day. I am having reasonable success getting Asterisk 1.4.2 running and doing what I want, but I can't figure out one particular idiom that I want: There are a few situations where I want to have Asterisk push a call through to the

Re: [asterisk-users] Asterisk dialing next extension only if first is busy?

2007-04-23 Thread Stephen Bosch
Carlos Chavez wrote: On Mon, 2007-04-23 at 18:18 +1000, Daniel Pittman wrote: G'day. I am having reasonable success getting Asterisk 1.4.2 running and doing what I want, but I can't figure out one particular idiom that I want: There are a few situations where I want to have Asterisk push a