Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Feed
openwrt-telephony
Commits
49a92c03
Commit
49a92c03
authored
Jul 12, 2021
by
Wenpeng Song
Browse files
voice:5618 DigitMap syntax fix, rm brackets
parent
0c7aba8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
net/asterisk/files/iopsys/lib/voice/config_asterisk.sh
View file @
49a92c03
...
...
@@ -995,7 +995,7 @@ configure_extensions_provider() {
if
[
-n
"
$prefixenable
"
-a
"
$prefixenable
"
=
"1"
]
;
then
if
[
-n
"
$prefixrange
"
]
;
then
#iterate through the prefix list seperated by "|" and add to extension file
prefixlist
=
$(
echo
$prefixrange
|
tr
"|"
"
\n
"
)
prefixlist
=
$(
echo
$prefixrange
|
tr
-d
"()"
|
tr
"|"
"
\n
"
)
for
prefixname
in
$prefixlist
do
if
[
-n
"
$prefixmaxdigits
"
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment