arkda
2008-Jan-22 22:36 UTC
[asterisk-users] Voicemail - is it possible to automatically use the extension being dialed from?
Hi, Is it possible to dial voicemail from a particular phone line and automatically enter the extension that is being dialed from, thereby only prompting for the password? I've been searching around to find if this is possible, but I haven't been able to find an example of this. I have a feeling it's more of a endpoint function, but I thought I'd ask if anyone has accomplished this with Asterisk. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080122/dc83ef08/attachment.htm
Anciso, Roy
2008-Jan-22 23:06 UTC
[asterisk-users] Voicemail - is it possible to automatically usethe extension being dialed from?
Heres what I do for this: exten => *85,1,VoicemailMain(${CALLERID(NUM)}) ________________________________ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of arkda Sent: Tuesday, January 22, 2008 5:37 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Voicemail - is it possible to automatically usethe extension being dialed from? Hi, Is it possible to dial voicemail from a particular phone line and automatically enter the extension that is being dialed from, thereby only prompting for the password? I've been searching around to find if this is possible, but I haven't been able to find an example of this. I have a feeling it's more of a endpoint function, but I thought I'd ask if anyone has accomplished this with Asterisk. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080122/6ad7f0ec/attachment.htm
Chris Bagnall
2008-Jan-22 23:19 UTC
[asterisk-users] Voicemail - is it possible to automatically use the extension being dialed from?
VoicemailMain(${CALLERID(number)}) is probably what you want. Regards, Chris -- C.M. Bagnall, Director, Minotaur I.T. Limited For full contact details visit http://www.minotaur.it This email is made from 100% recycled electrons
arkda
2008-Jan-23 00:18 UTC
[asterisk-users] Voicemail - is it possible to automatically use the extension being dialed from?
Hah, thanks guys. I had tried that previously, but my syntax was off. On Jan 22, 2008 6:19 PM, Chris Bagnall <lists at minotaur.cc> wrote:> VoicemailMain(${CALLERID(number)}) is probably what you want. > > Regards, > > Chris > -- > C.M. Bagnall, Director, Minotaur I.T. Limited > For full contact details visit http://www.minotaur.it > This email is made from 100% recycled electrons > > > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080122/7d3d2935/attachment.htm