[asterisk-users] GotoIf: OR, AND

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Fri Jan 4 22:21:17 CST 2008


On Friday 04 January 2008 18:03:30 bilal ghayyad wrote:
> Is there a method to use OR and AND operator with
> GotoIf, so I can make better logical expression?

$[(${a} = 2) | (${b} = 3)]
$[(${a} = 3) & (${b} = 4)]
 
-- 
Tilghman



More information about the asterisk-users mailing list