[asterisk-bugs] [Asterisk 0000464]: [patch] Campon feature
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Oct 10 04:46:48 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=464
======================================================================
Reported By: pliew
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 464
Category: Applications/app_queue
Reproducibility: always
Severity: feature
Priority: normal
Status: new
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2003-10-30 04:46 CST
Last Modified: 2010-10-10 04:46 CDT
======================================================================
Summary: [patch] Campon feature
Description:
Allows ability to camp-on a caller with MOH, when the extension is busy.
Caller can break out of camp-on by pressing 1 or 2. Drops back onto the
dialplan with different priority. I've put it here because I modified the
app_queue file to provide this functionality.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000509 [patch] New application app_campon
======================================================================
----------------------------------------------------------------------
(0127827) russell (administrator) - 2010-10-10 04:46
https://issues.asterisk.org/view.php?id=464#c127827
----------------------------------------------------------------------
I really don't think this is the right way to go. This code is derived
from ancient times, and there are newer better ways of accomplishing this.
You shouldn't have to retry periodically. Asterisk knows about device
states. A bigger issue though is that there is already "camp on"
infrastructure in Asterisk as of Asterisk 1.8 (the call completion code).
It is doing this exact thing. For this "stay on the call camp on" feature
to go into Asterisk, I think it needs to be done as an extension to the
call completion feature infrastructure so that the same queue of callers is
used, regardless of the camp on method (staying on the call, a generic
callback set up by the dialplan, or one of the protocol specific methods of
subscribing to camp on services).
Issue History
Date Modified Username Field Change
======================================================================
2010-10-10 04:46 russell Note Added: 0127827
======================================================================
More information about the asterisk-bugs
mailing list