[Home]

Summary:ASTERISK-01239: [request] app_queue needs more options
Reporter:revk (revk)Labels:
Date Opened:2004-03-18 06:23:56.000-0600Date Closed:2011-06-07 14:05:21
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Using Queue() to try and implement a basic incoming call queue I find it does not have the features we need. We need to make a test Queue() with option 'n', and if that goes through fine. Then we need to playback a message saying "your call is in a queue, etc", and then call Queue() again. I bodged a temporary fix to the 'n' bug to do this. However if nobody answers the queue I want to go to voicemail instead. What I need is Queue() to do the n+101 trick if all busy, and also have separate options for exit on busy and exit on no answer rather than just 'n'. Perhaps a 'b' and 'u' option indicating if exit on busy and exit on no answer.
Comments:By: Brian West (bkw918) 2004-04-18 01:43:32

cvs checkout ICD

Or post back with some details or patches.

bkw