John Lange
2005-May-12 16:26 UTC
[Asterisk-Users] Interrupting voicemail with "*", dropping to "a" extension. Does it work?
I've played around with the lightly documented Asterisk voicemail feature whereby a caller can press "*" during the playback of the OGM and be returned to the "a" extension in the context of the voicemail box. No matter what, Asterisk does nothing when you press "*". It does not interrupt the OGM and it certainly does not return to the "a" context. Watching the console there is no indication of any key press. Has anyone ever got this working? Is there an undocumented setting in asterisk someplace which enables this feature? -- John Lange President OpenIT ltd. www.Open-IT.ca (204) 885 0872 VoIP, Web services, Linux Consulting, Server Co-Location
Jerry
2005-May-12 16:52 UTC
[Asterisk-Users] Interrupting voicemail with "*", dropping to "a" extension. Does it work?
Just got done testing this:) * drops into a for me every time on 1.0.7 Pressing 0 does nothing however and that is what my customers wish to use On May 12, 2005, at 6:26 PM, John Lange wrote:> I've played around with the lightly documented Asterisk voicemail > feature whereby a caller can press "*" during the playback of the OGM > and be returned to the "a" extension in the context of the voicemail > box. > > No matter what, Asterisk does nothing when you press "*". It does not > interrupt the OGM and it certainly does not return to the "a" context. > > Watching the console there is no indication of any key press. > > Has anyone ever got this working? > > Is there an undocumented setting in asterisk someplace which enables > this feature? > > -- > John Lange > President OpenIT ltd. www.Open-IT.ca (204) 885 0872 > VoIP, Web services, Linux Consulting, Server Co-Location > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@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 > >
Ronald Wiplinger
2005-May-12 16:53 UTC
[Asterisk-Users] Interrupting voicemail with "*", dropping to "a" extension. Does it work?
John Lange wrote:>I've played around with the lightly documented Asterisk voicemail >feature whereby a caller can press "*" during the playback of the OGM >and be returned to the "a" extension in the context of the voicemail >box. > >No matter what, Asterisk does nothing when you press "*". It does not >interrupt the OGM and it certainly does not return to the "a" context. > >Watching the console there is no indication of any key press. > >Has anyone ever got this working? > >Is there an undocumented setting in asterisk someplace which enables >this feature? > > >Have you tried to set dtmf to rfc2833??? bye Ronald
David Brodbeck
2005-May-13 13:28 UTC
[Asterisk-Users] Interrupting voicemail with "*", dropping to "a" extension. Does it work?
> -----Original Message----- > From: John Lange [mailto:john.lange@open-it.ca]> So to make "*" work you must have: > > [voicemail] > exten => a,1,VoiceMailMain() > > Does this make sense to anyone?I think it uses whatever context the current voice mailbox is defined in, in voicemail.conf.