Home
The Guru Of Tech Gobind
Like Technology? Stay tuned.
Home
Asterisk
Linux
ViciDial
OTRS
Blog Archive
►
2013
(3)
►
May
(2)
►
January
(1)
▼
2012
(35)
►
September
(3)
►
August
(1)
►
June
(2)
►
May
(3)
►
April
(2)
►
March
(5)
▼
February
(16)
How to continue processing a context after a Hangup
Asterisk Callback to the ANI and Dial another Call...
Asterisk - Executing call files in the future
Running Linux Commands through PHP
Can't create PID PostMasterMailbox, because it's a...
CronJob Setting for OTRS
Schedule tasks on Linux using crontab
Remove CPAN modules
Syntax to block an IP address under Linux
Shows network status under Linux
Linux top command interface details
To Install 'FreeSWITCH' on CentOS/RedHat/Fedora
For checking PRI status and Configuration
Get Hardware information about your centos based s...
Find out what perl modules already installed on Ce...
Codec G729 installation In Vicidial
►
January
(3)
►
2011
(57)
►
December
(28)
►
November
(22)
►
October
(7)
Friday, February 10, 2012
Remove CPAN modules
10:29 PM
No comments
Type the command
#yum remove perl perl-CPAN
Email This
BlogThis!
Share to X
Share to Facebook
Share to Pinterest
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Social Profiles
Popular
Tags
Blog Archives
Can't create PID PostMasterMailbox, because it's already running in OTRS
If you are getting this error " Can't create PID PostMasterMailbox, because it's already running" in SYSconfig in OTRS ADM...
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...
Asterisk Detailed Variable List
Asterisk standard channel variables There are a number of variables that are defined or read by Asterisk. Here is a list of them. More infor...
Guide to install Web-MeetMe. by Sunny Khetarpal
1. Download and extract Web-MeetMe gui in the root direcotry of your Web Server (usually /var/www/). The actual version of the package is ...
GotoIfTime Application with Timezone in Asterisk 1.6 or above
Only work with asterisk 1.6 or above CLI> core show application GotoIfTime [Syntax] GotoIfTime(times,weekdays,mdays,months[,timezo...
Remote UNIX connection
If getting an error in asterisk cli (1.6.1.8) -- Remote UNIX connection -- Remote UNIX connection disconnected -- Remote UNIX connecti...
Generate XML from MySQL database via PHP
<?php mysql_connect('localhost', 'root', 'admin'); mysql_select_db('xml'); $sql = "SELECT udid, coun...
Asterisk AGI php example source code
Example for Asterisk IVR ;*****************************START context1*********************************** [context1] ;ext...
How to continue processing a context after a Hangup
Asterisk Application ‘System()’ in h extension to create callfile which will handle your callback. You can also try for ‘Originate()’ applic...
Adding MySQL CDRs to Asterisk
CREATE DATABASE asterisk; GRANT INSERT ON asterisk.* TO asterisk@localhost IDENTIFIED BY 'yourpassword'; USE asterisk; CREAT...
Labels
Asterisk
(7)
Asterisk SIP
(1)
Blogger
(1)
Call File
(1)
Callback
(1)
Excel
(1)
Galaxy S3
(1)
Iptables
(1)
Linux
(2)
MySQL
(1)
OTRS
(3)
PHP
(3)
Vicidial
(1)
Wndows7
(2)
Blog Archive
►
2013
(3)
►
May
(2)
►
January
(1)
▼
2012
(35)
►
September
(3)
►
August
(1)
►
June
(2)
►
May
(3)
►
April
(2)
►
March
(5)
▼
February
(16)
How to continue processing a context after a Hangup
Asterisk Callback to the ANI and Dial another Call...
Asterisk - Executing call files in the future
Running Linux Commands through PHP
Can't create PID PostMasterMailbox, because it's a...
CronJob Setting for OTRS
Schedule tasks on Linux using crontab
Remove CPAN modules
Syntax to block an IP address under Linux
Shows network status under Linux
Linux top command interface details
To Install 'FreeSWITCH' on CentOS/RedHat/Fedora
For checking PRI status and Configuration
Get Hardware information about your centos based s...
Find out what perl modules already installed on Ce...
Codec G729 installation In Vicidial
►
January
(3)
►
2011
(57)
►
December
(28)
►
November
(22)
►
October
(7)
0 comments:
Post a Comment