[asterisk-users] astdb delete all keys with the value of x

2014-04-21 Thread Jonathan White
I’m trying to use the asterisk database but I think there is a limitation in deleting records I need to make my logic work. I understand that I can delete all family members with a specific key and that I can delete an entire family of keys but I would like to be able to delete specific keys

Re: [asterisk-users] astdb delete all keys with the value of x

2014-04-21 Thread Josh Metzger
To do it without using an external database, you could create a shell script to do it that you would execute with a system call. You could get a list of everything with: asterisk -rx database show From there, you could grep the results for the value you are looking for, use awk or even cut to

[asterisk-users] Open Source Asterisk Polling Solution

2014-04-21 Thread Nick Cameo
Hello Everyone, We are looking for a simple open source auto dialer with polling capabilities. What we would like is a program that we can upload leads to, and have asterisk: i) Dial numbers ii) Play pre-recorded iii) If user presses one, forward the call to an agent There are so many solutions

Re: [asterisk-users] Open Source Asterisk Polling Solution

2014-04-21 Thread Mitul Limbani
Use vicidial for achieving the same. Mitul On Monday, April 21, 2014, Nick Cameo sym...@gmail.com wrote: Hello Everyone, We are looking for a simple open source auto dialer with polling capabilities. What we would like is a program that we can upload leads to, and have asterisk: i) Dial

Re: [asterisk-users] Open Source Asterisk Polling Solution

2014-04-21 Thread James Sharp
On 4/21/2014 1:47 PM, Mitul Limbani wrote: Use vicidial for achieving the same. Or call files (or AMI originate), a short bit of dialplan logic, and maybe a call to Queue(). -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Open Source Asterisk Polling Solution

2014-04-21 Thread Nick Cameo
On Mon, Apr 21, 2014 at 2:01 PM, James Sharp ja...@fivecats.org wrote: On 4/21/2014 1:47 PM, Mitul Limbani wrote: Use vicidial for achieving the same. Or call files (or AMI originate), a short bit of dialplan logic, and maybe a call to Queue(). This is a nice and easy solution however,

Re: [asterisk-users] Open Source Asterisk Polling Solution

2014-04-21 Thread James Sharp
On 4/21/2014 3:58 PM, Nick Cameo wrote: On Mon, Apr 21, 2014 at 2:01 PM, James Sharp ja...@fivecats.org mailto:ja...@fivecats.org wrote: On 4/21/2014 1:47 PM, Mitul Limbani wrote: Use vicidial for achieving the same. Or call files (or AMI originate), a short bit of dialplan

Re: [asterisk-users] Open Source Asterisk Polling Solution

2014-04-21 Thread Nick Cameo
I'll be attempting this tomorrow for a friend as a favour. Will post the end result for others in the future. Nick from Toronto. ​ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join