Call File Error

Greetings I have problems with call file,

the asterisk throws me the following error
pbx_spool.c: 372 attempt_thread: Call failed to go through, reason

Who is encouraged to help me

That looks like it is saying the call failed, and nothing else.

Looking at the actual source code line, it is clear that you haven’t included the important parts of the message. However, the real error is likely appear further up the log.

00388 ast_log(LOG_NOTICE, “Call failed to go through, reason (%d) %s\n”, reason, ast_channel_reason2str(reason));

I’m a little lost with the issue of permissions, the call file, could you help me?

If you got that error, the permissions are sufficient to allow the call to be made.