CID Superfecta - FreePBX Contactmanager

In a small custom routine, I look up the contact name from the caller number.

I originally copied that code from CID Superfecta
source-FreePBX_Contactmanager.module (FreePBX Contact manager to lookup numbers)

$data = FreePBX::Contactmanager()->lookupByUserID(-1, $thenumber,“/\D/”);

This worked fine for many years but stopped a few weeks ago. Nothing changed in my code.

In testing, I found that the original Superfecta module also does not work anymore.

I guess something else changed. Maybe some access rights?

Any hints?

Anybody?

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.