[Asterisk-Users] Suppport for Asterisk, asterisk-h323 package
and Voice Mail
Michael Manousos
manousos at inaccessnetworks.com
Tue Apr 15 10:36:22 MST 2003
MARTINEZ OGALDE RICARDO JAVIER wrote:
> Hi.
> I've recently installed Asterisk on my Linux system and added the
> asterisk-h323 package. I'm working with a H323 plataform with gatekeepers
> and gateways. I'm trying to implement a Voicemail for the endpoints,
> that works when the endpoinst are BUSY. I'm a newbie in asterisk so i
> need a little help here...
>
> 1.- I have succesfully route the BUSY calls from my endpoints to my
> Asterisk Platform
>
> 2.- I want that all the inbound calls from the endpoints that are on BUSY
> state could be answer by the asterisk's voice mail (Do i need to set any
> outbound or inbound channels here??? how and where can i do that??)
If you are using Asterisk just for voicemail, then you just
have to answer the incoming call and start Voicemail.
; Valid for 3-digit called numbers
exten => _XXX,1,Answer
exten => _XXX,2,Voicemail(b${EXTEN})
>
> 3.- Can i have different voice messages depending on the called number???
> and then forward the message via email to any specific email direction???
I'm not sure if the VoiceMail app can play different main messages.
But you could add a simple message Playback before you enter the
VoiceMail.
exten => _XXX,1,Answer
exten => 111,2,Playback(mes111)
exten => 112,2,Playback(mes112)
exten => 113,2,Playback(mes113)
exten => 114,2,Playback(mes114)
exten => _XXX,3,Voicemail(b${EXTEN})
Michael Manousos.
>
> Thanks in advance..
>
> Regards
>
> Ricardo Martinez
>
>
> "...for long you live and high you fly
> And Smiles you'll give and tears you'll cry
> And all you touch and all you see
> Is all your life will ever be..."
>
> Pink Floyd . The Dark Side of The Moon
>
>
> *************************************************
>
> Ricardo Javier Martinez Ogalde
> Ingenieria Civil Electrica
> Universidad de Chile
> http://cipres.cec.uchile.cl/~rmartine/index2.html
>
> *************************************************
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list