Pinset error

there is a bug in freepbx 13 wen you make a pinset freepbx make an archive in etc/asterisk named pinset_1 but when you try to dial dialplan show an error Unable to open file \pinset_1 so i made mv pinset_1 /pinset_1 an it works you need to remove de / part

run

fwconsole chown

your /etc/asterisk.conf file may be corrupt or have bad permissions

asterisk .conf
[directories]
astetcdir=/etc/asterisk
astmoddir=/usr/lib64/asterisk/modules
astvarlibdir=/var/lib/asterisk
astagidir=/var/lib/asterisk/agi-bin
astspooldir=/var/spool/asterisk
astrundir=/var/run/asterisk
astlogdir=/var/log/asterisk
[options]
transmit_silence_during_record=yes
languageprefix=yes
execincludes=yes

permissions
-rw-r–r--. 1 asterisk asterisk 312 Oct 10 11:05 asterisk.conf
-rw-r–r-- 1 asterisk asterisk 693 Oct 23 07:39 pinset_1

and i solve the problem renaming the file to /pinset_1 so asterisk in the dialplan is looking for /pinset_1 and it mos look for pinset_1 its a bug i think