I upgraded freeswitch from git.<br>Nothing changed in the configuration!<br>Suddenly stopped working freetdm.<br>Why?<br><br>my configs:<br><br>freetdm.conf<br><br>[span zt pri]<br>name =&gt; pri<br>trunk_type =&gt; E1<br>
group =&gt; e1group<br>b-channel =&gt; 1-15<br>d-channel =&gt; 16<br>b-channel =&gt; 17-31<br><br>wanpipe.conf<br><br>[defaults]<br>codec_ms =&gt; 20<br>wink_ms =&gt; 150<br>flash_ms =&gt; 750<br><br>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;7&quot;/&gt;<br>  &lt;/settings&gt;<br>  &lt;libpri_spans&gt;<br>
    &lt;span id=&quot;1&quot; name=&quot;pri&quot;&gt;<br>        &lt;param name=&quot;node&quot; value=&quot;network&quot;/&gt;<br>        &lt;param name=&quot;switch&quot; value=&quot;euroisdn&quot;/&gt;<br>        &lt;param name=&quot;l1&quot; value=&quot;alaw&quot;/&gt;<br>
        &lt;param name=&quot;dp&quot; value=&quot;international&quot;/&gt;<br>        &lt;param name=&quot;debug&quot; value=&quot;all&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;/libpri_spans&gt;<br>&lt;/configuration&gt;<br><br>log:<br>2011-11-27 14:35:12.284837 [ERR] ftmod_wanpipe.c:240 Failed to open wanpipe device span 1 channel 3<br>
2011-11-27 14:35:12.284847 [ERR] ftmod_wanpipe.c:240 Failed to open wanpipe device span 1 channel 4<br>2011-11-27 14:35:12.284898 [ERR] ftmod_wanpipe.c:240 Failed to open wanpipe device span 1 channel 1<br>2011-11-27 14:35:12.284906 [ERR] ftmod_wanpipe.c:240 Failed to open wanpipe device span 1 channel 2<br>
2011-11-27 14:35:12.285290 [WARNING] ftmod_zt.c:333 this ioctl fails on older ftdmtel but is harmless if you used ztcfg<br>[device /dev/dahdi/channel chan 1 fd 50 (Invalid argument)]<br>2011-11-27 14:35:12.285523 [WARNING] ftmod_zt.c:333 this ioctl fails on older ftdmtel but is harmless if you used ztcfg<br>
[device /dev/dahdi/channel chan 3 fd 50 (Invalid argument)]<br>2011-11-27 14:35:12.285634 [ERR] mod_freetdm.c:2465 Error finding FreeTDM span id:1 name:pri<br><br>Card Digium TE121<br><br>Please HELP!<br><br>