Provider Configuration: SonoVoIP
From FreeSWITCH Wiki
SonoVoIP.com
* [www.sonovoip.com]
SonoVoIP does not provide DIDs, they only offer outbound or termination service.
SonoVoIP uses IP authentication only, so you should have a static IP for FS. Click Add Service on the Services page and fill in the information for each system you will send calls from.
As of 02/21/2010, I've successfully tested a few short phone calls with the one dollar trial they provide for free. Tobarja 07:59, 21 February 2010 (UTC)
<include>
<gateway name="sonovoip">
<param name="username" value="sonovoip"/>
<param name="password" value="sonovoip"/>
<param name="proxy" value="X.X.X.X"/> <!-- Use the "Server IP" found on the Services page of their control panel. -->
<param name="register" value="false"/>
<param name="retry-seconds" value="40"/>
<param name="ping" value="35"/>
</gateway>
</include>
- Note:* I don't know if retry-seconds or ping provide any benefit when you don't register with the provider.
With the above gateway definition, you can place US domestic calls this way:
<action application="bridge" data="sofia/gateway/sonovoip/1$1"/>

