Index: apps/app_directory.c =================================================================== --- apps/app_directory.c (revision 75068) +++ apps/app_directory.c (working copy) @@ -509,7 +509,7 @@ continue; /* Find all candidate extensions */ - if ((pos = ast_variable_retrieve(ucfg, cat, "fullname"))) { + while ((pos = ast_variable_retrieve(ucfg, cat, "fullname"))) { ast_copy_string(name, pos, sizeof(name)); /* Grab the last name */ if (last && strrchr(pos,' '))