backup
[lcr.git] / main.c
diff --git a/main.c b/main.c
index 1a5cb75..9bf22e8 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,6 +1,6 @@
 /*****************************************************************************\
 **                                                                           **
-** PBX4Linux                                                                 **
+** Linux Call Router                                                         **
 **                                                                           **
 **---------------------------------------------------------------------------**
 ** Copyright: Andreas Eversberg                                              **
@@ -105,6 +105,7 @@ static void debug(const char *function, int line, char *prefix, char *buffer)
                        debug_newline = 1;
 }
 
+muss ins trace
 void printlog(const char *fmt, ...)
 {
        char buffer[4096];
@@ -264,13 +265,6 @@ int main(int argc, char *argv[])
                goto free;
        }
 
-       /* check if we have a jitter limit that makes sense */
-       if (ISDN_JITTERLIMIT < 256)
-       {
-               fprintf(stderr, "The ISDN_JITTERLIMIT must be at least 256 samples.\n");
-               goto free;
-       }
-
        /* init crc */
        crc_init();