<p>Hello,</p>
<p>&nbsp;</p>
<p>I recently upgraded to latest snapshot, and started using freetdm instead of openzap, and I found a small error in mod_freetdm.</p>
<p>When setting up the channel name in function ftdm_channel_from_event line 1286, the line</p>
<p>&nbsp;&nbsp;&nbsp; chanid = ftdm_channel_get_span_id(sigmsg-&gt;channel);<br /><br /></p>
<p>should probably be replaced by</p>
<p>&nbsp;&nbsp;&nbsp; chanid = ftdm_channel_get_number(sigmsg-&gt;channel);</p>
<p>&nbsp;</p>
<p>I wanted to post this on JIRA, but was not able to find a subproject for freetdm in JIRA.</p>
<p>&nbsp;</p>
<p>I also ported my patches from openzap to get the CID onto FXS channel work on european hardware with freetdm. Please let me know where I should post these.</p>
<p>&nbsp;</p>
<p>Fran&ccedil;ois</p>