Index: main/pbx.c =================================================================== --- main/pbx.c (revision 144419) +++ main/pbx.c (working copy) @@ -1346,7 +1346,7 @@ return; /* the first match is all we need */ } } - } else if (index(p->x, *str)) { + } else if (strchr(p->x, *str)) { ast_debug(4, "Nothing strange about this match\n"); NEW_MATCHER_CHK_MATCH; NEW_MATCHER_RECURSE;