[asterisk-bugs] [Asterisk 0011330]: [patch] CHANNELS dialplan function, get channel list in the dialplan
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Jun 3 18:11:35 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11330
======================================================================
Reported By: rain
Assigned To: svnbot
======================================================================
Project: Asterisk
Issue ID: 11330
Category: Functions/NewFeature
Reproducibility: always
Severity: feature
Priority: normal
Status: closed
Asterisk Version: 1.4.14
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 11-20-2007 15:54 CST
Last Modified: 06-03-2008 18:11 CDT
======================================================================
Summary: [patch] CHANNELS dialplan function, get channel list
in the dialplan
Description:
There is currently no clean way to get a list of active channels from
within the dialplan -- the cleanest method that's currently possible is an
AGI script, which requires the extra overhead of spawning a new process.
Since I need to fetch the channel list for each call attempt to an agent
(from app_queue), the wasted CPU time would be substantial.
======================================================================
----------------------------------------------------------------------
svnbot - 06-03-08 18:11
----------------------------------------------------------------------
Repository: asterisk
Revision: 120234
_U branches/1.6.0/
------------------------------------------------------------------------
r120234 | tilghman | 2008-06-03 18:11:35 -0500 (Tue, 03 Jun 2008) | 14
lines
Blocked revisions 120230 via svnmerge
........
r120230 | tilghman | 2008-06-03 18:17:33 -0500 (Tue, 03 Jun 2008) | 7
lines
Add a function, CHANNELS(), which retrieves a list of all active channels.
(closes issue http://bugs.digium.com/view.php?id=11330)
Reported by: rain
Patches:
func_channel-channel_list_function.diff uploaded by rain (license
327)
(with some additional changes by me, mostly to meet coding
guidelines)
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=120234
Issue History
Date Modified Username Field Change
======================================================================
06-03-08 18:11 svnbot Checkin
06-03-08 18:11 svnbot Note Added: 0087763
======================================================================
More information about the asterisk-bugs
mailing list