]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: Add LoginTime field for member in a queue.
authorRodrigo Ramírez Norambuena <a@rodrigoramirez.com>
Wed, 25 Aug 2021 13:15:59 +0000 (13:15 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 25 Oct 2021 13:30:36 +0000 (08:30 -0500)
commitb12e8b5924a87f8ec0223dd9e2dbcdf83dcb8a25
treec3b002876d2efd66f24d0960c143cab10213d741
parent04e79fd0e30e50d51910eb722730b1c224d662bf
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
apps/app_queue.c
doc/CHANGES-staging/app_queue_logintime.txt [new file with mode: 0644]