[asterisk-bugs] [Asterisk 0016539]: [patch] call pickup can pickup caller instead of callee
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jan 5 17:11:51 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16539
======================================================================
Reported By: syspert
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16539
Category: PBX/General
Reproducibility: always
Severity: minor
Priority: normal
Status: confirmed
Asterisk Version: SVN
JIRA: SWP-629
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 237317
Request Review:
======================================================================
Date Submitted: 2010-01-04 10:22 CST
Last Modified: 2010-01-05 17:11 CST
======================================================================
Summary: [patch] call pickup can pickup caller instead of
callee
Description:
When dialing an outside trunk and on another phone a call-pickup (*8) is
done the function find_channel_by_group returns a channel with state RING
and the caller is transferred.
Instead of only returning a channel with the state RINGING and when found
returning the channel of the callee the function can return randomly the
caller and callee (when multiple phones are used)
======================================================================
----------------------------------------------------------------------
(0116094) syspert (reporter) - 2010-01-05 17:11
https://issues.asterisk.org/view.php?id=16539#c116094
----------------------------------------------------------------------
We are running 1.2 now, but also the code there looks for RING and RINGING.
I think the way the logic has changed on how the channels are ordered in
memory. IE phone A calls B and phone C dial *8 : everything works correctly
(A is connected with C), but when phone C calls B and A dial *8 Phone A is
connected to B.
Your welcome.
Issue History
Date Modified Username Field Change
======================================================================
2010-01-05 17:11 syspert Note Added: 0116094
======================================================================
More information about the asterisk-bugs
mailing list