Can you re-post your question in a new thread? Also, get a console log of what happens when you load mod_freetdm as well as what happens when you attempt to make an outbound or inbound call over one of these ports. Use <a href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a> to store all of that...<br>
<br>-MC <br><br><div class="gmail_quote">On Fri, Sep 28, 2012 at 10:12 PM, William Alianto <span dir="ltr"><<a href="mailto:william@xofap.com" target="_blank">william@xofap.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I just installed 2 spans of OpenVox's A800E analog card to my server.<br>
<br>
Here is my freetdm.conf :<br>
<br>
[general]<br>
global_parameter => value<br>
<br>
[span zt FXO]<br>
fxo-channel => 1:1<br>
fxo-channel => 1:2<br>
fxo-channel => 1:3<br>
fxo-channel => 1:4<br>
fxo-channel => 1:5<br>
fxo-channel => 1:6<br>
fxo-channel => 1:7<br>
fxo-channel => 1:8<br>
fxo-channel => 2:1<br>
fxo-channel => 2:2<br>
fxo-channel => 2:3<br>
fxo-channel => 2:4<br>
<br>
[span zt FXS]<br>
fxs-channel => 2:5<br>
fxs-channel => 2:6<br>
fxs-channel => 2:7<br>
fxs-channel => 2:8<br>
<br>
and my freetdm.conf.xml<br>
<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="FXS"><br>
<!-- This is where the calls coming on this span will be directed<br>
--><br>
<param name="dialplan" value="XML"/><br>
<param name="context" value="default"/><br>
<param name="enable_callerid" value="true"/> <!-- This is the<br>
default value anyway --><br>
</span><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>
</span><br>
</analog_spans><br>
</configuration><br>
<br>
Also here is my dialplan configuration :<br>
<br>
<br>
<extension name="inbound" ><br>
<condition field="context" expression="public" /><br>
<condition field="destination_number" expression="^(\d+)$" ><br>
<action application="transfer" data="101 XML default" /><br>
</condition><br>
</extension><br>
<br>
<extension name="freetdm.9d" ><br>
<condition field="destination_number" expression="^9(\d+)$" ><br>
<action application="set"<br>
data="sip_h_X-accountcode=${accountcode}" /><br>
<action application="set" data="sip_h_X-Tag=" /><br>
<action application="set" data="call_direction=outbound" /><br>
<action application="set" data="hangup_after_bridge=true" /><br>
<action application="set"<br>
data="effective_caller_id_name=${outbound_caller_id_name}" /><br>
<action application="set"<br>
data="effective_caller_id_number=${outbound_caller_id_number}" /><br>
<action application="set" data="inherit_codec=true" /><br>
<action application="bridge" data="freetdm/1/a/$1" /><br>
</condition><br>
</extension><br>
<br>
<br>
But i still cannot make outbound and inbound call using the card. Can<br>
anyone help me?<br>
<br>
Regards<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Michael S Collins<br>Twitter: @mercutioviz<br><a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br><a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br>
<a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br><br><br>