Merge pull request #70 from Deantwo/OriginateAction-Timeout

Corrected Timeout Documentation
This commit is contained in:
Ben Merrills 2016-08-01 11:07:51 +01:00 committed by GitHub
commit 75e737f694

View file

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