Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <signal.h>
#include <time.h>
#include "gwlib/gwlib.h"
#include "gwlib/gw-regex.h"
#include "smscconn.h"
#include "smscconn_p.h"
#include "bb_smscconn_cb.h"
#include "sms.h"
Go to the source code of this file.
Macros | |
#define | SMSCCONN_RECONNECT_DELAY 10.0 |
#define | OCTSTR(os) octstr_imm(#os) |
#define | GET_OPTIONAL_VAL(x, n) x = cfg_get(grp, octstr_imm(n)) |
#define | SPLIT_OPTIONAL_VAL(x, n) |
#define | GET_OPTIONAL_VAL(x, n) |
#define | SPLIT_OPTIONAL_VAL(x, n) |
#define | GET_OPTIONAL_REGEX(x, n) |
Functions | |
static void | init_reroute (SMSCConn *conn, CfgGroup *grp) |
unsigned int | smscconn_instances (CfgGroup *grp) |
SMSCConn * | smscconn_create (CfgGroup *grp, int start_as_stopped) |
void | smscconn_shutdown (SMSCConn *conn, int finish_sending) |
static void | pattern_route_destroy (void *arg) |
int | smscconn_destroy (SMSCConn *conn) |
int | smscconn_stop (SMSCConn *conn) |
void | smscconn_start (SMSCConn *conn) |
const Octstr * | smscconn_name (SMSCConn *conn) |
const Octstr * | smscconn_id (SMSCConn *conn) |
const Octstr * | smscconn_admin_id (SMSCConn *conn) |
int | smscconn_usable (SMSCConn *conn, Msg *msg) |
int | smscconn_send (SMSCConn *conn, Msg *msg) |
int | smscconn_status (SMSCConn *conn) |
int | smscconn_info (SMSCConn *conn, StatusInfo *infotable) |
void | smscconn_reconfig (SMSCConn *conn, CfgGroup *grp) |
Variables | |
Counter * | split_msg_counter |
#define GET_OPTIONAL_REGEX | ( | x, | |
n | |||
) |
Referenced by smscconn_reconfig().
#define GET_OPTIONAL_VAL | ( | x, | |
n | |||
) | x = cfg_get(grp, octstr_imm(n)) |
Referenced by smscconn_create(), and smscconn_reconfig().
#define GET_OPTIONAL_VAL | ( | x, | |
n | |||
) |
#define OCTSTR | ( | os | ) | octstr_imm(#os) |
Referenced by smscconn_create().
#define SMSCCONN_RECONNECT_DELAY 10.0 |
Definition at line 80 of file smscconn.c.
Referenced by smscconn_create().
#define SPLIT_OPTIONAL_VAL | ( | x, | |
n | |||
) |
Referenced by smscconn_create(), and smscconn_reconfig().
#define SPLIT_OPTIONAL_VAL | ( | x, | |
n | |||
) |
Definition at line 87 of file smscconn.c.
References cfg_get, cfg_get_bool(), debug(), dict_create(), dict_put_once(), error(), grp_dump(), gwlist_append(), gwlist_create, gwlist_destroy(), gwlist_extract_first(), gwlist_get(), gwlist_len(), smscconn::id, pattern_route::id, info(), octstr_destroy(), octstr_destroy_item(), octstr_duplicate, octstr_get_cstr, octstr_imm(), octstr_split(), octstr_strip_blanks(), panic, pattern_route::re, smscconn::reroute, smscconn::reroute_by_receiver, smscconn::reroute_by_receiver_regex, smscconn::reroute_dlr, and smscconn::reroute_to_smsc.
Referenced by smscconn_create(), and smscconn_reconfig().
|
static |
Definition at line 455 of file smscconn.c.
References pattern_route::id, octstr_destroy(), and pattern_route::re.
Referenced by smscconn_destroy(), and smscconn_reconfig().
Definition at line 566 of file smscconn.c.
References smscconn::admin_id, and gw_assert().
Referenced by smsc2_status().
Definition at line 210 of file smscconn.c.
References smscconn::admin_id, smscconn::allowed_prefix, smscconn::allowed_prefix_regex, smscconn::allowed_smsc_id, smscconn::allowed_smsc_id_regex, smscconn::alt_dcs, bb_smscconn_ready(), cfg_get, cfg_get_bool(), cfg_get_group_checksum(), cfg_get_integer(), smscconn::chksum, smscconn::chksum_conn, smscconn::connect_time, counter_create(), smscconn::dead_start, smscconn::denied_prefix, smscconn::denied_prefix_regex, smscconn::denied_smsc_id, smscconn::denied_smsc_id_regex, error(), smscconn::failed, smscconn::flow_mutex, GET_OPTIONAL_VAL, gw_assert(), GW_EXCL, smscconn::id, smscconn::incoming_dlr_load, smscconn::incoming_sms_load, info(), init_reroute(), smscconn::is_stopped, load_add_interval(), load_create, smscconn::log_file, smscconn::log_idx, smscconn::log_level, log_open(), MAX_SMS_OCTETS, smscconn::max_sms_octets, mutex_create, OCTSTR, octstr_compare(), octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_imm(), octstr_parse_double(), smscconn::our_host, smscconn::outgoing_dlr_load, smscconn::outgoing_sms_load, panic, smscconn::preferred_prefix, smscconn::preferred_prefix_regex, smscconn::preferred_smsc_id, smscconn::received, smscconn::received_dlr, smscconn::reconnect_delay, smscconn::send_msg, smscconn::sent, smscconn::sent_dlr, smsc_at2_create(), smsc_cgw_create(), smsc_cimd2_create(), smsc_emi2_create(), smsc_fake_create(), smsc_http_create(), smsc_loopback_create(), smsc_oisd_create(), smsc_smasi_create(), smsc_smpp_create(), smsc_wrapper_create(), SMSCCONN_ALIVE, SMSCCONN_CONNECTING, smscconn_destroy(), SMSCCONN_RECONNECT_DELAY, SPLIT_OPTIONAL_VAL, smscconn::status, smscconn::throughput, smscconn::unified_prefix, warning(), and smscconn::why_killed.
Referenced by smsc2_add_smsc(), smsc2_graceful_restart(), smsc2_restart_smsc(), and smsc2_start().
int smscconn_destroy | ( | SMSCConn * | conn | ) |
Definition at line 464 of file smscconn.c.
References smscconn::admin_id, smscconn::allowed_prefix, smscconn::allowed_prefix_regex, smscconn::allowed_smsc_id, smscconn::allowed_smsc_id_regex, smscconn::chksum, smscconn::chksum_conn, counter_destroy(), smscconn::denied_prefix, smscconn::denied_prefix_regex, smscconn::denied_smsc_id, smscconn::denied_smsc_id_regex, dict_destroy(), smscconn::failed, smscconn::flow_mutex, gwlist_destroy(), smscconn::id, smscconn::incoming_dlr_load, smscconn::incoming_sms_load, load_destroy(), smscconn::log_file, mutex_destroy(), mutex_lock, mutex_unlock, smscconn::name, octstr_destroy(), octstr_destroy_item(), smscconn::our_host, smscconn::outgoing_dlr_load, smscconn::outgoing_sms_load, pattern_route_destroy(), smscconn::preferred_prefix, smscconn::preferred_prefix_regex, smscconn::preferred_smsc_id, smscconn::received, smscconn::received_dlr, smscconn::reroute_by_receiver, smscconn::reroute_by_receiver_regex, smscconn::reroute_to_smsc, smscconn::sent, smscconn::sent_dlr, SMSCCONN_DEAD, smscconn::status, and smscconn::unified_prefix.
Referenced by smsc2_cleanup(), smsc2_graceful_restart(), smsc2_remove_smsc(), smsc2_restart_smsc(), and smscconn_create().
Definition at line 559 of file smscconn.c.
References gw_assert(), and smscconn::id.
Referenced by bb_alog_sms(), get_pattern(), and smsc2_status().
int smscconn_info | ( | SMSCConn * | conn, |
StatusInfo * | infotable | ||
) |
Definition at line 732 of file smscconn.c.
References smscconn::connect_time, counter_value(), smsc_state::failed, smscconn::failed, smscconn::flow_mutex, smsc_state::is_stopped, smscconn::is_stopped, smsc_state::killed, smsc_state::load, smscconn::load, mutex_lock, mutex_unlock, smsc_state::online, smsc_state::queued, smscconn::queued, smsc_state::received, smscconn::received, smsc_state::received_dlr, smscconn::received_dlr, smsc_state::sent, smscconn::sent, smsc_state::sent_dlr, smscconn::sent_dlr, smsc_state::status, smscconn::status, and smscconn::why_killed.
Referenced by smsc2_rout(), and smsc2_status().
unsigned int smscconn_instances | ( | CfgGroup * | grp | ) |
Definition at line 197 of file smscconn.c.
References cfg_get_integer(), and octstr_imm().
Referenced by smsc2_add_smsc(), smsc2_graceful_restart(), and smsc2_start().
Definition at line 552 of file smscconn.c.
References gw_assert(), and smscconn::name.
Referenced by bb_alog_sms(), get_pattern(), and smsc2_status().
Definition at line 763 of file smscconn.c.
References smscconn::allowed_prefix, smscconn::allowed_prefix_regex, smscconn::allowed_smsc_id, smscconn::allowed_smsc_id_regex, cfg_get_group_checksum(), smscconn::chksum, smscconn::denied_prefix, smscconn::denied_prefix_regex, smscconn::denied_smsc_id, smscconn::denied_smsc_id_regex, dict_destroy(), GET_OPTIONAL_REGEX, GET_OPTIONAL_VAL, gw_assert(), gwlist_destroy(), init_reroute(), octstr_destroy(), pattern_route_destroy(), smscconn::preferred_prefix, smscconn::preferred_prefix_regex, smscconn::preferred_smsc_id, smscconn::preferred_smsc_id_regex, smscconn::reroute_by_receiver, smscconn::reroute_by_receiver_regex, smscconn::reroute_to_smsc, SPLIT_OPTIONAL_VAL, and smscconn::unified_prefix.
Referenced by smsc2_graceful_restart().
Definition at line 655 of file smscconn.c.
References counter_create(), counter_destroy(), counter_increase(), counter_increase_with(), counter_set(), debug(), smscconn::flow_mutex, gw_assert(), gwlist_destroy(), gwlist_get(), gwlist_len(), smscconn::max_sms_octets, msg, msg_destroy_item(), msg_duplicate(), mutex_lock, mutex_unlock, normalize_number(), octstr_get_cstr, smscconn::send_msg, sms_split(), SMSCCONN_ALIVE, SMSCCONN_DEAD, SMSCCONN_FAILED_REJECTED, SMSCCONN_SUCCESS, split, split_msg_counter, smscconn::status, smscconn::unified_prefix, warning(), and smscconn::why_killed.
Referenced by smsc2_rout().
void smscconn_shutdown | ( | SMSCConn * | conn, |
int | finish_sending | ||
) |
Definition at line 427 of file smscconn.c.
References smscconn::flow_mutex, gw_assert(), mutex_lock, mutex_unlock, smscconn::shutdown, SMSCCONN_DEAD, SMSCCONN_KILLED_SHUTDOWN, smscconn::status, and smscconn::why_killed.
Referenced by sms_receive(), sms_send(), smsc2_add_smsc(), smsc2_graceful_restart(), smsc2_remove_smsc(), smsc2_resume(), smsc2_shutdown(), and smsc2_stop_smsc().
void smscconn_start | ( | SMSCConn * | conn | ) |
Definition at line 536 of file smscconn.c.
References smscconn::flow_mutex, gw_assert(), smscconn::is_stopped, mutex_lock, mutex_unlock, SMSCCONN_DEAD, smscconn::start_conn, and smscconn::status.
Referenced by smsc2_add_smsc(), smsc2_graceful_restart(), smsc2_restart_smsc(), and smsc2_resume().
int smscconn_status | ( | SMSCConn * | conn | ) |
Definition at line 724 of file smscconn.c.
References gw_assert(), and smscconn::status.
Referenced by bb_smscconn_send_failed(), handle_split(), smsc2_restart_smsc(), and smsc2_stop_smsc().
int smscconn_stop | ( | SMSCConn * | conn | ) |
Definition at line 516 of file smscconn.c.
References smscconn::flow_mutex, gw_assert(), smscconn::is_stopped, mutex_lock, mutex_unlock, SMSCCONN_ALIVE, SMSCCONN_DEAD, smscconn::status, smscconn::stop_conn, and smscconn::why_killed.
Referenced by smsc2_suspend().
Definition at line 573 of file smscconn.c.
References smscconn::allowed_prefix, smscconn::allowed_prefix_regex, smscconn::allowed_smsc_id, smscconn::allowed_smsc_id_regex, smscconn::denied_prefix, smscconn::denied_prefix_regex, smscconn::denied_smsc_id, smscconn::denied_smsc_id_regex, does_prefix_match(), gw_assert(), gwlist_search(), msg, octstr_item_match(), smscconn::preferred_prefix, smscconn::preferred_prefix_regex, smscconn::preferred_smsc_id, SMSCCONN_ACTIVE_RECV, SMSCCONN_ALIVE, SMSCCONN_DEAD, smscconn::status, and smscconn::why_killed.
Referenced by smsc2_rout().
Counter* split_msg_counter |
Definition at line 159 of file bb_smscconn.c.
Referenced by smsc2_cleanup(), smsc2_start(), and smscconn_send().