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. 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/