chmod YourFile A+rxI'd be interested to see someone post the correct settings.
I don't know what Aastra needs, but in general, use
chmod a+rx dir1 dir2 ...
for directories; for files use
chmod a+r file1 file2 ...
If the file needs to be run, then use chmod +rx.
Note the order of arguments; like all "normal" *NIX commands, the
filename comes last so there can be more than one filename (or directory
name) on the command line.
Ian
