On 01/16/2009 03:50 PM, Alex Balashov wrote:
But doesn't that check if the AOR in the RURI can be located.
kamailio (openser) has for quite some time a parameter in registrar module that can overwrite from where to get the aor: http://www.kamailio.org/docs/modules/devel/registrar.html#id2467548
It is in the last two major release at least: openser 1.3.x and kamailio 1.4.x
modparam("registrar", "aor_avp", "$avp(i:3223)") $avp(i:3223) = $fu; if(registered()) { ... }
Cheers, Daniel
Michel,
The proper way to do this -- assuming your motive is security and authorisation -- is to challenge the incoming INVITE initial request of the caller (who is supposed to be registered) with a 407 proxy challenge, i.e. proxy_authorize()/proxy_challenge().
Bogdan-Andrei Iancu wrote:
Hi Michel,
See the registered() function from the registrar module:
http://www.opensips.org/html/docs/modules/1.4.x/registrar.html#id271407
Regards, Bogdan
michel freiha wrote:
Dear All, I need to ask please about which function should I use in order to check while making a call if the user who is dialing the number is making the call from a registered account or not?
Regards
Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users