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.