The Guru Of Tech - Gobind

Asterisk Insall, Codec Install, Vicidial Install.

Tuesday, May 7, 2013

Adding MySQL CDRs to Asterisk

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`...

Friday, May 3, 2013

A2BILLING INSTALLATION GUIDE

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)...

Sunday, January 6, 2013

How to uninstall (remove) Conduit toolbar from Mozilla

First of all, uninstall it using the common way: Go Start. In the opened menu find Control Panel and click on it. Select Add/Remove Programs Then find Conduit Toolbar and remove it. The program's name may be changed to "Bittorent toolbar" if you downloaded it together with uTorrent. These two steps may solve your problem. If not, proceed to the following steps. Remove Conduit Toolbar from Internet Explorer: Open Internet Explorer Then click Tools, in the drop-down menu select Internet...