search for: a6293b2dae52a2b470494df672a26c42

Displaying 2 results from an estimated 2 matches for "a6293b2dae52a2b470494df672a26c42".

2013 Apr 29
1
Asterisk 11.3.0 - Mask for new file not correct
...o_2_1111.wav I checked the doc on https://wiki.asterisk.org/wiki/display/AST/Application_Record but I didn't find anything about umask permissions. I checked Doxygen, I can see file creation permissions is set to 666 #define AST_FILE_MODE 0666 http://doxygen.asterisk.org/trunk/asterisk_8h.html#a6293b2dae52a2b470494df672a26c42 What can I do to fix that or debug? Ludovic BOU?
2013 May 01
0
asterisk-users Digest, Vol 105, Issue 39
...https://wiki.asterisk.org/wiki/display/AST/Application_Record but I > didn't find anything about umask permissions. I checked Doxygen, I can see > file creation permissions is set to 666 > > #define AST_FILE_MODE 0666 > > > http://doxygen.asterisk.org/trunk/asterisk_8h.html#a6293b2dae52a2b470494df672a26c42 > > > > What can I do to fix that or debug? > > The AST_FILE_MODE works by the same rules as mode parameter in open(2): > "The effective permissions are modified by the process's umask in the usual > way: The permissions of the created file are (mode & ~umask).&...