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