Click or drag to resize
LinkEventHandler Delegate
A Link is triggered when two voice channels are linked together and voice data exchange commences.
Several Link events may be seen for a single call. This can occur when Asterisk fails to setup a native bridge for the call.This is when Asterisk must sit between two telephones and perform CODEC conversion on their behalf.

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void LinkEventHandler(
	Object sender,
	LinkEvent e
)

Parameters

sender
Type: SystemObject
e
Type: AsterNET.Manager.EventLinkEvent
See Also