Hey everyone,<br><br>Following a very interesting but old and un-answered post here: <a href="http://www.voipuser.org/forum_topic_6616.html">http://www.voipuser.org/forum_topic_6616.html</a> <br>about the integration of Click-To-Call web applications with OpenSER I wanted to give it a try
<br>myself through the FIFO interface.<br><br>Before jumping into scripts and code I was wondering if someone can make<br>it clear how to use those fifo commands that &quot;initiate&quot; a call between 2 parties,<br>from that post, the user uses:
<br><br>
/* construct FIFO command */
<br>
$fifo_cmd=&quot;:t_uac:&quot;.$myfilename.&quot;\n&quot;.
<br>
&nbsp; &nbsp; &quot;REFER\n&quot;.$caller.&quot;\n&quot;.
<br>
&nbsp; &nbsp; &quot;p-version: &quot;.$signature.&quot;\n&quot;.
<br>
&nbsp; &nbsp; &quot;Contact: &quot;.$web_contact.&quot;\n&quot;.
<br>
&nbsp; &nbsp; &quot;Referred-By: &quot;.$web_contact.&quot;\n&quot;.
<br>
&nbsp; &nbsp;&quot;Refer-To: &quot;.$callee.&quot;\n&quot;.
<br>
&nbsp; &nbsp; &quot;\n&quot;. /* EoHeader */
<br>
&nbsp; &nbsp; &quot;.\n\n&quot;; /* EoFifoRequest */
<br><br>Is there documentation available on the various fifo commands like this that I can use?<br>Can I simply echo the fifo command string to /tmp/openser_fifo?<br><br><br>Thanks in advance,<br>Regards,<br>Liran.<br>