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 "initiate" a call between 2 parties,<br>from that post, the user uses:
<br><br>
/* construct FIFO command */
<br>
$fifo_cmd=":t_uac:".$myfilename."\n".
<br>
"REFER\n".$caller."\n".
<br>
"p-version: ".$signature."\n".
<br>
"Contact: ".$web_contact."\n".
<br>
"Referred-By: ".$web_contact."\n".
<br>
"Refer-To: ".$callee."\n".
<br>
"\n". /* EoHeader */
<br>
".\n\n"; /* 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>