From f51e584f73352c3161ee7e6200416b6f68eeda6a Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 2 Oct 2008 19:31:16 +0000 Subject: [PATCH] Merged revisions 145962 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r145962 | russell | 2008-10-02 14:30:45 -0500 (Thu, 02 Oct 2008) | 2 lines The 'P' command for ExternalIVR was also added in 1.6.0 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@145964 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 42d99b8aa3..d65fce0b43 100644 --- a/CHANGES +++ b/CHANGES @@ -614,7 +614,7 @@ Other Dialplan Application Changes WaitForRing() now takes floating pt timeout arg. SpeechBackground() -- clarified in the docstrings that the timeout is an integer seconds. * Added 's' option to Page application. - * Added 'E' and 'V' commands to ExternalIVR. + * Added 'E', 'V', and 'P' commands to ExternalIVR. * Added 'o' and 'X' options to Chanspy. * Added a new dialplan application, Bridge, which allows you to bridge the calling channel to any other active channel on the system.