WinScp : Best FTP and SFTP client for windows

WinSCP is an open source free SFTP client and FTP client for Windows. Its main function is the secure file transfer between local and remote computer. It is one of the best SFTP and FTP client available in the market. Download link : http://winscp.net/eng/download.php

Avast antivirus : is this best for you?

  Microsoft have cancelled support for Windows XP and may also be seizing support for Microsoft Security Essentials, it may be time for consumers to start looking for another antivirus system such as Avast or AVG. To grasp the severity of this, let us go into some detail. Antivirus apps are worthwhile just as long … Read more

Turn on Remote Desktop in Windows 7, 8 or Vista

Remote Desktop is disabled by default in Windows 7, 8, or Vista, but it’s easy enough to turn it back on. If you need to access your Windows PC from another box, it’s an essential thing to turn on. Important note: Remote desktop is only included in the Professional, Business, or Ultimate versions of Windows. … Read more

ISDN hangup cause codes

ISDN hangup cause codes provide information as to why a call has been terminated.  The list of hangup cause codes below provides detailed information as to the underlying cause behind a call hangup: Code No. 0 This is usually given by the router when none of the other codes apply. This cause usually occurs in … Read more

Asterisk DialStatus Channel Varriable

Asterisk channel variable DIALSTATUS Contains a text string signifying result of the last dial attempt: ANSWER: Call is answered. A successful dial. The caller reached the callee. BUSY: Busy signal. The dial command reached its number but the number is busy. NOANSWER: No answer. The dial command reached its number, the number rang for too … Read more

Asterisk cmd MYSQL

This is an ADD-ON of asterisk, is not installed by default and must be downloaded and installed with the asterisk-addons package.  However, in Asterisk 1.8 the addons have been integrated back into Asterisk. MYSQL(): Basic MYSQL Database Functionality (note that the help information returned from ‘show application MYSQL’ is a little misleading – what’s shown … Read more

Asterisk queue callback

SQL Table Structure If using the dialplan below, put the following table into a database called ‘acd‘. CREATE TABLE `bit_callers` ( `uniqueid` varchar(15) NOT NULL default ”, `callback` int(3) NOT NULL default ‘0’, `callbacknum` varchar(15) NOT NULL default ”, PRIMARY KEY (`uniqueid`), KEY `callback` (`callback`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; Dialplan Additions [support-queue] exten => s,1,Answer … Read more