Hi Mack, This might be easier: https://kamailio.org/docs/modules/devel/modules/ipops.html#ipops.f.is_in_subnet
Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.com -----Original Message----- From: sr-users <[email protected]> On Behalf Of Mack Hendricks Sent: Wednesday, September 9, 2020 9:35 PM To: Kamailio - Users Mailing List <[email protected]> Subject: [SR-Users] Regular Expression Evaluation I already run into issues with this. If I want to only execute a statement if it’s an INVITE with a request domain of 10.10.*.* how do I format? Below is what I have. I always have to play with it a bit. Looking to get a better understanding. The regular expression tester I’m using states that it’s valid. What am I doing wrong? if ((is_method("INVITE")) && ($rd =~ "10\.10\..+")) { # Do something xlog("fix got a 10.10 address"); } Thanks _______________________________________________ Kamailio (SER) - Users Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users _______________________________________________ Kamailio (SER) - Users Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
