Click or drag to resize

SIPMessageExGetContacts Method

Retrieves the contacts from the SIP message.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public static IEnumerable<SIPAddress> GetContacts(
	SIPMessage msg
)

Parameters

msg  SIPMessage
 

Return Value

IEnumerableSIPAddress
See Also