[Asterisk-code-review] spelling: silencethreshold (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:16:45 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17192 )
Change subject: spelling: silencethreshold
......................................................................
spelling: silencethreshold
Change-Id: I5a369b9af417c65619bd283e7c812bf7763d3a08
---
M apps/app_minivm.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/92/17192/1
diff --git a/apps/app_minivm.c b/apps/app_minivm.c
index c89f57b..146fdaf 100644
--- a/apps/app_minivm.c
+++ b/apps/app_minivm.c
@@ -2827,7 +2827,7 @@
} else if (!strcmp(var->name, "externnotify")) {
/* External voicemail notify application */
ast_copy_string(global_externnotify, var->value, sizeof(global_externnotify));
- } else if (!strcmp(var->name, "silencetreshold")) {
+ } else if (!strcmp(var->name, "silencethreshold")) {
/* Silence treshold */
global_silencethreshold = atoi(var->value);
} else if (!strcmp(var->name, "maxmessage")) {
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17192
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I5a369b9af417c65619bd283e7c812bf7763d3a08
Gerrit-Change-Number: 17192
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/c873ee8e/attachment.html>
More information about the asterisk-code-review
mailing list