<blockquote>
<p>Interesting that it is same invalid value var=0x3433, but dlg->vars list is ok.<br>
Is v4.1 saving the dlg vars in db?</p>
</blockquote>

<p>Yes. It is exactly the same cfg file (I had only to adjust DB tables when moving to to 4.3).</p>

<blockquote>
<p>Can you describe a bit when the crash is happening? Like: if you run a stress test, after how many iterations does it happen; what kind of calls are there, between two users or call is forwarded outside to a gateway...</p>
</blockquote>

<p>I am load testing simulating transcoding.<br>
There are actually 2 concurrent tests:</p>

<pre><code>sipp simulating user --> kamailio --> sipp simulating gateway refuses with "406 Not Acceptable". This triggers branch to transcoder server
sipp simulating user --> kamailio --> sipp simulating transcoder (200 OK)
</code></pre>

<pre><code>sipp simulating gateway calling user --> kamailio forwarding call to gateway -->  sipp simulating gateway refuses with "406 Not Acceptable". This triggers branch to transcoder server
sipp simulating gateway calling user -->  kamailio --> sipp simulating transcoder (200 OK)
</code></pre>

<p>Here are the last number of calls based on acc_cdrs after crash:</p>

<pre><code>mysql> select count(*) from acc_cdrs;
+----------+
| count(*) |
+----------+
|   168623 |
+----------+

mysql> select count(*) from acc_cdrs;
+----------+
| count(*) |
+----------+
|   221434 |
+----------+

mysql> select count(*) from acc_cdrs;
+----------+
| count(*) |
+----------+
|   244369 |
+----------+

mysql> select count(*) from acc_cdrs;
+----------+
| count(*) |
+----------+
|   150870 |
+----------+
</code></pre>

<p>If you need it, I can send you the kamailio.cfg privately (I cannot make it public because it belongs to the company I work for).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/kamailio/kamailio/issues/301#issuecomment-135742969">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZeFfQo5zzv0xuoNY14WIJL7-u-jfks5osDnQgaJpZM4Fxkx6.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/kamailio/kamailio/issues/301#issuecomment-135742969"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>