Brekeke SIP Server Wiki

Define Vendor-Specific Attribute (VSA) in Brekeke RADIUS Request

With method $radius.setVSA, Brekeke SIP server will add the variable defined in the method as an VSA (Vendor-Specific Attribute) in RADIUS requests sent to RADIUS server.

Method $radius.setVSA can be used to add new attribute field in the Brekeke RADIUS requests of Preauthentication and Authentication.

Syntax:
$radius.setVSA(VendorID, VendorType, Variable=value)
Returns:

true

Example 

Ex1: Set  “h323-ivr-out” field in Authentication Access-Request

[Matching Patterns]
$request = ^INVITE
$radius.setVSA( "9","32","h323-ivr-out=transactionID:100" ) = true
$radius.auth = true

[Deploy Patterns]
$continue = true
Yes No
Suggest Edit