From 2a903a4d382873eb5557bd8befc45f79e16a5089 Mon Sep 17 00:00:00 2001 From: Deantwo Date: Wed, 27 Jul 2016 15:51:41 +0200 Subject: [PATCH] Corrected Timeout Documentation Corrected the documentation of the Timeout property. --- Asterisk.2013/Asterisk.NET/Manager/Action/OriginateAction.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}