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 <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <signal.h>
#include "gwlib/gwlib.h"
#include "msg.h"
#include "bearerbox.h"
#include "bb_smscconn_cb.h"
Go to the source code of this file.
Data Structures | |
struct | _boxc |
struct | _addrpar |
Macros | |
#define | SMSBOX_MAX_PENDING 100 |
#define | RELOAD_PANIC(...) |
Typedefs | |
typedef struct _boxc | Boxc |
typedef struct _addrpar | AddrPar |
Functions | |
static void | sms_to_smsboxes (void *arg) |
static int | send_msg (Boxc *boxconn, Msg *pmsg) |
static void | boxc_sent_push (Boxc *, Msg *) |
static void | boxc_sent_pop (Boxc *, Msg *, Msg **) |
static void | boxc_gwlist_destroy (List *list) |
static Msg * | read_from_box (Boxc *boxconn) |
static void | deliver_sms_to_queue (Msg *msg, Boxc *conn) |
static void | boxc_receiver (void *arg) |
static void | boxc_sender (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 | run_smsbox (void *arg) |
static void | run_wapbox (void *arg) |
static void | ap_destroy (AddrPar *addr) |
static int | cmp_route (void *ap, void *ms) |
static int | cmp_boxc (void *bc, void *ap) |
static Boxc * | route_msg (List *route_info, Msg *msg) |
static void | wdp_to_wapboxes (void *arg) |
static void | wait_for_connections (int fd, void(*function)(void *arg), List *waited, int ssl) |
static void | smsboxc_run (void *arg) |
static void | wapboxc_run (void *arg) |
static void | init_smsbox_routes (Cfg *cfg, int reload) |
int | smsbox_start (Cfg *cfg) |
int | smsbox_restart (Cfg *cfg) |
int | wapbox_start (Cfg *cfg) |
Octstr * | boxc_status (int status_type) |
int | boxc_incoming_wdp_queue (void) |
void | boxc_cleanup (void) |
int | route_incoming_to_boxc (Msg *msg) |
Variables | |
volatile sig_atomic_t | bb_status |
volatile sig_atomic_t | restart |
List * | incoming_sms |
List * | outgoing_sms |
List * | incoming_wdp |
List * | outgoing_wdp |
List * | flow_threads |
List * | suspended |
long | max_incoming_sms_qlength |
static volatile sig_atomic_t | smsbox_running |
static volatile sig_atomic_t | wapbox_running |
static List * | wapbox_list |
static List * | smsbox_list |
static RWLock * | smsbox_list_rwlock |
static Dict * | smsbox_by_id |
static Dict * | smsbox_by_smsc |
static Dict * | smsbox_by_receiver |
static Dict * | smsbox_by_smsc_receiver |
static Octstr * | smsbox_by_default |
static long | smsbox_port |
static int | smsbox_port_ssl |
static Octstr * | smsbox_interface |
static long | wapbox_port |
static int | wapbox_port_ssl |
static long | smsbox_max_pending |
static Octstr * | box_allow_ip |
static Octstr * | box_deny_ip |
static Counter * | boxid |
static long | sms_dequeue_thread |
#define RELOAD_PANIC | ( | ... | ) |
#define SMSBOX_MAX_PENDING 100 |
Definition at line 83 of file bb_boxc.c.
Referenced by smsbox_start().
|
static |
Definition at line 621 of file bb_boxc.c.
References box_allow_ip, box_deny_ip, boxc_create(), _boxc::conn, host_ip(), info(), is_allowed_ip(), octstr_destroy(), octstr_get_cstr, and ssl.
Referenced by wait_for_connections().
|
static |
Definition at line 830 of file bb_boxc.c.
References _addrpar::address, and octstr_destroy().
Referenced by route_msg(), and wdp_to_wapboxes().
void boxc_cleanup | ( | void | ) |
Definition at line 1527 of file bb_boxc.c.
References box_allow_ip, box_deny_ip, boxid, counter_destroy(), octstr_destroy(), and smsbox_interface.
Referenced by main().
Definition at line 588 of file bb_boxc.c.
References _boxc::alive, _boxc::boxc_id, boxid, _boxc::client_ip, _boxc::conn, conn_wrap_fd(), _boxc::connect_time, counter_increase(), _boxc::id, _boxc::is_wap, _boxc::load, _boxc::routable, and ssl.
Referenced by accept_boxc().
|
static |
Definition at line 605 of file bb_boxc.c.
References _boxc::boxc_id, _boxc::client_ip, _boxc::conn, conn_destroy(), and octstr_destroy().
Referenced by run_smsbox(), and run_wapbox().
|
static |
Definition at line 1786 of file bb_boxc.c.
References gwlist_destroy().
Referenced by smsbox_start().
int boxc_incoming_wdp_queue | ( | void | ) |
Definition at line 1510 of file bb_boxc.c.
References gwlist_get(), gwlist_len(), gwlist_lock(), gwlist_unlock(), _boxc::incoming, and wapbox_list.
Referenced by bb_print_status().
|
static |
Definition at line 302 of file bb_boxc.c.
References ack_failed_tmp, _boxc::alive, BB_DEAD, BB_SHUTDOWN, bb_status, _boxc::boxc_id, boxc_sent_pop(), _boxc::client_ip, cmd_identify, debug(), deliver_sms_to_queue(), dict_get(), dict_put_once(), gwlist_append(), gwlist_consume(), gwlist_create, gwlist_delete_equal(), gwlist_produce(), gwthread_wakeup(), _boxc::is_wap, _boxc::load, msg, msg_create, msg_destroy(), octstr_compare(), octstr_destroy(), octstr_get_cstr, _boxc::outgoing, read_from_box(), _boxc::retry, _boxc::routable, send_msg(), sms_dequeue_thread, smsbox_by_id, store_save, suspended, uuid_copy(), and warning().
Referenced by run_smsbox(), and run_wapbox().
|
static |
Definition at line 533 of file bb_boxc.c.
References _boxc::alive, BB_DEAD, bb_status, boxc_sent_pop(), boxc_sent_push(), _boxc::client_ip, cmd_restart, cmd_shutdown, _boxc::conn, conn_flush(), debug(), flow_threads, gwlist_add_producer(), gwlist_consume(), gwlist_produce(), gwlist_remove_producer(), _boxc::incoming, msg, msg_create, msg_destroy(), octstr_get_cstr, restart, _boxc::retry, _boxc::routable, send_msg(), and suspended.
Referenced by run_smsbox(), and run_wapbox().
Definition at line 504 of file bb_boxc.c.
References dict_remove(), error(), _boxc::is_wap, msg, msg_destroy(), msg_dump(), octstr_create, octstr_destroy(), _boxc::pending, semaphore_up(), _boxc::sent, UUID_STR_LEN, and uuid_unparse().
Referenced by boxc_receiver(), and boxc_sender().
Definition at line 484 of file bb_boxc.c.
References dict_put(), _boxc::is_wap, msg_duplicate(), octstr_create, octstr_destroy(), _boxc::pending, semaphore_down(), _boxc::sent, UUID_STR_LEN, and uuid_unparse().
Referenced by boxc_sender().
Octstr* boxc_status | ( | int | status_type | ) |
Definition at line 1386 of file bb_boxc.c.
References _boxc::alive, bb_status_linebreak(), BBSTATUS_HTML, BBSTATUS_TEXT, BBSTATUS_WML, BBSTATUS_XML, _boxc::boxc_id, _boxc::client_ip, _boxc::conn, _boxc::connect_time, dict_key_count(), gw_rwlock_rdlock(), gw_rwlock_unlock(), gwlist_get(), gwlist_len(), gwlist_lock(), gwlist_unlock(), _boxc::incoming, octstr_append_cstr(), octstr_create, octstr_destroy(), octstr_format(), octstr_format_append(), octstr_get_cstr, _boxc::sent, smsbox_list, smsbox_list_rwlock, and wapbox_list.
Referenced by bb_print_status().
|
static |
Definition at line 848 of file bb_boxc.c.
References _boxc::id, and _addrpar::wapboxid.
Referenced by route_msg().
|
static |
Definition at line 836 of file bb_boxc.c.
References _addrpar::address, msg, octstr_compare(), and _addrpar::port.
Referenced by route_msg().
Definition at line 214 of file bb_boxc.c.
References ack_buffered, ack_failed, ack_failed_tmp, ack_success, gw_assert(), msg, msg_create, msg_destroy(), send_msg(), smsc2_rout(), SMSCCONN_FAILED_DISCARDED, SMSCCONN_FAILED_EXPIRED, SMSCCONN_FAILED_QFULL, SMSCCONN_FAILED_REJECTED, SMSCCONN_QUEUED, SMSCCONN_SUCCESS, store_save, store_save_ack, uuid_copy(), and warning().
Referenced by boxc_receiver().
|
static |
Definition at line 1125 of file bb_boxc.c.
References cfg, cfg_get, cfg_get_multi_group(), debug(), dict_put_once(), grp_dump(), gwlist_destroy(), gwlist_extract_first(), gwlist_get(), gwlist_len(), octstr_destroy(), octstr_destroy_item(), octstr_duplicate, octstr_get_cstr, octstr_imm(), octstr_insert(), octstr_insert_char(), octstr_len(), octstr_split(), octstr_strip_blanks(), RELOAD_PANIC, smsbox_by_default, smsbox_by_receiver, smsbox_by_smsc, and smsbox_by_smsc_receiver.
Referenced by smsbox_restart(), and smsbox_start().
Definition at line 166 of file bb_boxc.c.
References _boxc::alive, BB_DEAD, bb_status, _boxc::client_ip, _boxc::conn, conn_eof(), conn_error(), conn_read_withlen(), conn_wait(), error(), info(), msg, msg_unpack, octstr_destroy(), and octstr_get_cstr.
Referenced by boxc_receiver().
int route_incoming_to_boxc | ( | Msg * | msg | ) |
Definition at line 1549 of file bb_boxc.c.
References _boxc::boxc_id, dict_get(), gw_assert(), gw_rand(), gw_rwlock_rdlock(), gw_rwlock_unlock(), gwlist_get(), gwlist_len(), gwlist_produce(), _boxc::incoming, incoming_sms, _boxc::load, max_incoming_sms_qlength, msg, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_len(), _boxc::routable, smsbox_by_default, smsbox_by_id, smsbox_by_receiver, smsbox_by_smsc, smsbox_by_smsc_receiver, smsbox_list, smsbox_list_rwlock, and warning().
Referenced by bb_smscconn_receive_internal(), and sms_to_smsboxes().
Definition at line 857 of file bb_boxc.c.
References _addrpar::address, ap_destroy(), cmp_boxc(), cmp_route(), debug(), gw_rand(), gwlist_delete_equal(), gwlist_get(), gwlist_len(), gwlist_lock(), gwlist_produce(), gwlist_search(), gwlist_unlock(), _boxc::id, _boxc::load, msg, octstr_duplicate, _addrpar::port, wapbox_list, _addrpar::wapboxid, and warning().
Referenced by wdp_to_wapboxes().
|
static |
Definition at line 665 of file bb_boxc.c.
References boxc_destroy(), _boxc::boxc_id, boxc_receiver(), boxc_sender(), _boxc::client_ip, dict_create(), dict_destroy(), dict_get(), dict_key_count(), dict_keys(), dict_remove(), error(), flow_threads, gw_assert(), gw_rwlock_unlock(), gw_rwlock_wrlock(), gwlist_add_producer(), gwlist_append(), gwlist_create, gwlist_delete_equal(), gwlist_destroy(), gwlist_extract_first(), gwlist_len(), gwlist_produce(), gwlist_producer_count(), gwlist_remove_producer(), gwthread_create, gwthread_join(), gwthread_wakeup(), _boxc::incoming, incoming_sms, msg, octstr_destroy(), octstr_destroy_item(), octstr_get_cstr, _boxc::outgoing, outgoing_sms, _boxc::pending, _boxc::retry, semaphore_create(), semaphore_destroy(), semaphore_up(), _boxc::sent, sms_dequeue_thread, smsbox_by_id, smsbox_list, smsbox_list_rwlock, and smsbox_max_pending.
Referenced by smsboxc_run().
|
static |
Definition at line 761 of file bb_boxc.c.
References _boxc::alive, boxc_destroy(), boxc_receiver(), boxc_sender(), _boxc::client_ip, debug(), error(), flow_threads, gw_assert(), gwlist_add_producer(), gwlist_append(), gwlist_create, gwlist_delete_equal(), gwlist_destroy(), gwlist_len(), gwlist_lock(), gwlist_producer_count(), gwlist_remove_producer(), gwlist_unlock(), gwthread_create, gwthread_join(), _boxc::incoming, incoming_wdp, _boxc::is_wap, octstr_get_cstr, _boxc::outgoing, outgoing_wdp, _boxc::retry, and wapbox_list.
Referenced by wapboxc_run().
Definition at line 456 of file bb_boxc.c.
References _boxc::boxc_id, _boxc::client_ip, _boxc::conn, conn_write_withlen(), debug(), error(), msg_pack(), octstr_destroy(), and octstr_get_cstr.
Referenced by boxc_receiver(), boxc_sender(), and deliver_sms_to_queue().
|
static |
Definition at line 1713 of file bb_boxc.c.
References BB_DEAD, BB_SHUTDOWN, bb_status, flow_threads, gw_assert(), gw_rwlock_rdlock(), gw_rwlock_unlock(), gwlist_add_producer(), gwlist_consume(), gwlist_get(), gwlist_insert(), gwlist_len(), gwlist_produce(), gwlist_producer_count(), gwlist_remove_producer(), gwthread_sleep(), _boxc::incoming, incoming_sms, msg, route_incoming_to_boxc(), smsbox_list, and smsbox_list_rwlock.
Referenced by smsbox_start().
int smsbox_restart | ( | Cfg * | cfg | ) |
Definition at line 1316 of file bb_boxc.c.
References cfg, dict_create(), dict_destroy(), gw_rwlock_unlock(), gw_rwlock_wrlock(), init_smsbox_routes(), octstr_destroy(), smsbox_by_default, smsbox_by_receiver, smsbox_by_smsc, smsbox_by_smsc_receiver, smsbox_list_rwlock, and smsbox_running.
Referenced by bb_graceful_restart().
int smsbox_start | ( | Cfg * | cfg | ) |
Definition at line 1250 of file bb_boxc.c.
References box_allow_ip, box_deny_ip, boxc_gwlist_destroy(), boxid, cfg, cfg_get, cfg_get_bool(), cfg_get_integer(), cfg_get_single_group(), counter_create(), debug(), dict_create(), error(), gw_rwlock_create(), gwlist_add_producer(), gwlist_create, gwthread_create, info(), init_smsbox_routes(), octstr_create, octstr_destroy(), octstr_imm(), outgoing_sms, panic, sms_dequeue_thread, sms_to_smsboxes(), smsbox_by_default, smsbox_by_id, smsbox_by_receiver, smsbox_by_smsc, smsbox_by_smsc_receiver, smsbox_interface, smsbox_list, smsbox_list_rwlock, SMSBOX_MAX_PENDING, smsbox_max_pending, smsbox_port, smsbox_port_ssl, smsbox_running, and smsboxc_run().
Referenced by start_smsc().
|
static |
Definition at line 1018 of file bb_boxc.c.
References dict_destroy(), flow_threads, gw_rwlock_destroy(), gwlist_add_producer(), gwlist_destroy(), gwlist_remove_producer(), gwlist_wait_until_nonempty(), gwthread_join(), gwthread_sleep(), gwthread_wakeup(), incoming_sms, MAIN_THREAD_ID, make_server_socket(), octstr_destroy(), octstr_get_cstr, outgoing_sms, panic, run_smsbox(), sms_dequeue_thread, smsbox_by_default, smsbox_by_id, smsbox_by_receiver, smsbox_by_smsc, smsbox_by_smsc_receiver, smsbox_interface, smsbox_list, smsbox_list_rwlock, smsbox_port, smsbox_port_ssl, and wait_for_connections().
Referenced by smsbox_start().
|
static |
Definition at line 975 of file bb_boxc.c.
References accept_boxc(), BB_DEAD, BB_SHUTDOWN, bb_status, error(), gw_assert(), gwlist_consume(), gwlist_wait_until_nonempty(), gwthread_create, gwthread_pollfd(), gwthread_sleep(), POLLIN, ssl, and suspended.
Referenced by smsboxc_run(), and wapboxc_run().
int wapbox_start | ( | Cfg * | cfg | ) |
Definition at line 1339 of file bb_boxc.c.
References box_allow_ip, box_deny_ip, boxid, cfg, cfg_get, cfg_get_bool(), cfg_get_integer(), cfg_get_single_group(), counter_create(), debug(), error(), gwlist_add_producer(), gwlist_create, gwthread_create, info(), octstr_create, octstr_imm(), outgoing_wdp, panic, wapbox_list, wapbox_port, wapbox_port_ssl, wapbox_running, wapboxc_run(), and wdp_to_wapboxes().
Referenced by start_wap().
|
static |
Definition at line 1077 of file bb_boxc.c.
References flow_threads, gwlist_add_producer(), gwlist_consume(), gwlist_destroy(), gwlist_remove_producer(), gwlist_wait_until_nonempty(), gwthread_sleep(), gwthread_wakeup(), incoming_wdp, MAIN_THREAD_ID, make_server_socket(), outgoing_wdp, panic, port, run_wapbox(), wait_for_connections(), wapbox_list, and wapbox_port_ssl.
Referenced by wapbox_start().
|
static |
Definition at line 924 of file bb_boxc.c.
References _boxc::alive, ap_destroy(), BB_DEAD, bb_status, debug(), flow_threads, gw_assert(), gwlist_add_producer(), gwlist_consume(), gwlist_create, gwlist_destroy(), gwlist_extract_first(), gwlist_get(), gwlist_len(), gwlist_lock(), gwlist_produce(), gwlist_remove_producer(), gwlist_unlock(), _boxc::incoming, incoming_wdp, msg, msg_destroy(), route_msg(), suspended, wapbox_list, and warning().
Referenced by wapbox_start().
volatile sig_atomic_t bb_status |
Definition at line 132 of file bearerbox.c.
Referenced by boxc_receiver(), boxc_sender(), read_from_box(), sms_to_smsboxes(), wait_for_connections(), and wdp_to_wapboxes().
|
static |
Definition at line 125 of file bb_boxc.c.
Referenced by accept_boxc(), boxc_cleanup(), smsbox_start(), and wapbox_start().
|
static |
Definition at line 126 of file bb_boxc.c.
Referenced by accept_boxc(), boxc_cleanup(), smsbox_start(), and wapbox_start().
|
static |
Definition at line 129 of file bb_boxc.c.
Referenced by boxc_cleanup(), boxc_create(), smsbox_start(), and wapbox_start().
List* flow_threads |
Definition at line 116 of file bearerbox.c.
Referenced by boxc_sender(), run_smsbox(), run_wapbox(), sms_to_smsboxes(), smsboxc_run(), wapboxc_run(), and wdp_to_wapboxes().
List* incoming_sms |
Definition at line 84 of file bearerbox.c.
Referenced by route_incoming_to_boxc(), run_smsbox(), sms_to_smsboxes(), and smsboxc_run().
List* incoming_wdp |
Definition at line 87 of file bearerbox.c.
Referenced by run_wapbox(), wapboxc_run(), and wdp_to_wapboxes().
long max_incoming_sms_qlength |
Definition at line 98 of file bearerbox.c.
Referenced by route_incoming_to_boxc().
List* outgoing_sms |
Definition at line 85 of file bearerbox.c.
Referenced by run_smsbox(), smsbox_start(), and smsboxc_run().
List* outgoing_wdp |
Definition at line 88 of file bearerbox.c.
Referenced by bb_print_status(), empty_msg_lists(), init_bearerbox(), main(), run_wapbox(), udp_receiver(), wapbox_start(), wapboxc_run(), and wdp_router().
volatile sig_atomic_t restart |
Definition at line 149 of file bearerbox.c.
Referenced by bb_restart(), boxc_sender(), main(), and read_messages_from_bearerbox().
|
static |
Definition at line 132 of file bb_boxc.c.
Referenced by boxc_receiver(), run_smsbox(), smsbox_start(), and smsboxc_run().
|
static |
Definition at line 114 of file bb_boxc.c.
Referenced by init_smsbox_routes(), route_incoming_to_boxc(), smsbox_restart(), smsbox_start(), and smsboxc_run().
|
static |
Definition at line 110 of file bb_boxc.c.
Referenced by boxc_receiver(), route_incoming_to_boxc(), run_smsbox(), smsbox_start(), and smsboxc_run().
|
static |
Definition at line 112 of file bb_boxc.c.
Referenced by init_smsbox_routes(), route_incoming_to_boxc(), smsbox_restart(), smsbox_start(), and smsboxc_run().
|
static |
Definition at line 111 of file bb_boxc.c.
Referenced by init_smsbox_routes(), route_incoming_to_boxc(), smsbox_restart(), smsbox_start(), and smsboxc_run().
|
static |
Definition at line 113 of file bb_boxc.c.
Referenced by init_smsbox_routes(), route_incoming_to_boxc(), smsbox_restart(), smsbox_start(), and smsboxc_run().
|
static |
Definition at line 118 of file bb_boxc.c.
Referenced by boxc_cleanup(), smsbox_start(), and smsboxc_run().
|
static |
Definition at line 106 of file bb_boxc.c.
Referenced by boxc_status(), route_incoming_to_boxc(), run_smsbox(), sms_to_smsboxes(), smsbox_start(), and smsboxc_run().
|
static |
Definition at line 107 of file bb_boxc.c.
Referenced by boxc_status(), route_incoming_to_boxc(), run_smsbox(), sms_to_smsboxes(), smsbox_restart(), smsbox_start(), and smsboxc_run().
|
static |
Definition at line 123 of file bb_boxc.c.
Referenced by run_smsbox(), and smsbox_start().
|
static |
Definition at line 116 of file bb_boxc.c.
Referenced by smsbox_start(), and smsboxc_run().
|
static |
Definition at line 117 of file bb_boxc.c.
Referenced by smsbox_start(), and smsboxc_run().
|
static |
Definition at line 103 of file bb_boxc.c.
Referenced by smsbox_restart(), and smsbox_start().
List* suspended |
Definition at line 122 of file bearerbox.c.
Referenced by boxc_receiver(), boxc_sender(), wait_for_connections(), and wdp_to_wapboxes().
|
static |
Definition at line 105 of file bb_boxc.c.
Referenced by boxc_incoming_wdp_queue(), boxc_status(), route_msg(), run_wapbox(), wapbox_start(), wapboxc_run(), and wdp_to_wapboxes().
|
static |
Definition at line 119 of file bb_boxc.c.
Referenced by wapbox_start().
|
static |
Definition at line 120 of file bb_boxc.c.
Referenced by wapbox_start(), and wapboxc_run().
|
static |
Definition at line 104 of file bb_boxc.c.
Referenced by wapbox_start().