Establishes a persistent connection to the Outbound Dialer Server.
Namespace: ININ.IceLib.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
public void EstablishPersistentConnection() |
| Visual Basic |
|---|
Public Sub EstablishPersistentConnection |
Remarks
This method can only be used by agents logging into a remote station configured to maintain a persistent connection.
This method should be called before calling StartReceivingCalls()()()() to ensure the remote agent's audio connection is established before they receive any Dialer calls.
Exceptions
| Exception | Condition |
|---|---|
| ININ.IceLib.Dialer..::..InvalidDialerSessionException | This DialerSession is no longer valid. |