mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 08:13:22 +00:00
Make indentation consistent, move some queue features to the queue section.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@275467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
12
CHANGES
12
CHANGES
@@ -93,12 +93,6 @@ Applications
|
||||
------------
|
||||
* Added 'p' option to PickupChan() to allow for picking up channel by the first
|
||||
match to a partial channel name.
|
||||
* Added "ready" option to QUEUE_MEMBER counting to count free agents whose wrap-up
|
||||
timeout has expired.
|
||||
* Added 'R' option to app_queue. This option stops moh and indicates ringing
|
||||
to the caller when an Agent's phone is ringing. This can be used to indicate
|
||||
to the caller that their call is about to be picked up, which is nice when
|
||||
one has been on hold for an extened period of time.
|
||||
* Added .m3u support for Mp3Player application.
|
||||
* Added progress option to the app_dial D() option. When progress DTMF is
|
||||
present, those values are sent immediately upon receiving a PROGRESS message
|
||||
@@ -253,6 +247,12 @@ Dialplan Variables
|
||||
|
||||
Queue changes
|
||||
-------------
|
||||
* Added "ready" option to QUEUE_MEMBER counting to count free agents whose wrap-up
|
||||
timeout has expired.
|
||||
* Added 'R' option to app_queue. This option stops moh and indicates ringing
|
||||
to the caller when an Agent's phone is ringing. This can be used to indicate
|
||||
to the caller that their call is about to be picked up, which is nice when
|
||||
one has been on hold for an extened period of time.
|
||||
* A new config option, penaltymemberslimit, has been added to queues.conf.
|
||||
When set this option will disregard penalty settings when a queue has too
|
||||
few members.
|
||||
|
Reference in New Issue
Block a user