Changed the type of the result field of the BlindTransferEvent class

This commit is contained in:
Denis Dyner 2020-01-24 15:41:29 +03:00
parent 2428cc1e8b
commit a54ea18b1b

View file

@ -6,7 +6,7 @@ namespace AsterNET.Manager.Event
{
public class BlindTransferEvent : ManagerEvent
{
public bool Result { get; set; }
public string Result { get; set; }
public string TransfererChannel { get; set; }
public string TransfererChannelState { get; set; }
public string TransfererChannelStatedesc { get; set; }