Matt Smith wrote: > If this is the wrong place to post this, please let me know... > > I have installed OpenPBX.org on a CentOS 4.4 server with a Sangoma A200 > 4-port FXS analog card to connect to the PSTN. As far as I can tell, I > have the Sangoma wanrouter drivers installed properly and the zaptel > configuration right as well...but when I try to start OpenPBX.org, I get > the following message. I assume the problem is a permissions > issue...would someone confirm this and be able to tell me what I need to > do to fix permissions? TIA...
i'm running on fedora core 6 and i had to edit /etc/udev/rules.d/40-zaptel.rules to read: # zaptel devices with ownership/permissions for running as non-root KERNEL=="zapctl", NAME="zap/ctl", OWNER="openpbx", GROUP="openpbx", MODE="0660", OPTIONS="last_rule" KERNEL=="zaptranscode", NAME="zap/transcode", OWNER="openpbx", GROUP="openpbx", MODE="0660", OPTIONS="last_rule" KERNEL=="zaptimer", NAME="zap/timer", OWNER="openpbx", GROUP="openpbx", MODE="0660", OPTIONS="last_rule" KERNEL=="zapchannel", NAME="zap/channel", OWNER="openpbx", GROUP="openpbx", MODE="0660", OPTIONS="last_rule" KERNEL=="zappseudo", NAME="zap/pseudo", OWNER="openpbx", GROUP="openpbx", MODE="0660", OPTIONS="last_rule" KERNEL=="zap[0-9]*", NAME="zap/%n", OWNER="openpbx", GROUP="openpbx", MODE="0660", OPTIONS="last_rule" sorry if the lines wrap, but basically, your openpbx user needs to have permission to access the devices. -- Anthony - http://messinet.com - http://messinet.com/~amessina/gallery 8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Openpbx-users mailing list [email protected] http://lists.openpbx.org/mailman/listinfo/openpbx-users
