Corrected Timeout Documentation
Corrected the documentation of the Timeout property.
This commit is contained in:
parent
67a10b5d53
commit
2a903a4d38
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue