<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi,</p>
    <p>Actually my problem didn't get fixed.. restart  freeswitch it
      solve the issue but after a few days it start to reproduce again,
      and not for all call is very random. <br>
    </p>
    <p>I do have a log full log with sip trace and there is nothing
      wrong, codecs are negotiated OK, actually FS sends the 200OK and a
      few ms latter FS it sends the bye, see SIP flow. <br>
    </p>
    <img moz-do-not-send="false"
      src="cid:part1.8A8AFF2E.4E7A9ED8@wirelessmundi.com" alt=""
      width="598" height="219">
    <p><br>
    </p>
    <p>The call flow:</p>
    <p>incoming --> play audio message --> dial group -->
      member answer (Bye, in log the  error no write codec) <br>
    </p>
    <p>There is no transcoding, the incoming call negotiate G711A as
      well.</p>
    <p><br>
    </p>
    <p>I'm trying to figure out what could be causing this, but it looks
      there is some lock in getting the codec ready, or something is
      freezing FS. </p>
    <p>In the code, the only place where we can get this message is at
      switch_core_media.c : <br>
    </p>
    <p>    if (!(session->write_codec &&
      switch_core_codec_ready(session->write_codec)) &&
      !pass_cng) {<br>
              switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session),
      SWITCH_LOG_ERROR, "%s has no write codec.\n",
      switch_channel_get_name(session->channel));<br>
              switch_channel_hangup(session->channel,
      SWITCH_CAUSE_INCOMPATIBLE_DESTINATION);<br>
              return SWITCH_STATUS_FALSE;<br>
          }</p>
    <p><br>
    </p>
    <p>In sofia profile i've set:</p>
    <p><param name="suppress-cng" value="true"/></p>
    <p><br>
    </p>
    <p>So, i guess the only place that is triggering this message is
      switch_core_codec_ready:</p>
    <p><br>
    </p>
    <p>static inline switch_bool_t
      switch_core_codec_ready(switch_codec_t *codec)<br>
      {<br>
          return (codec && (codec->flags &
      SWITCH_CODEC_FLAG_READY) && codec->mutex &&
      codec->codec_interface && codec->implementation) ?
      SWITCH_TRUE : SWITCH_FALSE;<br>
      }<br>
    </p>
    <p><br>
    </p>
    <p>Any hint to figure out the issue?<br>
    </p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 25/10/2019 14:43, António Silva
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:c8b32718-8973-9c66-e36f-b8ada19700bb@wirelessmundi.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p>Hi Mike,</p>
      <p>Thanks for the reply. <br>
      </p>
      <p>yes, the negation codec is done correctly at least from the
        output messages in the logs.</p>
      <p><br>
      </p>
      <p>I found the source of the problem, for some i have multiple FS
        pids, restarting solve my problem., now there is only one. No
        more drop calls.<br>
      </p>
      <p>The "defunct" happen because the g729 license-server wasn't
        fully started, this is a known issue, but the two main pid's no
        idea why.</p>
      <p>Just in case i also set in switch.xml the parameter
        threaded-system-exec"  to "true".<br>
      </p>
      <p><br>
      </p>
      <p>Just for info, the output for "ps aux | grep freeswit" when the
        problem happen:<br>
      </p>
      <p>0  0.0  0.0      0     0 ?        Z<   Oct07   0:00  \_
        [freeswitch] <defunct><br>
        <br>
        root     11741  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     11755  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     11756  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     11773  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     11803  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     11804  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     11838  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     12027  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     12194  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     12195  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     12232  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     13966  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     14562  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     14563  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     14564  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     14586  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     14590  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     14630  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     14652  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     14653  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     14670  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     14801  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     14802  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     16401  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     16792  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     16899  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     16900  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     16909  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     16910  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     16930  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     16931  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17092  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17093  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17128  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17301  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17318  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17319  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17320  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17321  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17341  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17342  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17375  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17376  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17386  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17387  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17407  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17461  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     17462  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     18870  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     18879  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     18905  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     18906  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     19084  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     19085  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     19332  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     19333  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     19334  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     19351  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     19352  0.0  0.0      0     0 ?        Z<   Oct07  
        0:00  \_ [freeswitch] <defunct><br>
        <br>
        root     24268  0.0  2.2 1259792 739152 ?      SN   Oct10  
        0:00  \_ /usr/bin/freeswitch -ncwait -nonat -scripts
        /opt/commsmundi/scripts/fs<br>
        <br>
        root     24855  0.0  4.2 1920068 1397272 ?     SN   Oct23  
        0:00  \_ /usr/bin/freeswitch -ncwait -nonat -scripts
        /opt/commsmundi/scripts/fs<br>
      </p>
      <p><br>
      </p>
      <div class="moz-cite-prefix">On 24/10/2019 20:35, Mike Jerris
        wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:7C828828-2364-457F-8398-580EEF04BB73@freeswitch.org">
        <meta http-equiv="Content-Type" content="text/html;
          charset=UTF-8">
        Take a look at log with sip trace enabled but this usually
        happens when we can’t negotiate codecs.<br class="">
        <div><br class="">
          <blockquote type="cite" class="">
            <div class="">On Oct 24, 2019, at 10:19 AM, António Silva
              via FreeSWITCH-users <<a
                href="mailto:freeswitch-users@lists.freeswitch.org"
                class="" moz-do-not-send="true">freeswitch-users@lists.freeswitch.org</a>>
              wrote:</div>
            <br class="Apple-interchange-newline">
            <div class=""><br class="">
              <div style="margin-top: 0px; margin-right: 0px;
                margin-bottom: 0px; margin-left: 0px;" class=""><span
                  style="font-family: -webkit-system-font, Helvetica
                  Neue, Helvetica, sans-serif; color:rgba(127, 127, 127,
                  1.0);" class=""><b class="">From: </b></span><span
                  style="font-family: -webkit-system-font, Helvetica
                  Neue, Helvetica, sans-serif;" class="">António Silva
                  <<a href="mailto:asilva@wirelessmundi.com" class=""
                    moz-do-not-send="true">asilva@wirelessmundi.com</a>><br
                    class="">
                </span></div>
              <div style="margin-top: 0px; margin-right: 0px;
                margin-bottom: 0px; margin-left: 0px;" class=""><span
                  style="font-family: -webkit-system-font, Helvetica
                  Neue, Helvetica, sans-serif; color:rgba(127, 127, 127,
                  1.0);" class=""><b class="">Subject: </b></span><span
                  style="font-family: -webkit-system-font, Helvetica
                  Neue, Helvetica, sans-serif;" class=""><b class="">call
                    drop because of no write codec,
                    incompatible_destination</b><br class="">
                </span></div>
              <div style="margin-top: 0px; margin-right: 0px;
                margin-bottom: 0px; margin-left: 0px;" class=""><span
                  style="font-family: -webkit-system-font, Helvetica
                  Neue, Helvetica, sans-serif; color:rgba(127, 127, 127,
                  1.0);" class=""><b class="">Date: </b></span><span
                  style="font-family: -webkit-system-font, Helvetica
                  Neue, Helvetica, sans-serif;" class="">October 24,
                  2019 at 9:40:00 AM MDT<br class="">
                </span></div>
              <div style="margin-top: 0px; margin-right: 0px;
                margin-bottom: 0px; margin-left: 0px;" class=""><span
                  style="font-family: -webkit-system-font, Helvetica
                  Neue, Helvetica, sans-serif; color:rgba(127, 127, 127,
                  1.0);" class=""><b class="">To: </b></span><span
                  style="font-family: -webkit-system-font, Helvetica
                  Neue, Helvetica, sans-serif;" class="">FreeSWITCH
                  Users Help <<a
                    href="mailto:freeswitch-users@lists.freeswitch.org"
                    class="" moz-do-not-send="true">freeswitch-users@lists.freeswitch.org</a>><br
                    class="">
                </span></div>
              <br class="">
              <br class="">
              Hi,<br class="">
              <br class="">
              I'm seeing multiple calls drop with
              incompatible_destination, i try to call again the same
              destination and it works fine. it gets me crazy...<br
                class="">
              <br class="">
              In logs i see the error, "has no write codec",  in the
              capture i see the negotiation both sides have codecs, they
              are correctly configure in directory.<br class="">
              <br class="">
              what could be causing this? i'm using version 1.8.6<br
                class="">
              <br class="">
              <br class="">
              Part of the LOG where the error happens:<br class="">
              <br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:37.694352 [ALERT] switch_core_state_machine.c:701
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              session thread sleep state: CS_CONSUME_MEDIA!<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.794408 [ALERT] switch_core_session.c:1130 Send
              signal sofia/1-perfil-fija/<a
                href="sip:11@131.179.185.131:5112" class=""
                moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              [BREAK]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.794408 [ALERT] switch_core_session.c:1130 Send
              signal sofia/1-perfil-fija/<a
                href="sip:11@131.179.185.131:5112" class=""
                moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              [BREAK]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.794408 [ALERT] switch_core_state_machine.c:705
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              session thread wake state: CS_CONSUME_MEDIA!<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.814367 [ALERT] switch_core_media.c:486 Looking
              for zrtp-hash<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.814367 [ALERT] switch_core_media.c:439 Deciding
              whether to pass zrtp-hash between legs<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.814367 [ALERT] switch_core_media.c:441
              CF_ZRTP_PASSTHRU_REQ not set, so not propagating zrtp-hash<br
                class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.834519 [DEBUG] sofia.c:7325 Channel
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              entering state [completing][200]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.834519 [DEBUG] sofia.c:7335 Remote SDP:<br
                class="">
              f39e569f-5184-481a-9f67-6185367e2829 v=0<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 o=11 5008 38 IN IP4
              192.168.100.11<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 s=Mapping<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 c=IN IP4
              192.168.100.11<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 t=0 0<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 m=audio 5008 RTP/AVP
              0 101<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 a=rtpmap:0 PCMU/8000<br
                class="">
              f39e569f-5184-481a-9f67-6185367e2829 a=rtpmap:101
              telephone-event/8000<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 a=fmtp:101 0-16<br
                class="">
              f39e569f-5184-481a-9f67-6185367e2829 a=ptime:20<br
                class="">
              f39e569f-5184-481a-9f67-6185367e2829<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.834519 [NOTICE] sofia.c:7338 Pre-Answer
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>!<br
                class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.934371 [ALERT] switch_core_session.c:2662
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              Send KeyFrame<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.934371 [DEBUG] switch_core_session.c:2825 EXECUTE
              [depth=1] sofia/1-perfil-fija/<a
                href="sip:11@131.179.185.131:5112" class=""
                moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              lua(execute_on_ring_b.lua)<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.934371 [ALERT] switch_core_session.c:2889
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              receive message [APPLICATION_EXEC]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.934371 [ALERT] switch_core_session.c:1047 Send
              signal sofia/1-perfil-fija/<a
                href="sip:11@131.179.185.131:5112" class=""
                moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              [BREAK]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.954358 [ALERT] switch_core_session.c:1047 Send
              signal sofia/1-perfil-fija/<a
                href="sip:11@131.179.185.131:5112" class=""
                moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              [BREAK]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:41.954358 [ALERT] switch_ivr_originate.c:4136
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              receive message [AUDIO_SYNC]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.034370 [DEBUG] switch_cpp.cpp:1187
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              destroy/unlink session from object<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.034370 [ALERT] switch_core_session.c:2905
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              receive message [APPLICATION_EXEC_COMPLETE]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.034370 [DEBUG] switch_channel.c:3537
              (sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>)
              Callstate Change RINGING -> EARLY<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.094512 [ALERT] sofia.c:7338 sofia/1-perfil-fija/<a
                href="sip:11@131.179.185.131:5112" class=""
                moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              receive message [PROGRESS_EVENT]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.094512 [ALERT] switch_core_media.c:486 Looking
              for zrtp-hash<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.094512 [ALERT] switch_core_media.c:439 Deciding
              whether to pass zrtp-hash between legs<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.094512 [ALERT] switch_core_media.c:441
              CF_ZRTP_PASSTHRU_REQ not set, so not propagating zrtp-hash<br
                class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.094512 [ALERT] switch_ivr_bridge.c:1650
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              receive message [AUDIO_SYNC]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.094512 [ALERT] switch_core_state_machine.c:701
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              session thread sleep state: CS_CONSUME_MEDIA!<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.094512 [ALERT] switch_ivr_bridge.c:1751
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              receive message [BRIDGE]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.094512 [ALERT] switch_core_session.c:981 Send
              signal sofia/1-perfil-fija/<a
                href="sip:11@131.179.185.131:5112" class=""
                moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              [BREAK]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.094512 [DEBUG] switch_ivr_bridge.c:1795
              (sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>)
              State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA<br
                class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.094512 [ALERT] switch_core_session.c:1480 Send
              signal sofia/1-perfil-fija/<a
                href="sip:11@131.179.185.131:5112" class=""
                moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              [BREAK]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.114382 [ALERT] switch_core_state_machine.c:705
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              session thread wake state: CS_CONSUME_MEDIA!<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.114382 [DEBUG] switch_core_state_machine.c:584
              (sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>)
              Running State Change CS_EXCHANGE_MEDIA (Cur 242 Tot
              835614)<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.114382 [DEBUG] switch_core_state_machine.c:653
              (sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>)
              State EXCHANGE_MEDIA<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.114382 [ALERT] switch_core_state_machine.c:653
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              Send KeyFrame<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.114382 [DEBUG] mod_sofia.c:657 SOFIA
              EXCHANGE_MEDIA<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.134357 [ERR] switch_core_media.c:15507
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              has no write codec.<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.134357 [NOTICE] switch_core_media.c:15508 Hangup
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              [CS_EXCHANGE_MEDIA] [INCOMPATIBLE_DESTINATION]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.134357 [ALERT] switch_channel.c:3346 Send signal
              sofia/1-perfil-fija/<a href="sip:11@131.179.185.131:5112"
                class="" moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              [KILL]<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.134357 [DEBUG] mod_hash.c:297 Usage for
              total_account:<a href="mailto:11@clinicalluch.daratel.com"
                class="" moz-do-not-send="true">11@clinicalluch.daratel.com</a>
              is now 0<br class="">
              f39e569f-5184-481a-9f67-6185367e2829 2019-10-21
              11:50:42.134357 [ALERT] switch_core_session.c:1480 Send
              signal sofia/1-perfil-fija/<a
                href="sip:11@131.179.185.131:5112" class=""
                moz-do-not-send="true">sip:11@131.179.185.131:5112</a>
              [BREAK]<br class="">
              <br class="">
              <br class="">
              <br class="">
              -- <br class="">
              Saludos / Regards / Cumprimentos<br class="">
              António Silva<br class="">
              <br class="">
              <br class="">
              <br class="">
              <br class="">
