Click or drag to resize
SessionContainerGetSessions Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public 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

Implements

ISessionContainerGetSessions(String, SIPAddress, String, SIPAddress)
See Also