Hi all,<div><br></div><div>I am going through the wiki docs here:</div><div><br></div><div><a href="http://wiki.freeswitch.org/wiki/Mod_erlang_event#Example_Outbound_Connection">http://wiki.freeswitch.org/wiki/Mod_erlang_event#Example_Outbound_Connection</a></div>
<div><br></div><div>But I see in the example that in order to send messages between FS and the registered process fired up by myself the following syntax is used:</div><div><br></div><div><pre style="padding:1em;border:1px dashed rgb(47,111,171);background-color:rgb(249,249,249);line-height:1.1em">
(test@example)1&gt;{foo, freeswitch@example} ! {api, status, &quot;&quot;}.
{api,status,[]}</pre></div><div><br></div><div>Obviously freeswitch@example represents the node, but I am not familiar with the left hand tuple term being applied the ! operator, usually a Pid number is used in that place.</div>
<div><br></div><div>What would the foo represent?</div><div><br></div><div>TIA.</div><div><br></div><div><br></div><div>Luis</div><div><br></div>