I installed and configured the new version of Trixbox. I have created two extensions (156&157) with voicemail enabled. When I receive a call from outside, my IVR is responded. When user press 156, if he (156) unable to answer the phone, the voice mail will be goes to 156 and 157 email IDs. I mean, I want to send voice mail to multiple email addresses. How can i do this?
I donât know how to do this from within Asterisk - if you must use extension association. But you can easily do this outside Asterisk. Or you can even try utilising the mailcmd features, e.g., if âmailcmd=sendmail -tâ (as given in voicemail.conf.sample), try (untested)
If you control a mail server, simply make an alias (email adress that gets forwarded to 2 other emails), but that got nothing to do with asterisk.
But i was expecting the idea of simply putting 2 emails with a comma in between to work (but i never tested)
maybe itâs the â,â that the parser doesnât like, you could try a â;â
Thought about this one, too. But youâd have to find an MTA thatâs ;-friendly. Most Linux MTAâs are not. (Unless you modify source, and use something thatâs not a â;â because shell is also against it.)
Regarding mail server, you donât need control. You already run Astereisk in Linux, which generally comes with alias facility for MTAâs. You can do system level alias or user level alias. Google âLinux mail aliasâ should give you plenty of pointers.