summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-10-14 23:57:46 +0000
committerMark Michelson <mmichelson@digium.com>2008-10-14 23:57:46 +0000
commitdc36a357d2196bbd7b72fb90c7b1f81e5646c09e (patch)
tree6647bd3e8e3d53ae32ead7d60c14155d5cf38e86 /CHANGES
parent63b894e3914018157ea5dd23b5c4445afa5df8d0 (diff)
When specifying an invalid timeout to Dial, take it
to mean that no timeout is desired. (closes issue #13625) Reported by: atis git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@149279 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ee8c65a93..be399c6cd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -145,6 +145,8 @@ Application Changes
'UNSUPPORTED'. This change makes SendImage() more consistent with other
applications.
* Park has a new option, 's', which silences the announcement of the parking space number.
+ * A non-numeric, zero, or negative timeout specified to Dial() will now be interpreted as
+ invalid input and will be assumed to mean that no timeout is desired.
SIP Changes
-----------