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”.
Category Archives: Development
Copying files from EXT3 to FAT
There are times which that is convenient to use USB disks formatted with the old FAT file system, i.e. in office environment with mixed operating system.
In my situation we have a linux server (using ext3 file system), with several SMB shared folder used by all the MAC/Linux/Windows workstation: a very cheap backup system consist in a USB disk connected directly to the server, and a daily backup process that copy all the files from shared folders to this disk. In emergency this disk become the only way to get all files.
From here the most convenient way to use commonly a USB disk is to format it using the old FAT file system !
Joomla 2.5 – Display creation date in the Articles Latest News Module
The Articles Newsflash (mod_articles_latest) module can be modified to show the creation date of your latest articles.
In the following file there is variable (Array) named $item which handles all information we want to display, like date of creation, Title etc.
/modules/mod_articles_latest/tmpl/default.php
How to setup an Android Development Environment
In my old post (pls see linkografia) I showed how to setup & configure Android environment to develop apps for Android-powered devices.
Also if the content of the post is still valid I want to update the procedure to use the new bundle “Android SDK + Eclipse con ADT“, that makes installation faster and more accurate.