Code Monkey home page Code Monkey logo

asterisk-cdr-viewer's People

Contributors

g613 avatar

Watchers

 avatar  avatar

asterisk-cdr-viewer's Issues

Development

Call cost rounding up.
I need assistance with custom development on the interface but the email for 
igor does not work

Original issue reported on code.google.com by [email protected] on 24 Jul 2014 at 8:29

Recordings not showing up

What steps will reproduce the problem?
1.install software 
2.verify data is in cdr table (cdr records, filename, files in monitor dir////0 
3.run report, no file download icon appears 

What is the expected output? What do you see instead?

to be able to download the monitor recording

What version of the product are you using? On what operating system?

latest

Please provide any additional information below.

could I email you and explain?  

Original issue reported on code.google.com by [email protected] on 3 Feb 2014 at 8:07

Using with Postgres

This message is writen in Spanish, so if you have problems understanding the 
content, use a traductor.

Para usar esta aplicacion con postgres hice unos pequeños cambios. En primer 
lugar la función que se debe crear en la base de datos debe ser 

CREATE FUNCTION unix_timestamp(TIMESTAMP) RETURNS INTEGER AS '
SELECT date_part(''epoch'', $1)::INTEGER AS RESULT
' LANGUAGE sql;

Para alguien que no sepa, le puede parecer un dolor de cabeza meter la 
instrucción en el motor de base de datos y que no le funcione, porque le sobra 
el CREATE FUNCTION.

Otra cosa que hay que tener en cuenta es que en el config.inc.php en vez de la 
opción mysql, se debe usar pgsql (igual para el que no sabe, el que maneja PDO 
no tiene problema).

Y por ultimo para evitar problemas en la ejecución de las consultas a la base 
de datos, se debe quitar la variable $db_name de todas ellas.

Supongo que ya con eso es suficiente. No es un problema en si, sino la 
solución a lo que encontré.

Best Regards and THX for your effort. :D

Original issue reported on code.google.com by [email protected] on 2 Jul 2014 at 8:23

Freepbx distro recordings

I am connected to a freepbx distro server on my local network, All is working 
fine but I cannot figure out how to show the recorded files, they are in the 
freepbx default location and I can see them using there built in cdr viewer but 
not on this software, I looked at config.inc.php buy could not figure out how 
to make this work, any help would be great.

Gary.


Original issue reported on code.google.com by [email protected] on 4 Apr 2014 at 8:02

Unknown column 'calldate' in 'where clause' )

What steps will reproduce the problem?
1. In asterisk 11 just search

What is the expected output? What do you see instead?
PDO::errorInfo(): Array ( [0] => 42S22 [1] => 1054 [2] => Unknown column 
'calldate' in 'where clause' )

What version of the product are you using? On what operating system?
1.0.4 , Centos 6.5

Please provide any additional information below.

I think that the new CDR Grab to MYSQL Is different , dont have calldate , is 
there a way yo make it work with asterisk 11 ? 

Original issue reported on code.google.com by [email protected] on 27 Apr 2014 at 12:33

Not work query

Not work the query with "_" the - sip/provider_my iax/74957374567_97.


Original issue reported on code.google.com by [email protected] on 15 Nov 2012 at 12:33

No template in webbrowser

