Hi all,<br>        I&#39;m trying to configure digium with freeswitch.<br>        I configued zaptel and then I installed freeswitch with openzap.<br>        Here is my openzap.conf<br><br>        [span zt PRI_1]<br>        trunk_type =&gt; e1<br>
        b-channel =&gt; 1-15<br>        d-channel =&gt; 16<br>        b-channel =&gt; 17-31<br><br>        [span zt PRI_2]<br>        trunk_type =&gt; e1<br>        b-channel =&gt; 32-46<br>        d-channel =&gt; 47<br>        b-channel =&gt; 48-62<br>
<br>openzap.conf.xml:<br>        &lt;configuration name=&quot;openzap.conf&quot; description=&quot;OpenZAP Configuration&quot;&gt;<br>        &lt;settings&gt;<br>        &lt;param name=&quot;debug&quot; value=&quot;10&quot;/&gt;<br>
        &lt;/settings&gt;<br>        &lt;pri_spans&gt;<br>        &lt;span id=&quot;1&quot; name=&quot;PRI_1&quot;&gt;<br>        &lt;param name=&quot;q921loglevel&quot; value=&quot;debug&quot;/&gt;<br>        &lt;param name=&quot;q931loglevel&quot; value=&quot;debug&quot;/&gt;<br>
        &lt;param name=&quot;mode&quot; value=&quot;user&quot;/&gt;<br>        &lt;param name=&quot;dialect&quot; value=&quot;q931&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;/span&gt;<br>        &lt;span id=&quot;2&quot; name=&quot;PRI_2&quot;&gt;<br>        &lt;param name=&quot;q921loglevel&quot; value=&quot;debug&quot;/&gt;<br>        &lt;param name=&quot;q931loglevel&quot; value=&quot;debug&quot;/&gt;<br>
        &lt;param name=&quot;mode&quot; value=&quot;net&quot;/&gt;<br>        &lt;param name=&quot;dialect&quot; value=&quot;q931&quot;/&gt;<br>        &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>        &lt;param name=&quot;context&quot; value=&quot;outgoing&quot;/&gt;<br>
        &lt;/span&gt;<br>        &lt;/pri_spans&gt;<br>        &lt;/configuration&gt;<br><br>        I started freeswitch.<br>        When I said, &quot;oz q931_pcap 1 on&quot; in fs_cli, it tells the following error<br><br>
        2010-05-28 17:14:08.122324 [WARNING] mod_openzap.c:3070 Error couldn&#39;t (re-)enable Q931-To-Pcap!<br><br>        I&#39;ve installed libpcap and its devel package<br><br>        Can any one please say how to solve this issue?<br>
<br>