Hi all,<br>I have downloaded the latest freeswitch 1.0.6.<br>I configured my sangoma card with libpri as told in<br>                <a href="http://wiki.freeswitch.org/wiki/Openzap.sangoma.libpri">http://wiki.freeswitch.org/wiki/Openzap.sangoma.libpri</a><br>
I use wanpipe-3.5.10.10 and libpri-1.4.10.2.<br><br>openzap.conf<br>[span wanpipe PRI_1]<br>name =&gt; OpenZAP<br>number =&gt; 1<br>trunk_type =&gt; e1<br>b-channel =&gt; 1:1-15<br>b-channel =&gt; 1:17-31<br>[span wanpipe PRI_2]<br>
name =&gt; OpenZAP<br>number =&gt; 2<br>trunk_type =&gt; e1<br>b-channel =&gt; 2:1-15<br>b-channel =&gt; 2:17-31<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;1&quot;/&gt;<br>&lt;/settings&gt;<br>&lt;libpri_spans&gt;<br>&lt;span name=&quot;PRI_1&quot;&gt;<br>&lt;param name=&quot;node&quot; value=&quot;cpe&quot;/&gt;<br>
&lt;param name=&quot;switch&quot; value=&quot;euroisdn&quot;/&gt;<br>&lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>&lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;<br>&lt;param name=&quot;l1&quot; value=&quot;alaw&quot;/&gt;<br>
&lt;/span&gt;<br>&lt;span name=&quot;PRI_2&quot;&gt;<br>&lt;param name=&quot;node&quot; value=&quot;net&quot;/&gt;<br>&lt;param name=&quot;switch&quot; value=&quot;euroisdn&quot;/&gt;<br>&lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>
&lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;<br>&lt;param name=&quot;l1&quot; value=&quot;alaw&quot;/&gt;<br>&lt;/span&gt;<br>&lt;/libpri_spans&gt;<br>&lt;/configuration&gt;<br><br>I started wanrouter and after that I started freeswitch.<br>
I got core dumped immediately after saying auto-loaded libpri.<br>Here is the freeswitch log.<br><br><a href="http://pastebin.freeswitch.org/12712">http://pastebin.freeswitch.org/12712</a><br><br><br>