views:

52

answers:

2

Hi All!

I've been working on an asterisk-java application and so far I've been able to figure out how to call from one phone to another phone and also one phone to another computer. Now I want it so that I can use my phone to dial a number and if a preceding number is some special character, that number will be dialed through the skype server and call that number using Skype. Of course I will pay for all fees that apply and such.

For example: If I dial a number such as #1234567888, the # will mean I would want to do a skype out call so the dial string 1234567888 will be called using skype's server.

Is this possible? Any hints or tips would be much appreciated!

Thank you for any help in advance!!

A: 

I use "Skype for Asterisk" by Digium (commercial).

When I want to call some skype user I use his/her id with Skype/ prefix, so you can replace # into this prefix and dial such id.

On Asterisk wiki there is list of Asterisk gateways including free/opensource: Skype Gateways, but I haven't tried it.

Michał Niklas
Are there any that doesn't cost anything? Thanks again
Zack
I use commercial, but there are free/opensource. Just look for link I added to my response.
Michał Niklas
A: 

Look at this article The Incredible PBX: Adding a Free Skype Gateway to Asterisk

Shaji