which ser version are you using? Latest version (&gt;0.9.7) the fifo interface has changed and this module is not working anymore...<br><br>with 0.9.6 the command you are using is available but with higher versions you should:
<br> <br>loadmodule &quot;/usr/local/lib/ser/modules/ctl.so&quot;<br>loadmodule &quot;/usr/local/lib/ser/modules/fifo.so&quot;<br><br># listen on the &quot;standard&quot; fifo for backward compatibility<br>modparam(&quot;ctl&quot;, &quot;fifo&quot;, &quot;fifo:/tmp/ser_fifo&quot;)
<br><br>hope it&#39;s the version issue, otherwise post more information about your problem and someone might help you,<br><br>Samuel.<br><br><div><span class="gmail_quote">2007/12/18, Strassburger, Patrick &lt;<a href="mailto:Patrick.Strassburger@colt.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Patrick.Strassburger@colt.net</a>&gt;:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
<div><p><font size="2" face="Arial">Hi all,</font> </p><p><font size="2" face="Arial">I am struggling arround since hours about fifo.</font>  <br><font size="2" face="Arial">I get all the time a syntax error. Tired several things like chmod, cr /tmp/ser_fifo as a file or directory, created a /temp/ser_fifo. 
</font></p><p><font size="2" face="Arial">Changed ser.cfg to</font> </p><p><font size="2" face="Arial">fifo=&quot;/temp/ser_fifo&quot;</font>  <br><font size="2" face="Arial">fifo_mode=0666</font> </p><p><font size="2" face="Arial">
 with / without &quot;&quot; does not help all the time a syntax error.</font> </p><p><font size="2" face="Arial">Can someone explain</font>  <br><font size="2" face="Arial">- what fifo is (file or folder) - would gues it is a file (first in first out)? 
</font><br><font size="2" face="Arial">- does fifo needs to be created before?</font> </p><p><font size="2" face="Arial">I changed /temp/ or /tmp/ to 666 but this does not help either.</font> </p><p><font size="2" face="Arial">
 starting ser shows me</font> </p><p><font size="2" face="Arial">[root@ser /]# ser -f /etc/ser/ser.cfg -c</font>  <br><font size="2" face="Arial">&nbsp;0(8574) parse error (23,1-5): syntax error</font>  <br><font size="2" face="Arial">
 &nbsp;0(8574) parse error (23,1-5):</font>  <br><font size="2" face="Arial">ERROR: bad config file (2 errors)</font> </p><p><font size="2" face="Arial">wherin line 23 is the one with fifo.</font> </p><p><font size="2" face="Arial">
 Kind regards</font>  <br><font size="2" face="Arial">Patrick</font> </p><p><font size="2" face="Arial"># ------------- Initial global variables</font> </p><p><font size="2" face="Arial">debug=3</font>  <br><font size="2" face="Arial">
 fork=yes</font>  <br><font size="2" face="Arial">log_stderror=no</font> </p><p><font size="2" face="Arial">listen=&lt;ip adress&gt; # put your real IP here</font>  <br><font size="2" face="Arial">port=5060</font>  <br><font size="2" face="Arial">
 alias=<a href="http://sip.mycompany.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">sip.mycompany.com</a></font> </p><p><font size="2" face="Arial">children=4</font>  <br><font size="2" face="Arial">
 server_signature=yes</font>  <br><font size="2" face="Arial">dns=no</font>  <br><font size="2" face="Arial">rev_dns=no</font>  <br><font size="2" face="Arial">check_via=no</font>  <br><font size="2" face="Arial">syn_branch=yes 
</font><br><font size="2" face="Arial">memlog=1000</font>  <br><font size="2" face="Arial">sip_warning=yes</font>  <br><font size="2" face="Arial">reply_to_via=no</font>  <br><font size="2" face="Arial">uid=&quot;nobody&quot; 
</font><br><font size="2" face="Arial">gid=&quot;nobody&quot;</font>  <br><font size="2" face="Arial">mhomed=0</font>  <br><font size="2" face="Arial">fifo=&quot;/temp/ser_fifo&quot;</font>  <br><font size="2" face="Arial">
 fifo_mode=0666</font>  <br><font size="2" face="Arial">fifo_db_url=&quot;mysql://ser:heslo@localhost/ser&quot;</font> </p><font size="3"><br><br> ************************************************************************************* 
<br> The message is intended for the named addressee only and may not be disclosed to or used by anyone else, nor may it be copied in any way. <br><br> The contents of this message and its attachments are confidential and may also be subject to legal privilege.  If you are not the named addressee and/or have received this message in error, please advise us by e-mailing  
<a href="mailto:security@colt.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">security@colt.net</a> and delete the message and any attachments without retaining any copies. <br><br> Internet communications are not secure and COLT does not accept responsibility for this message, its contents nor responsibility for any viruses.  
<br><br> No contracts can be created or varied on behalf of COLT Telecommunications, its subsidiaries or affiliates (&quot;COLT&quot;) and any other party by email Communications unless expressly agreed in writing with such other party.   
<br><br> Please note that incoming emails will be automatically scanned to eliminate potential viruses and unsolicited promotional emails. For more information refer to <a href="http://www.colt.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 www.colt.net</a> or contact us on +44(0)20 7390 3900.<br></font></div><br>_______________________________________________<br>Serusers mailing list<br><a href="mailto:Serusers@lists.iptel.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 Serusers@lists.iptel.org</a><br><a href="http://lists.iptel.org/mailman/listinfo/serusers" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.iptel.org/mailman/listinfo/serusers</a><br><br>
</blockquote></div><br>