--
Henning Westerholt –
https://skalatan.de/blog/
Kamailio services –
https://gilawa.com
-----Original Message-----
From: sr-users
sr-users-bounces@lists.kamailio.org On Behalf Of Mack Hendricks
Sent: Wednesday, September 9, 2020 9:35 PM
To: Kamailio - Users Mailing List
sr-users@lists.kamailio.org
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
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users