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:
Rodrigo Ramírez Norambuena
2021-08-25 13:15:59 +00:00
committed by George Joseph
parent 859f579504
commit a203769c9d
2 changed files with 22 additions and 2 deletions

View 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.