Index: pbx.c =================================================================== RCS file: /usr/cvsroot/asterisk/pbx.c,v retrieving revision 1.294 diff -u -r1.294 pbx.c --- pbx.c 31 Oct 2005 15:34:11 -0000 1.294 +++ pbx.c 3 Nov 2005 16:54:06 -0000 @@ -1281,7 +1281,7 @@ } for (acfptr = acf_root; acfptr; acfptr = acfptr->next) { - if (!strcmp(name, acfptr->name)) { + if (!strcasecmp(name, acfptr->name)) { break; } }