summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Murawki <markm@intellasoft.net>2012-03-15 18:58:25 +0000
committerMark Murawki <markm@intellasoft.net>2012-03-15 18:58:25 +0000
commitc65b41f57af918f7c6f5bb18c23347d7727a7fbc (patch)
tree702017b489118a6f009c2bd3423e123052398c2e /CHANGES
parentc61d49d5cc592e07208fb6d85ba6e6edae455aff (diff)
Add options PreDial options 'b' and 'B' to app_dial
* Added 'b' and 'B' options to Dial. These options will allow you to run last-minute dialplan on the caller and callee channels while the Dial application is executing, but before the call is started. For example you can use the 'b' option to run dialplan on the callee channel to get the name of the newly created channel right away. Review: https://reviewboard.asterisk.org/r/1229/ (closes issue: ASTERISK-19548) Reported by: Mark Murawski Tested by: Mark Murawski, Stefan Schmidt git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@359705 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 92990771b..4c4aaa008 100644
--- a/CHANGES
+++ b/CHANGES
@@ -131,6 +131,12 @@ Applications
manually specify timezone and format) There are other beneftis eg. format can
now be used without specifying time zone as well.
+ * Added 'b' and 'B' options to Dial. These options will allow you to run
+ last-minute dialplan on the caller and callee channels while the Dial
+ application is executing, but before the call is started. For example you
+ can use the 'b' option to run dialplan on the callee channel to get the name
+ of the newly created channel right away.
+
Parking
------------
* New per parking lot options: comebackcontext and comebackdialtime. See