Displaying 1 result from an estimated 1 matches for "check_allowed_ip".
2019 Nov 18
4
On Register, run a script, validate source IP
...t the source IP in the dial plan, so no issue with
validate an INVITE against a source IP.
But I would also like to prevent registrations from outside of this
client's specific allowed ip addresses as well, so the line cannot be
hijacked.
So I'm looking for something like
On Register:
If check_allowed_ip(auth_username) {
return;
} else {
Reply(403 Wrong IP for this user);
}
Any ideas how to do that? (Yes, I asked Google and found nothing
useful yet)
Mit freundlichen Grüssen
-Benoît Panizzon-
--
I m p r o W a r e A G - Leiter Commerce Kunden
____________________________________________...