<div>Hi,</div>
<div>I have a new question about opensips configure.</div>
<div> </div>
<div>Now I want to use some functions in the modules of mi_fifo and mi_datagram. So I want to make sure of some configure about them.</div>
<div> </div>
<div>In the resource file -- opensipsctlrc, I see there are some configure lines:</div>
<div> </div>
<div>## MI_CONNECTOR control engine: FIFO, UNIXSOCK, UDP, XMLRPC<br># MI_CONNECTOR=FIFO:/tmp/opensips_fifo<br># MI_CONNECTOR=UNIXSOCK:/tmp/opensips.sock<br># MI_CONNECTOR=UDP:<a href="http://192.168.2.133:8000">192.168.2.133:8000</a><br>
# MI_CONNECTOR=XMLRPC:<a href="http://192.168.2.133:8000">192.168.2.133:8000</a></div>
<div> </div>
<div>and in the modules parameters' configure ,there are some configure lines:</div>
<div> </div>
<div>modparam("mi_fifo", "fifo_name", "/tmp/opensips_fifo")</div>
<div>modparam("mi_datagram", "socket_name", "/tmp/opensips.sock")</div>
<div> </div>
<div>So ,I want to know the relationship about them. And ,should I configure them synchronously£¿ </div>
<div> </div>
<div>and should I configure FIFO, UNIXSOCK control engine at the same time??</div>
<div>thus:</div>
<div>MI_CONNECTOR=FIFO:/tmp/opensips_fifo<br>MI_CONNECTOR=UNIXSOCK:/tmp/opensips.sock</div>
<div> </div>
<div>so many questions:) Thank you!!</div>
<div> </div>
<div>CheeWii</div>