From 1375164ad84956c337546f87cd8df5e1d3619327 Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Thu, 2 Oct 2008 19:30:45 +0000 Subject: [PATCH] The 'P' command for ExternalIVR was also added in 1.6.0 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@145962 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 8b1cb25e04..1085337600 100644 --- a/CHANGES +++ b/CHANGES @@ -644,7 +644,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. -- GitLab