Provider Configuration: MyNetFone

From FreeSWITCH Wiki

Jump to: navigation, search

MyNetFone

Incoming and outgoing calls work. In conf/sip_profiles/outbound/ create a mynetfone.xml file with the following contents:

<include>
  <gateway name="MyNetFone">
    <param name="username" value="xxxxxxxx"/>
    <param name="password" value="xxxxxxxx"/>
    <param name="realm" value="sip00.mynetfone.com.au"/>
    <param name="proxy" value="sip00.mynetfone.com.au"/>
    <param name="register" value="true"/>
  </gateway>
</include>
Personal tools
Community
Support FreeSWITCH