[Asterisk-Users] Location of Voice e-mail Code???
C F
shmaltz at gmail.com
Mon Mar 14 07:52:36 MST 2005
Take a look at this one:
http://lists.digium.com/pipermail/asterisk-users/2005-March/094509.html
You can also enable call back in voicemail.conf
On Mon, 14 Mar 2005 11:07:49 +0300 (EAT), Julius Kidubuka
<juki at one2net.co.ug> wrote:
> I need to be able to send an sms alert to one's mobile/cell phone. For
> instance, when I receive a voicemail message in my inbox, I also want to
> be able to get a message on my cell phone alerting me of this e-mail. How
> possible is this? And if it is, what do I need to do to get the service up
> and running?
>
> Ideas are most welcome.
>
> Thanks,
>
> Julius.
> > On Sat, Mar 12, 2005 at 01:03:00PM +0300, Julius Kidubuka wrote:
> >> Hi,
> >>
> >> Where can I find the code that performs the voice e-mail function (that
> >> is, the code that reads the contents of voicemail.conf and then performs
> >> the necessary action)?
> >>
> >> I am using asterisk at home 0.6.
> >
> > The mail is delivered by piping it to a "sendmail" program (by default
> > /usr/sbin/sendmail). /usr/sbin/sendmail does not have to be sendmail.
> > Postfix and Exim provide a sendmail-compatible interface along with a
> > host of more minimal programs such as ssmtp and nullmailer.
> >
> > With sendmail and similar (Exim and Postfix) the aliases (normally
> > /etc/aliases) file is a useful place to set up forwarding. e.g: suppose
> > you want to keep your voicemail.conf as simple as possible:
> >
> > [default]
> > #vmbox=pass,name,recipients
> > 200=200,,200 at localhost
> > 201=201,,201 at localhost
> > 202=202,,202 at localhost
> > 202=202,,202 at localhost
> > 203=203,,203 at localhost
> > 204=204,,204 at localhost
> >
> > to your aliases file you could then add:
> >
> > 200: john
> > 201: me at gmail.com
> > 202: david,|/usr/local/bin/send_sms_to_david
> >
> > Note that I have ommited the names, but those names are actually also
> > used for things other than voicemail.
> >
> > --
> > Tzafrir Cohen | New signature for new address and | VIM is
> > http://tzafrir.org.il | new homepage | a Mutt's
> > tzafrir at cohens.org.il | | best
> > ICQ# 16849755 | Space reserved for other protocols | friend
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
More information about the asterisk-users
mailing list