Questions tagged as 'asterisk'

2
answers

Consultation for CDR

Good, I'm doing a query to show all the missed calls that arrive to me in Asterisk in the last hour, but I find myself with the following problem: If I receive 2 calls, one of them not answered and the other answered, my query shows me the un...
asked by 08.02.2016 / 13:16
0
answers

Connect Asterisk with AGI and pass values from AGI to Asterisk

Hello, good morning, I'm working with Asterisk v 1.4 and AGI, in the AGI file I'm working with Perl where I have the following code: #!/usr/bin/perl use DBI; use POSIX; use Asterisk::AGI; $valor = 8; %MYSQL = ( hostname => "localhost", us...
asked by 10.10.2018 / 17:42
1
answer

script delete folders according to the current date

I have made a script to delete folders when the disk is, for example 80%, I want to use it in centOS with asterisk. where folders are organized "/ var / spool / monitor / 2018 / {01/02 /.../ 12}" Well, I did this script that erased 2 months a...
asked by 20.04.2018 / 18:55