We have a known problem with some computer motherboards with regards to connecting multiple MobiGaters. Connecting multiple MobiGaters on some motherboards may result in concurrent voice calls interfering with each other.
See the Troubleshooting section if you are having difficulty connecting MobiGaters.
By default the MobiGater is configured to connect calls to the Voice menu with service number 4100. To direct your calls to another Voice menu, or to a Leave-a-Message IVR (LAM IVR) you will need to edit the /usr/local/freedomfone/xml_curl/dialplan.xml file.
For 2.0 users
gedit /usr/local/freedomfone/xml_curl/dialplan.xml
For 2.S users
gedit /opt/freedomfone/xml_curl/dialplan.xml
Look for this code snippet:
<extension name="inbound_Mobigater1"> <condition field="destination_number" expression="^5000$"> <action application="transfer" data="4100 XML default"/> </condition> </extension> <extension name="inbound_Mobigater2"> <condition field="destination_number" expression="^5001$"> <action application="transfer" data="4100 XML default"/> </condition> </extension> <extension name="inbound_Mobigater3"> <condition field="destination_number" expression="^5002$"> <action application="transfer" data="2100 XML default"/> </condition> </extension>
You can see that the default values are 5000->4100, 5001->4100, 5002->2100. In version 2.0, this file will be created via the GUI once we implement ACL with the system.
There has been error in communication with Booktype server. Not sure right now where is the problem.
You should refresh this page.