<div dir="ltr">thanks, hope to try it soon.<br><br><div class="gmail_quote">On Wed, Jan 2, 2013 at 8:05 PM, Klaus Darilion <span dir="ltr">&lt;<a href="mailto:klaus.mailinglists@pernau.at" target="_blank">klaus.mailinglists@pernau.at</a>&gt;</span> wrote:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">Am 16.12.2012 14:47, schrieb Uri Shacked:<div><div class="h5">
<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
Hi,<br>
I entered the command &quot;kamailio -v&quot; instead of &quot;kamailio -V&quot;.<br>
It looks like it starts kamailio again even that it was running....<br>
the problem is that the kamctl_fifo and kamctl_ctl file are gone now. how do i create the files again without restarting kamailio?<br>
<br>
</blockquote></div></div>
You can not create it (At least I don ot know a workaround).<br>
<br>
If you need to access the FIFO you can use the /proc directory to get the file descriptor until Kamailio is restarted.<br>
<br>
eg:<br>
<br>
1. get the PID of Kamailio and the FD of the FIFO:<br>
<br>
# lsof|grep kamailio_fifo<br>
kamailio   6505   kamailio    6r     FIFO      202,2      0t0 131110 /tmp/kamailio_fifo (deleted)<br>
kamailio   6505   kamailio   10w     FIFO      202,2      0t0 131110 /tmp/kamailio_fifo (deleted)<br>
<br>
2. use FD 6 or 10 of Kamailio&#39;s FDs<br>
OSER_FIFO=/proc/6505/fd/6 kamctl ......<br>
<br>
regards<span class="HOEnZb"><font color="#888888"><br>
Klaus<br>
<br>
<br>
</font></span></blockquote></div><br></div>