Voicemail

Sir,

I want to configure voicemail on asterisk 1.4. i want when caller dial a number and that number is busy or not pick up than caller press 5 to leave voice message.

I have configure like this

exten => 24,1,Dial(SIP/24,40,t)
exten => 24,2,(VoiceMail(777@voice)
exten => 24,2,Hangup()

But problem is when anyone dial 24 if 24 not pick up it will directly go to voicemail but i want when caller press 5 than it will for for voicemail.

Please help

Rajeev.

Hi,
You have to add these two lines
exten = 24,2,WaitExten(‘5’|m(default))
exten =5,1,(VoiceMail(777@voice) )

For Further Help Feel Free to contact us :
Email: bicserver1@gmail.com
Contact No: 022 28470101
www.bicnet.in
bicnetinfo.blogspot.com/

Sir,

Thanks for your help sir, will you please explain meaning of m(default) in waitexten(‘5’|m(default)) .

Rajeev.