mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
app_queue: Add LoginTime field for member in a queue.
Add a time_t logintime to storage a time when a member is added into a queue. Also, includes show this time (in seconds) using a 'queue show' command and the field LoginTime for response for AMI events. ASTERISK-18069 #close Change-Id: Ied6c3a300f78d78eebedeb3e16a1520fc3fff190
This commit is contained in:
committed by
George Joseph
parent
859f579504
commit
a203769c9d
9
doc/CHANGES-staging/app_queue_logintime.txt
Normal file
9
doc/CHANGES-staging/app_queue_logintime.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Subject: app_queue
|
||||
|
||||
Add field to save the time value when a member enter a queue.
|
||||
Shows this time in seconds using 'queue show' command and the
|
||||
field LoginTime for responses for AMI the events.
|
||||
|
||||
The output for the CLI command `queue show` is changed by added a
|
||||
extra data field for the information of the time login time for each
|
||||
member.
|
Reference in New Issue
Block a user