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 "gwlib/gwlib.h"
#include "smscconn.h"
#include "smscconn_p.h"
#include "bb_smscconn_cb.h"
#include "msg.h"
#include "sms.h"
#include "dlr.h"
Go to the source code of this file.
Data Structures | |
struct | cgwop |
struct | privdata |
Macros | |
#define | CGW_DEFPORT 21772 |
#define | CGW_EOL 0x0A |
#define | CGW_TRN_MAX 500 /* Size of our internal message buffer. */ |
#define | CGWOP_MAXARGS 10 /* max. number of name:value pairs in cgwop */ |
#define | CGW_OP_NOP 0 /* this doesn't really exist.. */ |
#define | CGW_OP_MSG 1 |
#define | CGW_OP_OK 2 |
#define | CGW_OP_ERR 3 |
#define | CGW_OP_DELIVERY 4 |
#define | CGW_OP_HELLO 5 |
#define | CGW_OP_STATUS 6 |
Typedefs | |
typedef struct privdata | PrivData |
Variables | |
static char * | cgw_ops [6] = {"nop", "msg", "ok", "err", "delivery", "hello"} |
#define CGW_DEFPORT 21772 |
Definition at line 123 of file smsc_cgw.c.
Referenced by smsc_cgw_create().
#define CGW_EOL 0x0A |
Definition at line 124 of file smsc_cgw.c.
Referenced by cgw_encode_msg(), and cgwop_tostr().
#define CGW_OP_DELIVERY 4 |
Definition at line 135 of file smsc_cgw.c.
Referenced by cgw_handle_op(), and cgw_read_op().
#define CGW_OP_ERR 3 |
Definition at line 134 of file smsc_cgw.c.
Referenced by cgw_handle_op(), and cgw_read_op().
#define CGW_OP_HELLO 5 |
Definition at line 136 of file smsc_cgw.c.
Referenced by cgw_handle_op(), and cgw_read_op().
#define CGW_OP_MSG 1 |
Definition at line 132 of file smsc_cgw.c.
Referenced by cgw_handle_op(), cgw_read_op(), and msg_to_cgwop().
#define CGW_OP_NOP 0 /* this doesn't really exist.. */ |
Definition at line 131 of file smsc_cgw.c.
Referenced by cgw_read_op().
#define CGW_OP_OK 2 |
Definition at line 133 of file smsc_cgw.c.
Referenced by cgw_handle_op(), and cgw_read_op().
#define CGW_OP_STATUS 6 |
Definition at line 137 of file smsc_cgw.c.
Referenced by cgw_handle_op(), and cgw_read_op().
#define CGW_TRN_MAX 500 /* Size of our internal message buffer. */ |
Definition at line 125 of file smsc_cgw.c.
Referenced by cgw_check_acks(), cgw_handle_op(), cgw_send_loop(), and smsc_cgw_create().
Definition at line 127 of file smsc_cgw.c.
Referenced by cgwop_add(), and cgwop_create().
Definition at line 549 of file smsc_cgw.c.
References smscconn::data, gwlist_produce(), gwthread_wakeup(), msg_duplicate(), privdata::outgoing_queue, and privdata::sender_thread.
Referenced by smsc_cgw_create().
void cgw_check_acks | ( | PrivData * | privdata | ) |
Definition at line 787 of file smsc_cgw.c.
References CGW_TRN_MAX, privdata::check_time, gwlist_produce(), privdata::outgoing_queue, privdata::sendmsg, privdata::sendtime, privdata::unacked, privdata::waitack, and warning().
Referenced by cgw_sender().
Definition at line 354 of file smsc_cgw.c.
References octstr_delete(), octstr_imm(), octstr_insert(), and octstr_search().
Referenced by cgw_handle_op().
Definition at line 312 of file smsc_cgw.c.
References CGW_EOL, octstr_delete(), octstr_imm(), octstr_insert(), octstr_insert_data(), octstr_len(), and octstr_search_char().
Referenced by msg_to_cgwop().
|
static |
Definition at line 1064 of file smsc_cgw.c.
References bb_smscconn_receive(), bb_smscconn_send_failed(), bb_smscconn_sent(), cgw_decode_msg(), CGW_OP_DELIVERY, CGW_OP_ERR, CGW_OP_HELLO, CGW_OP_MSG, CGW_OP_OK, CGW_OP_STATUS, CGW_TRN_MAX, cgwop_add(), cgwop_create(), cgwop_destroy(), cgwop_get(), cgwop_send(), smscconn::data, privdata::dlr, dlr_add(), DLR_BUFFERED, DLR_FAIL, dlr_find(), DLR_IS_ENABLED_DEVICE, DLR_SUCCESS, from, smscconn::id, info(), msg, msg_create, octstr_append(), octstr_append_char(), octstr_append_decimal(), octstr_create, octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_imm(), octstr_parse_long(), cgwop::op, reply(), privdata::sendmsg, privdata::sendtime, server(), SMSCCONN_FAILED_REJECTED, cgwop::trn, and privdata::unacked.
Referenced by cgw_receiver(), and cgw_wait_command().
|
static |
Definition at line 967 of file smsc_cgw.c.
References privdata::allow_ip, cgw_receiver(), conn_claim(), conn_destroy(), conn_wrap_fd(), smscconn::data, privdata::deny_ip, error(), gwthread_pollfd(), gwthread_wakeup(), host_ip(), info(), is_allowed_ip(), privdata::listening_socket, smscconn::log_idx, log_thread_to(), octstr_destroy(), octstr_get_cstr, POLLIN, privdata::sender_thread, server(), privdata::shutdown, and warning().
Referenced by smsc_cgw_create().
Definition at line 945 of file smsc_cgw.c.
References error(), privdata::listening_socket, make_server_socket(), octstr_get_cstr, smscconn::our_host, privdata::rport, and socket_set_blocking().
Referenced by smsc_cgw_create().
|
static |
Definition at line 681 of file smsc_cgw.c.
References bb_smscconn_connected(), bb_smscconn_send_failed(), conn_destroy(), conn_open_tcp_with_port(), smscconn::connect_time, smscconn::data, error(), smscconn::flow_mutex, gwlist_extract_first(), gwthread_sleep(), privdata::host, info(), msg, mutex_lock, mutex_unlock, octstr_get_cstr, smscconn::our_host, privdata::our_port, privdata::outgoing_queue, privdata::port, server(), privdata::shutdown, SMSCCONN_ACTIVE, SMSCCONN_FAILED_TEMPORARILY, SMSCCONN_RECONNECTING, and smscconn::status.
Referenced by cgw_sender().
|
static |
Definition at line 599 of file smsc_cgw.c.
References smscconn::data, gwlist_len(), smscconn::load, and privdata::outgoing_queue.
Referenced by smsc_cgw_create().
struct cgwop * cgw_read_op | ( | PrivData * | privdata, |
SMSCConn * | conn, | ||
Connection * | server, | ||
time_t | timeout | ||
) |
Definition at line 856 of file smsc_cgw.c.
References CGW_OP_DELIVERY, CGW_OP_ERR, CGW_OP_HELLO, CGW_OP_MSG, CGW_OP_NOP, CGW_OP_OK, CGW_OP_STATUS, cgwop_add(), cgwop_create(), conn_read_line(), info(), name, octstr_compare(), octstr_copy, octstr_destroy(), octstr_get_cstr, octstr_imm(), octstr_len(), octstr_search_char(), cgwop::op, server(), and cgwop::value.
Referenced by cgw_receiver(), and cgw_wait_command().
|
static |
Definition at line 1029 of file smsc_cgw.c.
References cgw_handle_op(), cgw_read_op(), cgwop_destroy(), conn_eof(), conn_error(), conn_wait(), smscconn::data, error(), info(), server(), and privdata::shutdown.
Referenced by cgw_listener().
|
static |
Definition at line 739 of file smsc_cgw.c.
References CGW_TRN_MAX, cgwop_destroy(), cgwop_send(), smscconn::data, gwlist_extract_first(), gwlist_produce(), info(), msg, msg_to_cgwop(), privdata::nexttrn, privdata::outgoing_queue, privdata::sendmsg, privdata::sendtime, server(), and privdata::unacked.
Referenced by cgw_sender().
|
static |
Definition at line 616 of file smsc_cgw.c.
References privdata::allow_ip, bb_smscconn_connected(), bb_smscconn_killed(), bb_smscconn_send_failed(), cgw_check_acks(), cgw_open_send_connection(), cgw_send_loop(), cgw_wait_command(), conn_destroy(), smscconn::data, debug(), privdata::deny_ip, error(), smscconn::flow_mutex, gwlist_destroy(), gwlist_extract_first(), gwlist_len(), privdata::host, smscconn::log_idx, log_thread_to(), msg, mutex_lock, mutex_unlock, octstr_destroy(), privdata::outgoing_queue, server(), privdata::shutdown, SMSCCONN_ACTIVE, SMSCCONN_CONNECTING, SMSCCONN_DEAD, SMSCCONN_FAILED_SHUTDOWN, SMSCCONN_RECONNECTING, and smscconn::status.
Referenced by smsc_cgw_create().
|
static |
Definition at line 562 of file smsc_cgw.c.
References bb_smscconn_send_failed(), smscconn::data, debug(), gwlist_extract_first(), gwthread_wakeup(), msg, privdata::outgoing_queue, privdata::receiver_thread, privdata::rport, privdata::shutdown, SMSCCONN_FAILED_SHUTDOWN, SMSCCONN_KILLED_SHUTDOWN, and smscconn::why_killed.
Referenced by smsc_cgw_create().
|
static |
Definition at line 588 of file smsc_cgw.c.
References smscconn::data, debug(), gwthread_wakeup(), privdata::receiver_thread, and privdata::rport.
Referenced by smsc_cgw_create().
int cgw_wait_command | ( | PrivData * | privdata, |
SMSCConn * | conn, | ||
Connection * | server, | ||
int | timeout | ||
) |
Definition at line 811 of file smsc_cgw.c.
References cgw_handle_op(), cgw_read_op(), cgwop_destroy(), conn_eof(), conn_error(), conn_wait(), error(), gwthread_pollfd(), info(), POLLIN, privdata::send_socket, server(), SMSCCONN_DISCONNECTED, and smscconn::status.
Referenced by cgw_sender().
Definition at line 199 of file smsc_cgw.c.
References CGWOP_MAXARGS, info(), cgwop::name, name, cgwop::num_fields, octstr_duplicate, and cgwop::value.
Referenced by cgw_handle_op(), cgw_read_op(), cgwop_create(), and msg_to_cgwop().
|
static |
Definition at line 214 of file smsc_cgw.c.
References cgwop_add(), CGWOP_MAXARGS, cgwop::name, cgwop::num_fields, octstr_append_decimal(), octstr_create, octstr_destroy(), octstr_imm(), cgwop::op, cgwop::trn, and cgwop::value.
Referenced by cgw_handle_op(), cgw_read_op(), and msg_to_cgwop().
|
static |
Definition at line 239 of file smsc_cgw.c.
References cgwop::name, cgwop::num_fields, octstr_destroy(), and cgwop::value.
Referenced by cgw_handle_op(), cgw_receiver(), cgw_send_loop(), and cgw_wait_command().
Definition at line 255 of file smsc_cgw.c.
References cgwop::name, name, cgwop::num_fields, octstr_compare(), and cgwop::value.
Referenced by cgw_handle_op().
|
static |
Definition at line 292 of file smsc_cgw.c.
References cgwop_tostr(), conn_write(), and octstr_destroy().
Referenced by cgw_handle_op(), and cgw_send_loop().
Definition at line 265 of file smsc_cgw.c.
References CGW_EOL, cgw_ops, cgwop::name, cgwop::num_fields, octstr_append(), octstr_append_char(), octstr_create, octstr_imm(), cgwop::op, and cgwop::value.
Referenced by cgwop_send().
Definition at line 380 of file smsc_cgw.c.
References privdata::appname, cgw_encode_msg(), CGW_OP_MSG, cgwop_add(), cgwop_create(), DLR_IS_ENABLED_DEVICE, gw_isdigit(), msg, octstr_append(), octstr_binary_to_hex(), octstr_check_range(), octstr_create, octstr_destroy(), octstr_duplicate, octstr_imm(), octstr_len(), and cgwop::trn.
Referenced by cgw_send_loop().
Definition at line 431 of file smsc_cgw.c.
References allow_ip, privdata::allow_ip, privdata::appname, cfg, cfg_get, cfg_get_integer(), cgw_add_msg_cb(), CGW_DEFPORT, cgw_listener(), cgw_open_listening_socket(), cgw_queued_cb(), cgw_sender(), cgw_shutdown_cb(), cgw_start_cb(), CGW_TRN_MAX, privdata::check_time, smscconn::connect_time, smscconn::data, deny_ip, privdata::deny_ip, privdata::dlr, error(), gwlist_create, gwlist_destroy(), gwthread_create, host, privdata::host, info(), privdata::listening_socket, smscconn::name, privdata::nexttrn, octstr_create, octstr_destroy(), octstr_format(), octstr_imm(), our_port, privdata::our_port, privdata::outgoing_queue, privdata::port, smscconn::queued, privdata::receiver_thread, privdata::rport, smscconn::send_msg, privdata::sender_thread, privdata::sendtime, privdata::shutdown, smscconn::shutdown, SMSCCONN_CONNECTING, SMSCCONN_DEAD, SMSCCONN_KILLED_CANNOT_CONNECT, smscconn::start_conn, smscconn::status, privdata::waitack, and smscconn::why_killed.
Referenced by smscconn_create().
Definition at line 148 of file smsc_cgw.c.
Referenced by cgwop_tostr().