I've been trying for days to get the phonebook/directory generation for phone provisioning to work.
I have read through the members doc and any forum thread I could find.
I have added a couple of contacts in the contracts app, making sure most fields are filled in.
They are assigned to a group. My test user is in the same group. My test device is assigned to my test user.
Settings:
Contacts -> Permissions -> True
Provision -> contact_extensions -> True
Provision -> contact_groups -> True
Provision -> contact_users -> True
Provision -> contact_permissions -> False
In the provision file I'm just trying to print the whole contacts array as a sanity check. I'm just manually checking the output in browser using the provision url.
For now it's only listing my extensions and not my contacts from the contacts list/app. I don't understand why.
Current version: 5.3.10
I have read through the members doc and any forum thread I could find.
I have added a couple of contacts in the contracts app, making sure most fields are filled in.
They are assigned to a group. My test user is in the same group. My test device is assigned to my test user.
Settings:
Contacts -> Permissions -> True
Provision -> contact_extensions -> True
Provision -> contact_groups -> True
Provision -> contact_users -> True
Provision -> contact_permissions -> False
In the provision file I'm just trying to print the whole contacts array as a sanity check. I'm just manually checking the output in browser using the provision url.
Code:
{foreach $contacts as $row}
{foreach from=$row key=arrayIndex item=trecord}
{$arrayIndex}: {$trecord}
For now it's only listing my extensions and not my contacts from the contacts list/app. I don't understand why.
Current version: 5.3.10