aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index cb7c6446b..e78fc2afb 100755
--- a/pbx.c
+++ b/pbx.c
@@ -3682,7 +3682,7 @@ int ast_add_extension2(struct ast_context *con,
}
e = con->root;
while(e) {
- res= strcasecmp(e->exten, extension);
+ res= strcmp(e->exten, extension);
if (!res) {
if (!e->matchcid && !tmp->matchcid)
res = 0;