update comments
This commit is contained in:
parent
54abb77704
commit
672c8e9e10
|
@ -6,8 +6,7 @@ using System.Text;
|
||||||
namespace AsterNET.Manager.Action
|
namespace AsterNET.Manager.Action
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Redirect all channels currently bridged to the specified channel to the specified destination.
|
/// Redirect all channels currently bridged to the specified channel to the specified destination.<br />
|
||||||
///
|
|
||||||
/// See <see target="_blank" href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_BlindTransfer">https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_BlindTransfer</see>
|
/// See <see target="_blank" href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_BlindTransfer">https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_BlindTransfer</see>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
class BlindTransferAction : ManagerAction
|
class BlindTransferAction : ManagerAction
|
||||||
|
@ -51,7 +50,7 @@ namespace AsterNET.Manager.Action
|
||||||
public string Context { get; set; }
|
public string Context { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the exten.
|
/// Gets or sets the extension.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Exten { get; set; }
|
public string Exten { get; set; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue