[Home]

Summary:ASTERISK-19283: Add F option to Queue command (transfer on hangup)
Reporter:Thomas Sevestre (to)Labels:
Date Opened:2012-01-31 10:44:58.000-0600Date Closed:2012-03-02 10:58:19.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) queue_f.diff
( 1) queue_f-v3.diff
Description:Hello,

This patch is based on asterisk 1.8.8.2.
This patch:
- use AST_APP_OPTIONS helpers to parse Queue options
- add F option to the Queue command (similar to the F option of Dial).

Notes:
- F() is not implemented.

Thanks for your feadback,
Thomas
Comments:By: Matt Jordan (mjordan) 2012-01-31 10:51:24.858-0600

New features have to be developed against trunk.  Can you provide a patch that applies cleanly to trunk?

By: Thomas Sevestre (to) 2012-01-31 11:33:44.816-0600

this version compiles

By: Thomas Sevestre (to) 2012-02-01 03:16:33.394-0600

queue_f-v3.diff should work on trunk.

By: Jonathan Rose (jrose) 2012-02-29 15:40:14.846-0600

https://reviewboard.asterisk.org/r/1785/

This patch cleans up some style stuff as well as does away with this caveat:
"F() is not implemented."