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 "dlr.h"
Go to the source code of this file.
Macros | |
#define | O_DESTROY(a) { octstr_destroy(a); a = NULL; } |
Functions | |
static int | msg_cb (SMSCConn *conn, Msg *msg) |
static int | shutdown_cb (SMSCConn *conn, int finish_sending) |
static void | start_cb (SMSCConn *conn) |
static long | queued_cb (SMSCConn *conn) |
int | smsc_loopback_create (SMSCConn *conn, CfgGroup *cfg) |
#define O_DESTROY | ( | a | ) | { octstr_destroy(a); a = NULL; } |
Definition at line 73 of file smsc_loopback.c.
Referenced by msg_cb().
Definition at line 76 of file smsc_loopback.c.
References bb_smscconn_receive(), bb_smscconn_sent(), dlr_add(), DLR_IS_ENABLED_DEVICE, smscconn::id, mo, msg, msg_duplicate(), MSG_PARAM_UNDEFINED, O_DESTROY, octstr_create, octstr_destroy(), octstr_duplicate, smscconn::reroute_to_smsc, uuid_clear(), uuid_generate(), uuid_is_null(), UUID_STR_LEN, and uuid_unparse().
Referenced by smsc_loopback_create().
|
static |
Definition at line 156 of file smsc_loopback.c.
References smscconn::load.
Referenced by smsc_loopback_create().
|
static |
Definition at line 136 of file smsc_loopback.c.
References bb_smscconn_killed(), debug(), smscconn::name, octstr_get_cstr, SMSCCONN_DEAD, SMSCCONN_KILLED_SHUTDOWN, smscconn::status, and smscconn::why_killed.
Referenced by smsc_loopback_create().
Definition at line 165 of file smsc_loopback.c.
References smscconn::connect_time, smscconn::data, smscconn::id, msg_cb(), smscconn::name, octstr_format(), smscconn::queued, queued_cb(), smscconn::send_msg, smscconn::shutdown, shutdown_cb(), SMSCCONN_CONNECTING, start_cb(), smscconn::start_conn, and smscconn::status.
Referenced by smscconn_create().
|
static |
Definition at line 149 of file smsc_loopback.c.
References smscconn::connect_time, SMSCCONN_ACTIVE, and smscconn::status.
Referenced by smsc_loopback_create().