Brekeke SIP Server Wiki

Restrict INVITE Requests

The following DialPlan rule rejects incoming INVITE requests with “603 Decline” if there are 1000 concurrent calls at Brekeke SIP Server

--------------------------------------
[Matching Patterns]
$request = ^INVITE
$math.ge( $sessionnum, "1000" ) = true

[Deploy Patterns]
$response = 603
--------------------------------------
Yes No
Suggest Edit