Hello Teams,
I use zycoo pbx.. and I have do comment this in file ClientImp.php because zycoo don't return "Asterisk" word
Can you say me where I can add custom entity to lookup phone ? we don't use account, so I need add ours custom entity when lookup or relate ..on the popup call ?
another question : how must phone number in crm ? sample for Belgium : 02555 55 55 .. or mobile 0477 77 77 77 ..
I need to have so .. or with country code like 0322555 55 55 and for mobile 032477 77 77 77 ?
And if possible, need to write the "name" of call by user.
Great extension ...congratulation.
Thanks in advance.
I use zycoo pbx.. and I have do comment this in file ClientImp.php because zycoo don't return "Asterisk" word
PHP Code:
/*
if (strstr($asteriskId, 'Asterisk') === false) {
throw new ClientException(
"Unknown peer. Is this an ami?: $asteriskId"
);
}
*/
Can you say me where I can add custom entity to lookup phone ? we don't use account, so I need add ours custom entity when lookup or relate ..on the popup call ?
another question : how must phone number in crm ? sample for Belgium : 02555 55 55 .. or mobile 0477 77 77 77 ..
I need to have so .. or with country code like 0322555 55 55 and for mobile 032477 77 77 77 ?
And if possible, need to write the "name" of call by user.
Great extension ...congratulation.
Thanks in advance.
Comment