Click or drag to resize

SessionContainerGetSessions Method

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