Brekeke SIP Server Wiki

$math.le

Less than or equal to (num1 <= num2)

 

Syntax:
$math.le( num1, num2 )
Returns:

If num1 is less than or equal to num2, true will be returned.
Otherwise, “false” will be returned.

 

Version Since:

1.0

 

Where the function can be used:
  • Preliminary rules
  • Regular rules

 

See Also:

$math.ge
$math.gt
$math.lt

Yes No
Suggest Edit