I followed blog instructions to setup OpenAI but it does not work, I received an error that there is no dos2unix.
chmod 777 /usr/bin/dos2unix
chmod: cannot access ‘/usr/bin/dos2unix’: No such file or directory
What VitalPBX Version are you using?
Does
apt install dos2unix
or
yum install dos2unix
help?
EDIT:
You are on Vitalpbx4 which does not have dos2unix by default.
This will help you:
apt install dos2unix
KR