Voicemail for Multi-Tenant Environment
I have a multi-tenant environment and was interested in implementing Voicemail Explorer.
My voicemail structure is currently:
/var/spool/asterisk/voicemail/{tenantname}/{mailbox}
Is it possible for me to use FOP2 with this kind of a directory structure? Is there a way to append a tenant name to the mailbox directory or define the mailbox directory per tenant?
Thanks in advance!
My voicemail structure is currently:
/var/spool/asterisk/voicemail/{tenantname}/{mailbox}
Is it possible for me to use FOP2 with this kind of a directory structure? Is there a way to append a tenant name to the mailbox directory or define the mailbox directory per tenant?
Thanks in advance!
Comments
mailbox=EXTEN@TENANT
then it will work, as fop2 will take the context as the voicemail section/context in the directory structure.
Best regards,