You can try something like this:
exten => _X.,1,SET(condition=${RAND(1,2)})
exten => _X.,2,GotoIf($[${condition} = '1']?1:3)
exten => _X.,3,SET(Result is 2)
Regards,
Ricardo Carvalho.
Friday, November 30, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment