I'm wondering if there is a simply way to perform a voicemail callback feature using AGI. For instance, a caller leaves a voicemail, the voicemail will then call the owner of the voicemailbox determined by a database look up. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110405/2ab7c326/attachment.htm>
vip killa wrote:> I'm wondering if there is a simply way to perform a voicemail callback > feature using AGII don't have an AGI, but I do have dial-plan code. Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
On Tue, 5 Apr 2011, vip killa wrote:> I'm wondering if there is a simply way to perform a voicemail callback > feature using AGI.For instance, a caller leaves a voicemail, the > voicemail will then call the owner of the voicemailbox determined by a > database look up.Use 'mailcmd' in voicemail.conf. -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
Am 05.04.2011 18:50, schrieb vip killa:> I'm wondering if there is a simply way to perform a voicemail callback > feature using AGI. > For instance, a caller leaves a voicemail, the voicemail will then > call the owner of the voicemailbox determined by a database look up.One possibility: look via cron job, if there is a new message and if so, you can drop a call file in /var/spool/asterisk/outgoing.
_____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of vip killa Sent: Wednesday, April 06, 2011 10:38 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] agi voicemail callback are you using Asterisk::AMI <http://search.cpan.org/~greenbean/Asterisk-AMI/lib/Asterisk/AMI.pm> for this script? On Wed, Apr 6, 2011 at 10:04 AM, Danny Nicholas <danny at debsinc.com> wrote: Yes - I do it that way because I run the module this is included in on about 10 different Asterisk servers. [Danny Nicholas] No. Asterisk::Manager. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110406/9af10bd1/attachment.htm>