<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
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]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Running Asterisk 16.17.0<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We have an interesting scenario where we see Asterisk CPU usage spike to the point the entire system is maxed out.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">There is a specific scenario where we have two ConfBridges and they are connected via a local channel.  Everything is fine here.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Callers <-> ConfBridge A <-> local channel <-> ConfBridge B <-> Callers<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We may be recording both ConfBridges for different groups.  Again, all is fine.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Where we run into a problem is when someone decides they need to record a response.  We connect another local channel to the ConfBridge.  All is fine.<o:p></o:p></p>
<p class="MsoNormal">Callers <-> ConfBridge A <-> local channel <-> ConfBridge B <-> Callers<o:p></o:p></p>
<p class="MsoNormal">                                                                                                          <-> Local Channel<o:p></o:p></p>
<p class="MsoNormal">  <o:p></o:p></p>
<p class="MsoNormal">Then, we initiate a record on the other end of the local channel.<o:p></o:p></p>
<p class="MsoNormal">Callers <-> ConfBridge A <-> local channel <-> ConfBridge B <-> Callers<o:p></o:p></p>
<p class="MsoNormal">                                                                                                          <-> Local Channel (start recording)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Suddenly, the CPU usage spikes to the point the system is starving and gradually gets worse.<o:p></o:p></p>
<p class="MsoNormal">Looking at the debug log for Asterisk, we are seeing thousands of messages like this (roughly 8-10 sets every millisecond)<o:p></o:p></p>
<p class="MsoNormal">[05/05 10:25:28.541] DEBUG[2981][C-00000038] chan_pjsip.c:  PJSIP/1003-00000007: Indicated Video Update<o:p></o:p></p>
<p class="MsoNormal">[05/05 10:25:28.541] DEBUG[2981][C-00000038] chan_pjsip.c:  PJSIP/1003-00000007<o:p></o:p></p>
<p class="MsoNormal">[05/05 10:25:28.541] DEBUG[2981][C-00000038] chan_pjsip.c:  PJSIP/1003-00000007: Indicated Video Update<o:p></o:p></p>
<p class="MsoNormal">[05/05 10:25:28.541] DEBUG[2981][C-00000038] chan_pjsip.c:  PJSIP/1003-00000007<o:p></o:p></p>
<p class="MsoNormal">[05/05 10:25:28.541] DEBUG[2981][C-00000038] chan_pjsip.c:  PJSIP/1003-00000007: Indicated Video Update<o:p></o:p></p>
<p class="MsoNormal">[05/05 10:25:28.541] DEBUG[2981][C-00000038] chan_pjsip.c:  PJSIP/1003-00000007<o:p></o:p></p>
<p class="MsoNormal">[05/05 10:25:28.541] DEBUG[2981][C-00000038] chan_pjsip.c:  PJSIP/1003-00000007: Indicated Video Update<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">After this occurs, the messages in the debug output can also be a bit out of order for the date/time listed in the file.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">An interesting scenario, if we first start recording on the Local channel, then add it to the ConfBridge this CPU spike does not occur.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We realize this is a bit of an extreme scenario, two ConfBridges connected with a local channel, and needing to connect another local channel to one of the ConfBridges and start recording.  Unfortunately, it’s a scenario we are stuck with
 due to a unique customer requirement.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Any thoughts or suggestions?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Dan<o:p></o:p></p>
</div>
</body>
</html>