Hi Manuel!
With a trace (of SUBSCRIBE and NOTIFY) it is really difficult to
understand the problem.
Thus I suggest: Take a look at the SUBSCRIBE request on both Kamailio
proxies. Verify that record-route and contact headers are correct.
Then take a look at the NOTIFY also on both servers an
Thanks for your reply.
This is part of my config file:
request_route {
# per request initial checks
route(REQINIT);
# NAT detection
route(NATDETECT);
# handle requests within SIP dialogs
route(WITHINDLG);
### only initial requests (no To tag)
# CANCEL processing
if (is_method("CANCEL"))
{
if
NOTIFYs are in-dialog and should be loose-routed. Verify that
loose-routing works fine.
If the clients are behind NAT also verify that Contact headers are
rewritten during subscription.
regards
Klaus
On 28.02.2012 16:08, Manuel Perez wrote:
Hello,
I've used kamailio 3.2.2, i have rls, simp
Hello,
I've used kamailio 3.2.2, i have rls, simple presence and xcap support
working. I've replicated this server into another one in a different
domain, but presence between domains is not working. I'm using for presence
presence.so, presence_xml.so and presence_mwi.so. In route[WITHINDLG] i
hav