<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello Robert,<br>
    <br>
    The warnings you get indeed point to a kind of overloading of
    OpenSIPS (in terms of processing being busy doing some sort of
    processing).  Try to understand what is happening by looking at the
    load statistics ( "opensipsctl fifo get_statistics load:" ) or by
    setting script execution thresholds to identify the slowest points
    in your script (see
    <a class="moz-txt-link-freetext" href="http://www.opensips.org/Documentation/Script-CoreParameters-2-3#toc60">http://www.opensips.org/Documentation/Script-CoreParameters-2-3#toc60</a>)<br>
    <br>
    Best regards,<br>
    <pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
  OpenSIPS Founder and Developer
  <a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a>

OpenSIPS Bootcamp 2017, Houston, US
  <a class="moz-txt-link-freetext" href="http://opensips.org/training/OpenSIPS_Bootcamp_2017.html">http://opensips.org/training/OpenSIPS_Bootcamp_2017.html</a>
</pre>
    <div class="moz-cite-prefix">On 07/21/2017 11:38 PM, Mundkowsky,
      Robert wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:BN6PR07MB3556A1FE374A0DB31E7DDE76BEA40@BN6PR07MB3556.namprd07.prod.outlook.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hi,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I am running openSIPS 2.2.3 on a AWS server
          as a SIP router (using load_balance).  It seems to work fine
          for a few calls at a time, but when I start making more short
          duration calls it starts hanging.  Leg A seems to connect to
          openSIPS, but leg B out of openSIPS does not seem to work. 
          And I get the below warnings in the log.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">My guess is I have something wrong in my
          configuration file, but I am not sure.  I am using “exec” to
          kick off scripts that run in background to do things like
          disable the loadbalancer gateways for ~60 seconds to let the
          backend systems reset.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Jul 21 16:09:52 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:utimer_ticker: utimer task <tm-utimer>
          already scheduled for 744260 ms (now 744360 ms), it may
          overlap..<o:p></o:p></p>
        <p class="MsoNormal">Jul 21 16:09:52 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:utimer_ticker: utimer task <tm-utimer>
          already scheduled for 744260 ms (now 744460 ms), it may
          overlap..<o:p></o:p></p>
        <p class="MsoNormal">Jul 21 16:09:52 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:utimer_ticker: utimer task <tm-utimer>
          already scheduled for 744260 ms (now 744560 ms), it may
          overlap..<o:p></o:p></p>
        <p class="MsoNormal">Jul 21 16:09:52 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:utimer_ticker: utimer task <tm-utimer>
          already scheduled for 744260 ms (now 744650 ms), it may
          overlap..<o:p></o:p></p>
        <p class="MsoNormal">Jul 21 16:09:52 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:utimer_ticker: utimer task <tm-utimer>
          already scheduled for 744260 ms (now 744750 ms), it may
          overlap..<o:p></o:p></p>
        <p class="MsoNormal">Jul 21 16:09:52 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:utimer_ticker: utimer task <tm-utimer>
          already scheduled for 744260 ms (now 744850 ms), it may
          overlap..<o:p></o:p></p>
        <p class="MsoNormal">Jul 21 16:09:53 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:utimer_ticker: utimer task <tm-utimer>
          already scheduled for 744260 ms (now 744950 ms), it may
          overlap..<o:p></o:p></p>
        <p class="MsoNormal">Jul 21 16:09:53 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:utimer_ticker: utimer task <tm-utimer>
          already scheduled for 744260 ms (now 745100 ms), it may
          overlap..<o:p></o:p></p>
        <p class="MsoNormal">Jul 21 16:09:53 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:utimer_ticker: utimer task <tm-utimer>
          already scheduled for 744260 ms (now 745150 ms), it may
          overlap..<o:p></o:p></p>
        <p class="MsoNormal">Jul 21 16:09:53 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:timer_ticker: timer task <tm-timer> already
          scheduled for 744160 ms (now 745150 ms), it may overlap..<o:p></o:p></p>
        <p class="MsoNormal">Jul 21 16:09:53 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:timer_ticker: timer task <blcore-expire>
          already scheduled for 744160 ms (now 745150 ms), it may
          overlap..<o:p></o:p></p>
        <p class="MsoNormal">Jul 21 16:09:53 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:utimer_ticker: utimer task <tm-utimer>
          already scheduled for 744260 ms (now 745250 ms), it may
          overlap..<o:p></o:p></p>
        <p class="MsoNormal">Jul 21 16:09:53 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:utimer_ticker: utimer task <tm-utimer>
          already scheduled for 744260 ms (now 745350 ms), it may
          overlap..<o:p></o:p></p>
        <p class="MsoNormal">Jul 21 16:09:53 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:utimer_ticker: utimer task <tm-utimer>
          already scheduled for 744260 ms (now 745450 ms), it may
          overlap..<o:p></o:p></p>
        <p class="MsoNormal">Jul 21 16:09:53 ip-10-61-81-170
          /export/Apps/opensips/2.2.3/sbin/opensips[23483]:
          WARNING:core:utimer_ticker: utimer task <tm-utimer>
          already scheduled for 744260 ms (now 745550 ms), it may
          overlap..<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"><b>Robert Mundkowsky<o:p></o:p></b></p>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>