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
0d730a68
Commit
0d730a68
authored
Dec 07, 2021
by
Hemlata
Committed by
Yalu Zhang
Dec 08, 2021
Browse files
VoiceMail : fixed the regression
parent
18e2fe2c
Changes
1
Show whitespace changes
Inline
Side-by-side
net/asterisk/files/iopsys/lib/voice/config_asterisk.sh
View file @
0d730a68
...
...
@@ -812,7 +812,7 @@ configure_voicemail_incoming()
if
[
-n
"
$calling_features
"
-a
"
$3
"
==
"
$provider
"
]
;
then
config_get voice_mail_enable
$calling_features
voice_mail_enable
if
[
-n
"
$voice_mail_enable
"
-a
"
$voice_mail_enable
"
==
"1"
]
;
then
if
[
-n
"
$2
"
-a
"
$user
"
==
"
$2
"
]
;
then
if
[
-n
"
$2
"
]
;
then
echo
"Enabling mailbox
$boxnumber
for IVR
$2
"
echo
"exten =>
$user
,n,VoiceMail(
$2
)"
>>
$tmp
fi
...
...
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