Ticket #3911 (new Patches)

Opened 4 years ago

New Feature: Skype for Asterisk Integration

Reported by: giacomo Assigned to: p_lindheimer
Priority: minor Milestone: Undetermined
Component: Core Version: 2.5-branch
Keywords: skype Cc:
Confirmation: Unreviewed Distro:
Backend Engine: Asterisk 1.4.x Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

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

Attachments

skype.patch (20.3 kB) - added by giacomo on 09/25/09 11:29:30.
Web patch
skype4asterisk.tgz (6.7 kB) - added by giacomo on 09/25/09 11:30:58.
Use this tar wich contains both patches

Change History

09/25/09 11:29:30 changed by giacomo

  • attachment skype.patch added.

Web patch

09/25/09 11:30:58 changed by giacomo

  • attachment skype4asterisk.tgz added.

Use this tar wich contains both patches