Brekeke SIP Server Wiki

$auth

Whether to authenticate or not

Syntax:
$auth = true or false
Explanation:

This sets whether to authenticate the matched request or not.
If “true”, the authentication will be enabled. If “false”, the authentication will be disabled. The default value is the value which is set in [Configuration] page.

 

Where the function can be used:
  • Regular rules

 

Example:
$auth = true

Authenticate the matched request

Yes No
Suggest Edit