#include <switch_am_config.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <stddef.h>
#include <assert.h>
#include <setjmp.h>
#include <ctype.h>
#include <fcntl.h>
#include <string.h>
#include <strings.h>
#include <sys/stat.h>
#include <limits.h>
#include <sys/types.h>
#include <time.h>
#include <signal.h>
#include <errno.h>
#include "switch_platform.h"
#include "switch_types.h"
#include "switch_apr.h"
#include "switch_mprintf.h"
#include "switch_core_db.h"
#include "switch_dso.h"
#include "switch_regex.h"
#include "switch_core.h"
#include "switch_loadable_module.h"
#include "switch_console.h"
#include "switch_utils.h"
#include "switch_caller.h"
#include "switch_frame.h"
#include "switch_rtcp_frame.h"
#include "switch_module_interfaces.h"
#include "switch_channel.h"
#include "switch_buffer.h"
#include "switch_event.h"
#include "switch_resample.h"
#include "switch_ivr.h"
#include "switch_rtp.h"
#include "switch_log.h"
#include "switch_xml.h"
#include "switch_xml_config.h"
#include "switch_core_event_hook.h"
#include "switch_scheduler.h"
#include "switch_config.h"
#include "switch_nat.h"
#include "switch_odbc.h"
#include "switch_json.h"
#include "switch_limit.h"
#include <libteletone.h>
Include dependency graph for switch.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
| #define | SWITCH_BEGIN_EXTERN_C |
| #define | SWITCH_END_EXTERN_C |
| #define | SWITCH_VIDEO_IN_THREADS |
| #define | FREESWITCH_PEN "27880" |
| #define | FREESWITCH_OID_PREFIX ".1.3.6.1.4.1." FREESWITCH_PEN |
| #define | FREESWITCH_ITAD "543" |
| #define | __EXTENSIONS__ 1 |
| #define | _XOPEN_SOURCE 600 |
| #define | __BSD_VISIBLE 1 |
Definition in file switch.h.
| #define FREESWITCH_OID_PREFIX ".1.3.6.1.4.1." FREESWITCH_PEN |
Definition at line 53 of file switch.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
1.4.7