STRBETWEEN()¶
Synopsis¶
Inserts a substring between each character in a string.
Description¶
Inserts a substring find-string between each character in varname.
Note
The replacement only occurs in the output. The original variable is not altered.
Example: Add half-second pause between dialed digits
same => n,Set(digits=5551212)
same => n,SendDTMF(${STRBETWEEN(digits,w)) ; this will send 5w5w5w1w2w1w2
Syntax¶
Arguments¶
-
varname
-
insert-string
Generated Version¶
This documentation was generated from Asterisk branch 22 using version GIT