[asterisk-bugs] [Asterisk 0015168]: [patch] Add ability to use extension state as well as device state when adding queue memebers
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Nov 3 15:21:38 CST 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15168
======================================================================
Reported By: p_lindheimer
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 15168
Category: Applications/app_queue
Reproducibility: N/A
Severity: feature
Priority: normal
Status: assigned
Target Version: Feature Tracker
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-05-20 15:43 CDT
Last Modified: 2009-11-03 15:21 CST
======================================================================
Summary: [patch] Add ability to use extension state as well
as device state when adding queue memebers
Description:
The new ability to add a device state associated with a Queue member when
configuring a queue or adding a member with AddQueueMembers solves a lot of
problems. However, it would be EXTREMELY valuable to use extension state
information as well (e.g. hints).
hints are extensively used in may dialplans to track extension state of a
system. This ability becomes even more important when you have a pbx that
supports 'hot-desking' where a user can log into and out of one or multiple
devices.
It would be extremely valuable, and from what I understand, relatively
straight forward, to add this ability such that conceptually you could an
entry such as:
member => Local/3000 at default,0,John Smith,HINT:3000 at default
and the queue would parse that this is a hint instead of a device, and use
ast_extension_state() instead of ast_device_state()
======================================================================
----------------------------------------------------------------------
(0113092) svnbot (reporter) - 2009-11-03 15:21
https://issues.asterisk.org/view.php?id=15168#c113092
----------------------------------------------------------------------
Repository: asterisk
Revision: 227424
U trunk/apps/app_queue.c
U trunk/configs/queues.conf.sample
------------------------------------------------------------------------
r227424 | file | 2009-11-03 15:21:37 -0600 (Tue, 03 Nov 2009) | 7 lines
Add support for using a hint when configuring a state interface using the
format hint:<extension>@<context>.
(closes issue https://issues.asterisk.org/view.php?id=15168)
Reported by: p_lindheimer
Patches:
queue_extenstate5_1.4.svn.patch uploaded by GameGamer43 (license
894)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=227424
Issue History
Date Modified Username Field Change
======================================================================
2009-11-03 15:21 svnbot Checkin
2009-11-03 15:21 svnbot Note Added: 0113092
======================================================================
More information about the asterisk-bugs
mailing list