Mappers overview
The Registrar uses mappers as it processes third-party REGISTER requests.
For an overview of what mappers are and how they work, please see Mappers in the Sentinel documentation. |
Mapper execution points
The Registrar searches for mappers at the following mapper execution points:
Mapper Execution Point | Role of mappers at this point |
---|---|
DetermineNetworkOperator |
Mapping the first-party register request to the network operator lookup key. |
ReceivedRegisterRequest |
|
Cdr |
Building an audit Call Detail Record that summarises the actions take by the Registrar. |
See the enum com.opencloud.sentinel.mapper.RegistrarMappingPoint in the sentinel-sip-registrar-common module.
|
For a list of all mappers see: Sentinel Registrar Mappers.