mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Strat becomes Strategy based on feedback from two nameless fellows
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44297 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -27,5 +27,5 @@ Changes since Asterisk 1.4-beta was branched:
|
|||||||
called MEMBERNAME which contains the member's name.
|
called MEMBERNAME which contains the member's name.
|
||||||
* Added Masquerade manager event for when a masquerade happens between
|
* Added Masquerade manager event for when a masquerade happens between
|
||||||
two channels.
|
two channels.
|
||||||
* Added 'Strat' field to manager event QueueParams which represents
|
* Added 'Strategy' field to manager event QueueParams which represents
|
||||||
the queue strategy in use.
|
the queue strategy in use.
|
||||||
|
@@ -4107,7 +4107,7 @@ static int manager_queues_status(struct mansession *s, struct message *m)
|
|||||||
astman_append(s, "Event: QueueParams\r\n"
|
astman_append(s, "Event: QueueParams\r\n"
|
||||||
"Queue: %s\r\n"
|
"Queue: %s\r\n"
|
||||||
"Max: %d\r\n"
|
"Max: %d\r\n"
|
||||||
"Strat: %s\r\n"
|
"Strategy: %s\r\n"
|
||||||
"Calls: %d\r\n"
|
"Calls: %d\r\n"
|
||||||
"Holdtime: %d\r\n"
|
"Holdtime: %d\r\n"
|
||||||
"Completed: %d\r\n"
|
"Completed: %d\r\n"
|
||||||
|
Reference in New Issue
Block a user