Re: [asterisk-users] agi voicemail callback

2011-04-06 Thread Thorsten Göllner
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

Re: [asterisk-users] agi voicemail callback

2011-04-06 Thread vip killa
What about a executing an AGI script with: [general] externnotify = /some_agi_script.agi Would that work? On Wed, Apr 6, 2011 at 3:20 AM, Thorsten Göllner t...@ovm-group.com wrote: Am 05.04.2011 18:50, schrieb vip killa: I'm wondering if there is a simply way to perform a voicemail callback

Re: [asterisk-users] agi voicemail callback

2011-04-06 Thread DHAVAL INDRODIYA
try this!!! http://www.voip-info.org/wiki/view/Asterisk+tips+callback On Wed, Apr 6, 2011 at 5:30 PM, vip killa vipki...@gmail.com wrote: What about a executing an AGI script with: [general] externnotify = /some_agi_script.agi Would that work? On Wed, Apr 6, 2011 at 3:20 AM, Thorsten

Re: [asterisk-users] agi voicemail callback

2011-04-06 Thread Steve Edwards
On Wed, 6 Apr 2011, vip killa wrote: What about a executing an AGI script with: [general] externnotify = /some_agi_script.agi Would that work? No. What makes a program (compiled or interpreted script) an AGI is that it follows the AGI protocol. Very simplistically, the AGI protocol

Re: [asterisk-users] agi voicemail callback

2011-04-06 Thread Danny Nicholas
To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] agi voicemail callback like a perl script? could you originate a call using Perl and AMI ? On Wed, Apr 6, 2011 at 9:13 AM, Steve Edwards asterisk@sedwards.com wrote: On Wed, 6 Apr 2011, vip killa wrote

Re: [asterisk-users] agi voicemail callback

2011-04-06 Thread vip killa
are you using Asterisk::AMIhttp://search.cpan.org/~greenbean/Asterisk-AMI/lib/Asterisk/AMI.pm for this script? On Wed, Apr 6, 2011 at 10:04 AM, Danny Nicholas da...@debsinc.com wrote: Yes – I do it that way because I run the module this is included in on about 10 different Asterisk servers.

Re: [asterisk-users] agi voicemail callback

2011-04-06 Thread Danny Nicholas
_ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@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

[asterisk-users] agi voicemail callback

2011-04-05 Thread 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. -- _

Re: [asterisk-users] agi voicemail callback

2011-04-05 Thread Doug Lytle
vip killa wrote: I'm wondering if there is a simply way to perform a voicemail callback feature using AGI I 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

Re: [asterisk-users] agi voicemail callback

2011-04-05 Thread Steve Edwards
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