FreePBX 17 and Asterisk 22 - lazymembers support

Is there any support for lazymembers in Asterisk 22 anymore? Recently moved a machine from SNG7 FreePBX 15 to Debian 12 FreePBX 17 with Asterisk 22. Realized lazymembers does not seem to be part of the asterisk install anymore.

Turns out the app_queue.c app is almost identical in Asterisk 22 as it was in 13. I reworked the patch to match the correct lines on Asterisk 22 file. Patched the app_queue.c and recompiled it.

Made a backup of the original /usr/lib/x86_64-linux-gnu/asterisk/modules/app_queue.so and then moved the new version in place. And restarted asterisk.

Verified that lazymembers is working now.

1 Like