[asterisk-bugs] [Asterisk 0010661]: [patch] fix the redirect thru the ami
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Sep 7 06:13:23 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10661
======================================================================
Reported By: junky
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 10661
Category: Core/PBX
Reproducibility: always
Severity: minor
Priority: normal
Status: new
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: 09-07-2007 06:13 CDT
======================================================================
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().
======================================================================
----------------------------------------------------------------------
junky - 09-07-07 06:13
----------------------------------------------------------------------
unrelated? Have you updated ur code to svn-trunk-81858 ?
I didnt look so much for extra channel, since im not using that option for
that customer.
I will take a look at this option when i get back from week-end.
Issue History
Date Modified Username Field Change
======================================================================
09-07-07 06:13 junky Note Added: 0070090
======================================================================
More information about the asterisk-bugs
mailing list