| BridgeAction Constructor (String, String, String) |
Bridge two channels already in the PBX.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public BridgeAction(
string channel1,
string channel2,
string tone
)
Public Sub New (
channel1 As String,
channel2 As String,
tone As String
)
public:
BridgeAction(
String^ channel1,
String^ channel2,
String^ tone
)
new :
channel1 : string *
channel2 : string *
tone : string -> BridgeAction
Parameters
- channel1
- Type: SystemString
Channel to Bridge to Channel2 - channel2
- Type: SystemString
Channel to Bridge to Channel1 - tone
- Type: SystemString
Play courtesy tone to Channel 2 [yes|no]
See Also