Hello All!
I want to do something like this (using svn checkout of OpenSER):

switch ($src_ip)
{
 case $var(ip1):
     # do smth
     break;
 case $var(ip2):
     # do smth
     break;
 default:
     # do smth
}

I've got an error message (syntax error).
Is it possible to use variables in such manner at all?
--
With best regards!

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to