Hi,
my name is Giacomo Sanchietti and I work for an italian company called Nethesis.
We have developed a little patch which add Skype for Asterisk to FreePBX 2.5
The patch create a new type of trunk with tech named "skype".
To install the integration:
1) Install Skype for Asterisk
2) Apply the patches
3) Create a skype table in the asterisk database:
{{
CREATE TABLE skype ( user varchar(255) NOT NULL , variable varchar(50) NOT NULL, value varchar(100) default NULL );
}}
4) Create the file /etc/chan_skype.conf with the following content:
[general]
#include chan_skype_custom.conf
#include chan_skype_additional.conf
5) Create a blank /etc/chan_skype_custom.conf
If "Apply Configuration Changes" button doesn't work, make sure /etc/chan_skype_additional.conf