<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Ok,<br>
    <br>
    First,<br>
    Where are you deploying this?<br>
    The remote point what is? a pbx? a pstn?<br>
    Do you have documentation about the expected signaling by the remote
    end? <br>
    <br>
    The log tell you some clues:<br>
    a. In freeswith log<br>
    <ol>
      <li class="li2">
        <div class="de2"><span class="re0">
            <div style="color: #ffff55; background-color: black;"><span
                class="nu0">2012</span><span class="nu0">-01</span><span
                class="nu0">-19</span> <span class="nu0">12</span>:<span
                class="nu0">06</span>:<span class="nu0">45.798589</span>
              <span class="br0">[</span>DEBUG<span class="br0">]</span>
              ftmod_r2.c:<span class="nu0">250</span> <span class="br0">[</span>s1c1<span
                class="br0">]</span><span class="br0">[</span><span
                class="nu0">1</span>:<span class="nu0">1</span><span
                class="br0">]</span> Signalling link status changed to
              SUSPENDED</div>
          </span></div>
      </li>
      <li class="li1">
        <div class="de1"><span class="nu0">2012</span><span class="nu0">-01</span><span
            class="nu0">-19</span> <span class="nu0">12</span>:<span
            class="nu0">06</span>:<span class="nu0">45.798602</span> <span
            class="br0">[</span>ERR<span class="br0">]</span> ftdm_io.c:<span
            class="nu0">3317</span> I/O backend does not support command
          <span class="nu0">55</span>!</div>
      </li>
    </ol>
    That means could be some discrepances about signaling. It could be
    causing the "channel_next_event method not implemented in module zt"
    message.<br>
    <br>
    b. The board receive a clear alarm signal but it go to "suspend"
    state again. Why?<br>
    <br>
    <ol>
      <li class="li2">
        <div class="de2"><span class="re0">
            <div style="color: #ffff55; background-color: black;"><span
                class="nu0">2012</span><span class="nu0">-01</span><span
                class="nu0">-19</span> <span class="nu0">12</span>:<span
                class="nu0">06</span>:<span class="nu0">45.800040</span>
              <span class="br0">[</span>DEBUG<span class="br0">]</span>
              mod_freetdm.c:<span class="nu0">2289</span> Got R2 channel
              sig <span class="br0">[</span>ALARM_CLEAR<span
                class="br0">]</span> in channel <span class="nu0">31</span></div>
          </span></div>
      </li>
      <li class="li1">
        <div class="de1"><span class="re6">
            <div style="color: #00aaaa; background-color: black;"><span
                class="nu0">2012</span><span class="nu0">-01</span><span
                class="nu0">-19</span> <span class="nu0">12</span>:<span
                class="nu0">06</span>:<span class="nu0">45.800055</span>
              <span class="br0">[</span>NOTICE<span class="br0">]</span>
              mod_freetdm.c:<span class="nu0">1886</span> Alarm cleared
              on channel <span class="nu0">1</span>:<span class="nu0">30</span></div>
          </span></div>
      </li>
    </ol>
    ...<br>
    <ol>
      <li class="li2">
        <div class="de2"><span class="re0">
            <div style="color: #ffff55; background-color: black;"><span
                class="nu0">2012</span><span class="nu0">-01</span><span
                class="nu0">-19</span> <span class="nu0">12</span>:<span
                class="nu0">06</span>:<span class="nu0">45.800297</span>
              <span class="br0">[</span>DEBUG<span class="br0">]</span>
              mod_freetdm.c:<span class="nu0">2289</span> Got R2 channel
              sig <span class="br0">[</span>SIGSTATUS_CHANGED<span
                class="br0">]</span> in channel <span class="nu0">31</span></div>
          </span></div>
      </li>
      <li class="li1">
        <div class="de1"><span class="re1">
            <div style="color: #00aa00; background-color: black;"><span
                class="nu0">2012</span><span class="nu0">-01</span><span
                class="nu0">-19</span> <span class="nu0">12</span>:<span
                class="nu0">06</span>:<span class="nu0">45.800301</span>
              <span class="br0">[</span>INFO<span class="br0">]</span>
              mod_freetdm.c:<span class="nu0">2390</span> <span
                class="nu0">1</span>:<span class="nu0">30</span>
              signalling changed to: SUSPENDED</div>
          </span></div>
      </li>
    </ol>
    <br>
    Again, coudld be a differences in signaling<br>
    <br>
    <br>
    <br>
    On 1/19/2012 9:41 AM, Carlos Cesario wrote:
    <blockquote cite="mid:4F182486.5070701@tecnomega.com.br" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Hi Dario,<br>
      <br>
      Is the my first time that I usage freetdm.<br>
      <br>
      I'm using a Digium TE122.<br>
      <br>
      Yes, the log captured is here -&gt; <a moz-do-not-send="true"
        class="moz-txt-link-freetext"
        href="http://pastebin.freeswitch.org/18178">http://pastebin.freeswitch.org/18178</a><br>
      <br>
      Well,I already changed my /etc/udev/rules.d/dahdi.rules&nbsp; changing
      the owner to user=freeswitch and group=freeswitch. <br>
      See it here -&gt; <a moz-do-not-send="true"
        class="moz-txt-link-freetext"
        href="http://pastebin.freeswitch.org/18177">http://pastebin.freeswitch.org/18177</a><br>
      <br>
      I too fix perms in /usr/local/freeswitch -&nbsp; <br>
      # chown -R freeswitch:freeswitch /usr/local/freeswitch <br>
      <br>
      And I startup freeswitch&nbsp; with&nbsp; -u freeswitch -g freeswitch
      params.<br>
      <br>
      Thanks <br>
      <br>
      Carlos<br>
      <br>
      Em 19-01-2012 11:12, Saugort Dario Garcia Tovar escreveu:
      <blockquote cite="mid:4F1816B0.5060800@anew.com.ve" type="cite">
        <meta http-equiv="Content-Type" content="text/html;
          charset=ISO-8859-1">
        Hi Carlos,<br>
        <br>
        Have you used freetdm before or it is your first time?<br>
        <br>
        Which hardware are you using? Digium? Sangoma?<br>
        <br>
        Could you capture a log of freeswitch from startup?<br>
        One problem that a faced with freeswitch/freetdm and a digium
        compatible card was freeswitch and digium drivers (dahdi) were
        asociated with different users, so freeswitch/freetdm could not
        access dahdi files. To correct this, I adjusted
        "/etc/udev/rules.d/dahdi.rules".<br>
        <br>
        <br>
        <br>
        On 1/19/2012 6:59 AM, Carlos Cesario wrote:
        <blockquote cite="mid:4F17FEA8.5080006@tecnomega.com.br"
          type="cite">
          <pre wrap="">Hi guys!

