[asterisk-bugs] [Asterisk 0017264]: Crash when using Background() in Macro called by M() option to Dial()
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Apr 30 11:01:27 CDT 2010
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=17264
======================================================================
Reported By: falves11
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17264
Category: Applications/app_dial
Reproducibility: random
Severity: crash
Priority: normal
Status: new
Asterisk Version: 1.6.1.18
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1
SVN Revision (number only!): 259958
Request Review:
======================================================================
Date Submitted: 2010-04-29 17:27 CDT
Last Modified: 2010-04-30 11:01 CDT
======================================================================
Summary: Crash when using Background() in Macro called by M()
option to Dial()
Description:
This the section where it blows up.
exten
=>_X.,n,Dial(${CUT(CARRIERLIST,-,${i})},${CUT(TO,-,${i})},M(get-callid^${PROMPT})L(10800000))
;dial once
[macro-get-callid]
exten => s,1,Verbose(2,Playing ${ARG1})
exten => s,n,GotoIf($["${ARG1}" = "0" ]?salida)
exten => s,n,Background(${ARG1})
exten => s,n(salida),MacroExit
======================================================================
----------------------------------------------------------------------
(0121227) lmadsen (administrator) - 2010-04-30 11:01
https://issues.asterisk.org/view.php?id=17264#c121227
----------------------------------------------------------------------
Modified the issue to be more descriptive of the problem. Thank you so much
davidw for helping to triage this (and other) issue(s).
Issue History
Date Modified Username Field Change
======================================================================
2010-04-30 11:01 lmadsen Note Added: 0121227
2010-04-30 11:01 lmadsen Summary It crashes in the dial
function => Crash when using Background() in Macro called by M() option to
Dial()
2010-04-30 11:01 lmadsen Description Updated
======================================================================
More information about the asterisk-bugs
mailing list