Re: [SR-Users] using xhttp_rpc to send MESSAGE to SIP user from web server

2011-12-19 Thread Daniel-Constantin Mierla
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:

Re: [SR-Users] using xhttp_rpc to send MESSAGE to SIP user from web server

2011-12-19 Thread Krishna Kurapati
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 mico...@gmail.com wrote: Hello, On 12/17/11 6:08 PM, Ovidiu Sas

Re: [SR-Users] using xhttp_rpc to send MESSAGE to SIP user from web server

2011-12-19 Thread Daniel-Constantin Mierla
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

[SR-Users] using xhttp_rpc to send MESSAGE to SIP user from web server

2011-12-17 Thread Krishna Kurapati
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

Re: [SR-Users] using xhttp_rpc to send MESSAGE to SIP user from web server

2011-12-17 Thread Ovidiu Sas
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: