You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rtpengine/recording-daemon/main.h

14 lines
188 B

#ifndef _MAIN_H_
#define _MAIN_H_
#define SPOOL_DIR "/var/spool/rtpengine"
#define PROC_DIR "/proc/rtpengine/0/calls"
#define NUM_THREADS 8
extern volatile int shutdown_flag;
#endif