app_chan_agent other modify some agents events

This commit is contained in:
Sandro Pazzi 2018-02-07 18:23:21 +01:00
parent 697e289037
commit 9dc2564c8a
2 changed files with 9 additions and 1 deletions

View file

@ -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; }

View file

@ -17,6 +17,7 @@ namespace AsterNET.Manager.Event
/// <summary>
/// Get/Set bridged channel.
/// Removed from Asterisk 12
/// </summary>
public string BridgedChannel { get; set; }