Extend CALLERID() function for "pres" and "ton" values

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44685 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Paul Cadach
2006-10-07 14:45:49 +00:00
parent 901a66c401
commit 500353e095
4 changed files with 56 additions and 3 deletions

View File

@@ -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.