Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "gwlib/gwlib.h"
#include "smscconn.h"
#include "smscconn_p.h"
#include "bb_smscconn_cb.h"
#include "smsc.h"
#include "smsc_p.h"
Go to the source code of this file.
Data Structures | |
struct | smsc_wrapper |
Typedefs | |
typedef struct smsc_wrapper | SmscWrapper |
Functions | |
static void | smscwrapper_destroy (SmscWrapper *wrap) |
static int | reconnect (SMSCConn *conn) |
static Msg * | sms_receive (SMSCConn *conn) |
static void | wrapper_receiver (void *arg) |
static int | sms_send (SMSCConn *conn, Msg *msg) |
static void | wrapper_sender (void *arg) |
static int | wrapper_add_msg (SMSCConn *conn, Msg *sms) |
static int | wrapper_shutdown (SMSCConn *conn, int finish_sending) |
static void | wrapper_stop (SMSCConn *conn) |
static void | wrapper_start (SMSCConn *conn) |
static long | wrapper_queued (SMSCConn *conn) |
int | smsc_wrapper_create (SMSCConn *conn, CfgGroup *cfg) |
typedef struct smsc_wrapper SmscWrapper |
|
static |
Definition at line 97 of file smsc_wrapper.c.
References bb_smscconn_connected(), bb_smscconn_send_failed(), smscconn::connect_time, smscconn::data, debug(), error(), smscconn::flow_mutex, gwlist_extract_first(), gwthread_sleep(), info(), msg, mutex_lock, mutex_unlock, smscconn::name, octstr_get_cstr, smsc_wrapper::outgoing_queue, smsc_wrapper::reconnect_mutex, smsc_wrapper::smsc, smsc_reopen(), SMSCCONN_ACTIVE, SMSCCONN_ALIVE, SMSCCONN_DISCONNECTED, SMSCCONN_FAILED_TEMPORARILY, SMSCCONN_RECONNECTING, smscconn::status, and smscconn::why_killed.
Referenced by at2_device_thread(), sms_receive(), and sms_send().
Definition at line 160 of file smsc_wrapper.c.
References smscconn::data, smscconn::id, msg_destroy(), smscconn::name, octstr_duplicate, octstr_get_cstr, reconnect(), smsc_wrapper::smsc, smscconn_shutdown(), smscenter_pending_smsmessage(), smscenter_receive_msg(), and warning().
Referenced by wrapper_receiver().
Definition at line 235 of file smsc_wrapper.c.
References bb_smscconn_send_failed(), bb_smscconn_sent(), smscconn::data, debug(), msg, smscconn::name, octstr_create, octstr_get_cstr, reconnect(), smsc_wrapper::smsc, SMSCCONN_FAILED_REJECTED, smscconn_shutdown(), and smscenter_submit_msg().
Referenced by wrapper_sender().
Definition at line 397 of file smsc_wrapper.c.
References cfg, smscconn::connect_time, smscconn::data, error(), gwlist_add_producer(), gwlist_create, gwthread_create, smscconn::is_stopped, mutex_create, smscconn::name, octstr_create, smsc_wrapper::outgoing_queue, smscconn::queued, smsc_wrapper::receiver_thread, smsc_wrapper::reconnect_mutex, smscconn::send_msg, smsc_wrapper::sender_thread, smscconn::shutdown, smsc_wrapper::smsc, smsc_name(), smsc_open(), SMSCCONN_ACTIVE, SMSCCONN_DEAD, SMSCCONN_KILLED_CANNOT_CONNECT, smscwrapper_destroy(), smscconn::start_conn, smscconn::status, smscconn::stop_conn, smsc_wrapper::stopped, smscconn::why_killed, wrapper_add_msg(), wrapper_queued(), wrapper_receiver(), wrapper_sender(), wrapper_shutdown(), wrapper_start(), and wrapper_stop().
Referenced by smscconn_create().
|
static |
Definition at line 84 of file smsc_wrapper.c.
References gwlist_destroy(), mutex_destroy(), smsc_wrapper::outgoing_queue, smsc_wrapper::reconnect_mutex, smsc_wrapper::smsc, smsc_close(), and smsc_wrapper::stopped.
Referenced by smsc_wrapper_create(), and wrapper_sender().
Definition at line 337 of file smsc_wrapper.c.
References smscconn::data, gwlist_produce(), msg_duplicate(), and smsc_wrapper::outgoing_queue.
Referenced by smsc_wrapper_create().
|
static |
Definition at line 386 of file smsc_wrapper.c.
References smscconn::data, gwlist_len(), smscconn::load, and smsc_wrapper::outgoing_queue.
Referenced by smsc_wrapper_create().
|
static |
Definition at line 191 of file smsc_wrapper.c.
References bb_smscconn_receive(), smscconn::data, debug(), gwlist_consume(), gwthread_sleep(), smscconn::log_idx, log_thread_to(), msg, smscconn::name, octstr_get_cstr, sms_receive(), SMSCCONN_ALIVE, SMSCCONN_KILLED_SHUTDOWN, smsc_wrapper::stopped, and smscconn::why_killed.
Referenced by smsc_wrapper_create().
|
static |
Definition at line 258 of file smsc_wrapper.c.
References bb_smscconn_killed(), bb_smscconn_send_failed(), smscconn::data, debug(), smscconn::flow_mutex, gwlist_consume(), gwlist_destroy(), gwlist_extract_first(), gwlist_get(), gwlist_len(), gwlist_remove_producer(), gwthread_join(), gwthread_wakeup(), smscconn::is_stopped, smscconn::log_idx, log_thread_to(), msg, msg_destroy(), msg_duplicate(), mutex_lock, mutex_unlock, smscconn::name, octstr_destroy(), octstr_get_cstr, octstr_search_char(), octstr_split_words(), smsc_wrapper::outgoing_queue, smsc_wrapper::receiver_thread, sms_send(), SMSCCONN_DEAD, SMSCCONN_FAILED_SHUTDOWN, SMSCCONN_KILLED_SHUTDOWN, smscwrapper_destroy(), smscconn::status, smsc_wrapper::stopped, and smscconn::why_killed.
Referenced by smsc_wrapper_create().
|
static |
Definition at line 349 of file smsc_wrapper.c.
References bb_smscconn_send_failed(), smscconn::data, debug(), gwlist_extract_first(), gwlist_remove_producer(), gwthread_wakeup(), msg, smscconn::name, octstr_get_cstr, smsc_wrapper::outgoing_queue, smsc_wrapper::receiver_thread, smsc_wrapper::sender_thread, and SMSCCONN_FAILED_SHUTDOWN.
Referenced by smsc_wrapper_create().
|
static |
Definition at line 377 of file smsc_wrapper.c.
References smscconn::data, debug(), gwlist_remove_producer(), and smsc_wrapper::stopped.
Referenced by smsc_wrapper_create().
|
static |
Definition at line 368 of file smsc_wrapper.c.
References smscconn::data, debug(), gwlist_add_producer(), and smsc_wrapper::stopped.
Referenced by smsc_wrapper_create().