summaryrefslogtreecommitdiff
path: root/README.udev
diff options
context:
space:
mode:
Diffstat (limited to 'README.udev')
-rwxr-xr-xREADME.udev10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.udev b/README.udev
index 7b560db..bf4216f 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 you 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