$continue
Whether Brekeke SIP Server continues checking the next rule or not.
Syntax:
$continue = true or false
Explanation:
This is a variable to make the server handle multiple rules.
If “true”, Brekeke SIP Server continues to check the next rule below. If “false”, Brekeke SIP Server will not continue checking the next rules. The default is “false”.
As long as the Matching Patterns conditions are fulfilled and Deploy Patterns contains $continue=true, Brekeke SIP Server continues checking rules.
Example:
$continue = true
Continues checking the next rule.