[asterisk-dev] [Code Review]: app_queue: support a 'logged in and available' hint on queue

Alec Davis reviewboard at asterisk.org
Wed Sep 19 04:53:50 CDT 2012



> On Sept. 19, 2012, 3:15 a.m., Olle E Johansson wrote:
> > I think this is a great addition. The only thing I would like to see would be the case where on or several phones are ringing and no agent answers. That could be optional since it would interfere with your scenario, but would give information for someone watching the queue. That is not a requirement at all, this patch is very good as it is. Thanks Alec!

If I understand you correctly, if someone wants to watch the queue where several phones might be ringing and then be able to yell at someone, or even pick it up, then review 1619 gives us that.


- Alec


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2121/#review7084
-----------------------------------------------------------


On Sept. 19, 2012, 1:17 a.m., Alec Davis wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/2121/
> -----------------------------------------------------------
> 
> (Updated Sept. 19, 2012, 1:17 a.m.)
> 
> 
> Review request for Asterisk Developers.
> 
> 
> Summary
> -------
> 
> Receptionist will love this.
> 
> The ability to see via a BLF that some members are logged in and free to take the calls. "I'll just put you through now", with less chance that the call goes to voicemail or what ever dialplan logic then followed.
> 
> 
> When all agents are logged out, the BLF goes INUSE.
> When agents are logged in, but are all busy, the BLF goes INUSE.
>    Like any BLF, if INUSE the call may go to Voicemail, at least the Operator can warn the caller.
> 
> When an agent is free to take a call the BLF goes NOT_IN_USE, IE. can put a call through.
>  
> 
> 
> Related to https://reviewboard.asterisk.org/r/1619/
> 
> I did think about combining the queue ringing hint from review 1619 but it's a different function, and only required by co-workers that may be able to help.
> 
> Many other divisions want to be able to drop a call into a queue, with the prior knowledge that it should be answered (NOTINUSE), or will possibly go to voicemail (INUSE).
> 
> 
> Diffs
> -----
> 
>   trunk/apps/app_queue.c 373162 
> 
> Diff: https://reviewboard.asterisk.org/r/2121/diff
> 
> 
> Testing
> -------
> 
> In use on our headoffice production system.
> 
> Below is a hint for our itg_queue
> 
> exten => 8501,hint,Queue:itg_queue_avail
> 
> Note: '_avail' is added to the queuename
> 
> 
> Thanks,
> 
> Alec
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20120919/00145864/attachment-0001.htm>


More information about the asterisk-dev mailing list