Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <string.h>
#include <signal.h>
#include <unistd.h>
#include "gwlib/gwlib.h"
#include "msg.h"
#include "bearerbox.h"
#include "shared.h"
#include "dlr.h"
#include "load.h"
Go to the source code of this file.
Macros | |
#define | append_status(r, s, f, x) |
Enumerations | |
enum | { BB_GRACEFUL_RESTART = 1, BB_CHECKLEAKS = 2, BB_LOGREOPEN = 3 } |
Functions | |
static void | set_shutdown_status (void) |
static void | signal_handler (int signum) |
static void | setup_signal_handlers (void) |
static int | start_smsc (Cfg *cfg) |
static void | wdp_router (void *arg) |
static int | start_wap (Cfg *cfg) |
static int | start_udp (Cfg *cfg) |
static int | check_config (Cfg *cfg) |
static int | check_args (int i, int argc, char **argv) |
static Cfg * | init_bearerbox (Cfg *cfg) |
static void | empty_msg_lists (void) |
static void | dispatch_into_queue (Msg *msg) |
int | main (int argc, char **argv) |
int | bb_shutdown (void) |
int | bb_isolate (void) |
int | bb_suspend (void) |
int | bb_resume (void) |
int | bb_flush_dlr (void) |
int | bb_stop_smsc (Octstr *id) |
int | bb_restart_smsc (Octstr *id) |
int | bb_add_smsc (Octstr *id) |
int | bb_remove_smsc (Octstr *id) |
int | bb_restart (void) |
int | bb_graceful_restart (void) |
int | bb_reload_lists (void) |
int | bb_remove_message (Octstr *message_id) |
Octstr * | bb_print_status (int status_type) |
char * | bb_status_linebreak (int status_type) |
Variables | |
List * | incoming_sms |
List * | outgoing_sms |
List * | incoming_wdp |
List * | outgoing_wdp |
Counter * | incoming_sms_counter |
Counter * | outgoing_sms_counter |
Counter * | incoming_dlr_counter |
Counter * | outgoing_dlr_counter |
Counter * | incoming_wdp_counter |
Counter * | outgoing_wdp_counter |
long | max_incoming_sms_qlength |
long | max_outgoing_sms_qlength |
Load * | outgoing_sms_load |
Load * | incoming_sms_load |
Load * | incoming_dlr_load |
Load * | outgoing_dlr_load |
List * | flow_threads |
List * | suspended |
List * | isolated |
Octstr * | cfg_filename |
volatile sig_atomic_t | bb_status |
static volatile sig_atomic_t | bb_todo = 0 |
static Mutex * | status_mutex |
static time_t | start_time |
volatile sig_atomic_t | restart = 0 |
#define append_status | ( | r, | |
s, | |||
f, | |||
x | |||
) |
Definition at line 995 of file bearerbox.c.
Referenced by bb_print_status().
anonymous enum |
Enumerator | |
---|---|
BB_GRACEFUL_RESTART | |
BB_CHECKLEAKS | |
BB_LOGREOPEN |
Definition at line 137 of file bearerbox.c.
int bb_add_smsc | ( | Octstr * | id | ) |
Definition at line 938 of file bearerbox.c.
References smsc2_add_smsc().
Referenced by httpd_add_smsc().
int bb_flush_dlr | ( | void | ) |
Definition at line 916 of file bearerbox.c.
References bb_status, BB_SUSPENDED, and dlr_flush().
Referenced by httpd_flush_dlr().
int bb_graceful_restart | ( | void | ) |
Definition at line 954 of file bearerbox.c.
References cfg, cfg_create(), cfg_filename, cfg_read(), error(), info(), octstr_get_cstr, smsbox_restart(), and smsc2_graceful_restart().
Referenced by httpd_graceful_restart(), and main().
int bb_isolate | ( | void | ) |
Definition at line 861 of file bearerbox.c.
References BB_ISOLATED, BB_RUNNING, bb_status, BB_SUSPENDED, gwlist_add_producer(), gwlist_remove_producer(), isolated, mutex_lock, mutex_unlock, smsc2_suspend(), status_mutex, and suspended.
Referenced by httpd_isolate().
Octstr* bb_print_status | ( | int | status_type | ) |
Definition at line 998 of file bearerbox.c.
References append_status, BB_FULL, BB_ISOLATED, BB_RUNNING, bb_status, bb_status_linebreak(), BB_SUSPENDED, BBSTATUS_HTML, BBSTATUS_WML, BBSTATUS_XML, boxc_incoming_wdp_queue(), boxc_status(), counter_value(), dlr_messages(), dlr_type(), gwlist_len(), incoming_dlr_counter, incoming_dlr_load, incoming_sms, incoming_sms_counter, incoming_sms_load, incoming_wdp, incoming_wdp_counter, load_get(), octstr_append_cstr(), octstr_create, octstr_destroy(), octstr_format(), octstr_get_cstr, outgoing_dlr_counter, outgoing_dlr_load, outgoing_sms, outgoing_sms_counter, outgoing_sms_load, outgoing_wdp, outgoing_wdp_counter, smsc2_status(), start_time, store_messages, udp_outgoing_queue(), and version_report_string().
Referenced by httpd_status().
int bb_reload_lists | ( | void | ) |
Definition at line 971 of file bearerbox.c.
References smsc2_reload_lists().
Referenced by httpd_reload_lists().
int bb_remove_message | ( | Octstr * | message_id | ) |
Definition at line 976 of file bearerbox.c.
References ack_failed, error(), msg, msg_create, msg_destroy(), octstr_get_cstr, store_save, and uuid_parse().
Referenced by httpd_remove_message().
int bb_remove_smsc | ( | Octstr * | id | ) |
Definition at line 943 of file bearerbox.c.
References smsc2_remove_smsc().
Referenced by httpd_remove_smsc().
int bb_restart | ( | void | ) |
Definition at line 948 of file bearerbox.c.
References bb_shutdown(), and restart.
Referenced by httpd_graceful_restart(), and httpd_restart().
int bb_restart_smsc | ( | Octstr * | id | ) |
Definition at line 933 of file bearerbox.c.
References smsc2_restart_smsc().
Referenced by httpd_restart_smsc().
int bb_resume | ( | void | ) |
Definition at line 898 of file bearerbox.c.
References BB_ISOLATED, BB_RUNNING, bb_status, BB_SUSPENDED, gwlist_remove_producer(), isolated, mutex_lock, mutex_unlock, smsc2_resume(), status_mutex, and suspended.
Referenced by httpd_resume().
int bb_shutdown | ( | void | ) |
Definition at line 832 of file bearerbox.c.
References debug(), mutex_lock, mutex_unlock, set_shutdown_status(), smsc2_shutdown(), status_mutex, and udp_shutdown().
Referenced by bb_restart(), httpadmin_run(), httpd_shutdown(), and main().
char* bb_status_linebreak | ( | int | status_type | ) |
Definition at line 1109 of file bearerbox.c.
References BBSTATUS_HTML, BBSTATUS_TEXT, BBSTATUS_WML, and BBSTATUS_XML.
Referenced by bb_print_status(), boxc_status(), httpd_serve(), and smsc2_status().
int bb_stop_smsc | ( | Octstr * | id | ) |
Definition at line 927 of file bearerbox.c.
References smsc2_stop_smsc().
Referenced by httpd_stop_smsc().
int bb_suspend | ( | void | ) |
Definition at line 880 of file bearerbox.c.
References BB_ISOLATED, BB_RUNNING, bb_status, BB_SUSPENDED, gwlist_add_producer(), isolated, mutex_lock, mutex_unlock, smsc2_suspend(), status_mutex, and suspended.
Referenced by httpd_suspend().
|
static |
Definition at line 362 of file bearerbox.c.
References BB_ISOLATED, bb_status, and BB_SUSPENDED.
Referenced by main().
|
static |
Definition at line 321 of file bearerbox.c.
References cfg, cfg_get_integer(), cfg_get_single_group(), error(), octstr_imm(), and warning().
Referenced by init_bearerbox().
|
static |
Definition at line 665 of file bearerbox.c.
References error(), gw_assert(), gwlist_append(), incoming_sms, mo, msg, msg_destroy(), mt_push, mt_reply, outgoing_sms, report_mo, report_mt, UUID_STR_LEN, and uuid_unparse().
Referenced by main().
|
static |
Definition at line 612 of file bearerbox.c.
References counter_destroy(), counter_value(), debug(), gwlist_destroy(), gwlist_extract_first(), gwlist_len(), incoming_dlr_counter, incoming_dlr_load, incoming_sms, incoming_sms_counter, incoming_sms_load, incoming_wdp, incoming_wdp_counter, info(), load_destroy(), msg, msg_destroy(), msg_destroy_item(), outgoing_dlr_counter, outgoing_dlr_load, outgoing_sms, outgoing_sms_counter, outgoing_sms_load, outgoing_wdp, outgoing_wdp_counter, and warning().
Referenced by main().
Definition at line 375 of file bearerbox.c.
References alog_open(), bb_alog_init(), cfg, cfg_get, cfg_get_bool(), cfg_get_integer(), cfg_get_list(), cfg_get_multi_group(), cfg_get_single_group(), check_config(), conn_config_ssl(), counter_create(), DEFAULT_OUTGOING_SMS_QLENGTH, GW_NON_EXCL, gwlist_create, gwlist_destroy(), http_set_client_timeout(), http_use_proxy(), httpadmin_start(), incoming_dlr_counter, incoming_dlr_load, incoming_sms, incoming_sms_counter, incoming_sms_load, incoming_wdp, incoming_wdp_counter, lf, load_add_interval(), load_create, log_open(), log_set_syslog(), log_set_syslog_facility(), max_incoming_sms_qlength, max_outgoing_sms_qlength, msg_pack(), msg_unpack_wrapper(), mutex_create, octstr_case_compare(), octstr_compare(), octstr_create, octstr_destroy(), octstr_destroy_item(), octstr_get_cstr, octstr_imm(), octstr_len(), octstr_parse_long(), outgoing_dlr_counter, outgoing_dlr_load, outgoing_sms, outgoing_sms_counter, outgoing_sms_load, outgoing_wdp, outgoing_wdp_counter, panic, setup_signal_handlers(), start_smsc(), start_udp(), start_wap(), status_mutex, store_init(), and warning().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 692 of file bearerbox.c.
References alog_close(), alog_reopen(), bb_alog_shutdown(), BB_CHECKLEAKS, BB_DEAD, BB_GRACEFUL_RESTART, bb_graceful_restart(), BB_ISOLATED, BB_LOGREOPEN, BB_RUNNING, BB_SHUTDOWN, bb_shutdown(), bb_status, BB_SUSPENDED, bb_todo, boxc_cleanup(), cfg, cfg_create(), cfg_destroy(), cfg_filename, cfg_read(), check_args(), dispatch_into_queue(), dlr_init(), dlr_shutdown(), empty_msg_lists(), flow_threads, get_and_set_debugs(), gwlib_init(), gwlib_shutdown(), gwlist_add_producer(), gwlist_consume(), gwlist_create, gwlist_destroy(), gwlist_producer_count(), gwlist_remove_producer(), gwthread_sleep(), gwthread_wakeup_all(), httpadmin_stop(), info(), init_bearerbox(), isolated, log_reopen(), mutex_destroy(), octstr_create, octstr_destroy(), octstr_get_cstr, panic, report_versions(), restart, restart_box(), smsc2_cleanup(), smsc2_resume(), start_time, status_mutex, store_load, store_shutdown, suspended, and warning().
|
static |
Definition at line 154 of file bearerbox.c.
References BB_ISOLATED, BB_SHUTDOWN, bb_status, BB_SUSPENDED, gwlist_remove_producer(), isolated, and suspended.
Referenced by bb_shutdown().
|
static |
Definition at line 212 of file bearerbox.c.
References signal_handler().
Referenced by init_bearerbox().
|
static |
Definition at line 170 of file bearerbox.c.
References BB_CHECKLEAKS, BB_DEAD, BB_GRACEFUL_RESTART, BB_LOGREOPEN, BB_SHUTDOWN, bb_status, bb_todo, gwthread_shouldhandlesignal(), and panic.
Referenced by setup_signal_handlers().
|
static |
Definition at line 235 of file bearerbox.c.
References cfg, error(), smsbox_start(), and smsc2_start().
Referenced by init_bearerbox().
|
static |
Definition at line 303 of file bearerbox.c.
References cfg, start_wap(), and udp_start().
Referenced by init_bearerbox().
|
static |
Definition at line 285 of file bearerbox.c.
References cfg, debug(), gwthread_create, panic, wapbox_start(), and wdp_router().
Referenced by init_bearerbox(), and start_udp().
|
static |
Definition at line 257 of file bearerbox.c.
References BB_DEAD, bb_status, flow_threads, gw_assert(), gwlist_add_producer(), gwlist_consume(), gwlist_remove_producer(), msg, outgoing_wdp, udp_addwdp(), and udp_die().
Referenced by start_wap().
volatile sig_atomic_t bb_status |
Definition at line 132 of file bearerbox.c.
Referenced by bb_flush_dlr(), bb_isolate(), bb_print_status(), bb_resume(), bb_suspend(), boxc_receiver(), boxc_sender(), check_args(), httpadmin_run(), httpd_check_status(), httpd_graceful_restart(), httpd_restart(), httpd_shutdown(), main(), read_from_box(), set_shutdown_status(), signal_handler(), sms_router(), sms_to_smsboxes(), smsc2_rout(), udp_receiver(), udp_sender(), wait_for_connections(), wdp_router(), and wdp_to_wapboxes().
|
static |
Definition at line 143 of file bearerbox.c.
Referenced by main(), and signal_handler().
Octstr* cfg_filename |
Definition at line 130 of file bearerbox.c.
Referenced by bb_graceful_restart(), bb_reload_smsc_groups(), and main().
List* flow_threads |
Definition at line 116 of file bearerbox.c.
Referenced by main(), and wdp_router().
Counter* incoming_dlr_counter |
Definition at line 92 of file bearerbox.c.
Referenced by bb_print_status(), bb_smscconn_receive_internal(), empty_msg_lists(), and init_bearerbox().
Load* incoming_dlr_load |
Definition at line 104 of file bearerbox.c.
Referenced by bb_print_status(), bb_smscconn_receive_internal(), empty_msg_lists(), and init_bearerbox().
List* incoming_sms |
Definition at line 84 of file bearerbox.c.
Referenced by bb_print_status(), bb_smscconn_killed(), bb_smscconn_ready(), dispatch_into_queue(), empty_msg_lists(), init_bearerbox(), route_incoming_to_boxc(), run_smsbox(), sms_to_smsboxes(), smsboxc_run(), smsc2_shutdown(), and smsc2_start().
Counter* incoming_sms_counter |
Definition at line 90 of file bearerbox.c.
Referenced by bb_print_status(), bb_smscconn_receive(), bb_smscconn_receive_internal(), empty_msg_lists(), and init_bearerbox().
Load* incoming_sms_load |
Definition at line 103 of file bearerbox.c.
Referenced by bb_print_status(), bb_smscconn_receive(), bb_smscconn_receive_internal(), empty_msg_lists(), and init_bearerbox().
List* incoming_wdp |
Definition at line 87 of file bearerbox.c.
Referenced by bb_print_status(), empty_msg_lists(), and init_bearerbox().
Counter* incoming_wdp_counter |
Definition at line 94 of file bearerbox.c.
Referenced by bb_print_status(), empty_msg_lists(), and init_bearerbox().
List* isolated |
Definition at line 127 of file bearerbox.c.
Referenced by bb_isolate(), bb_resume(), bb_suspend(), main(), set_shutdown_status(), and udp_receiver().
long max_incoming_sms_qlength |
Definition at line 98 of file bearerbox.c.
Referenced by concat_handling_init(), init_bearerbox(), and route_incoming_to_boxc().
long max_outgoing_sms_qlength |
Definition at line 99 of file bearerbox.c.
Referenced by init_bearerbox(), and smsc2_rout().
Counter* outgoing_dlr_counter |
Definition at line 93 of file bearerbox.c.
Referenced by bb_print_status(), bb_smscconn_sent(), empty_msg_lists(), and init_bearerbox().
Load* outgoing_dlr_load |
Definition at line 105 of file bearerbox.c.
Referenced by bb_print_status(), bb_smscconn_sent(), empty_msg_lists(), and init_bearerbox().
List* outgoing_sms |
Definition at line 85 of file bearerbox.c.
Referenced by bb_print_status(), bb_smscconn_send_failed(), dispatch_into_queue(), empty_msg_lists(), handle_split(), init_bearerbox(), run_smsbox(), sms_router(), smsbox_start(), smsboxc_run(), and smsc2_rout().
Counter* outgoing_sms_counter |
Definition at line 91 of file bearerbox.c.
Referenced by bb_print_status(), bb_smscconn_sent(), empty_msg_lists(), and init_bearerbox().
Load* outgoing_sms_load |
Definition at line 102 of file bearerbox.c.
Referenced by bb_print_status(), bb_smscconn_sent(), empty_msg_lists(), and init_bearerbox().
List* outgoing_wdp |
Definition at line 88 of file bearerbox.c.
Referenced by bb_print_status(), empty_msg_lists(), init_bearerbox(), and wdp_router().
Counter* outgoing_wdp_counter |
Definition at line 95 of file bearerbox.c.
Referenced by bb_print_status(), empty_msg_lists(), and init_bearerbox().
volatile sig_atomic_t restart = 0 |
Definition at line 149 of file bearerbox.c.
Referenced by bb_restart(), and main().
|
static |
Definition at line 148 of file bearerbox.c.
Referenced by bb_print_status(), and main().
|
static |
Definition at line 147 of file bearerbox.c.
Referenced by bb_isolate(), bb_resume(), bb_shutdown(), bb_suspend(), init_bearerbox(), and main().
List* suspended |
Definition at line 122 of file bearerbox.c.
Referenced by bb_isolate(), bb_resume(), bb_suspend(), boxc_receiver(), boxc_sender(), main(), set_shutdown_status(), udp_sender(), wait_for_connections(), and wdp_to_wapboxes().