Hello,
can you re-run with debug=3 and send the syslog messages? Just the error
messages are not enough in this case.
Cheers,
Daniel
On 10/26/13 1:09 PM, Wingsravi R wrote:
Dear Daniel,
Thank you for the reply,
As you suggested, added the following in request_route block :
if (is_method("
Dear Daniel,
Thank you for the reply,
As you suggested, added the following in request_route block :
if (is_method("REGISTER")){
pua_set_publish();
}
and removed pua_reginfo module.
But Presence visibility between the clients is only at the very first
registeration, if tried to re-regis
Hello,
there are two events triggering the log messages.
One is about the fact you haven't set the flag for the REGISTER request
to trigger a PUBLISH (see readme for pua_usrloc). This is the first
message, the INFO.
The other is the PUBLISH from pua_reginfo that is for location records
repl
Hi kamailio'ns
I am working on Kamailio V 4.0.3, installed from Ubuntu 12.04(precise)
repository.
My SIP clients(jitsi) are registering to kamailio sever successfully but
their presence is not sharing between the clients.
I am frequently logging following presence related errors in syslog while
tr