Sunday, December 19, 2010

voip.ms with Asterisk

I’ve been testing voip.ms, an ITSP based in Canada, for the past few weeks.


They have quite a few interesting features including a server located in London (which has been producing good results for me),  multiple ways to download rate information (CSV, Excel, XML API …) and the ability to set up reseller accounts.


It works well with Asterisk and below are an example of settings that can be used for a FreePBX trunk -


Trunk Name:


Dial Rules alter the way that the dialled number is passed to the call provider. This can be used to convert a number dialled in the local country format to an ‘international’ format. For instance, in the UK, you would want to remove the leading zero and replace it with the country code, 44.


Dial Rules:

44+0|[1-3].
44+0|7[56789].
44+0|8.
011+00|.

Trunk Name:


PEER Details:

username=USERNAME
type=friend
trustrpid=yes
sendrpid=yes
secret=PASSWORD
qualify=yes
insecure=port,invite
host=london.voip.ms
fromuser=USERNAME
disallow=all
context=from-trunk
canreinvite=nonat
allow=ulaw

Register String:

USERNAME:PASSWORD@london.voip.ms:5060

Obviously you need to replace the USERNAME and PASSWORD with your own voip.ms account details.

No comments:

Post a Comment