<div dir="ltr">hy my name is yudhistira<br>i'm trying to connecting my freeswuitch box to my analog pabx by fxo using voip card openvox a400e<br>but i have some trouble when i do that<br>i can call out to fxo but incoming call to my freeswitch box not runing well<br>
i hope there is somebody that can help me to fix my problem<br>this my configuration<br>----------zt.conf----------------------------------<br>[defaults]<br>codec_ms => 20<br>wink_ms => 150<br>flash_ms => 750<br>
echo_cancel_level => 64<br>rxgain => 0.0<br>txgain => 0.0<br>-----------finish-----------------------------------<br>-----------freetdm.conf------------------------<br>[span zt FXS]<br>fxs-channel => 1<br><br>
[span zt FXO]<br>name => freetdm<br>trunk_type => fxo<br>number => 112<br>fxo-channel => 2<br>------------finish------------------------------------<br>------------freetdm.conf.xml--------------------<br><configuration name="freetdm.conf" description="FreeTDM Configuration"><br>
<settings><br> <param name="debug" value="0"/><br> <param name="hold-music" value="$${moh_uri}"/><br> </settings><br> <!-- one entry here per openzap span --><br>
<analog_spans><br> <span name="FXO"><br> <param name="dialplan" value="XML"/><br> <param name="context" value="default"/><br> <!-- Set this to the correct value for your area, to get the<br>
correct tones on the phones connected to the FXS ports --><br> <param name="tonegroup" value="us"/><br> <param name="enable_callerid" value="true"/><br>
<param name="enable-analog-option" value="call-swap"/><br> </span><br> </analog_spans><br></configuration><br>-----------------------finish--------------------------------------------------------------<br>
-----------------------default.xml------------------------------------------------------<br><extension name="outgoing-FXO"><br> <condition field="destination_number" expression="^(\d{3})$"><br>
<action application="set" data="hangup_after_bridge=true"/><br> <action application="bridge" data="freetdm/2/1/${destination_number}"/> <br> <action application="hangup"/><br>
</condition><br></extension><br>-------------------------------finish-------------------------------------------------------<br>------------------------------00_inbound_did.xml------------------------------------<br>
<include><br> <extension name="public_did"><br> <condition field="destination_number" expression="^(\d{3})$"><br> <action application=”set” data=”domain_name=$${domain}”/><br>
<action application="bridge" data="freetdm/1/1/${destination_number}"/><br> <action application="transfer" data="200209 XML public"/><br> </condition><br>
</extension><br></include><br>-----------------------finish--------------------------------------------<br></div>