[asterisk-bugs] [Asterisk 0017808]: [patch] Function CONNECTEDLINE causes Asterisk to exit
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Aug 19 15:22:18 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17808
======================================================================
Reported By: jtodd
Assigned To: rmudgett
======================================================================
Project: Asterisk
Issue ID: 17808
Category: Functions/General
Reproducibility: always
Severity: block
Priority: normal
Status: assigned
Target Version: 1.8.0
Asterisk Version: SVN
JIRA: SWP-2017
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 281083
Request Review:
======================================================================
Date Submitted: 2010-08-06 13:05 CDT
Last Modified: 2010-08-19 15:22 CDT
======================================================================
Summary: [patch] Function CONNECTEDLINE causes Asterisk to
exit
Description:
Calling the CONNECTEDLINE function causes Asterisk to exit. No core, no
indications. Just exit.
This is on OpenBSD 4.6. I have complied with DONT_OPTIMIZE but that seems
to make no difference.
======================================================================
----------------------------------------------------------------------
(0126163) rmudgett (administrator) - 2010-08-19 15:22
https://issues.asterisk.org/view.php?id=17808#c126163
----------------------------------------------------------------------
That patch effectively disables party id processing for the CONNECTEDLINE
and REDIRECTING to/from parties. It is not a good patch because it makes
CONNECTEDLINE a no operation.
What is weird is the value of update is 0x3 in the backtrace. Most calls
to ast_channel_update_connected_line() are going to set update to NULL
since they are not trying to specify what part of a party id to update. In
fact CONNECTEDLINE calls it with update set to NULL.
Issue History
Date Modified Username Field Change
======================================================================
2010-08-19 15:22 rmudgett Note Added: 0126163
======================================================================
More information about the asterisk-bugs
mailing list