[Asterisk-bugs] [Asterisk 0010112]: Local channel remains after hangup if the call fails to start
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Jul 5 08:12:44 CDT 2007
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=10112
======================================================================
Reported By: makoto
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 10112
Category: Channels/chan_local
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
Asterisk Version: 1.2.18
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: Yes
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 07-03-2007 20:44 CDT
Last Modified: 07-05-2007 08:12 CDT
======================================================================
Summary: Local channel remains after hangup if the call fails
to start
Description:
In local_call function of chan_local.c, ast_pbx_start is called.
But even if ast_pbx_start returns none zero value, p->launchedpbx is
set to 1. Then local_hangup function does not hang up the channel
correctly.
I believe that p->launchedpbx should be set to 1 if ast_pbx_start returns
0.
======================================================================
----------------------------------------------------------------------
file - 07-05-07 08:12
----------------------------------------------------------------------
Fixed in 1.2 as of revision 73318, 1.4 as of revision 73319, and trunk as
of revision 73320.
Issue History
Date Modified Username Field Change
======================================================================
07-05-07 08:12 file Status new => resolved
07-05-07 08:12 file Resolution open => fixed
07-05-07 08:12 file Assigned To => file
07-05-07 08:12 file Note Added: 0066515
======================================================================
More information about the Asterisk-bugs
mailing list