[Kamailio-Users] Dealing with REGISTER "retransmissions"

Juha Heinanen jh at tutpro.com
Tue Mar 24 07:28:56 CET 2009


mayamatakeshi writes:

 > So I was thinking, maybe I should create a transaction before sending
 > the challenge so that REGISTER retransmissions would be absorbed. I
 > was thinking in doing something like this:
 > 
 > 	if (!proxy_authorize("", "subscriber")) {
 >                 t_newtran();
 > 		proxy_challenge("", "0");
 > 		exit;
 > 	}
 > 
 > Does anyone see any problem/shortcoming with this?

you could also use pike module to drop too frequent requests.

-- juha



More information about the Users mailing list