Hello Aymeric,
On 05/12/2009 04:04 PM, Aymeric Moizard wrote:
Hi,
I got an issue with my kamailio 1.5 server. After a long period, I start getting those message:
"INFO:auth:reserve_nonce_index: no more indexes available"
In this case, no message is accepted any more.
I have take a look in module/auth/index.c where the log is coming from but I was not able to solve my issue.
I understood that my problem is most probably related to those value:
modparam("auth", "nonce_expire", 1000) nonce_reuse is NOT set.
do you mean that noce_reuse=0 (default value)?
I will investigate the problem. Meanwhile, can you try with:
modparam("auth", "nonce_reuse", 1)
Cheers, Daniel
proxy_challenge("", "1"); www_challenge("", "1");
What I understand is that I might fix my problem if I reduce my "nonce_expires" value.
But: MAX_NONCE_INDEX=100000 Do I really have reached this value: I don't think so. I expect my setup would need around 1000 nonce. (registration, calls and presence)
My conclusion is that there might be some use-case where the reserved nonce are not "released"?
Tks, Aymeric MOIZARD / ANTISIP amsip - http://www.antisip.com osip2 - http://www.osip.org eXosip2 - http://savannah.nongnu.org/projects/exosip/
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users