On Fri, 2008-08-22 at 21:26 +0300, Giedrius Augys wrote: > I want to ask, how to "detect" queue timeout? If queue members are > busy or not answering to the call, and after queue timeout caller > would hear : "Sorry all operators are busy, please leave a record":
The Queue() application sets a channel variable named QUEUESTATUS, and by reading that channel variable, you'll be able to evaluate why the call left the queue (due to a timeout or other reason). See the end of the description for the queue application in the online help by typing "core show application queue" at the Asterisk command-line interface. -- Jared Smith Training Manager Digium, Inc. _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
