[asterisk-bugs] [Asterisk 0015287]: Macro() returns to wrong extension
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jun 9 13:11:12 CDT 2009
The following issue has been CLOSED
======================================================================
https://issues.asterisk.org/view.php?id=15287
======================================================================
Reported By: schern
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 15287
Category: Applications/app_macro
Reproducibility: random
Severity: major
Priority: normal
Status: closed
Asterisk Version: 1.4.25.1
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: no change required
Fixed in Version:
======================================================================
Date Submitted: 2009-06-08 04:36 CDT
Last Modified: 2009-06-09 13:11 CDT
======================================================================
Summary: Macro() returns to wrong extension
Description:
Under some circumstances the Macro() application returns back to wrong
extension.
E.g.:
Executing [h at macro-PSTN:1] Macro("SIP/...-00803ff0", "DBDisconnect")
Executing [s at macro-DBDisconnect:1] GosubIf("SIP/...-00803ff0",
"?free_sth|1")
Executing [s at macro-DBDisconnect:2] GotoIf("SIP/...-00803ff0",
"?disconnect|1")
Executing [s at macro-DBDisconnect:3] NoOp("SIP/...-00803ff0", "")
Executing [s at macro-PSTN:2] DeadAGI("SIP/...-1-00803ff0", "...")
The Error is the last line. This should be look like this:
Executing [h at macro-PSTN:2] GotoIf("SIP/...-1-00803ff0", "...")
======================================================================
----------------------------------------------------------------------
(0106176) tilghman (administrator) - 2009-06-09 13:11
https://issues.asterisk.org/view.php?id=15287#c106176
----------------------------------------------------------------------
The previous behavior was a bug and a regression. It was fixed.
Issue History
Date Modified Username Field Change
======================================================================
2009-06-09 13:11 tilghman Note Added: 0106176
2009-06-09 13:11 tilghman Status assigned => closed
2009-06-09 13:11 tilghman Resolution open => no change
required
======================================================================
More information about the asterisk-bugs
mailing list