BL
Size: a a a
BL
BL
SZ
SZ
VO
VO
VO
D
/* Attempt to open the file */
struct stat sb;
stat(o->fn,&sb);
ast_log(LOG_WARNING,"UID is: %d, GUID is: %d, mode %d\n", sb.st_uid, sb.st_gid, sb.st_mode);
f = fopen(o->fn, "r");
SZ
D
[May 22 11:26:03] WARNING[101520]: pbx_spool.c:493 int scan_service(const char *, time_t): UID is: 931, GUID is: 931 , mode 33204Это при удачном случае
VO
D
[May 22 11:31:08] NOTICE[101079]: pbx_spool.c:460 void *attempt_thread(void *): Call completed to SIP/6500
[May 22 11:31:09] WARNING[101520]: pbx_spool.c:493 int scan_service(const char *, time_t): UID is: 0, GUID is: 931, mode 32768
[May 22 11:31:09] WARNING[101520]: pbx_spool.c:510 int scan_service(const char *, time_t): Unable to open /var/spool/asterisk/outgoing/noname.call: 'Permission denied'(13), deleting
D
ms
D
VO
D
AD
VO