summaryrefslogtreecommitdiffstats
path: root/default
diff options
context:
space:
mode:
Diffstat (limited to 'default')
-rw-r--r--default/interface.conf2
-rw-r--r--default/options.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/default/interface.conf b/default/interface.conf
index 07bc818..04017ae 100644
--- a/default/interface.conf
+++ b/default/interface.conf
@@ -94,7 +94,7 @@ port 1
[Int]
extension
-msn 201,202,203
+msn 200,201,202,203
port 2
diff --git a/default/options.conf b/default/options.conf
index 21c8697..6c84d97 100644
--- a/default/options.conf
+++ b/default/options.conf
@@ -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.