Brekeke SIP Server Wiki

$route.spslimit

Check whether the SPS (Session-per-Second) reaches the maximum.

 

Syntax:
$route.spslimit( routename, max )
Returns:

true – if the SPS doesn’t reach the maximum yet.
false – otherwise

 

Version Since:

3.7

 

Example:
$route.spslimit( "gateway", "100" ) = false

If the SPS under the route “gateway” reaches 100.

 

See Also:

$route.concurrent
$route.sps
$route.underlimit
more examples 

Yes No
Suggest Edit