Bulk Handler Module for V12 - Enable UCP for users

PBX Firmware: 6.12.65-30

Is the Bulk Handler module that is in V13 available for V12 deployments? I am not seeing the module listed in the Module Admin section.

We have over 800 extensions and are looking to “bulk” enable UCP for each user instead of having to manually enable UCP for each one.

Thanks!

no only in 13 or newer

Thank you Tony!

Any suggestions on the most efficient method in V12 to accomplish this task?

Best method is to upgrade to 13. Failing that you can get a list of all user ids that have UCP settings directly from mysql:

select * from asterisk.freepbx_users_settings where `module` like "ucp|Global" and `key` like "allowLogin";

Thank you!

1 Like