ReceivedRegisterRequestToNetworkOperatorLookupKey
com.opencloud.sentinel.registrar.mapper.impl.ReceivedRegisterRequestToNetworkOperatorLookupKey
From … | … To | Description |
---|---|---|
IncomingSipRequest |
String |
Returns the To address host as the lookup key. |
ReceivedRegisterRequestToSessionState
com.opencloud.sentinel.registrar.mapper.impl.ReceivedRegisterRequestToSessionState
From … | … To | Description |
---|---|---|
IncomingSipRequest |
SentinelRegistrarSessionState |
Extracts the first-party REGISTER request and response from the third-party REGISTER request message body, and stores them in session state. |
RegisterRequestAndResponseToUserIdMapper
com.opencloud.sentinel.registrar.mapper.impl.RegisterRequestAndResponseToUserIdMapper
From … | … To | Description |
---|---|---|
UserIdsSessionState |
UserIdsSessionState |
Extracts common identities from the first-party REGISTER request and response in session state, and stores them in session state fields. In particular the private-id, public-ids, Contacts, and any GRUU that are present. |
SessionStateToRegisterCdrAvpBasedMapper
com.opencloud.sentinel.registrar.mapper.impl.SessionStateToRegisterCdrAvpBasedMapper
From … | … To | Description |
---|---|---|
SentinelRegistrarSessionState |
com.google.protobuf.Message |
Builds an audit CDR from fields in session state |