Brekeke SIP Server Wiki

$radius.setVSA

Set RADIUS Vendor-Specific Attribute (VSA) for RADIUS Authentication/PreAuthentication.

 

Syntax:
$radius.setVSA( vendor_id, vendor_type, variable=value )
Parameters:

vendor_id – the vendor ID
vendor_type – the vendor type
variable=value – a pair of the variable name and the value

 

Returns:

true

 

Version Since:

3.1

 

Example:
$radius.setVSA( "9","32","h323-ivr-out=transactionID:100" ) = true

Set  “h323-ivr-out” attribute with the value “transactionID:100”.

 

See Also:

RADIUS
RADIUS Authentication
RADIUS PreAuthenticatio

Yes No
Suggest Edit