Brekeke SIP Server Wiki

$math.inc

Increments the number by 1.

Syntax:
$math.inc( num )
Parameters:

num – number

 

Returns:

an incremented value

 

Version Since:

1.0

 

Where the function can be used:
  • Preliminary rules
  • Regular rules
Example:
$math.inc( $getSIPuser(To) ) = (.+)

Increment the dialed number

 

See Also:

$math.dec

Yes No
Suggest Edit