Added processing of second caller id.
[lcr.git] / extension.c
index 973aa85..46cb2cf 100644 (file)
@@ -55,6 +55,7 @@ int read_extension(struct extension *ext, char *num)
 
        if (!(fp = fopen(filename, "r")))
        {
 
        if (!(fp = fopen(filename, "r")))
        {
+               printf("the given extension doesn't exist: \"%s\"\n", filename);
                PDEBUG(DEBUG_CONFIG, "the given extension doesn't exist: \"%s\"\n", filename);
                return(0);
        }
                PDEBUG(DEBUG_CONFIG, "the given extension doesn't exist: \"%s\"\n", filename);
                return(0);
        }