Index: pbx.c =================================================================== RCS file: /usr/cvsroot/asterisk/pbx.c,v retrieving revision 1.107 diff -u -r1.107 pbx.c --- pbx.c 24 Mar 2004 05:01:44 -0000 1.107 +++ pbx.c 31 Mar 2004 17:05:02 -0000 @@ -3667,7 +3667,7 @@ } e = con->root; while(e) { - res= strcasecmp(e->exten, extension); + res= strcmp(e->exten, extension); if (!res) { if (!e->matchcid && !tmp->matchcid) res = 0;