Home | History | Annotate | Download | only in audio

Lines Matching refs:callerid_file

1782 	char callerid_file[FILENAME_MAX];
1784 snprintf(callerid_file, sizeof(callerid_file), "%s%s",
1788 rename(ALLOWED_FLAG_FILE, callerid_file);
1790 rename(RESTRICTED_FLAG_FILE, callerid_file);
1792 rename(NONE_FLAG_FILE, callerid_file);
1794 generate_flag_file(callerid_file);