X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=default%2Foptions.conf;h=6b1ca278407a26003b2906dd45d1044217cfa207;hp=21c86972e1e0a0168492f91a49494cbe4270e9e6;hb=f1eb0ea3cc77016f59843055c28d7c5c76767623;hpb=bf3c4d173ad6ecf845de2d9e6d11ab87769d0943 diff --git a/default/options.conf b/default/options.conf index 21c8697..6b1ca27 100644 --- a/default/options.conf +++ b/default/options.conf @@ -13,7 +13,7 @@ #define DEBUG_ISDN 0x0110 #define DEBUG_VBOX 0x0180 #define DEBUG_EPOINT 0x0200 -#define DEBUG_CALL 0x0400 +#define DEBUG_JOIN 0x0400 #define DEBUG_CRYPT 0x1000 #define DEBUG_ROUTE 0x2000 #define DEBUG_IDLETIME 0x4000 @@ -31,7 +31,7 @@ # The LCR should run as real time process. Because audio is streamed and # ISDN protocol requires a certain response time, we must have high priority. -# By default, the process runs with realtime scheduling and high priority. +# By default, the process runs an normal priority, lika most processes do. # To debug, it is whise to use "schedule" with no parameter to turn off # realtime scheduling. In case of an endless loop bug, LCR will take # all CPU time forever - your machine hangs.