Hi All,
I am configured kamailio to handle reg info event subscriptions, My server
is running if i configure the following parameter.
#kamailio local ip is 192.168.20.20
*modparam("pua_reginfo", "server_address", "sip:reginfo@192.168.20.20
")*
If i am not configured the above server address, i a
Hi,
I am facing issue with reginfo handling in kamailio, I am getting proper
notify when user is registered and deregistered properly.
But i am not getting same when user's registration is expired[with out
refresh/ when entry is removed from location], Can anyone suggest me how
can i achieve this.
Hi Rai
Post your logs and configuration to suggest best.
Ram
On Wed, Mar 5, 2014 at 12:51 PM, Gaurav Rai wrote:
> Hi
> I am using a siremis and *kamailio * hosted server with lylix.net and
> they give a link for getting a support about Siremis.
> I need a support to how to make
Hi Daniel,
Changed the configuration as per your suggestion, but still i am getting
same 500 server error.
Sep 11 20:37:09 testpc kamailio[24158]: ERROR: xcap_server
[xcap_misc.c:475]: xcaps_xpath_set(): unable to evaluate xpath expression
[/presence/pdm:person]
here are logs
Sep 11 20:37:09 tes
Hi Daniel,
Thanks for the response.
I am following the xcap syntax from the RFC 4825 section 6.4.
Refer http://tools.ietf.org/html/rfc4825#section-6.4
Also suggest me the way i can change the node, if i am wrong.
Regards,
Anzi.
___
SIP Express Router
Here is the capture from server,
##
T 2013/09/05 12:06:22.298929 192.168.41.60:53983 -> 192.168.41.10:5060 [AP]
GET
/xcap-root/pidf-manipulation/users/sip:t...@kamailio.com/perm-presenceHTTP/1.1^@
Host: kamailio.com^@
Keep-Alive: 115^@
Connection: keep-alive^@
TE: trailers^@
^@
#
T 2013/09/05 12:
I found the following statement in log which causes to fail.
xcap_server [xcap_misc.c:475]: xcaps_xpath_set(): unable to evaluate xpath
expression
[/presence/pdm:person?xmlns(pdm=urn:ietf:params:xml:ns:pidf:data-model)]
Here are the logs which are requested.
Aug 30 21:31:11 kamailio kamailio[94
Hi,
I am facing issue with modifying the xdm document in kamailio 4.0,2 by
using xpath(Getting 500 from server). can anyboady suggest me, what is the
wrong I am doing based on following example.
Here is the example for the same.
*PUT /xcap-root/pidf-manipulation/users/
sip:t...@kamailio.com/per
Hi,
I want to handle the responses for forked Requests in kamailio.
Please suggest me that where i can handle this in configuration.
Here is my requirement.
If Clinet A is registered with kamailio server on pc 1 and pc 2. If Client
B calls A, Server is sending INVITE to A for both PC 1 and PC 2.