Guys,<br><br>I was digging through mod_commands.c to learn more about <span style="font-family: courier new,monospace;">fsctl hupall &lt;cause&gt; &lt;var&gt; &lt;val&gt;</span> syntax. However, I don&#39;t see how the proper function ever gets executed. Here&#39;s mod_commands.c, starting at line 1478, where &quot;fsctl&quot; arguments are parsed:<br>
<br><span style="font-family: courier new,monospace;">        if (!strcasecmp(argv[0], &quot;hupall&quot;)) {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">            arg = 1;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">            switch_core_session_ctl(SCSC_HUPALL, &amp;arg);</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">            stream-&gt;write_function(stream, &quot;+OK\n&quot;);</span><br style="font-family: courier new,monospace;">
<br><br>I don&#39;t see where this:<br><br><span style="font-family: courier new,monospace;">switch_core_session_hupall_matching_var(var, val, cause); </span><br style="font-family: courier new,monospace;"><br>...ever gets called. (Same file, line 4086, inside <span style="font-family: courier new,monospace;">SWITCH_STANDARD_API(hupall_api_function)</span> defintion)<br>
<br>Did I perhaps miss something?<br><br>Thanks,<br>MC<br><input id="gwProxy" type="hidden"><input onclick="jsCall();" id="jsProxy" type="hidden"><div id="refHTML"></div>