<p>In <a href="https://github.com/OpenSIPS/opensips/pull/748#discussion_r49302430">modules/dispatcher/dispatcher.c</a>:</p>
<pre style='color:#555'>&gt; @@ -1365,7 +1377,7 @@ static struct mi_root* ds_mi_list(struct mi_root* cmd_tree, void* param)
&gt;                                  9, part_it-&gt;name.s, part_it-&gt;name.len);
&gt;  
&gt;                  if (part_node == NULL
&gt; -                        || ds_print_mi_list(part_node, part_it) &lt; 0) {
&gt; +                        || ds_print_mi_list(part_node, part_it, explicit) &lt; 0) {
</pre>
<p>as third param of ds_print_mi_list() is a bitmask, use here the predefined flags as macro (see the other comment). Maybe "explicit" is not the best name - better use a "flag" variable to collect through the code all the flags you want to pass to ds_print_mi_list(). </p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/pull/748/files#r49302430">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AFOciWS1VTlCznhUSv1FLXst7wB93vwhks5pY3BBgaJpZM4HBVzC.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/OpenSIPS/opensips/pull/748/files#r49302430"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>