aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-14 23:58:10 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-14 23:58:10 +0000
commitee6dc54de83ceedecefeb8c193676f75cfb10064 (patch)
tree54c3f925ee3e5877464f0a37e3e34d08620f1721 /CHANGES
parent6e1ff20e264aea7b303fb0374f42d5d3a3f262b1 (diff)
Merged revisions 149279 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r149279 | mmichelson | 2008-10-14 18:57:46 -0500 (Tue, 14 Oct 2008) | 7 lines 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/branches/1.6.1@149280 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 d65fce0b4..6dc35958d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -109,6 +109,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
-----------