Hello,
I wonder if there's a chance to use SWITCH in kamailio.cfg with intervals or ranges???
There's nothing to find in core cookbook about ranges with SWITCH.
something like:
switch ( $var(i) ){
case 1..10:
# instructions...
break;
case [11-20]:
# instructions...
break;
default: # default instructions }
Thank you...
Regards,
Nicolas