I managed to get data in mysql cdr database.
But when I open the webbrowser (http://ipaddress/acdr/ I only see my php file 
and not the template (see attached picture).
What's going wrong?
I am using Debian so I had to copy cp 
asterisk-cdr-viewer/contrib/httpd/asterisk-cdr-viewer.conf to 
/etc/apache2/conf.d instead of /etc/httpd/conf.d/.
And I restarted apache2 instead of httpd 

Original issue reported on code.google.com by [email protected] on 6 Dec 2013 at 3:50

Attachments:

Quick date ranges

Would it be possible to implement see some quick date range buttons, like: 
- this week
- last 7 days
- this month
- last 28/30/31 days
- this year

Maybe even have them as a config option?

Best regards,
Siniša Bandin


Original issue reported on code.google.com by sinisa.bandin on 28 Jan 2015 at 4:21

This is onyl parsing internal calls

What steps will reproduce the problem?
1. Pick an extension and see all calls for a particular day
2. Run the report
3.

What is the expected output? What do you see instead?
Was hoping to see all calls internal and external, but I onyl see internal calls

What version of the product are you using? On what operating system?
Latest version, trying to integrate with Trixbox 2.6 on CentOS 5.2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Jun 2012 at 4:56

WAV location

What steps will reproduce the problem?
1. WAV location /var/spool/asterisk/monitor and /Year/mounth/Day. How is set 
this config ?

Original issue reported on code.google.com by [email protected] on 20 Mar 2014 at 10:30

CID NAME doesn't show in reports

What steps will reproduce the problem?
1. Simulate a call into asterisk with CID NAME (e.g. "John Smith" <4145556666>
2. Check Reports and it will show 4145556666 but not John Smith
3. Checking /var/log/asterisk/full I can see "John Smith" and it's also in 
asteriskcdrdb in MySQL.

What is the expected output? What do you see instead?
CDR Report should view both CID Name and CLID for all Dahdi, SIP, IAX, and 
other technology trunks.

What version of the product are you using? On what operating system?
Latest

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 11 Sep 2012 at 5:41

Is it possible to see source TRUNK name instead of just source protocol (sip, iax, etc...)?

What steps will reproduce the problem?
1. Load CDR
2. Seach CDR
3. No information about incoming Trunk - all shows only SIP or IAX2

What is the expected output? What do you see instead?
CDR should show which trunk was used. For example I have 5 SIP trunks to 
different providers and 2 IAX2 trunks to other two different providers. When a 
call comes in I only see SIP or IAX2 for source channel instead of VoipMS, 
Vitelity, TATA, etc....

What version of the product are you using? On what operating system?
1.0.1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Sep 2013 at 2:48

Concurrent Calls report works for 1 day but not for a month

What steps will reproduce the problem?
1. Select only Concurrent Calls
2. Select 1 month or more for Call dates
3. Run the report and it takes for ever and won't come back with report.

What is the expected output? What do you see instead?
It should show concurrent calls for whole month with MAX Calls showing

What version of the product are you using? On what operating system?
Latest 0.9x

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Jun 2012 at 8:17

New rate_type 30s+s and 30s+6s


Hello, I added the rate_type type 30s+s this way:

functions.inc.php > add >

} elseif ( $callrate_cache[$file][substr($dst,0,$i)][2] == '30s+s' ) {
// 30 second + per second
if ( $duration < 30) {
$call_rate = ($callrate_cache[$file][substr($dst,0,$i)][0] / 2);
} else {
$call_rate = $callrate_cache[$file][substr($dst,0,$i)][0] + ( ($duration-60) * 
($callrate_cache[$file][substr($dst,0,$i)][0] / 60) );
}

And I need to add rate_type 30s+6s to use Skype.

Could someone help, please?

Original issue reported on code.google.com by [email protected] on 23 Oct 2014 at 4:06

Attachments:

Time interval does not affects

What steps will reproduce the problem?
> 1. Just run search with date and time intervals

What is the expected output? What do you see instead?
> Calls record between "time from" and "time to", but a got out of selected 
time call record

What version of the product are you using? On what operating system?
> actually 1.0.2, but footer still show 1.0.1 :))

See the screenshot

Original issue reported on code.google.com by [email protected] on 14 Apr 2014 at 11:14

Attachments:

No access to /acdr/

When I try to connect to http://myip/acdr I got the following message:

You don't have permission to access /acdr/ on this server.

I believe it has something to do with permissions?

Original issue reported on code.google.com by [email protected] on 20 Dec 2013 at 9:13

Add DID Column to report

We use the DID field to note which DID a call comes in on.  Would it be 
possible to add this to the report and possibly be able to search by this field?

running version 0.9.5

Thanks,
David


Original issue reported on code.google.com by [email protected] on 6 Aug 2012 at 8:38

Postgresql

Hi.
Do you plan to support Postgresql, not only mysql cdr?

Original issue reported on code.google.com by [email protected] on 28 Jun 2012 at 2:13

Translation support

Hi.
Do you plan to support translations for your product (in example .po files)?
I know I can edit the code, but it is the wrong way :)

If you will add translation support, I suggest my help with translate your 
product to Russian and Ukrainian languages.

Original issue reported on code.google.com by [email protected] on 15 Feb 2012 at 12:30

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.