[asterisk-bugs] [Asterisk 0014122]: [patch] Macro execution doesn't get to "h" extension
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jan 15 09:30:42 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.23
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-15 09:30 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.
======================================================================
----------------------------------------------------------------------
(0097910) andrew (reporter) - 2009-01-15 09:30
http://bugs.digium.com/view.php?id=14122#c97910
----------------------------------------------------------------------
An interesting point on this crash. I'm not using a macro when it dies. I'm
using an auto-dial out, but it never does much.
Here's the console output:
Asterisk Ready.
Asterisk Malloc Debugger Started (see /var/log/asterisk/mmlog))
-- Attempting call on Local/98605551212 at inside/n for s at txfax:1 (Retry
1)
-- Executing [98605551212 at inside:1]
NoOp("Local/98605551212 at inside-2450,2", "Start") in new stack
-- Executing [98605551212 at inside:2]
Dial("Local/98605551212 at inside-2450,2", "SIP/8605551212 at as5300") in new
stack
-- Called 8605551212 at as5300
-- Got SIP response 486 "Busy here" back from X.X.X.X
-- SIP/as5300-082a4200 is busy
== Everyone is busy/congested at this time (1:1/0/0)
-- Executing [98605551212 at inside:3]
Congestion("Local/98605551212 at inside-2450,2", "") in new stack
[Jan 15 10:24:02] NOTICE[29140]: pbx_spool.c:356 attempt_thread: Call
failed to go through, reason (8) Congestion (circuits busy)
== Spawn extension (inside, 98605551212, 3) exited non-zero on
'Local/98605551212 at inside-2450,2'
Segmentation fault (core dumped)
Issue History
Date Modified Username Field Change
======================================================================
2009-01-15 09:30 andrew Note Added: 0097910
======================================================================
More information about the asterisk-bugs
mailing list