| AtxferAction Constructor (String, String, String, String) |
Attended transfer.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AtxferAction(
string channel,
string exten,
string context,
string priority
)
Public Sub New (
channel As String,
exten As String,
context As String,
priority As String
)
public:
AtxferAction(
String^ channel,
String^ exten,
String^ context,
String^ priority
)
new :
channel : string *
exten : string *
context : string *
priority : string -> AtxferAction
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