_________________________________________________________________________<br
                class="">
              <br class="">
              The FreeSWITCH project is sponsored by SignalWire <a
                href="https://signalwire.com" class=""
                moz-do-not-send="true">https://signalwire.com</a><br
                class="">
              Enhance your FreeSWITCH install with disruptive priced SMS
              and PSTN services.<br class="">
              Build your next product on our scalable cloud platform.<br
                class="">
              <br class="">
              Join our online community to chat in real time <a
                href="https://signalwire.community" class=""
                moz-do-not-send="true">https://signalwire.community</a><br
                class="">
              <br class="">
              Professional FreeSWITCH Services<br class="">
              <a href="mailto:sales@freeswitch.com" class=""
                moz-do-not-send="true">sales@freeswitch.com</a><br
                class="">
              <a class="moz-txt-link-freetext"
                href="https://freeswitch.com" moz-do-not-send="true">https://freeswitch.com</a><br
                class="">
              <br class="">
              Official FreeSWITCH Sites<br class="">
              <a class="moz-txt-link-freetext"
                href="https://freeswitch.com/oss" moz-do-not-send="true">https://freeswitch.com/oss</a><br
                class="">
              <a class="moz-txt-link-freetext"
                href="https://freeswitch.org/confluence"
                moz-do-not-send="true">https://freeswitch.org/confluence</a><br
                class="">
              <a class="moz-txt-link-freetext"
                href="https://cluecon.com" moz-do-not-send="true">https://cluecon.com</a><br
                class="">
              <br class="">
              FreeSWITCH-users mailing list<br class="">
              <a class="moz-txt-link-abbreviated"
                href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                moz-do-not-send="true">FreeSWITCH-users@lists.freeswitch.org</a><br
                class="">
              <a class="moz-txt-link-freetext"
                href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                moz-do-not-send="true">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br
                class="">
              UNSUBSCRIBE:<a class="moz-txt-link-freetext"
                href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                moz-do-not-send="true">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br
                class="">
              <a class="moz-txt-link-freetext"
                href="https://freeswitch.com" moz-do-not-send="true">https://freeswitch.com</a></div>
          </blockquote>
        </div>
        <br class="">
      </blockquote>
      <pre class="moz-signature" cols="72">-- 
Saludos / Regards / Cumprimentos
António Silva</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Saludos / Regards / Cumprimentos
António Silva</pre>
  </body>
</html>