app_chan_agent other modify some agents events
This commit is contained in:
parent
697e289037
commit
9dc2564c8a
|
@ -16,7 +16,14 @@ namespace AsterNET.Manager.Event
|
|||
public string Queue { get; set; }
|
||||
|
||||
/// <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>
|
||||
public string Member { get; set; }
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ namespace AsterNET.Manager.Event
|
|||
|
||||
/// <summary>
|
||||
/// Get/Set bridged channel.
|
||||
/// Removed from Asterisk 12
|
||||
/// </summary>
|
||||
public string BridgedChannel { get; set; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue