Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <errno.h>
#include <unistd.h>
#include <signal.h>
#include <string.h>
#include "gwlib/gwlib.h"
#include "gwlib/dbpool.h"
#include "gw/msg.h"
#include "gw/sms.h"
#include "gw/shared.h"
#include "gw/bb.h"
#include "sqlbox_sql.h"
#include "sqlbox-cfg.def"
Go to the source code of this file.
Data Structures | |
struct | _boxc |
Macros | |
#define | SQL_DEAD 0 |
#define | SQL_SHUTDOWN 1 |
#define | SQL_RUNNING 2 |
#define | SLEEP_BETWEEN_EMPTY_SELECTS 1.0 |
#define | DEFAULT_LIMIT_PER_CYCLE 10 |
#define | OCTSTR(name) |
#define | SINGLE_GROUP(name, fields) |
#define | MULTI_GROUP(name, fields) |
#define | OCTSTR(name) |
#define | SINGLE_GROUP(name, fields) |
#define | MULTI_GROUP(name, fields) |
Typedefs | |
typedef struct _boxc | Boxc |
Functions | |
static int | sqlbox_is_allowed_in_group (Octstr *group, Octstr *variable) |
static int | sqlbox_is_single_group (Octstr *query) |
static int | charset_processing (Msg *msg) |
static Msg * | read_from_box (Connection *conn, Boxc *boxconn) |
static int | send_msg (Connection *conn, Boxc *boxconn, Msg *pmsg) |
static void | smsbox_to_bearerbox (void *arg) |
static Boxc * | boxc_create (int fd, Octstr *ip, int ssl) |
static void | boxc_destroy (Boxc *boxc) |
static Boxc * | accept_boxc (int fd, int ssl) |
static void | bearerbox_to_smsbox (void *arg) |
static void | run_sqlbox (void *arg) |
static void | wait_for_connections (int fd, void(*function)(void *arg), List *waited) |
static void | identify_to_bearerbox (Boxc *conn) |
static void | bearerbox_to_sql (void *arg) |
static void | sql_single (Boxc *boxc) |
static void | sql_list (Boxc *boxc) |
static void | sql_to_bearerbox (void *arg) |
static void | sqlboxc_run (void *arg) |
static void | signal_handler (int signum) |
static void | setup_signal_handlers (void) |
static void | init_sqlbox (Cfg *cfg) |
static int | check_args (int i, int argc, char **argv) |
int | main (int argc, char **argv) |
Variables | |
static Cfg * | cfg |
static volatile sig_atomic_t | restart_sqlbox = 0 |
static volatile sig_atomic_t | sqlbox_status |
static long | sqlbox_port |
static int | sqlbox_port_ssl = 0 |
static long | bearerbox_port |
static Octstr * | bearerbox_host |
static int | bearerbox_port_ssl = 0 |
static Octstr * | global_sender |
static long | limit_per_cycle |
static int | save_mo |
static int | save_mt |
static int | save_dlr |
Octstr * | sqlbox_id |
#define DEFAULT_LIMIT_PER_CYCLE 10 |
Definition at line 98 of file sqlbox.c.
Referenced by init_sqlbox().
#define MULTI_GROUP | ( | name, | |
fields | |||
) |
#define MULTI_GROUP | ( | name, | |
fields | |||
) |
#define OCTSTR | ( | name | ) |
#define OCTSTR | ( | name | ) |
#define SINGLE_GROUP | ( | name, | |
fields | |||
) |
#define SINGLE_GROUP | ( | name, | |
fields | |||
) |
#define SLEEP_BETWEEN_EMPTY_SELECTS 1.0 |
Definition at line 97 of file sqlbox.c.
Referenced by sql_list(), and sql_single().
#define SQL_RUNNING 2 |
Definition at line 81 of file sqlbox.c.
Referenced by bearerbox_to_smsbox(), bearerbox_to_sql(), init_sqlbox(), signal_handler(), smsbox_to_bearerbox(), sql_list(), sql_single(), and wait_for_connections().
#define SQL_SHUTDOWN 1 |
Definition at line 80 of file sqlbox.c.
Referenced by bearerbox_to_sql(), signal_handler(), and wait_for_connections().
|
static |
Definition at line 347 of file sqlbox.c.
References boxc_create(), host_ip(), info(), octstr_get_cstr, _boxc::smsbox_connection, and ssl.
Referenced by run_sqlbox().
|
static |
Definition at line 394 of file sqlbox.c.
References _boxc::alive, _boxc::bearerbox_connection, cmd_restart, cmd_shutdown, debug(), gw_sql_save_msg, msg, msg_destroy(), msg_duplicate(), octstr_imm(), read_from_box(), report_mo, save_dlr, save_mo, send_msg(), _boxc::smsbox_connection, SQL_RUNNING, and sqlbox_status.
Referenced by run_sqlbox().
|
static |
Definition at line 521 of file sqlbox.c.
References ack_success, _boxc::alive, _boxc::bearerbox_connection, cmd_shutdown, debug(), gw_sql_save_msg, msg, msg_create, msg_destroy(), octstr_imm(), read_from_box(), report_mo, save_dlr, save_mo, send_msg(), SQL_RUNNING, SQL_SHUTDOWN, sqlbox_status, and uuid_copy().
Referenced by sql_to_bearerbox().
Definition at line 316 of file sqlbox.c.
References _boxc::alive, _boxc::bearerbox_connection, _boxc::boxc_id, _boxc::client_ip, conn_wrap_fd(), _boxc::connect_time, _boxc::smsbox_connection, and ssl.
Referenced by accept_boxc().
|
static |
Definition at line 330 of file sqlbox.c.
References _boxc::bearerbox_connection, _boxc::boxc_id, _boxc::client_ip, conn_destroy(), octstr_destroy(), and _boxc::smsbox_connection.
Referenced by run_sqlbox(), and sql_to_bearerbox().
|
static |
Definition at line 171 of file sqlbox.c.
References charset_convert(), DC_7BIT, DC_UCS2, gw_assert(), msg, octstr_get_cstr, octstr_len(), and octstr_url_decode().
Referenced by sql_list(), and sql_single().
|
static |
|
static |
Definition at line 510 of file sqlbox.c.
References _boxc::bearerbox_connection, _boxc::boxc_id, cmd_identify, msg, msg_create, msg_destroy(), octstr_duplicate, and send_msg().
Referenced by sql_to_bearerbox().
|
static |
Definition at line 776 of file sqlbox.c.
References BB_DEFAULT_HOST, BB_DEFAULT_SMSBOX_PORT, bearerbox_host, bearerbox_port, bearerbox_port_ssl, cfg, cfg_get, cfg_get_bool(), cfg_get_integer(), cfg_get_single_group(), conn_config_ssl(), DEFAULT_LIMIT_PER_CYCLE, global_sender, GW_NON_EXCL, gw_sql_enter, info(), limit_per_cycle, log_open(), octstr_create, octstr_destroy(), octstr_get_cstr, octstr_imm(), panic, save_dlr, save_mo, save_mt, SQL_RUNNING, sql_type, sqlbox_id, sqlbox_init_sql(), sqlbox_port, sqlbox_port_ssl, and sqlbox_status.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 862 of file sqlbox.c.
References cfg, cfg_add_hooks(), cfg_create(), cfg_destroy(), cfg_read(), check_args(), filename, get_and_set_debugs(), gw_sql_leave, gwlib_init(), gwlib_shutdown(), gwthread_sleep(), init_sqlbox(), octstr_create, octstr_destroy(), octstr_get_cstr, panic, report_versions(), restart_sqlbox, setup_signal_handlers(), sqlbox_is_allowed_in_group(), sqlbox_is_single_group(), sqlbox_port, and sqlboxc_run().
|
static |
Definition at line 210 of file sqlbox.c.
References _boxc::alive, msg, and read_from_bearerbox_real().
Referenced by bearerbox_to_smsbox(), bearerbox_to_sql(), and smsbox_to_bearerbox().
|
static |
Definition at line 449 of file sqlbox.c.
References accept_boxc(), _boxc::bearerbox_connection, bearerbox_host, bearerbox_port, bearerbox_port_ssl, bearerbox_to_smsbox(), boxc_destroy(), _boxc::client_ip, connect_to_bearerbox_real(), error(), gwthread_create, gwthread_join(), octstr_get_cstr, panic, smsbox_to_bearerbox(), and sqlbox_port_ssl.
Referenced by sqlboxc_run().
|
static |
Definition at line 242 of file sqlbox.c.
References _boxc::client_ip, conn_write_withlen(), error(), msg_pack(), octstr_destroy(), and octstr_get_cstr.
Referenced by bearerbox_to_smsbox(), bearerbox_to_sql(), identify_to_bearerbox(), smsbox_to_bearerbox(), sql_list(), and sql_single().
|
static |
|
static |
Definition at line 728 of file sqlbox.c.
References alog_reopen(), error(), gwthread_shouldhandlesignal(), log_reopen(), SQL_RUNNING, SQL_SHUTDOWN, sqlbox_status, and warning().
Referenced by setup_signal_handlers().
|
static |
Definition at line 261 of file sqlbox.c.
References _boxc::alive, _boxc::bearerbox_connection, _boxc::boxc_id, _boxc::client_ip, cmd_identify, debug(), gw_sql_save_msg, msg, msg_destroy(), msg_duplicate(), octstr_get_cstr, octstr_imm(), read_from_box(), save_mt, send_msg(), SMS_PARAM_UNDEFINED, _boxc::smsbox_connection, SQL_RUNNING, and sqlbox_status.
Referenced by run_sqlbox().
|
static |
Definition at line 615 of file sqlbox.c.
References _boxc::alive, _boxc::bearerbox_connection, charset_processing(), error(), global_sender, gw_sql_fetch_msg_list, gw_sql_save_list, gwlist_add_producer(), gwlist_consume(), gwlist_create, gwlist_destroy(), gwlist_len(), gwlist_produce(), gwlist_remove_producer(), gwthread_sleep(), limit_per_cycle, msg, msg_destroy(), msg_destroy_item(), octstr_duplicate, octstr_imm(), octstr_len(), save_mt, send_msg(), SLEEP_BETWEEN_EMPTY_SELECTS, SMS_PARAM_UNDEFINED, SQL_RUNNING, and sqlbox_status.
Referenced by sql_to_bearerbox().
|
static |
Definition at line 576 of file sqlbox.c.
References _boxc::alive, _boxc::bearerbox_connection, charset_processing(), error(), global_sender, gw_sql_fetch_msg, gw_sql_save_msg, gwthread_sleep(), msg, msg_destroy(), octstr_duplicate, octstr_imm(), octstr_len(), save_mt, send_msg(), SLEEP_BETWEEN_EMPTY_SELECTS, SMS_PARAM_UNDEFINED, SQL_RUNNING, and sqlbox_status.
Referenced by sql_to_bearerbox().
|
static |
Definition at line 664 of file sqlbox.c.
References _boxc::alive, _boxc::bearerbox_connection, bearerbox_host, bearerbox_port, bearerbox_port_ssl, bearerbox_to_sql(), boxc_destroy(), _boxc::boxc_id, _boxc::client_ip, _boxc::connect_time, connect_to_bearerbox_real(), gw_sql_fetch_msg_list, gw_sql_save_list, gwthread_create, identify_to_bearerbox(), limit_per_cycle, octstr_duplicate, _boxc::smsbox_connection, sql_list(), sql_single(), and sqlbox_id.
Referenced by sqlboxc_run().
Definition at line 115 of file sqlbox.c.
References octstr_imm().
Referenced by main().
|
static |
|
static |
Definition at line 693 of file sqlbox.c.
References gwthread_create, make_server_socket(), panic, port, run_sqlbox(), sql_to_bearerbox(), and wait_for_connections().
Referenced by main().
|
static |
Definition at line 476 of file sqlbox.c.
References error(), gw_assert(), gwthread_create, gwthread_pollfd(), gwthread_sleep(), POLLIN, SQL_RUNNING, SQL_SHUTDOWN, and sqlbox_status.
Referenced by sqlboxc_run().
|
static |
Definition at line 85 of file sqlbox.c.
Referenced by init_sqlbox(), run_sqlbox(), and sql_to_bearerbox().
|
static |
Definition at line 84 of file sqlbox.c.
Referenced by init_sqlbox(), run_sqlbox(), and sql_to_bearerbox().
|
static |
Definition at line 86 of file sqlbox.c.
Referenced by init_sqlbox(), run_sqlbox(), and sql_to_bearerbox().
|
static |
Definition at line 75 of file sqlbox.c.
Referenced by init_sqlbox(), and main().
|
static |
Definition at line 87 of file sqlbox.c.
Referenced by init_sqlbox(), sql_list(), and sql_single().
|
static |
Definition at line 88 of file sqlbox.c.
Referenced by init_sqlbox(), sql_list(), and sql_to_bearerbox().
|
static |
|
static |
Definition at line 89 of file sqlbox.c.
Referenced by bearerbox_to_smsbox(), bearerbox_to_sql(), and init_sqlbox().
|
static |
Definition at line 89 of file sqlbox.c.
Referenced by bearerbox_to_smsbox(), bearerbox_to_sql(), and init_sqlbox().
|
static |
Definition at line 89 of file sqlbox.c.
Referenced by init_sqlbox(), smsbox_to_bearerbox(), sql_list(), and sql_single().
Octstr* sqlbox_id |
Definition at line 95 of file sqlbox.c.
Referenced by init_sqlbox(), and sql_to_bearerbox().
|
static |
Definition at line 82 of file sqlbox.c.
Referenced by init_sqlbox(), and main().
|
static |
Definition at line 83 of file sqlbox.c.
Referenced by init_sqlbox(), and run_sqlbox().
|
static |
Definition at line 78 of file sqlbox.c.
Referenced by bearerbox_to_smsbox(), bearerbox_to_sql(), init_sqlbox(), signal_handler(), smsbox_to_bearerbox(), sql_list(), sql_single(), and wait_for_connections().