<p>Hello,</p>
<p> </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> chanid = ftdm_channel_get_span_id(sigmsg->channel);<br /><br /></p>
<p>should probably be replaced by</p>
<p> chanid = ftdm_channel_get_number(sigmsg->channel);</p>
<p> </p>
<p>I wanted to post this on JIRA, but was not able to find a subproject for freetdm in JIRA.</p>
<p> </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> </p>
<p>François</p>