<div dir="ltr"><div><br></div>Do you just want to run a command from your C mod?<div><div><br><div>switch_stream_handle_t stream = { 0 }; <br></div><div><br></div><div>SWITCH_STANDARD_STREAM(stream);<br></div><div><br></div>
<div>switch_api_execute(&quot;show&quot;, &quot;channels&quot;, NULL, &amp;stream);<br></div><div>printf(&quot;result: %s\n&quot;, (char *) stream.data);</div><div>switch_safe_free(stream.data);<br></div><div><br></div><div>
<br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 16, 2014 at 5:22 PM, Peter Hillier <span dir="ltr">&lt;<a href="mailto:peterhillier@yahoo.com" target="_blank">peterhillier@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif"><div>
Hi folks,</div><div>I am working on a pet project in order to become more familiar with Freeswitch. I have added my own module and APIs successfully, but am stuck when it comes to communicating with the other modules in Freeswitch. I see that other modules &quot;export&quot; functionality via APIs, but am not sure how, from within a C software routine in another Freeswitch module, that I should invoke this functionality.</div>
<div><br></div><div style="background-color:transparent">More specifically I want to call the sofia module API to flush all internal registrations (flush_inbound_reg) when some condition is triggered in my module. This module is written in C code, and I have googled my brains out trying to find an example of how to do this. Which is better: mod_event_socket. mod? xml_curl?
 RPC?   I cannot seem to find any examples of how to create events in C (e.g. what parameters need to be specified), and what is the best solution for local communications.</div><div style="background-color:transparent">
<br></div><div style="background-color:transparent">I could modify my local copy of sofia to provide direct calls, but I prefer to understand how this is intended to be done with the existing tools. I have the feeling I am missing something simple and would appreciate any pointers that anyone can provide.</div>
<div style="background-color:transparent"><br></div><div style="background-color:transparent">Thanks,</div><div style="background-color:transparent">Peter</div></div></div><br>_________________________________________________________________________<br>

Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬<div><br><div>☞ <a href="http://freeswitch.org/" target="_blank">http://freeswitch.org/</a>  ☞ <a href="http://cluecon.com/" target="_blank">http://cluecon.com/</a>  ☞ <a href="http://twitter.com/FreeSWITCH" target="_blank">http://twitter.com/FreeSWITCH</a></div>
<div><div>☞ <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch ☞ <u><a href="http://freeswitch.org/g+" target="_blank">http://freeswitch.org/g+</a></u><br><br></div><div>ClueCon Weekly Development Call <br>
</div><div>☎ <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a>  ☎ +19193869900 </div><div><br></div></div></div></div>
</div>