[asterisk-bugs] [Asterisk 0016068]: [bounty] Redirect Caller After Hangup from Queue

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Oct 14 13:30:24 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16068 
====================================================================== 
Reported By:                bahjons
Assigned To:                qwell
====================================================================== 
Project:                    Asterisk
Issue ID:                   16068
Category:                   Applications/NewFeature
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.4.26.2 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-10-14 07:45 CDT
Last Modified:              2009-10-14 13:30 CDT
====================================================================== 
Summary:                    [bounty] Redirect Caller After Hangup from Queue
Description: 
This old thread explains the request: 
http://lists.digium.com/pipermail/asterisk-dev/2007-March/026486.html

We would like to be able to redirect the caller after the agent has ended
the call, to another extension/context where we can have our survey run.

Bounty is $150. Needs to work on a Trixbox server as well. 
====================================================================== 

---------------------------------------------------------------------- 
 (0112282) ebroad (manager) - 2009-10-14 13:30
 https://issues.asterisk.org/view.php?id=16068#c112282 
---------------------------------------------------------------------- 
Um, the following AEL snippet works fine for me:

context myqueue {
   h => {
     jump surveyivrexten at mysurvey;
   };
   7000 => {
        queue code here...
   };
};

context mysurvey {
  surveyivrexen => {
   survey ivr code here
  };
};

In simpler terms, if 7000 were a standard extension, I call 7000, 7000
picks up, 7000 hangs up, whatever is under h will get executed, in my test,
calling out to my cell. In the above example I put the survey under a
different context otherwise you will end up in an infinite loop until the
user hangs up. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-10-14 13:30 ebroad         Note Added: 0112282                          
======================================================================




More information about the asterisk-bugs mailing list