Download Latest Version EternitySMDR-1.2_Windows.zip (5.4 MB)
Email in envelope

Get an email when there's a new version of Eternity smdr

Home
Name Modified Size InfoDownloads / Week
EternitySMDR-1.2_Windows.zip 2014-12-10 5.4 MB
README.txt 2014-10-07 3.3 kB
EternitySMDR-1.2.zip 2014-10-07 199.5 kB
EternitySMDR-1.1.zip 2014-09-19 199.6 kB
EternitySMDR.zip 2014-08-11 128.0 kB
Totals: 5 Items   6.0 MB 1
** EternitySMDR 1.2 **

* Features provided by this release (1.2)
* Contact
* Issue Solve



================================================================================== 
     Features in current release
================================================================================== 
Customisable Perl script to capture the CDR from Eternity and NAVAN IPPBX models
From PHP based Web GUI, you can,
	-Search facility to display filtered CDR record.
	-Call Charts(Which is used to give trend about Number of the calls )
	-Extension Name & Number adding from web pages and via Import XLS file (which are used to facilitate CDR detail with more perfect detail).
	-Directory Name & Number adding from web pages and via Import XLS file (which are used to facilitate CDR detail about Caller/Called Name).
	-Trunk naming (Which is used to give more detail about trunk port Like Service provide name etc. in CDR display)
	-Currency Symbol Change option
	


================================================================================== 
     Contact
================================================================================== 

Email: rasik.jesadiya@gmail.com

================================================================================== 

================================================================================== 
     Issue Solved
================================================================================== 

1. MYSQL Database installation issue is solved

================================================================================== 
	


















This software can be used with Matrix Comsec's IPPBXs Eternity LE/ME/GE/PE/NE and NAVAN CNX200 models

This Software have 3 sections.
1. Used Perl script to Capture online SMDR/CDR, parse & send it to store the Data in Mysql Database
2. Used MySQL to store the parse data
3. Used PHP(5.4.16 & onward) to represent it in Web GUI

Section1:
	Install Strawberry/active state perl from
	http://www.perl.org/get.html
	Install Perl::modules as mentioned below if not installed by CPAN command(e.g. CPAN DBD::mysql) from command line (if gives error while start the script then only).
	1. DBI
	2. DBD::mysql
	3. IO::Socket

1) Configure/edit Local IP Address and port on which computer will collect the Online SMDR in 'eternity.pl' perl script
2) Configure/edit Mysql Host name, Database name, username & password of mysql in in 'eternity.pl' perl script

Section2:
install mysql(5.6.12 & onward) database from root directory to /smdr/install/install.php
Install WAMP(Windows)(2.4 and onward) or LAMP(linux) portal or stand alone mysql
http://www.wampserver.com/en/

Section3:
Install WAMP(Windows)(2.4 and onward) or LAMP(linux) portal to use PHP
http://www.wampserver.com/en/

Place this 'smdr' folder @root directory of httpd(For wamp, place this folder 'smdr' at installation directory of wamp's sub directory named 'www')

Change allow access right from httpd.conf file of Apache to access web server from other computer also

<Directory "D:/wamp/www">
     Order Allow,Deny
     Allow from all
</Directory>

Default User name and Password to login are
username: eternity
password: 1234
Source: README.txt, updated 2014-10-07