Permission Denied

Any “.conf” file that i try to access I get the permissions denied message.

I am trying to access it as root user “[root@freepbx ~]#”

Does anyone know why this is happening?

How are you ‘trying to access’ these .conf files?

through ssh cli
/etc/asterisk/“file”

The are NOT executables, you can read them with

less /etc/asterisk/file.conf

or edit them with

nano /etc/asterisk/file.conf

I suggest you don’t do the later util you have done the prior.

1 Like

i have edited them before using a very long method so I believe I should be alright.

less /etc/asterisk/chan_dahdi.conf
[channels]
language=en
busydetect=yes
busycount=10
usecallerid=yes
callwaiting=no
usecallingpres=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=yes
immediate=yes
faxdetect=no
rxgain=0.0
txgain=0.0
progressdetect=1

shouldn’t there be more parameters

As I said already , I don’t use the FreePBX DAHDI "Helper :wink: "

lol okay

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.