Hello,
On 12/19/11 1:39 PM, Krishna Kurapati wrote:
Daniel,
Thanks for the clarification. Since mi_xmlrpc is equivalent to
mi_fifo, I could use this module
to send MESSAGE and INVITE from a remote server.
mi_xmlrpc depends on specific versions of libxmlrpc client, on some
distros it cannot b
Daniel,
Thanks for the clarification. Since mi_xmlrpc is equivalent to mi_fifo, I
could use this module
to send MESSAGE and INVITE from a remote server.
Krish Kura
On Mon, Dec 19, 2011 at 6:27 AM, Daniel-Constantin Mierla wrote:
> Hello,
>
> On 12/17/11 6:08 PM, Ovidiu Sas wrote:
>
>> It is ra
Hello,
On 12/17/11 6:08 PM, Ovidiu Sas wrote:
It is rather difficult to properly craft SIP messages in a single line
(to properly pass all parameters).
Therefore, the xhttp_rpc module does not support this kind of functionality.
Asynchronous commands are not implemented by the xhttp_rpc module:
It is rather difficult to properly craft SIP messages in a single line
(to properly pass all parameters).
Therefore, the xhttp_rpc module does not support this kind of functionality.
Asynchronous commands are not implemented by the xhttp_rpc module:
http://kamailio.org/docs/modules/devel/modules/xh
Dear list members,
I have seen examples of using mi_fifo and mi_xmlrpc modules to send a
MESSAGE or INVITE
from a webserver.
Since I am using xhttp to control presence policies from webserver, I would
like to use xhttp_rpc
module to send MESSAGE and INVITE from webserver.
Are there any examples