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