[asterisk-bugs] [Asterisk 0018371]: [patch] asterisk crash when dialing SIP/${var} where var is empty or not set
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Dec 7 10:46:51 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18371
======================================================================
Reported By: gbour
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18371
Category: Channels/chan_sip/General
Reproducibility: always
Severity: crash
Priority: normal
Status: ready for testing
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 295998
Request Review:
======================================================================
Date Submitted: 2010-11-24 08:58 CST
Last Modified: 2010-12-07 10:46 CST
======================================================================
Summary: [patch] asterisk crash when dialing SIP/${var} where
var is empty or not set
Description:
exten = 500,1,NoOp()
exten = 500,n,Set(var=)
exten = 500,n,Dial(SIP/${var})
if var is not set or empy, executing Dial(SIP/${var}) make asterisk crash
======================================================================
----------------------------------------------------------------------
(0129396) lmadsen (administrator) - 2010-12-07 10:46
https://issues.asterisk.org/view.php?id=18371#c129396
----------------------------------------------------------------------
Is it only for chan_sip, or does it happen inside the app_dial?
Issue History
Date Modified Username Field Change
======================================================================
2010-12-07 10:46 lmadsen Note Added: 0129396
======================================================================
More information about the asterisk-bugs
mailing list