I'm not sure if it's supported, but the usual way of doing this in other languages is:
switch(expr) { case CASE1: case CASE2: ... break;
case CASE3: ... }
-- Alex
On 8/17/20 1:46 PM, Ilie Soltanici wrote:
Hello,
Is there any way to use Regex or 'OR/AND' operators in the switch/case statements? I've tried the following syntax but it's not working, are there any other ways to do this?
switch($dlg_var(ISP)) { case"TRUNK1|TRUNK2": }
Thank you.
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users