amartin at xes-inc.com Guest
|
Posted: Thu May 07, 2015 5:03 pm Post subject: [asterisk-users] Phones don't stop ringing when queue is ans |
|
|
James,
The WaitExten()s just provide a pause between the two Queue() calls to
let the first group of phones finish ringing. In this example I am ringing
the same group (queue_level_1) twice, however in a real-world scenario I
would ring queue_level_1 and then ring queue_level_2 which each have a
different list of phones.
Thanks,
Andrew
----- Original Message -----
Quote: | From: "James Thomas" <jthomasdpu@gmail.com>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com>
Sent: Thursday, May 7, 2015 10:20:10 AM
Subject: Re: [asterisk-users] Phones don't stop ringing when queue is answered
What purpose do the WaitExten()s serve here? Are you really allowing the
caller to connect to different extensions in the test-queue context? Have
you tried without the WaitExten()s?
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|