InboundCallHeaderMappingGetMapping Method |
Retrieves a SIP header mapping for the given call property from the collection.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: Ozeki.VoIPCallProperty
The call property.
Return Value
Type:
SIPHeaderMappingThe SIP header mapping.
See Also