[asterisk-users] comedian mail

Jonathan Moore supermegatron at gmail.com
Thu May 14 20:17:42 CDT 2009


On Thu, May 14, 2009 at 5:57 PM,  <honeyboy at charter.net> wrote:
> Hello, I was wondering if someone could tell me how I can set up a comedian mail box, and how to use it. Thank you,

A good start could be found here
<http://www.voip-info.org/wiki/view/Asterisk+Voicemail>

Quick run down,

1. edit voicemail.conf

[mailbox]
100 => 1234,John Smith,john at example.com

2.  Setup your dialplan
exten => 100,1,something
exten => 100,2,Voicemail(100)

3.  Check voicemail
exten => 101,1,VoiceMailMain()

4.  Profit?


More or less.  I'm pretty new, so I'm sure I left something out here.
Even so, a quick google goes a long way.

-jonathan



More information about the asterisk-users mailing list