@TheWebMachine wrote:
I am trying to bring an old php script up to date to work with FreePBX 14+ and have hit a small hurdle. The script calls upon
core_users_list()
to get a list of extension numbers from FreePBX for validation (did the user enter a valid local extension #). Unfortunately,core_users_list()
is not available in v14+.What is the alternative to
core_users_list()
in v14 and newer?
Is the alternative backwards compatible or do I need to code for both (pre-14, 14-and-newer)?Thanks in advance!
Posts: 1
Participants: 1