[Asterisk-Users] Exit Voicemail to VoicemailMain?

2004-06-11 Thread Michael Welter
I would like to call my own DID number from outside, get into voicemail, 
and then push '#' to exit into VoicemailMain.  Is there a way to do this?


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Exit Voicemail to VoicemailMain?

2004-06-11 Thread Doug Kennedy
Michael Welter wrote:
I would like to call my own DID number from outside, get into 
voicemail, and then push '#' to exit into VoicemailMain.  Is there a 
way to do this?
This works for me, dial '89' while listening to the greeting and
it hops over to voicemailmain.  This would be in your incoming call context.
I've not tried a exten = #,... I suppose it could work too.
exten = s,1,Answer
exten = s,2,Wait(1)
exten = s,3,Background(/var/spool/asterisk/voicemail/default/21/unavail)
exten = s,4,Voicemail2(s21)
exten = s,5,Congestion
exten = s,6,Hangup
exten = 89,1,Answer
exten = 89,2,VoiceMailMain2(s21)
exten = 89,3,Wait(5)
exten = 89,4,Hangup
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users