Corrected Timeout Documentation

Corrected the documentation of the Timeout property.
This commit is contained in:
Deantwo 2016-07-27 15:51:41 +02:00 committed by GitHub
parent 67a10b5d53
commit 2a903a4d38

View file

@ -141,7 +141,7 @@ namespace AsterNET.Manager.Action
#region Timeout
/// <summary>
/// Get/Set the timeout for the origination in seconds.<br />
/// Get/Set the timeout for the origination in milliseconds.<br />
/// The channel must be answered within this time, otherwise the origination
/// is considered to have failed and an OriginateFailureEvent is generated.<br />
/// If not set, Asterisk assumes a default value of 30000 meaning 30 seconds.
@ -223,4 +223,4 @@ namespace AsterNET.Manager.Action
#endregion
}
}
}