Hello List,<div>So I&#39;ve been doing some testing with the mi_fifo and found that it appears to be really fragile. Here&#39;s what I&#39;ve done:</div><div><br></div><div>mkfifo /tmp/my_fifo</div><div>cat /tmp/my_fifo&amp;</div>

<div>echo -e &quot;:address_dump:my_fifo\n\n&quot; &gt; /tmp/opensips_fifo</div><div><div>*returns*</div><div>200 OK</div><div>  48 &lt;1.2.3.4,2, 0, 0, NULL, NULL&gt;</div></div><div>** cat process ends</div><div>cat /tmp/my_fifo&amp;</div>

<div><meta charset="utf-8"><div>echo -e &quot;:address_dump:my_fifo\n\n&quot; &gt; /tmp/opensips_fifo</div><div>** nothing</div><div><br></div><div>At this point, I can&#39;t make the fifo work again until I restart opensips. If I detach from the fifo (kill the cat, so to speak), and reattach it doesn&#39;t work. Nothing seems to make it responsive again. At first I though something was horribly broken, but then I removed one of my \n from the fifo command and now it works &quot;as expected&quot;. Two new-lines shouldn&#39;t break the fifo, right?</div>

<div><br></div><div>Thanks!</div><div>-Brett</div><div><br></div><div><br></div><div><br></div><div></div></div>