...
The Call Accounting Manager (CAM) generates Call Detail Records (CDRs) and supports accounting events logging to the
. The
provides the ability to map CDR fields and other input parameters to
Remote Authentication Dial In User Service (RADIUS
) attributes (standard as well as vendor-specific attributes) and send to the appropriate RADIUS server
. supports to configure one remote server per for the purpose of authenticating users from this server using RADIUS protocol. The username and encrypted password are sent to the remote RADIUS server in an ACCESS_REQUEST packet. The user is allowed/denied access to the SBC based on the response from the RADIUS server. SBC users are currently segregated into the following groups which define the privileges of each user. Access to data/commands is allowed/prevented based on the group of the user who is trying to acquire the access.
- Administrator
- Operator
- FieldService
- Guest
- SecurityAuditor
- Calea
Since the RADIUS protocol does not provide a means to assign users to a group, the implementation currently hard codes every RADIUS authenticated user to the Administrator group.
For detailed information on RADIUS authentication, refer to Configuring SBC for RADIUS Authentication.
Viewing Billing Records
...