aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-07 14:45:49 +0000
committerpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-07 14:45:49 +0000
commitd2747c97ad264252b06ca01aa67bf314a0f3b822 (patch)
treeedf636fb3b4a73b2530dc5c6d62ceb0427adb945 /CHANGES
parente9ae66821f212c77e4b89ff962ef59218666846d (diff)
Extend CALLERID() function for "pres" and "ton" values
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44685 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4625ee0c8..6cb3603c1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -37,3 +37,6 @@ Changes since Asterisk 1.4-beta was branched:
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.
+ * Extend CALLERID() function with "pres" and "ton" parameters to
+ fetch string representation of calling number presentation indicator
+ and numeric representation of type of calling number value.