Hi
The issue is the function DbDel which had been depreciated since Asterisk 1.4 has now be removed, at least in Asterisk 16.
so in
/etc/asterisk/extensions_override_fop2.conf
this two lines must be changed
192: exten => *79,n,Noop(${DB_DELETE(fop2state/${CHAN})})
267: exten => *76,n,Noop(${DB_DELETE(fop2state/${CHAN})})
Please change in the next update
THX