Brekeke SIP Server Wiki

$radius.setServiceType

Set RADIUS Service-Type for RADIUS Authentication/PreAuthentication.

 

Syntax:
$radius.setServiceType( service_type )
Parameters:

service_type – RADIUS Service Type.

 

Returns:

true

 

Version Since:

2.5

 

Example:
$radius.setServiceType( "10") = true

Set 10 (Call Check) as the RADIUSService Type

 

See Also:

RADIUS
RADIUS Authentication
RADIUS PreAuthenticatio

Yes No
Suggest Edit