[asterisk-bugs] [Asterisk 0015413]: A device state is never set to Ringing, always Busy
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jun 29 11:26:48 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15413
======================================================================
Reported By: legart
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 15413
Category: Functions/func_devstate
Reproducibility: always
Severity: block
Priority: normal
Status: acknowledged
Target Version: 1.4.26
Asterisk Version: 1.4.26-rc4
Regression: Yes
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-06-29 03:56 CDT
Last Modified: 2009-06-29 11:26 CDT
======================================================================
Summary: A device state is never set to Ringing, always Busy
Description:
It seems that the fix for bug 15057 has introduced a different bug. A
users state can never be RINGING.
> > set global DEVSTATE(Custom:XXXX) RINGING
c3pbx*CLI>
-- Global variable DEVSTATE(Custom:XXXX) set to RINGING
[Jun 26 15:34:54] Extension Changed XXXX[default] new state Busy for
Notify User XXXX
Setting e.g. RINGINGINUSE works, but RINGING always gets
Busy as device state result.
The hint for a SIP peer is also Busy while the device is ringing.
This makes it impossible to pickup ringning channels from e.g. a
SNOM phone.
Tested with 1.4.26rc3 and rc4. Looks like it was introduced with
1.4.26rc2.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0015057 [patch] hints with 2+ devices that incl...
======================================================================
----------------------------------------------------------------------
(0107136) mmichelson (administrator) - 2009-06-29 11:26
https://issues.asterisk.org/view.php?id=15413#c107136
----------------------------------------------------------------------
The issue appears to be because very few of the states listed in
ast_extension_state2 clear the "allbusy" flag. AST_DEVICE_RINGING is one
such case.
Issue History
Date Modified Username Field Change
======================================================================
2009-06-29 11:26 mmichelson Note Added: 0107136
======================================================================
More information about the asterisk-bugs
mailing list