mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
func_strings: Add STRBETWEEN function
Adds the STRBETWEEN function, which can be used to insert a substring between each character in a string. For instance, this can be used to insert pauses between DTMF tones in a string of digits. ASTERISK-29627 Change-Id: Ice23009d4a8e9bb9718d2b2301d405567087d258
This commit is contained in:
committed by
Kevin Harwell
parent
4aac9ffcd4
commit
249fe0f37e
7
doc/CHANGES-staging/func_strings.txt
Normal file
7
doc/CHANGES-staging/func_strings.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Subject: func_strings
|
||||
|
||||
A new STRBETWEEN function is now included which
|
||||
allows a substring to be inserted between characters
|
||||
in a string. This is particularly useful for transforming
|
||||
dial strings, such as adding pauses between digits
|
||||
for a string of digits that are sent to another channel.
|
||||
Reference in New Issue
Block a user