[asterisk-dev] [Code Review] app_queue: Improvements to per member 'ringinuse' (formerly 'ignorebusy') option

jrose reviewboard at asterisk.org
Fri May 18 14:06:04 CDT 2012


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

(Updated May 18, 2012, 2:06 p.m.)


Review request for Asterisk Developers, Mark Michelson, irroot, and Matt Jordan.


Changes
-------

Splits parameter and member parsing of a queue on load/reload as suggested.

Tested it and it works as expected.


Summary
-------

The bug was simply the catalyst for this patch. There was another patch that actually resolved this bug...

Here's the summary:
First, only the member setting for ringinuse is checked when determining whether to call the busy member or not.
The default for this value is now determined by the queue's ringinuse option rather than being standalone.

additions
Adds the ability to specify member ringinuse value as an argument
Adds 'queue set ringinuse' CLI command for setting ringinuse for a member on the fly
Adds AMI command QueueRingInUse for setting ringinuse for a member on the fly via AMI

changes
'ignorebusy' is now called 'ringinuse'
Legacy support for old dialplans/scripts/etc will still be matched via the QUEUE_MEMBER function argument 'ignorebusy', but 'ringinuse' works as well and is the documented argument name.
Legacy support for realtime 'ignorebusy' is in place, but at startup of the module if no instances of its use are present in the database or if a use of the 'ringinuse' field is detected, that will be used exclusively instead.


This addresses bug ASTERISK-19536.
    https://issues.asterisk.org/jira/browse/ASTERISK-19536


Diffs (updated)
-----

  /trunk/CHANGES 366295 
  /trunk/apps/app_queue.c 366295 
  /trunk/configs/queues.conf.sample 366295 

Diff: https://reviewboard.asterisk.org/r/1919/diff


Testing
-------

I tested a number of configurations of ringinuse for queues and members both realtime and otherwise to make sure the setting went in correctly under each case.

There is an odd quirk though for realtime in that if all the values of a field for every entry are NULL, then it will be as though that field doesn't exist at all, so if ignorebusy is present without any deliberately entered values, ringinuse will still become the defacto field name in use.  I worked at it for a while but couldn't find a workaround that didn't involve having to change every single realtime database driver.  It's not that big of a deal since if a user isn't actually using that field at all, it's unlikely they ever intended to.


Thanks,

jrose

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


More information about the asterisk-dev mailing list