Click or drag to resize
ISessionContainerGetSessions Method
Gets all the sessions between the given call parties.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
IEnumerable<ISession> GetSessions(
	string callerExtID,
	SIPAddress callerID,
	string calleeExtID,
	SIPAddress dialedNumber
)

Parameters

callerExtID
Type: SystemString
callerID
Type: Ozeki.VoIPSIPAddress
calleeExtID
Type: SystemString
dialedNumber
Type: Ozeki.VoIPSIPAddress

Return Value

Type: IEnumerableISession
The list of sessions.
See Also