Error in the dialplan. All calls are recorded (queue_log) as COMPLETECALLER

AsteriskNOW 2.0 ( 1.8.10 and above, FreePBX 2.10 )

Completion of any call in the queue is recorded in the queue_log as COMPLETECALLER.
Correct operation is restored if we exclude from the context [ext-queues] processing exten - “h”.

;exten => h,1,Macro(hangupcall,)

on the version asterisk-1.8.7 it worked well.
what could be the reason?
Thank you!