diff --git a/Asterisk.2013/Asterisk.NET/Manager/Action/OriginateAction.cs b/Asterisk.2013/Asterisk.NET/Manager/Action/OriginateAction.cs index 0d2190d..a57e46d 100644 --- a/Asterisk.2013/Asterisk.NET/Manager/Action/OriginateAction.cs +++ b/Asterisk.2013/Asterisk.NET/Manager/Action/OriginateAction.cs @@ -141,7 +141,7 @@ namespace AsterNET.Manager.Action #region Timeout /// - /// Get/Set the timeout for the origination in seconds.
+ /// Get/Set the timeout for the origination in milliseconds.
/// The channel must be answered within this time, otherwise the origination /// is considered to have failed and an OriginateFailureEvent is generated.
/// If not set, Asterisk assumes a default value of 30000 meaning 30 seconds. @@ -223,4 +223,4 @@ namespace AsterNET.Manager.Action #endregion } -} \ No newline at end of file +}