Asmaa Ahmed
2013-Oct-09 15:36 UTC
[asterisk-users] Calling a demo menu after voicemail authintication
Hello, I wonder if it is configurable possible to add a new menu demo to run within voicemail context dialogue! I want to run am interactive menu before or within the normal voicemail dialogue to run a script based on the subscriber selection. My point is to get use from the authenticated password that provided by user to go though his voicemail to access this new feature as well! If not, is there a way to use the same authentication to access this menu a way from voicemailmain application? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131009/4dcb4bdb/attachment.html>
Kevin Larsen
2013-Oct-09 15:43 UTC
[asterisk-users] Calling a demo menu after voicemail authintication
From: Asmaa Ahmed <asabatgirl at hotmail.com> To: "asterisk-users at lists.digium.com" <asterisk-users at lists.digium.com>, Date: 10/09/2013 10:36 AM Subject: [asterisk-users] Calling a demo menu after voicemail authintication Sent by: asterisk-users-bounces at lists.digium.com Hello, I wonder if it is configurable possible to add a new menu demo to run within voicemail context dialogue! I want to run am interactive menu before or within the normal voicemail dialogue to run a script based on the subscriber selection. My point is to get use from the authenticated password that provided by user to go though his voicemail to access this new feature as well! If not, is there a way to use the same authentication to access this menu a way from voicemailmain application? Thanks. If you are trying to use dialplan logic directly, you could use the function VM_INFO to compare a users password with what they have entered. You would basically be writing your own code before you ever went to voicemail to have them type their password, then save that to a variable and compare with what VM_INFO shows as the correct password. You could also use an AGI script as detailed here: http://www.voip-info.org/wiki/view/Asterisk+authenticate+using+voicemail+passwords ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com ______________________________________________________________________-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello 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/20131009/36b51732/attachment.html>