[Kamailio-Users] Is it possible to break a "if" stament?

Iñaki Baz Castillo ibc at aliax.net
Thu Nov 6 00:50:58 CET 2008


Hi, is it possible to break the body of an "if"? something like:

--------------
if $fU == "alice" {
	xlog "hello";
	break;
	xlog "bye";
}
xlog "this is after the 'if'"
--------------

So the result would be:

-------
hello
this is after the 'if'
-------

Is it possible?

-- 
Iñaki Baz Castillo




More information about the Users mailing list