Telenor responds to Propakistani’s allegations against easypaisa
Telenor Pakistan has always supported bloggers and considers them to be online journalists. We believe they have a very important role to play in the evolution of media in Pakistan.
Having an opinion and expressing it is the right of every citizen however, a line must be drawn when that opinion distorts and misrepresents facts and damages reputation. Telenor Pakistan is dismayed by the sensationalistic reporting of a blogger on one of the leading telecom blogs, Propakistani.
Server Migration…
Tonight i will be migrating my server to a better one because my current server was overloaded. Hope this will resolve the issue
.
Freeswitch
I finally decided to do some experimentation on freeswitch, will be posting howto's and installation instructions soon so keep a watch.
Gtalk free calls
Google has gone ballistic on VoIP companies. Google now offers free calls to US and Canada till the end of this year. And it offers cheap calls through out the world. So the next time you login to your gmail account do notice a small Call Phone button in you gmail chat bar. And have fun making free prank calls to the US
Asterisk 1.6.2.9 Quick Install Guide
We will follow following steps in order to install asterisk.
- Installing Dependencies
- Downloading Source Code
- Compilation and Installation
Installing Dependencies
Now there are many packages required for installation but since it is a quick install guide ill assume that you went on with default packages during OS isntallation.
Asterisk Realtime 1.4.x with MySQL
First we need to install asterisk click here for a quick guide. We must configure Asterisk using its configuration files in /etc/asterisk/. One more problem we face in Asterisk configuration is that we need to reload Asterisk configuration by explicitly issuing a command in asterisk cli. We can get rid of these problems by using Asterisk Realtime. There are two types of configurations available in Asterisk Realtime "STATIC" and "REALTIME". STATIC configuration is used just to store configuration files in the database and you need to reload the settings every time you make changes on the other hand when we use REALTIME settings then all the settings are loaded on the fly.
The required components that you need before you work with Asterisk Realtime engine are Asterisk, MySQL server and libmysqlclient and finally Asterisk-Addons.
