<br>In addition, I have issued the &#39;openserctl fifo which&#39; command to see<br>which commands are enabled and I do not see the stats and other t_uac<br>commands available as in some examples (ul_stats, t_uac_from, etc).
<br><br>How do these extra commands get enabled? (I&#39;m using 1.1.0 and I assume<br>that they are supported on this version).<br><br>Furthermore, how is it possible to enable the udp sockets interface<br>for fifo?<br><br>
<br>Thanks again,<br>Liran.<br><br><div><span class="gmail_quote">On 8/14/07, <b class="gmail_sendername">liran tal</b> &lt;<a href="mailto:liransgarage@gmail.com">liransgarage@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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><span class="sg">
Liran.<br>
</span></blockquote></div><br>