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">&lt;<a href="mailto:william@xofap.com" target="_blank">william@xofap.com</a>&gt;</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&#39;s A800E analog card to my server.<br>
<br>
Here is my freetdm.conf :<br>
<br>
[general]<br>
global_parameter =&gt; value<br>
<br>
[span zt FXO]<br>
fxo-channel =&gt; 1:1<br>
fxo-channel =&gt; 1:2<br>
fxo-channel =&gt; 1:3<br>
fxo-channel =&gt; 1:4<br>
fxo-channel =&gt; 1:5<br>
fxo-channel =&gt; 1:6<br>
fxo-channel =&gt; 1:7<br>
fxo-channel =&gt; 1:8<br>
fxo-channel =&gt; 2:1<br>
fxo-channel =&gt; 2:2<br>
fxo-channel =&gt; 2:3<br>
fxo-channel =&gt; 2:4<br>
<br>
[span zt FXS]<br>
fxs-channel =&gt; 2:5<br>
fxs-channel =&gt; 2:6<br>
fxs-channel =&gt; 2:7<br>
fxs-channel =&gt; 2:8<br>
<br>
and my freetdm.conf.xml<br>
<br>
&lt;configuration name=&quot;freetdm.conf&quot; description=&quot;FreeTDM Configuration&quot;&gt;<br>
   &lt;settings&gt;<br>
     &lt;param name=&quot;debug&quot; value=&quot;0&quot;/&gt;<br>
     &lt;param name=&quot;hold-music&quot; value=&quot;$${moh_uri}&quot;/&gt;<br>
   &lt;/settings&gt;<br>
   &lt;!-- one entry here per openzap span --&gt;<br>
   &lt;analog_spans&gt;<br>
     &lt;span name=&quot;FXS&quot;&gt;<br>
       &lt;!-- This is where the calls coming on this span will be directed<br>
--&gt;<br>
       &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>
       &lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;<br>
       &lt;param name=&quot;enable_callerid&quot; value=&quot;true&quot;/&gt; &lt;!-- This is the<br>
default value anyway --&gt;<br>
     &lt;/span&gt;<br>
     &lt;span name=&quot;FXO&quot;&gt;<br>
       &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>
       &lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;<br>
       &lt;!-- Set this to the correct value for your area, to get the<br>
            correct tones on the phones connected to the FXS ports --&gt;<br>
       &lt;param name=&quot;tonegroup&quot; value=&quot;us&quot;/&gt;<br>
       &lt;param name=&quot;enable_callerid&quot; value=&quot;true&quot;/&gt;<br>
     &lt;/span&gt;<br>
   &lt;/analog_spans&gt;<br>
&lt;/configuration&gt;<br>
<br>
Also here is my dialplan configuration :<br>
<br>
<br>
&lt;extension name=&quot;inbound&quot; &gt;<br>
    &lt;condition field=&quot;context&quot; expression=&quot;public&quot; /&gt;<br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d+)$&quot; &gt;<br>
        &lt;action application=&quot;transfer&quot; data=&quot;101 XML default&quot; /&gt;<br>
    &lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
&lt;extension name=&quot;freetdm.9d&quot; &gt;<br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^9(\d+)$&quot; &gt;<br>
        &lt;action application=&quot;set&quot;<br>
data=&quot;sip_h_X-accountcode=${accountcode}&quot; /&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;sip_h_X-Tag=&quot; /&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;call_direction=outbound&quot; /&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot; /&gt;<br>
        &lt;action application=&quot;set&quot;<br>
data=&quot;effective_caller_id_name=${outbound_caller_id_name}&quot; /&gt;<br>
        &lt;action application=&quot;set&quot;<br>
data=&quot;effective_caller_id_number=${outbound_caller_id_number}&quot; /&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;inherit_codec=true&quot; /&gt;<br>
        &lt;action application=&quot;bridge&quot; data=&quot;freetdm/1/a/$1&quot; /&gt;<br>
    &lt;/condition&gt;<br>
&lt;/extension&gt;<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>