I'm try configure freeswith with E1 link R2 protocol, but I'm getting a
lot errors when freeswitch services start.
I have not found nothing about theses errors.

Somebody have any idea about fix this ?

All configsare made based inthe freeswitch wiki



Errors Logs -&gt; <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://pastebin.freeswitch.org/18167">http://pastebin.freeswitch.org/18167</a>

Freetdm.conf -&gt; <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://pastebin.freeswitch.org/18168">http://pastebin.freeswitch.org/18168</a>

Freetdm.conf.xml -&gt; <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://pastebin.freeswitch.org/18169">http://pastebin.freeswitch.org/18169</a>

/etc/dahdi/system.conf and dahi_status -&gt;
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://pastebin.freeswitch.org/18170">http://pastebin.freeswitch.org/18170</a>


greats,

Carlos




_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>


-----
No virus found in this message.
Checked by AVG - <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.avg.com">www.avg.com</a>
Version: 2012.0.1901 / Virus Database: 2109/4753 - Release Date: 01/19/12


</pre>
        </blockquote>
        <br>
        <br>
        <div class="moz-signature">-- <br>
          Atentamente, <br>
          <b>Dario Garc&iacute;a</b> <br>
          Consultor. <br>
          <br>
          CCCT, Nivel C2, Sector Yarey, Mz, <br>
          Ofc. MZ03a. <br>
          Caracas-Venezuela. <br>
          Tel&eacute;fono: +58 212 9081842 <br>
          Cel: +58 412 2221515 <br>
          <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
            href="mailto:dgarcia@anew.com.ve">dgarcia@anew.com.ve</a> <br>
          <a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://www.anew.com.ve">http://www.anew.com.ve</a></div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <p class="" avgcert""="" color="#000000" align="left">No virus
        found in this message.<br>
        Checked by AVG - <a moz-do-not-send="true"
          href="http://www.avg.com">www.avg.com</a><br>
        Version: 2012.0.1901 / Virus Database: 2109/4753 - Release Date:
        01/19/12</p>
    </blockquote>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      Atentamente,
      <br>
      <b>Dario Garc&iacute;a</b>
      <br>
      Consultor.
      <br>
      <br>
      CCCT, Nivel C2, Sector Yarey, Mz, <br>
      Ofc. MZ03a. <br>
      Caracas-Venezuela.
      <br>
      Tel&eacute;fono: +58 212 9081842
      <br>
      Cel: +58 412 2221515
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:dgarcia@anew.com.ve">dgarcia@anew.com.ve</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://www.anew.com.ve">http://www.anew.com.ve</a></div>
  </body>
</html>