summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2006-10-05 01:40:06 +0000
committerSteve Murphy <murf@digium.com>2006-10-05 01:40:06 +0000
commit3d323f5345583c7d380d79d1773a5625f0b441d1 (patch)
tree77e3c1c2a0db4dee32e111ad819061f2b36f444b /CHANGES
parent975ef9de9df8d751f11bc66f0b5f9781b76eaeb0 (diff)
As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), Busy(), Read(), WaitForRing(), will now either actually handle a floating point argument as advertised, or has been upgraded to accept a floating point [timeout] arg.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44435 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index febf1ee27..4625ee0c8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,3 +29,11 @@ Changes since Asterisk 1.4-beta was branched:
two channels.
* Added 'Strategy' field to manager event QueueParams which represents
the queue strategy in use.
+ * From the to-do lists: straighten out the app timeout args:
+ Wait() app now really does 0.3 seconds- was truncating arg to an int.
+ WaitExten() same as Wait().
+ Congestion() - Now takes floating pt. argument.
+ Busy() - now takes floating pt. argument.
+ Read() - timeout now can be floating pt.
+ WaitForRing() now takes floating pt timeout arg.
+ SpeechBackground() -- clarified in the docstrings that the timeout is an integer seconds.