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