Displaying 1 result from an estimated 1 matches for "mandatelang".
2010 Nov 09
0
Asterisk Voicemail Realtime and 'VirtualBoxing'
...date' table to the database and get this field by an AGI script
before calling VoiceMail to get the correct language and context name for
this particular mailbox. Let's call them company1 and company2
Then I do:
exten => s,n,AGI(getmandate.agi)
exten => s,n,Set(CHANNEL(language)=${MANDATELANG})
exten => s,n,VoiceMail(0${CALLERID(rdnis):2}@${MANDATE},u)
in voicemail.conf I have:
[company1]
serveremail=voicemail at company1.example.com
tz=european
emailsubject=[Customer 1 VM]: Neue Nachricht nummer ${VM_MSGNUM} von
${VM_CIDNUM} in mailbox ${VM_MAILBOX}.
emailbody=some more blabla
[...