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!

Comments

  • If you define the mailbox parameter in the button configuration to be something like

    mailbox=EXTEN@TENANT

    then it will work, as fop2 will take the context as the voicemail section/context in the directory structure.

    Best regards,
Sign In or Register to comment.