Hello,

am attempting again to resolve an issue with multi-tenancy and the forwarding 
to VMs between mailboxes.  If in a multi-tenancy environment one uses custom 
contexts ie.

[a1-ext1](a1)
mailbox=101@a1

and the associated voicemail.conf entry:

[a1]
101 => 1234,My User 
1,ad...@email.com,,tz=eastern|imapuser=ad...@email.com|imapfolder=Inbox
102 => 1234,My User 
2,ad...@email.com,,tz=eastern|imapuser=ad...@email.com|imapfolder=Inbox

now if a message is left in mailbox 101 and the user attempts to forward the 
message to mailbox 102 Asterisk responds that mailbox 102 is not found in 
context default!  One can add:

searchcontexts=yes

but that means each mailbox must have a unique number which goes against being 
able to use custom contexts.  I thought by specifying the following would fix 
that:

exten => 7999,1,VoiceMailMain(${CALLERID(num)}@a1) ; Direct mail retrieval
exten => 7999,n,Hangup()

but it does not.  Have tried many ways to resolve but cannot find a resolution.

Any ideas please as would like to get this working ?

Thank you.



-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to