[asterisk-bugs] [Asterisk 0014122]: [patch] Macro execution doesn't get to "h" extension
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jan 20 19:17:14 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14122
======================================================================
Reported By: wetwired
Assigned To: murf
======================================================================
Project: Asterisk
Issue ID: 14122
Category: Applications/app_macro
Reproducibility: always
Severity: block
Priority: normal
Status: feedback
Target Version: 1.4.24
Asterisk Version: 1.4.23-rc3
Regression: Yes
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2008-12-22 06:13 CST
Last Modified: 2009-01-20 19:17 CST
======================================================================
Summary: [patch] Macro execution doesn't get to "h"
extension
Description:
In asterisk-1.4.23-rc3 (and in SVN 1.4 branch) execution of macro context
interrupted by hangup never gets to "h" context defined by "catch h =>".
Instead of this, execution returns to "h" extension of calling context. In
asterisk-1.4.23-rc2 and earlier, execution was finishing in macro "catch h
=>" branch.
======================================================================
----------------------------------------------------------------------
(0098295) andrew (reporter) - 2009-01-20 19:17
http://bugs.digium.com/view.php?id=14122#c98295
----------------------------------------------------------------------
New patch still crashes for me...
http://bugs.digium.com/view.php?id=0 0xb7e7aeca in strcmp () from
/lib/tls/i686/cmov/libc.so.6
http://bugs.digium.com/view.php?id=1 0x080d9d2d in pbx_find_extension
(chan=0x82a1b88, bypass=0x0,
q=0xb63b3fd8, context=0x0, exten=0x8169e00 "h", priority=1,
label=0x0,
callerid=0x82a2720 "8605551212", action=E_MATCH) at pbx.c:979
http://bugs.digium.com/view.php?id=2 0x080dc65d in pbx_extension_helper
(c=0x82a1b88, con=0x0,
context=0x0,
exten=0x8169e00 "h", priority=1, label=0x0,
callerid=0x82a2720 "8605551212", action=E_MATCH) at pbx.c:1820
http://bugs.digium.com/view.php?id=3 0x080ddb78 in ast_exists_extension
(c=0x82a1b88, context=0x0,
exten=0x8169e00 "h", priority=1, callerid=0x82a2720 "5551212")
at pbx.c:2293
http://bugs.digium.com/view.php?id=4 0x080debd0 in __ast_pbx_run (c=0x82a1b88)
at pbx.c:2549
http://bugs.digium.com/view.php?id=5 0x080df0ce in pbx_thread (data=0x82a1b88)
at pbx.c:2630
http://bugs.digium.com/view.php?id=6 0x0812392b in dummy_start (data=0x82a2998)
at utils.c:856
http://bugs.digium.com/view.php?id=7 0xb7fc0240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
http://bugs.digium.com/view.php?id=8 0xb7edb49e in clone () from
/lib/tls/i686/cmov/libc.so.6
Issue History
Date Modified Username Field Change
======================================================================
2009-01-20 19:17 andrew Note Added: 0098295
======================================================================
More information about the asterisk-bugs
mailing list