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
1.6.0
Joshua Colp 19 years ago
parent eb7f97f2d6
commit 31800f61c3

@ -27,5 +27,5 @@ Changes since Asterisk 1.4-beta was branched:
called MEMBERNAME which contains the member's name.
* Added Masquerade manager event for when a masquerade happens between
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.

@ -4107,7 +4107,7 @@ static int manager_queues_status(struct mansession *s, struct message *m)
astman_append(s, "Event: QueueParams\r\n"
"Queue: %s\r\n"
"Max: %d\r\n"
"Strat: %s\r\n"
"Strategy: %s\r\n"
"Calls: %d\r\n"
"Holdtime: %d\r\n"
"Completed: %d\r\n"

Loading…
Cancel
Save