Jon Gabrielson
2005-Apr-14 11:39 UTC
[Asterisk-Users] making an action based on the status of multiple extensions
I have 4 lines in a queue. When a call comes in, I want all 4 lines to ring. If all 4 lines ring and noone answers, I want to go straight to voicemail, but if at least one line is busy, I want the caller to stay in the queue. What is the easiest way to do something similiar to this? Thanks, Jon.
C F
2005-Apr-14 11:57 UTC
[Asterisk-Users] making an action based on the status of multiple extensions
I guess you could use the ${DIALSTATUS} variable On 4/14/05, Jon Gabrielson <jon@directfreight.com> wrote:> I have 4 lines in a queue. > When a call comes in, I want all 4 lines to ring. > If all 4 lines ring and noone answers, I want to go straight to voicemail, > but if at least one line is busy, I want the caller to stay in the queue. > What is the easiest way to do something similiar to this? > > Thanks, > > Jon. > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Jon Gabrielson
2005-Apr-14 12:43 UTC
[Asterisk-Users] making an action based on the status of multiple extensions
That seems to only work on a single channel. How do I use that for multiple channels at once? Thanks, Jon. On Thursday 14 April 2005 01:57 pm, C F wrote:> I guess you could use the ${DIALSTATUS} variable > > On 4/14/05, Jon Gabrielson <jon@directfreight.com> wrote: > > I have 4 lines in a queue. > > When a call comes in, I want all 4 lines to ring. > > If all 4 lines ring and noone answers, I want to go straight to > > voicemail, but if at least one line is busy, I want the caller to stay in > > the queue. What is the easiest way to do something similiar to this? > > > > Thanks, > > > > Jon. > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users