|
||||
| How to connect Asterisk with the Skype network in 4 Steps. |
|
Skype For Asterisk (SFA) is the first and only native channel driver to connect Asterisk to the Skype network. The channel driver supports an unlimited number of simultaneous users and an unlimited number of simultaneous calls per user. To purchase license keys vist http://www.digium.com/skype/ Skype For Asterisk is currently supported on: *- Asterisk 1.4 versions >= 1.4.25 Previous versions of Asterisk WILL NOT work properly with Skype For Asterisk. The, follow the instructions below to download and install Digium's Skype For Asterisk in 5 steps. Step 1: Download and execute the 'register' tool to generate a valid license.
As an example, logged in as root: # cd ~ The registration utility will prompt you for your Skype For Asterisk license key. Step 2: Download Skype For Asterisk.You can download Skype For Asterisk from: After you download Skype For Asterisk you have to extract and install Skype For Asterisk. # tar -xvzf skypeforasterisk-1.4_0.9.12-x86_32.tar.gz Asterisk must be restarted for Skype For Asterisk to load. To Verify that Skype For Asterisk is loaded and properly licensed by running the Asterisk CLI command: Step 3: Setup Skype account.
https://secure.skype.com/business/info/login With your current account Skype.Once you Add new members: You have to configure the chan_skype.conf with the username and password that we have created: [general] default_user=voiptoday.org [voiptoday.org]
Onec you have done. you have to reload chan_skype Asterisk CLI command: To Verify that Skype business account is configure and running the Asterisk CLI command: CLI> skype show users CLI> skype show users Step 4: configure Skype in Asterisk dialplan.You have to edit the extensions.conf with: exten => 100,1,Dial(Skype/voiptoday.org/xxxxxx) or you can user default Skype user account exten => 100,1,Dial(Skype/xxxxxx) |
| Last Updated ( Tuesday, 15 December 2009 16:07 ) |














