[asterisk-bugs] [Asterisk 0010661]: [patch] fix the redirect thru the ami

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Feb 11 11:21:53 CST 2008


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=10661 
====================================================================== 
Reported By:                junky
Assigned To:                file
====================================================================== 
Project:                    Asterisk
Issue ID:                   10661
Category:                   Core/PBX
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 81858 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             09-06-2007 17:28 CDT
Last Modified:              02-11-2008 11:21 CST
====================================================================== 
Summary:                    [patch] fix the redirect thru the ami
Description: 
When you have a channel in a meetme room (and inside an AGI), if you
redirect throught the AMI, you get

Action: Redirect
Channel: SIP/10-0822b188
Context: meetme
Exten: 19
Priority: 2

Response: Success
Message: Redirect successful

but the channel is hanguped instead of being redirected correctly.

this is the command used in the AMI:
Action: Redirect
Channel: SIP/10-08231dd8
Context: meetme
Exten: 19
Priority: 1

with this patch, for an unknown reason, the chan->pbx has to be NULL so it
could branched correctly in pbx.c::ast_explicit_goto().

====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 02-11-08 11:21  
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 103317

U   trunk/main/pbx.c

------------------------------------------------------------------------
r103317 | file | 2008-02-11 11:21:51 -0600 (Mon, 11 Feb 2008) | 4 lines

Fix Manager Redirect while in an AGI.
(closes issue http://bugs.digium.com/view.php?id=10661)
Reported by: junky

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=103317 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-11-08 11:21  svnbot         Checkin                                      
02-11-08 11:21  svnbot         Note Added: 0082020                          
02-11-08 11:21  svnbot         Status                   confirmed => assigned
02-11-08 11:21  svnbot         Assigned To               => file            
======================================================================




More information about the asterisk-bugs mailing list