Hello,
I have an Obihai Obi110 device which is connected to a landline. I want to use it as an FXO device with Freeswitch/Fusionpbx. I have setup the SP1 Service and have specified 'li' in X_InboundCallRoute. In Fusionpbx my dial plan is as follows:
The Obihai device is at 172.16.2.3. Unfortunately, my OBI device simply reboots when i try to make a call. Any idea what could be the issue?
I have an Obihai Obi110 device which is connected to a landline. I want to use it as an FXO device with Freeswitch/Fusionpbx. I have setup the SP1 Service and have specified 'li' in X_InboundCallRoute. In Fusionpbx my dial plan is as follows:
Code:
<extension name="transfer.International" continue="false" uuid="6d1673d9-bc23-4a2f-8da7-fa82c578b566">
<condition field="${user_exists}" expression="false"/>
<condition field="destination_number" expression="^(\+1|001)(\d{10,20})$">
<action application="export" data="call_direction=outbound"/>
<action application="set" data="effective_caller_id_name=${outbound_caller_id_name}"/>
<action application="set" data="hangup_after_bridge=true"/>
<action application="unset" data="call_timeout"/>
<action application="set" data="continue_on_fail=true"/>
<action application="bridge" data="sofia/internal/$1@172.16.2.3"/>
</condition>
</extension>
The Obihai device is at 172.16.2.3. Unfortunately, my OBI device simply reboots when i try to make a call. Any idea what could be the issue?