[Home]

Summary:ASTERISK-27828: Add Reason to QueueCallerAbandon
Reporter:Fernando Rossato (fernandorossato)Labels:
Date Opened:2018-04-25 20:42:09Date Closed:
Priority:MajorRegression?
Status:Open/NewComponents:Applications/app_queue
Versions:15.3.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_queue.path
Description:app_queue registers in the queue_log events EXITWITHTIMEOUT, EXITEMPTY, EXITWITHKEY, and SYSCOMPAT, but does not report this in the AMI event. I changed the record_abandoned function by adding the reason parameter and modified the calls of this function including the reason, this procedure causes that reason to be informed in the QueueCallerAbandon event via AMI.
the possible reasons are:
*  - NORMAL: Normal Abandon
*  - EXITWITHTIMEOUT: Abandon by EXITWITHTIMEOUT
*  - EXITEMPTY: Abandon by EXITEMPTY
*  - EXITWITHKEY: Abandon by EXITWITHKEY
*  - SYSCOMPAT: Abandon by SYSCOMPAT
Attached patch to resolve this
Comments:By: Asterisk Team (asteriskteam) 2018-04-25 20:42:09.869-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Fernando Rossato (fernandorossato) 2018-04-25 20:47:01.437-0500

Patch file

By: George Joseph (gjoseph) 2018-04-26 09:16:24.683-0500

Hi Fernando,

When your license agreement is approved, would you mind submitting your patch to Gerrit[1]?  It'll make sure that your patch gets reviewed and has the best chance of acceptance.  The Patch Contribution Process wiki[2] page has details on how to do that.

and Welcome!

[1] https://gerrit.asterisk.org
[2] https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process


By: Fernando Rossato (fernandorossato) 2018-04-26 13:59:39.271-0500

Hello George,
I'll wait for Gerrit's approval. Thank you.