[Asterisk-cvs] zaptel README.udev, 1.2, 1.3 fxotune.c, 1.2,
1.3 fxotune.h, 1.1, 1.2
mattf at lists.digium.com
mattf at lists.digium.com
Mon Jan 10 17:39:20 CST 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv1826
Modified Files:
README.udev fxotune.c fxotune.h
Log Message:
Minor documentation updates
Index: README.udev
===================================================================
RCS file: /usr/cvsroot/zaptel/README.udev,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README.udev 23 Dec 2004 01:50:29 -0000 1.2
+++ README.udev 10 Jan 2005 23:43:33 -0000 1.3
@@ -12,11 +12,11 @@
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 @@
(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 at NOSPAMdigium.com
Index: fxotune.c
===================================================================
RCS file: /usr/cvsroot/zaptel/fxotune.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fxotune.c 8 Jan 2005 00:05:24 -0000 1.2
+++ fxotune.c 10 Jan 2005 23:43:33 -0000 1.3
@@ -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
Index: fxotune.h
===================================================================
RCS file: /usr/cvsroot/zaptel/fxotune.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fxotune.h 8 Jan 2005 00:05:55 -0000 1.1
+++ fxotune.h 10 Jan 2005 23:43:33 -0000 1.2
@@ -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 at 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.
*/
More information about the svn-commits
mailing list