summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2011-05-20 16:27:12 +0000
committerJonathan Rose <jrose@digium.com>2011-05-20 16:27:12 +0000
commit1b57da8673cf02f89d3db845c2e4507ed543fa18 (patch)
tree232b4dac9dca6669d963cd7a7a7790402f71b922 /CHANGES
parentb1cfd0e059b5fc742fbe8afce8823a76019214dc (diff)
Adds STRREPLACE function
Adds a new STRREPLACe function to func_strings.c that allows users to search and replace against a variable in the dialplan. (closes issue #18023) Reported by: wdoekes Review: https://reviewboard.asterisk.org/r/1219/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@320040 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 205a64041..5c77c0732 100644
--- a/CHANGES
+++ b/CHANGES
@@ -81,6 +81,9 @@ Dialplan Functions
have the rx streams jitterbuffered before conference mixing occurs.
* Added DB_KEYS, which lists the next set of keys in the Asterisk database
hierarchy.
+ * Added STRREPLACE function. This function let's the user search a variable
+ for a given string to replace with another string as many times as the
+ user specifies or just throughout the whole string.
libpri channel driver (chan_dahdi) DAHDI changes
--------------------------