Trying the other registrations takes 10 seconds extra for each registration above the first:
registrations time before phone starts ringing --------------- -------------------------------- 1 3s 2 13s 3 23s 4 33s 5 43s --------------- --------------------------------
Does anyone see a way to limit the number of registrations to allow only 1 per User-Agent/IP-address combination?
Op 22 dec 2010, om 02:08 heeft David J. het volgende geschreven:
Look at the registration module;
There is a max_contacts param;
Its fine if the UA re-registers; Its when SER sends out to the UA; Its only going to reach the one which is available;
It may try the others but they obviously wont be reachable.
Am 22.12.2010 02:49, schrieb cerieljacobs:
Trying the other registrations takes 10 seconds extra for each registration above the first:
registrations time before phone starts ringing
1 3s 2 13s 3 23s 4 33s 5 43s
Does anyone see a way to limit the number of registrations to allow only 1 per User-Agent/IP-address combination?
From client side: get a proper client
From server side: 0.9 is really old. I can't remember in detail, but I think you can change it by using these parameters: http://www.kamailio.org/docs/modules/0.9.x/registrar.html#AEN167 http://www.kamailio.org/docs/modules/0.9.x/registrar.html#AEN135 http://www.kamailio.org/docs/modules/0.9.x/usrloc.html#AEN206
klaus