aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-14 23:57:46 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-14 23:57:46 +0000
commitb283e447cf2d7512c8ee2c00cdac5273b2e2fd85 (patch)
tree6647bd3e8e3d53ae32ead7d60c14155d5cf38e86 /CHANGES
parent116a8b34cb6b8c4296f0b310f49dd06ac90de222 (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: http://svn.digium.com/svn/asterisk/trunk@149279 f38db490-d61c-443f-a65b-d21fe96a405b
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
-----------