hi i m using kamailio 5.1 , with UBUNTU 18.1 i want to restrict call to only registered user ,,, plz help me thank you
Ah, if only this project had documentation...
https://kamailio.org/docs/modules/5.2.x/modules/registrar.html#registrar.f.r...
— Sent from mobile, with due apologies for brevity and errors.
On Jun 17, 2019, at 2:27 AM, Gaurav Bmotra saigauravmehra91@gmail.com wrote:
hi i m using kamailio 5.1 , with UBUNTU 18.1 i want to restrict call to only registered user ,,, plz help me thank you --
Regards: Gaurav Kumar
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Hello,
see registered() function from registrar module, something like:
if (registered("location", "$fu")) {
# caller is registered ...
}
Cheers, Daniel
On 17.06.19 08:27, Gaurav Bmotra wrote:
hi i m using kamailio 5.1 , with UBUNTU 18.1 i want to restrict call to only registered user ,,, plz help me thank you --
*Regards:* Gaurav Kumar
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users