Removed CallerIdNum
Makes it much easier to work with if it is the same as JoinEvent.
This commit is contained in:
parent
7d06b2cfaf
commit
7d9260f419
|
@ -9,11 +9,7 @@ namespace AsterNET.Manager.Event
|
|||
|
||||
// "Queue" in QueueEvent.cs
|
||||
|
||||
/// <summary>
|
||||
/// Get/Set the Caller*ID number of the channel that joined the queue if set.
|
||||
/// If the channel has no caller id set "unknown" is returned.
|
||||
/// </summary>
|
||||
public string CallerIDNum { get; set; }
|
||||
// "CallerId" in JoinEvent.cs
|
||||
|
||||
// "CallerIdName" in JoinEvent.cs
|
||||
|
||||
|
|
Loading…
Reference in a new issue