update comments
This commit is contained in:
parent
8035762721
commit
1a8c4cd329
|
@ -6,8 +6,7 @@ using System.Text;
|
|||
namespace AsterNET.Manager.Event
|
||||
{
|
||||
/// <summary>
|
||||
/// Raised when a queue member is notified of a caller in the queue and fails to answer.
|
||||
///
|
||||
/// Raised when a queue member is notified of a caller in the queue and fails to answer.<br/>
|
||||
/// See <see target="_blank" href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerEvent_AgentRingNoAnswer">https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerEvent_AgentRingNoAnswer</see>
|
||||
/// </summary>
|
||||
public class AgentRingNoAnswerEvent : AbstractAgentVariables
|
||||
|
|
|
@ -120,8 +120,8 @@ namespace AsterNET.Manager
|
|||
/// </summary>
|
||||
public event EventHandler<AgentLogoffEvent> AgentLogoff;
|
||||
/// <summary>
|
||||
/// An AgentRingNoAnswer is triggered when an agent was rang and did not answer.<br/>
|
||||
/// To enable AgentRingNoAnswer you have to set eventwhencalled = yes in queues.conf.<br/>
|
||||
/// An AgentRingNoAnswer is triggered when an agent was rang and did not answer.
|
||||
/// To enable AgentRingNoAnswer you have to set eventwhencalled = yes in queues.conf.
|
||||
/// </summary>
|
||||
public event EventHandler<AgentRingNoAnswerEvent> AgentRingNoAnswer;
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in a new issue