Presentation of My SIP Switch
Hi All,
I wanted to introduce you to My SIP Switch.
That's an open source project and a free service that allows using many SIP accounts on a single SIP phone.
My SIP Switch performs 3rd party SIP registrations for incoming calls.
For outgoing calls you need to set up a dial plan, here is an example :
exten => _1X.,1,Switch(user,pass,${EXTEN}@NorthAmericalProv ider.com)
exten => _011X.,1,Switch(user,pass,${EXTEN}@LongDistance.co m)
exten => _0033X.,1,Switch(user,pass,${EXTEN}@FrenchProvider .com)
If you take a look on the forum, you'll see that the possibilities are wide.
You can use the service for free on our website or you can download the source and run it locally.
There is a click to call function as well which is free and you don't need to have a My SIP Switch account to use it.
Hope you'll find that interesting
|