]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_strings: Add STRBETWEEN function
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 2 Sep 2021 23:57:03 +0000 (23:57 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 10 Sep 2021 20:59:22 +0000 (15:59 -0500)
commit6198c1d28c2afbe7efbfb492a3e7e863818cb875
treed276ef6feaaf0ced17daddae02c9ce9a07bc925a
parentee62a079144f707da042cd3324027b171ef75fdc
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
doc/CHANGES-staging/func_strings.txt [new file with mode: 0644]
funcs/func_strings.c