app_chan_agent other modify some agents events
This commit is contained in:
parent
697e289037
commit
9dc2564c8a
2 changed files with 9 additions and 1 deletions
|
@ -16,7 +16,14 @@ namespace AsterNET.Manager.Event
|
||||||
public string Queue { get; set; }
|
public string Queue { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Get/Set the name of the member's interface.
|
/// Get/Set the name of the member's interface.<br />
|
||||||
|
/// Added in Asterisk 12
|
||||||
|
/// </summary>
|
||||||
|
public string Interface { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Get/Set the name of the member's interface.<br />
|
||||||
|
/// Removed in asterisk 12
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Member { get; set; }
|
public string Member { get; set; }
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@ namespace AsterNET.Manager.Event
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Get/Set bridged channel.
|
/// Get/Set bridged channel.
|
||||||
|
/// Removed from Asterisk 12
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string BridgedChannel { get; set; }
|
public string BridgedChannel { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue