reinstall, uninstall, upgrade : sangmoa wanpipe driver

Sangoma Wanpipe Driver Reinstall or Uninstall 1. Check the existing wanpipe version installed. a. # wanrouter version 2. Change the

Read more

Centos FTP command not found : Linux FTP install

FTP command not found # ftp 192.168.1.56 -bash: ftp: command not found # yum -y install ftp The above command

Read more

File transfer in Linux : FTP in linux : Shell script to file trnsfer

This script use to transfer file from linux to ftp server. You can automate this file transfer by putting this

Read more

Time synchronization Error , Vicidial ,Goautodial

Why This Error?? The major cause for the time sync error are 1.The vicidial based system is using MeetMe conference

Read more

Asterisk AMI API Action Orginate: Orginate Asterisk manager Action

Asterisk Manager API Action Originate Action: Originate Parameters: Channel: Channel on which to originate the call (The same as you

Read more

php ltrim function : php remove left string

Remove characters from the left side of a string: Example <?php $str = “Hello World!”; echo $str . “<br>”; echo

Read more

Asterisk Dial () command

What is command and how it works? One of Asterisk’s most valuable features is its ability to connect different callers

Read more

Linux Shell Script To Ftp File To Server

You need to create a shell scrip, needed to call from a crontab, to contact a FTP server and put or

Read more

Linux Cron Job – Schedule Job in linux: crontab

In all Operating system there option to schedule a job/activity that should be run on particular time interval. Here is

Read more