FreeSWITCH API Documentation
1.7.0
|
#include <switch_types.h>
Data Fields | |
char * | base_dir |
char * | mod_dir |
char * | conf_dir |
char * | log_dir |
char * | run_dir |
char * | db_dir |
char * | script_dir |
char * | temp_dir |
char * | htdocs_dir |
char * | grammar_dir |
char * | storage_dir |
char * | cache_dir |
char * | recordings_dir |
char * | sounds_dir |
char * | lib_dir |
char * | certs_dir |
char * | fonts_dir |
char * | images_dir |
char * | data_dir |
char * | localstate_dir |
Definition at line 517 of file switch_types.h.
char* switch_directories::base_dir |
Definition at line 518 of file switch_types.h.
Referenced by main(), switch_core_destroy(), switch_core_init(), switch_core_set_globals(), switch_ivr_displace_session(), switch_ivr_play_file(), and switch_ivr_record_session().
char* switch_directories::cache_dir |
Definition at line 529 of file switch_types.h.
Referenced by main(), switch_core_destroy(), switch_core_init(), and switch_core_set_globals().
char* switch_directories::certs_dir |
Definition at line 533 of file switch_types.h.
Referenced by main(), switch_core_cert_gen_fingerprint(), switch_core_gen_certs(), switch_core_init(), switch_core_set_globals(), and switch_rtp_add_dtls().
char* switch_directories::conf_dir |
Definition at line 520 of file switch_types.h.
Referenced by __switch_xml_open_root(), fs_encode_cleanup(), load_mime_types(), main(), switch_config_open_file(), switch_core_destroy(), switch_core_init(), switch_core_set_globals(), switch_stream_write_file_contents(), and switch_xml_parse_file().
char* switch_directories::data_dir |
Definition at line 536 of file switch_types.h.
Referenced by switch_core_destroy(), switch_core_init(), and switch_core_set_globals().
char* switch_directories::db_dir |
Definition at line 523 of file switch_types.h.
Referenced by db_pick_path(), main(), switch_core_destroy(), switch_core_init(), switch_core_set_globals(), and switch_rtp_init().
char* switch_directories::fonts_dir |
Definition at line 534 of file switch_types.h.
Referenced by switch_core_destroy(), switch_core_init(), switch_core_set_globals(), and switch_img_txt_handle_create().
char* switch_directories::grammar_dir |
Definition at line 527 of file switch_types.h.
Referenced by main(), switch_core_destroy(), switch_core_init(), and switch_core_set_globals().
char* switch_directories::htdocs_dir |
Definition at line 526 of file switch_types.h.
Referenced by main(), switch_core_destroy(), switch_core_init(), and switch_core_set_globals().
char* switch_directories::images_dir |
Definition at line 535 of file switch_types.h.
Referenced by switch_core_destroy(), switch_core_init(), and switch_core_set_globals().
char* switch_directories::lib_dir |
Definition at line 532 of file switch_types.h.
Referenced by switch_core_set_globals(), and switch_loadable_module_load_file().
char* switch_directories::localstate_dir |
Definition at line 537 of file switch_types.h.
Referenced by switch_core_destroy(), switch_core_init(), and switch_core_set_globals().
char* switch_directories::log_dir |
Definition at line 521 of file switch_types.h.
Referenced by fs_encode_cleanup(), main(), switch_core_destroy(), switch_core_init(), switch_core_set_globals(), and switch_xml_parse_file().
char* switch_directories::mod_dir |
Definition at line 519 of file switch_types.h.
Referenced by fs_encode_cleanup(), main(), switch_console_list_available_modules(), switch_core_destroy(), switch_core_init(), switch_core_set_globals(), and switch_loadable_module_init().
char* switch_directories::recordings_dir |
Definition at line 530 of file switch_types.h.
Referenced by main(), switch_core_destroy(), switch_core_init(), and switch_core_set_globals().
char* switch_directories::run_dir |
Definition at line 522 of file switch_types.h.
Referenced by freeswitch_kill_background(), main(), switch_core_destroy(), switch_core_init(), and switch_core_set_globals().
char* switch_directories::script_dir |
Definition at line 524 of file switch_types.h.
Referenced by main(), switch_core_destroy(), switch_core_init(), and switch_core_set_globals().
char* switch_directories::sounds_dir |
Definition at line 531 of file switch_types.h.
Referenced by main(), switch_core_destroy(), switch_core_init(), switch_core_set_globals(), and switch_ivr_record_file().
char* switch_directories::storage_dir |
Definition at line 528 of file switch_types.h.
Referenced by main(), switch_core_destroy(), switch_core_init(), and switch_core_set_globals().
char* switch_directories::temp_dir |
Definition at line 525 of file switch_types.h.
Referenced by main(), switch_core_destroy(), switch_core_init(), switch_core_set_globals(), switch_ivr_insert_file(), and switch_simple_email().