]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: Member lastpause time reseting
authorEvandro César Arruda <ecarruda@gmail.com>
Fri, 21 Aug 2020 04:51:42 +0000 (01:51 -0300)
committerKevin Harwell <kharwell@digium.com>
Tue, 25 Aug 2020 23:27:54 +0000 (18:27 -0500)
commitaa93107444fc41c09c7a34620fdd7b86b90eb57a
tree1c5ce87391996b192046c5f4bc1af6170be6fdab
parent788b60d935cb910f7417611416c54be3c8d49517
app_queue: Member lastpause time reseting

This fixes the reseting members lastpause problem when realtime members is being used,
the function rt_handle_member_record was forcing the reset members lastpause because it
does not exist in realtime

ASTERISK-29034 #close

Change-Id: Ic9107e4456732a1f78412a32adb2ef87f5da40b5
apps/app_queue.c