[Home]

Summary:ASTERISK-09014: [patch] allow call to continue after agent hangs up
Reporter:Yunlong Liu (lyl)Labels:
Date Opened:2007-03-15 02:22:04Date Closed:2007-05-14 12:41:43
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) queue_keepalive_r59039.diff
( 1) queue_keepalive.patch
Description:   When a caller queued into a queue, and after the agent hang up, the called is hanged up too. But we sometimes need the caller to report the service quality. I post that patch which do the job.
  You can specify 'k' option in Queue application, the caller won't be hanged up unless you call hangup.

Comments:By: Serge Vecher (serge-v) 2007-03-15 08:25:03

Thanks for contributing, lyl. Yhis is a new feature and as such patch needs to be made against trunk. Also, use the "svn diff" method for creating the patch.

By: Yunlong Liu (lyl) 2007-03-18 20:06:12

new patch updated to trunk r59038

By: Yunlong Liu (lyl) 2007-03-19 03:59:51

the patch against r59038 has a bug, please use the r59039 one

By: Jason Parker (jparker) 2007-05-14 12:41:42

Added to svn trunk in revision 64243.

I made a few small changes to the patch to make it "fit" better.  Instead of option 'k', it's now option 'c', and instead of the variable being set to "KEEPALIVE", it's being set to "CONTINUE".