<p>generates reports of testing scenarios:</p>

<ul>
<li>received message</li>
<li>messages sent</li>
<li>flow of executed routes ( <code>start</code>, <code>drop</code>, <code>exit</code>, <code>return</code> )</li>
<li>list of the variables and its value at every route executed controlled by mask
(<code>CFGT_DP_NULL</code>, <code>CFGT_DP_AVP</code>, <code>CFGT_DP_SCRIPTVAR</code>
<code>CFGT_DP_XAVP</code>, <code>CFGT_DP_OTHER</code>, <code>CFGT_DP_ALL</code>)</li>
</ul>

<p>Changes in the implementation from the initial propose:</p>

<ul>
<li><p>used a prefix on <code>Call-ID</code> instead of custom SIP headers <code>X-Kamailio-test</code> and <code>X-Kamailio-test-ID</code> allowing the ability to bypass other devices filters ( like sems whitelist SIP headers )</p></li>
<li><p>save report files as JSON at disc after the message is processed instead of using RPC commands</p></li>
</ul>

<p>Initial implementation of <a href="https://github.com/kamailio/kamailio/issues/8" class="issue-link" title="debugger: config test report">#8</a></p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/kamailio/kamailio/pull/443'>https://github.com/kamailio/kamailio/pull/443</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>modules/cfgt: trace config and save to file</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/443/files#diff-0">modules/cfgt/Makefile</a>
    (17)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/443/files#diff-1">modules/cfgt/cfgt.c</a>
    (45)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/443/files#diff-2">modules/cfgt/cfgt.h</a>
    (40)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/443/files#diff-3">modules/cfgt/cfgt_int.c</a>
    (797)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/443/files#diff-4">modules/cfgt/cfgt_int.h</a>
    (67)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/443/files#diff-5">modules/cfgt/cfgt_json.c</a>
    (389)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/443/files#diff-6">modules/cfgt/cfgt_json.h</a>
    (38)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/443/files#diff-7">modules/cfgt/cfgt_mod.c</a>
    (112)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/kamailio/kamailio/pull/443/files#diff-8">modules/cfgt/cfgt_mod.h</a>
    (29)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/443/files#diff-9">modules/debugger/debugger_api.c</a>
    (19)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/443/files#diff-10">modules/debugger/debugger_mod.c</a>
    (21)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/kamailio/kamailio/pull/443.patch'>https://github.com/kamailio/kamailio/pull/443.patch</a></li>
  <li><a href='https://github.com/kamailio/kamailio/pull/443.diff'>https://github.com/kamailio/kamailio/pull/443.diff</a></li>
</ul>

<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/pull/443">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZcDamx4sYX5spdb9dk6O7pWUr_myks5pPxyigaJpZM4G1E-p.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/pull/443"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>