CREATE DATABASE asterisk;
GRANT INSERT
ON asterisk.*
TO asterisk@localhost
IDENTIFIED BY 'yourpassword';
USE asterisk;
CREATE TABLE `cdr` (
`calldate` datetime NOT NULL default '0000-00-00 00:00:00',
`clid` varchar(80) NOT NULL default '',
`src` varchar(80) NOT NULL default '',
`dst` varchar(80) NOT NULL default '',
`dcontext` varchar(80) NOT NULL default '',
`channel` varchar(80) NOT NULL default '',
`dstchannel` varchar(80) NOT NULL default '',
`lastapp` varchar(80) NOT NULL default '',
`lastdata` varchar(80) NOT NULL default '',
`duration`...
The Guru Of Tech - Gobind
Asterisk Insall, Codec Install, Vicidial Install.
Vicidial, Asterisk, Web-MeetMe, MySQL, OTRS
All in One
Vicidial, Asterisk, Web-MeetMe, MySQL, OTRS
Vicidial, Asterisk, Web-MeetMe, MySQL, OTRS
Vicidial, Asterisk, Web-MeetMe, MySQL, OTRS
Vicidial, Asterisk, Web-MeetMe, MySQL, OTRS.
Vicidial, Asterisk, Web-MeetMe, MySQL, OTRS
Vicidial, Asterisk, Web-MeetMe, MySQL, OTRS.
Tuesday, May 7, 2013
Friday, May 3, 2013
A2BILLING INSTALLATION GUIDE
12:46 AM
2 comments
To RUN this install PHP 5.2 or later as it wont work on
earlier version because of filter_var() issue as in 5.2 it is already installed
as a bundle
-----------
This document
focuses on the installation of A2Billing system for the Asterisk open source
PBX. The document covers the installation and basic
configuration of
A2Billing.
A2billing is an open source implementation of a telecommunication billing and
added value services platform.
A2billing is a
LAMP (Linux Apache Mysql(Postgresql)...
Subscribe to:
Posts (Atom)