Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <errno.h>
#include <time.h>
#include <limits.h>
#include <float.h>
#include "gwlib/gwlib.h"
#include "smscconn.h"
#include "smscconn_p.h"
#include "bb_smscconn_cb.h"
#include "msg.h"
#include "sms.h"
#include "emimsg.h"
#include "dlr.h"
#include "alt_charsets.h"
Go to the source code of this file.
Data Structures | |
struct | privdata |
Macros | |
#define | EMI2_MAX_TRN 100 |
#define | PRIVDATA(conn) ((PrivData *)((conn)->data)) |
#define | SLOTBUSY(conn, i) (PRIVDATA(conn)->slots[(i)].sendtime != 0) |
#define | CONNECTIONIDLE(conn) |
#define | emi2_can_send(conn) |
#define | emi2_needs_keepalive(conn) |
#define | INC_TRN(x) ((x)=((x) + 1) % EMI2_MAX_TRN) |
Typedefs | |
typedef struct privdata | PrivData |
Enumerations | |
enum | EMI2Event { EMI2_SENDREQ, EMI2_SMSCREQ, EMI2_CONNERR, EMI2_TIMEOUT } |
#define CONNECTIONIDLE | ( | conn | ) |
Definition at line 148 of file smsc_emi.c.
Referenced by emi2_idletimeout_handling().
#define emi2_can_send | ( | conn | ) |
Definition at line 153 of file smsc_emi.c.
Referenced by emi2_do_send(), and emi2_wait().
#define EMI2_MAX_TRN 100 |
Definition at line 93 of file smsc_emi.c.
Referenced by clear_sent(), and smsc_emi2_create().
#define emi2_needs_keepalive | ( | conn | ) |
Definition at line 158 of file smsc_emi.c.
Referenced by emi2_send_loop().
#define INC_TRN | ( | x | ) | ((x)=((x) + 1) % EMI2_MAX_TRN) |
Referenced by emi2_next_trn().
#define PRIVDATA | ( | conn | ) | ((PrivData *)((conn)->data)) |
Definition at line 144 of file smsc_emi.c.
Referenced by emi2_do_send(), emi2_emimsg_send(), emi2_get_timeouttime(), emi2_handle_smscreq(), emi2_idleprocessing(), emi2_keepalive_handling(), emi2_next_trn(), emi2_send_loop(), emi2_wait(), and handle_operation().
#define SLOTBUSY | ( | conn, | |
i | |||
) | (PRIVDATA(conn)->slots[(i)].sendtime != 0) |
Definition at line 146 of file smsc_emi.c.
Referenced by emi2_handle_smscreq(), emi2_idleprocessing(), and emi2_next_trn().
enum EMI2Event |
Enumerator | |
---|---|
EMI2_SENDREQ | |
EMI2_SMSCREQ | |
EMI2_CONNERR | |
EMI2_TIMEOUT |
Definition at line 137 of file smsc_emi.c.
Definition at line 1560 of file smsc_emi.c.
References smscconn::data, gw_prioqueue_produce, gwthread_wakeup(), msg_duplicate(), privdata::outgoing_queue, and privdata::sender_thread.
Referenced by smsc_emi2_create().
|
static |
Definition at line 921 of file smsc_emi.c.
References debug(), EMI2_MAX_TRN, gw_prioqueue_produce, privdata::name, octstr_get_cstr, privdata::outgoing_queue, privdata::sendmsg, privdata::sendtime, privdata::sendtype, privdata::slots, and privdata::unacked.
Referenced by emi2_sender().
|
static |
Definition at line 1005 of file smsc_emi.c.
References delay, emi2_can_send, emi2_emimsg_send(), emi2_next_trn(), emimsg_destroy(), gw_prioqueue_remove(), gwthread_sleep(), msg, msg_to_emimsg(), PRIVDATA, server(), and smscconn::throughput.
Referenced by emi2_send_loop().
|
static |
Definition at line 166 of file smsc_emi.c.
References emimsg_send(), name, emimsg::or, emimsg::ot, PRIVDATA, and server().
Referenced by emi2_do_send(), emi2_keepalive_handling(), handle_operation(), and open_send_connection().
|
static |
Definition at line 1270 of file smsc_emi.c.
References PRIVDATA, and server().
Referenced by emi2_send_loop().
|
static |
Definition at line 1053 of file smsc_emi.c.
References bb_smscconn_send_failed(), bb_smscconn_sent(), conn_eof(), conn_error(), conn_read_packet(), smscconn::data, debug(), dlr_add(), DLR_IS_ENABLED_DEVICE, emimsg_destroy(), error(), emimsg::fields, get_fields(), handle_operation(), smscconn::id, info(), smscconn::is_stopped, privdata::name, octstr_append(), octstr_append_char(), octstr_create, octstr_delete(), octstr_destroy(), octstr_duplicate, octstr_get_char(), octstr_get_cstr, octstr_len(), octstr_search_char(), octstr_truncate(), emimsg::or, emimsg::ot, panic, PRIVDATA, reply(), server(), SLOTBUSY, SMSCCONN_FAILED_REJECTED, and emimsg::trn.
Referenced by emi2_send_loop().
|
static |
Definition at line 1188 of file smsc_emi.c.
References conn_destroy(), smscconn::data, gw_prioqueue_produce, gwthread_wakeup(), info(), privdata::name, octstr_get_cstr, panic, PRIVDATA, server(), SLOTBUSY, and warning().
Referenced by emi2_send_loop().
|
static |
Definition at line 1252 of file smsc_emi.c.
References conn_destroy(), CONNECTIONIDLE, smscconn::data, info(), privdata::name, octstr_get_cstr, and server().
Referenced by emi2_send_loop().
|
static |
Definition at line 978 of file smsc_emi.c.
References emi2_emimsg_send(), emi2_next_trn(), emimsg_destroy(), make_emi31(), PRIVDATA, and server().
Referenced by emi2_send_loop().
|
static |
Definition at line 1479 of file smsc_emi.c.
References privdata::allow_ip, conn_claim(), conn_destroy(), conn_wrap_fd(), smscconn::connect_time, smscconn::data, privdata::deny_ip, emi2_receiver(), error(), smscconn::flow_mutex, gwthread_pollfd(), gwthread_wakeup(), privdata::host, host_ip(), info(), is_allowed_ip(), privdata::listening_socket, smscconn::log_idx, log_thread_to(), mutex_lock, mutex_unlock, privdata::name, octstr_destroy(), octstr_get_cstr, POLLIN, privdata::sender_thread, server(), privdata::shutdown, SMSCCONN_ACTIVE, SMSCCONN_CONNECTING, smscconn::status, and warning().
Referenced by smsc_emi2_create().
|
static |
Definition at line 960 of file smsc_emi.c.
References INC_TRN, PRIVDATA, and SLOTBUSY.
Referenced by emi2_do_send(), and emi2_keepalive_handling().
Definition at line 1459 of file smsc_emi.c.
References error(), privdata::listening_socket, make_server_socket(), privdata::name, octstr_get_cstr, smscconn::our_host, privdata::rport, and socket_set_blocking().
Referenced by smsc_emi2_create().
|
static |
Definition at line 1412 of file smsc_emi.c.
References conn_eof(), conn_error(), conn_read_packet(), conn_wait(), smscconn::data, debug(), emimsg_destroy(), error(), get_fields(), handle_operation(), info(), smscconn::is_stopped, privdata::name, octstr_destroy(), octstr_get_cstr, emimsg::or, server(), and privdata::shutdown.
Referenced by emi2_listener().
|
static |
Definition at line 1285 of file smsc_emi.c.
References conn_eof(), conn_error(), smscconn::data, EMI2_CONNERR, emi2_do_send(), emi2_get_timeouttime(), emi2_handle_smscreq(), emi2_idleprocessing(), emi2_idletimeout_handling(), emi2_keepalive_handling(), emi2_needs_keepalive, EMI2_SENDREQ, EMI2_SMSCREQ, EMI2_TIMEOUT, emi2_wait(), info(), privdata::name, octstr_get_cstr, PRIVDATA, server(), and warning().
Referenced by emi2_sender().
|
static |
Definition at line 1357 of file smsc_emi.c.
References privdata::allow_ip, privdata::alt_host, bb_smscconn_killed(), bb_smscconn_send_failed(), clear_sent(), conn_destroy(), smscconn::data, debug(), privdata::deny_ip, emi2_send_loop(), smscconn::flow_mutex, gw_prioqueue_destroy(), gw_prioqueue_remove(), gwthread_join(), gwthread_wakeup(), privdata::host, smscconn::log_idx, log_thread_to(), msg, mutex_lock, mutex_unlock, privdata::my_number, privdata::nadc, privdata::name, privdata::npid, octstr_destroy(), octstr_get_cstr, open_send_connection(), privdata::outgoing_queue, privdata::password, privdata::receiver_thread, privdata::rport, server(), privdata::shutdown, SMSCCONN_DEAD, SMSCCONN_FAILED_SHUTDOWN, smscconn::status, and privdata::username.
Referenced by smsc_emi2_create().
|
static |
Definition at line 939 of file smsc_emi.c.
References conn_wait(), emi2_can_send, EMI2_CONNERR, EMI2_SENDREQ, EMI2_SMSCREQ, EMI2_TIMEOUT, gw_prioqueue_len(), gwthread_sleep(), PRIVDATA, and server().
Referenced by emi2_send_loop().
|
static |
Definition at line 578 of file smsc_emi.c.
References privdata::alt_charset, bb_smscconn_receive(), charset_gsm_to_utf8(), charset_nrc_iso_21_german_to_gsm(), smscconn::data, date_convert_universal(), universaltime::day, dcs_to_fields(), DLR_BUFFERED, DLR_FAIL, dlr_find(), DLR_SUCCESS, E01_ADC, E01_AMSG, E01_MT, E01_OADC, E50_ADC, E50_AMSG, E50_DST, E50_MT, E50_OADC, E50_SCTS, E50_TMSG, E50_XSER, emi2_emimsg_send(), EMI_NRC_ISO_21, emimsg_create_reply(), emimsg_destroy(), error(), emimsg::fields, universaltime::hour, smscconn::id, info(), universaltime::minute, universaltime::month, msg, msg_create, privdata::name, octstr_copy, octstr_create, octstr_delete(), octstr_destroy(), octstr_duplicate, octstr_get_char(), octstr_get_cstr, octstr_hex_to_binary(), octstr_len(), octstr_parse_long(), emimsg::ot, PRIVDATA, reply(), universaltime::second, server(), emimsg::trn, type, warning(), and universaltime::year.
Referenced by emi2_handle_smscreq(), and emi2_receiver().
Definition at line 232 of file smsc_emi.c.
References emimsg_create_op(), emimsg::fields, privdata::my_number, privdata::name, octstr_create, octstr_duplicate, octstr_len(), emimsg::trn, and privdata::username.
Referenced by emi2_keepalive_handling().
Definition at line 251 of file smsc_emi.c.
References E60_OADC, E60_ONPI, E60_OTON, E60_PWD, E60_STYP, E60_VERS, emimsg_create_op(), emimsg::fields, privdata::name, octstr_binary_to_hex(), octstr_create, octstr_duplicate, privdata::password, and privdata::username.
Referenced by open_send_connection().
Definition at line 413 of file smsc_emi.c.
References privdata::alt_charset, charset_gsm_to_nrc_iso_21_german(), charset_gsm_truncate(), charset_utf8_to_gsm(), DC_8BIT, DC_UCS2, DLR_IS_BUFFERED, DLR_IS_ENABLED_DEVICE, E50_ADC, E50_AMSG, E50_DD, E50_DDT, E50_MCLS, E50_MT, E50_NADC, E50_NB, E50_NPID, E50_NRQ, E50_NT, E50_OADC, E50_OTOA, E50_RPI, E50_RPID, E50_TMSG, E50_VP, E50_XSER, EMI_NRC_ISO_21, emimsg_create_op(), error(), emimsg::fields, fields_to_dcs(), gw_isdigit(), gw_localtime(), msg, privdata::nadc, privdata::name, privdata::npid, octstr_append(), octstr_append_char(), octstr_append_decimal(), octstr_binary_to_hex(), octstr_check_range(), octstr_create, octstr_delete(), octstr_destroy(), octstr_duplicate, octstr_format(), octstr_get_char(), octstr_get_cstr, octstr_insert_data(), octstr_len(), octstr_truncate(), pack_7bit(), and SMS_PARAM_UNDEFINED.
Referenced by emi2_do_send().
|
static |
Definition at line 267 of file smsc_emi.c.
References privdata::alt_host, privdata::alt_port, bb_smscconn_connected(), bb_smscconn_send_failed(), privdata::can_write, conn_destroy(), conn_open_tcp_with_port(), smscconn::connect_time, smscconn::data, emi2_emimsg_send(), emimsg_destroy(), error(), smscconn::flow_mutex, gw_prioqueue_remove(), gwthread_sleep(), privdata::host, info(), privdata::last_activity_time, make_emi60(), msg, mutex_lock, mutex_unlock, privdata::name, smscconn::name, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), octstr_len(), smscconn::our_host, privdata::our_port, privdata::outgoing_queue, privdata::password, privdata::port, smscconn::reconnect_delay, server(), privdata::shutdown, SMSCCONN_ACTIVE, SMSCCONN_FAILED_TEMPORARILY, SMSCCONN_RECONNECTING, smscconn::status, privdata::username, wait_for_ack(), and privdata::waitack.
Referenced by emi2_sender().
|
static |
Definition at line 384 of file smsc_emi.c.
References octstr_append(), octstr_append_char(), octstr_binary_to_hex(), octstr_create, octstr_delete(), octstr_destroy(), octstr_get_char(), octstr_len(), and octstr_set_char().
Referenced by msg_to_emimsg().
|
static |
Definition at line 1615 of file smsc_emi.c.
References smscconn::data, gw_prioqueue_len(), smscconn::load, and privdata::outgoing_queue.
Referenced by smsc_emi2_create().
|
static |
Definition at line 1573 of file smsc_emi.c.
References bb_smscconn_send_failed(), smscconn::data, debug(), gw_prioqueue_remove(), gwthread_wakeup(), privdata::host, msg, privdata::name, octstr_get_cstr, privdata::outgoing_queue, privdata::receiver_thread, privdata::rport, privdata::shutdown, SMSCCONN_FAILED_SHUTDOWN, SMSCCONN_KILLED_SHUTDOWN, and smscconn::why_killed.
Referenced by smsc_emi2_create().
Definition at line 1629 of file smsc_emi.c.
References add_msg_cb(), allow_ip, privdata::allow_ip, alt_charset, privdata::alt_charset, privdata::alt_host, privdata::alt_port, privdata::can_write, cfg, cfg_get, cfg_get_integer(), privdata::check_time, smscconn::connect_time, smscconn::data, deny_ip, privdata::deny_ip, emi2_listener(), EMI2_MAX_TRN, emi2_open_listening_socket(), emi2_sender(), error(), privdata::flowcontrol, gw_prioqueue_create(), gw_prioqueue_destroy(), gwthread_create, gwthread_join(), gwthread_wakeup(), host, privdata::host, privdata::idle_timeout, info(), privdata::keepalive, privdata::last_activity_time, privdata::listening_socket, privdata::my_number, privdata::nadc, privdata::name, smscconn::name, privdata::npid, octstr_append(), octstr_append_char(), octstr_append_decimal(), octstr_create, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_imm(), octstr_len(), smscconn::our_host, our_port, privdata::our_port, privdata::outgoing_queue, privdata::password, privdata::port, privdata::priv_nexttrn, smscconn::queued, queued_cb(), privdata::receiver_thread, privdata::rport, smscconn::send_msg, privdata::sender_thread, privdata::sendtime, privdata::shutdown, smscconn::shutdown, shutdown_cb(), privdata::slots, sms_priority_compare(), SMSCCONN_CONNECTING, SMSCCONN_DEAD, SMSCCONN_KILLED_CANNOT_CONNECT, start_cb(), smscconn::start_conn, smscconn::status, privdata::unacked, privdata::username, privdata::waitack, privdata::waitack_expire, warning(), smscconn::why_killed, and privdata::window.
Referenced by smscconn_create().
|
static |
Definition at line 1603 of file smsc_emi.c.
References smscconn::data, debug(), gwthread_wakeup(), privdata::name, octstr_get_cstr, privdata::receiver_thread, and privdata::rport.
Referenced by smsc_emi2_create().
|
static |
Definition at line 182 of file smsc_emi.c.
References conn_eof(), conn_error(), conn_read_packet(), conn_wait(), emimsg_destroy(), error(), emimsg::fields, get_fields(), privdata::name, octstr_destroy(), octstr_get_char(), octstr_get_cstr, emimsg::or, emimsg::ot, server(), emimsg::trn, and warning().
Referenced by open_send_connection().