Click or drag to resize

IPBXSIPClientOnCalled Method

Creates a call object to that extension. This method will be called when calling the extension.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
void OnCalled(
	ISessionCall call,
	ISessionCall caller
)

Parameters

call
Type: Ozeki.VoIPISessionCall
caller
Type: Ozeki.VoIPISessionCall
See Also