Click or drag to resize
AtxferAction Constructor (String, String, String, String)
Attended transfer.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AtxferAction(
	string channel,
	string exten,
	string context,
	string priority
)

Parameters

channel
Type: SystemString
Transferer's channel.
exten
Type: SystemString
Extension to transfer to.
context
Type: SystemString
Context to transfer to.
priority
Type: SystemString
Priority to transfer to.
See Also