summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME.udev10
-rwxr-xr-xfxotune.c2
-rwxr-xr-xfxotune.h4
3 files changed, 9 insertions, 7 deletions
diff --git a/README.udev b/README.udev
index 7b560db..fd133c1 100755
--- a/README.udev
+++ b/README.udev
@@ -12,11 +12,11 @@ your dynamic /dev with device nodes.
You got this message because you are probably running udev on your system.
-If your are not, or you feel that you have reached this message error you
+If your are not, or you feel that you have reached this message in error you
can send me an email (look to bottom of file for address).
If you're running udev on your system, you were probably directed
-to read this file during compile. For udevd (the daemon responsible
+to read this file during build. For udevd (the daemon responsible
for creation/deletion of device nodes), you will need to add the following
lines to your udev rules (ie, /etc/udev/rules.d/50-udev.rules):.
@@ -34,10 +34,12 @@ And, You may wish to add these permissions to your permissions file
(ie /etc/udev/permissions.d/50-udev.permissions), as some have found
that the ctl device is inaccessible without the following:
-# zaptel devices
+# zaptel devices -- for running asterisk as root
zap/*:root:root:05700
-
+# zaptel devices -- if you want to run asterisk as a different user
+# (asterisk in this case)
+zap/*:asterisk:asterisk:660
Matthew Fredrickson
creslin@NOSPAMdigium.com
diff --git a/fxotune.c b/fxotune.c
index a11ba90..4d11eeb 100755
--- a/fxotune.c
+++ b/fxotune.c
@@ -1,6 +1,6 @@
/*
* This file and contents thereof are licensed under the terms and
- * conditions of the Gnu Public License version 2. For more information
+ * conditions of the GNU Public License version 2. For more information
* (including terms and conditions) see http://www.gnu.org/
*
* fxotune.c -- A utility for tuning the various settings on the fxo
diff --git a/fxotune.h b/fxotune.h
index da18481..4d197ed 100755
--- a/fxotune.h
+++ b/fxotune.h
@@ -1,6 +1,6 @@
/*
* This file and contents thereof are distributed under the terms of the
- * Gnu Public License version 2. For terms and conditions of this license
+ * GNU Public License version 2. For terms and conditions of this license
* see http://www.gnu.org
*
* fxotune.h -- data structures and associated definitions for fxotune.c
@@ -8,7 +8,7 @@
* By Matthew Fredrickson <creslin@digium.com>
*
* Echo coefficients and acim register values taken from AN84 from Silicon
- * Laboratories
+ * Laboratories app note AN84 for setting echo cancellation coefficients
*
* (C) 2005 Digium, Inc.
*/