Notifies Dialer that this agent is ready to start receiving calls for every campaign he/she is logged into.
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 StartReceivingCalls() |
Visual Basic |
---|
Public Sub StartReceivingCalls |
Remarks
After logging into a campaign, StartReceivingCalls()()()() must be called before the agent will begin receiving calls.
StartReceivingCalls()()()() should be called only once, when the agent is first ready to begin receiving calls.
Exceptions
Exception | Condition |
---|---|
ININ.IceLib.Dialer..::..InvalidDialerSessionException | This DialerSession is no longer valid. |