aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-29 17:55:14 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-29 17:55:14 +0000
commit9b6f8186af504d94715d175aff60bd0089048a8d (patch)
tree3c9fc658914741caa26b49226756db363ee7954c /CHANGES
parent3b47ea0232de5be7caced4d5d90765a01ffb1a79 (diff)
Merged revisions 140491 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r140491 | jpeeler | 2008-08-29 12:53:32 -0500 (Fri, 29 Aug 2008) | 2 lines Added the option s to the Park application which will silence the announcement of the parking space number. Also, fixes the bug of just clearing the flags instead of actually parsing the arguments to Park. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@140492 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 77f1da2ef..ef3f769c9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -106,6 +106,7 @@ Application Changes
status variable SENDIMAGESTATUS to one of 'SUCCESS', 'FAILURE', or
'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.
SIP Changes
-----------