aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pbx.c b/main/pbx.c
index 343ed85df..8f6fb83ff 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -1483,7 +1483,7 @@ static int ext_cmp1(const char **p)
; /* ignore some characters */
/* always return unless we have a set of chars */
- switch (c) {
+ switch (toupper(c)) {
default: /* ordinary character */
return 0x0000 | (c & 0xff);