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)
►
January
(3)
▼
2011
(57)
▼
December
(28)
How to check Centos Version.
How to change SSH port on Centos,Ubuntu,Debian
Asterisk as a SIP client
Asterisk configuration templates
Change the Linux User Root Password
How to Reset forgotten root password on Centos/Red...
Repairing a Corrupted Database in MYSQL
HOW TO CHANGE NAME OF AUTHOR in Blogger
Dialplan that will act as a plug-in replacement fo...
Multiple Logins In Windows Live Messenger
Adding User Accounts in MYSQL
Exporting Table Data in a File
Remote UNIX connection
SHOW CREATE TABLE displays the CREATE TABLE statem...
check directory/dir/file size in linux
Send Mail from CLI (LINUX)
Change the system date in Linux
Asterisk updating from 1.6.1.8 to 1.6.2.19
How to Compile Asterisk module like (app_Voicemail.c)
Run Wireshark in asterisk
MYSQL Packet too large
LoopProtection in OTRS
[otrs] State change New to Open
Check Size of Database [in MB]
Setting for MYSQL replication in my.cnf
Trouble Shooting MySQL Replication.
Maintenance of Replicated Mysql Server
Complete Master to Slave MySQL DB Replicate
►
November
(22)
►
October
(7)
Thursday, December 1, 2011
Run Wireshark in asterisk
7:33 AM
No comments
tethereal -i eth -w ~/mycapture.pcap
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 ...
Remote UNIX connection
If getting an error in asterisk cli (1.6.1.8) -- Remote UNIX connection -- Remote UNIX connection disconnected -- Remote UNIX connecti...
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...
Asterisk AGI php example source code
Example for Asterisk IVR ;*****************************START context1*********************************** [context1] ;ext...
Generate XML from MySQL database via PHP
<?php mysql_connect('localhost', 'root', 'admin'); mysql_select_db('xml'); $sql = "SELECT udid, coun...
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)
►
January
(3)
▼
2011
(57)
▼
December
(28)
How to check Centos Version.
How to change SSH port on Centos,Ubuntu,Debian
Asterisk as a SIP client
Asterisk configuration templates
Change the Linux User Root Password
How to Reset forgotten root password on Centos/Red...
Repairing a Corrupted Database in MYSQL
HOW TO CHANGE NAME OF AUTHOR in Blogger
Dialplan that will act as a plug-in replacement fo...
Multiple Logins In Windows Live Messenger
Adding User Accounts in MYSQL
Exporting Table Data in a File
Remote UNIX connection
SHOW CREATE TABLE displays the CREATE TABLE statem...
check directory/dir/file size in linux
Send Mail from CLI (LINUX)
Change the system date in Linux
Asterisk updating from 1.6.1.8 to 1.6.2.19
How to Compile Asterisk module like (app_Voicemail.c)
Run Wireshark in asterisk
MYSQL Packet too large
LoopProtection in OTRS
[otrs] State change New to Open
Check Size of Database [in MB]
Setting for MYSQL replication in my.cnf
Trouble Shooting MySQL Replication.
Maintenance of Replicated Mysql Server
Complete Master to Slave MySQL DB Replicate
►
November
(22)
►
October
(7)
0 comments:
Post a Comment