InboundCallHeaderMappingGetMapping Method |
Retrieves a SIP header mapping for the given call property from the collection.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SIPHeaderMapping GetMapping(
CallProperty callProperty
)
Public Function GetMapping (
callProperty As CallProperty
) As SIPHeaderMapping
public:
SIPHeaderMapping^ GetMapping(
CallProperty callProperty
)
member GetMapping :
callProperty : CallProperty -> SIPHeaderMapping
Parameters
- callProperty
- Type: Ozeki.VoIPCallProperty
The call property.
Return Value
Type:
SIPHeaderMappingThe SIP header mapping.
See Also