In this post I will show how to implement “click to call” functionality for Asterisk written in C#, and using Asterisk manager API.
To use it you can launch the exe and put like argument the number to dial. Really simple but… works !
The code is subject to be improved and “beautified”.
Author Archives: Giampaolo Tucci
Patton SmartNode SN4970 & Gateway Cisco 2921
This is the pinout to connect the ISDN/PRI plug from Cisco 2921 to Patton SmartNode ISDN/BRI. Continue reading
Setting Fail2ban to track attacks in IspConfig setup
We have an ISPConfig setup for some of our web hosting, and I noticed a lot of brute force attempts in analyzing /var/log/apache/error.log.
[Sat Jul 11 09:55:03 2015] [error] [client XX.XX.XX.XX] script '/var/www/setup.php' not found or unable to stat ..... [Sat Jul 11 09:55:03 2015] [error] [client XX.XX.XX.XX] script '/var/www/xmlrpc.php' not found or unable to stat .....
To solve this brute force attempts we added the following rules in fail2ban. Continue reading
Debian 8 (Jessie): How to boot degraded RAID1 software
This happen only in Debian Jessie with Raid 1 software. If Raid itself goes into degrades mode (sda or sdb disk becom unavaible) the boot do not work anymore (stop on busy box shell under (initramfs)).
To avoid this problem you can follow the next steps. Continue reading