<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Sangoma has direct commit access to our tree to commit these changes. &nbsp;In the past they pushed the changes directly in on a regular basis, you would have to ask them in what way they have changed this approach.<div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 31, 2015, at 7:03 PM, Andrew Keil &lt;<a href="mailto:andrew.keil@visytel.com" class="">andrew.keil@visytel.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="WordSection1" style="page: WordSection1; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">To FreeSWITCH users,<o:p class=""></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class="">&nbsp;</o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">I am not sure if this should be posted inside the developers mailing list, however I thought I would start here first.<o:p class=""></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class="">&nbsp;</o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Currently I am setting up a FreeSWITCH system (using the current production release version) in the UK which will be running off BT (British Telecom) and use both SIP and ISDN30e.&nbsp;<o:p class=""></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class="">&nbsp;</o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">The ISDN side will use Sangoma A104DE cards (which I have just purchased and I am testing currently).<o:p class=""></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class="">&nbsp;</o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-GB" class="">Now the fun begins…<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-GB" class="">&nbsp;</span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-GB" class="">I came across an Open Circuit alarm issue, which Sangoma are investigating, which then caused an unmapped debug message to happen (correctly from inside FreeSWITCH ftmod_wanpipe.c).<o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-GB" class="">&nbsp;</span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span lang="EN-GB" class="">Sangoma then suggested I run:<span class="Apple-converted-space">&nbsp;</span></span><span style="font-family: Candara, sans-serif;" class=""><a href="ftp://ftp.sangoma.com/linux/custom/freetdm/freetdm-1.9.0.tar.gz" target="_blank" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">ftp://ftp.sangoma.com/linux/custom/freetdm/freetdm-1.9.0.tar.gz</a></span><span lang="EN-GB" class=""><o:p class=""></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class="">&nbsp;</o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">{since this has a temporary fix to skip open circuit alarms and let FreeSWITCH continue to run with no DEBUG messages, also it adds a header (ftmod_wanpipe_defines.h) to enable mapping of alarm status values to plain English – instead of the current unmapped message}<o:p class=""></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class="">&nbsp;</o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><u class="">Which brings me to my primary question:<o:p class=""></o:p></u></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class="">&nbsp;</o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Sangoma have advised me that they manage freetdm and I should use their version.&nbsp; However when I look at the source to ftmod_wanpipe.c (for example) their version (freetdm-1.9.0) has the following header: Copyright (c) 2007-2012, Anthony Minessale II vs. FreeSWITCH current version: Copyright (c) 2007-2014, Anthony Minessale II.&nbsp; Obviously there are other additions/changes done by Sangoma (including the Open Circuit alarm skipping).<o:p class=""></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class="">&nbsp;</o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">So what is FreeSWITCH’s point of view on this?&nbsp; Do you merge the changes every &lt;x&gt; months from Sangoma’s freetdm or simply expect the freetdm component to be overwritten by Sangoma’s current version prior to FreeSWITCH being built?<o:p class=""></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class="">&nbsp;</o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">My main aim is to have a reasonably well supported system and not come across issues that have already been found and fixed by either Sangoma or FreeSWITCH.<o:p class=""></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class="">&nbsp;</o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Thanks in advance for any feedback on this, as I just want to make sure I am using an agreed best version of freetdm.<o:p class=""></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class="">&nbsp;</o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Andrew Keil<o:p class=""></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Visytel Pty Ltd<o:p class=""></o:p></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class="">&nbsp;</o:p></div></div></div></blockquote></div></div></body></html>