Daniel,<div><br></div><div>Thanks for the clarification. Since mi_xmlrpc is equivalent to mi_fifo, I could use this module</div><div>to send MESSAGE and INVITE from a remote server.</div><div><br></div><div>Krish Kura</div>
<div><br><div class="gmail_quote">On Mon, Dec 19, 2011 at 6:27 AM, Daniel-Constantin Mierla <span dir="ltr">&lt;<a href="mailto:miconda@gmail.com">miconda@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
On 12/17/11 6:08 PM, Ovidiu Sas wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It is rather difficult to properly craft SIP messages in a single line<br>
(to properly pass all parameters).<br>
Therefore, the xhttp_rpc module does not support this kind of functionality.<br>
Asynchronous commands are not implemented by the xhttp_rpc module:<br>
<a href="http://kamailio.org/docs/modules/devel/modules/xhttp_rpc.html#id2521422" target="_blank">http://kamailio.org/docs/<u></u>modules/devel/modules/xhttp_<u></u>rpc.html#id2521422</a><br>
<br>
It is better to use the xmlrpc module for this kind of functionality.<br>
<a href="http://kamailio.org/docs/modules/stable/modules/xmlrpc.html" target="_blank">http://kamailio.org/docs/<u></u>modules/stable/modules/xmlrpc.<u></u>html</a><br>
</blockquote>
just to add a bit and make clear that xmlrpc module is different that mi_xmlrpc. Practically xmlrpc uses internally the same mechanism as xhttp, so no dependencies on http libs. You need libxml2, but since you deal with presence, you should have it.<br>

<br>
Cheers,<br>
Daniel<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Daniel-Constantin Mierla -- <a href="http://www.asipto.com" target="_blank">http://www.asipto.com</a><br>
<a href="http://linkedin.com/in/miconda" target="_blank">http://linkedin.com/in/miconda</a> -- <a href="http://twitter.com/miconda" target="_blank">http://twitter.com/miconda</a><br>
<br>
</font></span></blockquote></div><br></div>