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 "msg.h"
#include "sms.h"
#include "dlr.h"
#include "urltrans.h"
#include "meta_data.h"
#include "../smsc_http_p.h"
Go to the source code of this file.
Functions | |
static int | clickatell_send_sms (SMSCConn *conn, Msg *sms) |
static Dict * | clickatell_parse_body (Octstr *body) |
static void | clickatell_parse_reply (SMSCConn *conn, Msg *msg, int status, List *headers, Octstr *body) |
static void | clickatell_receive_sms (SMSCConn *conn, HTTPClient *client, List *headers, Octstr *body, List *cgivars) |
Variables | |
struct smsc_http_fn_callbacks | smsc_http_clickatell_callback |
Definition at line 161 of file clickatell.c.
References dict_create(), dict_put(), gwlist_destroy(), gwlist_extract_first(), gwlist_len(), octstr_compare(), octstr_destroy(), octstr_imm(), and octstr_split_words().
Referenced by clickatell_parse_reply().
|
static |
Definition at line 188 of file clickatell.c.
References bb_smscconn_send_failed(), bb_smscconn_sent(), clickatell_parse_body(), dict_destroy(), dict_get(), dlr_add(), DLR_IS_ENABLED_DEVICE, error(), HTTP_ACCEPTED, HTTP_OK, smscconn::id, msg, octstr_duplicate, octstr_get_cstr, octstr_imm(), SMSCCONN_FAILED_MALFORMED, and SMSCCONN_FAILED_REJECTED.
|
static |
Definition at line 221 of file clickatell.c.
References bb_smscconn_receive(), charset, client(), debug(), DLR_BUFFERED, DLR_EXPIRED, DLR_FAIL, dlr_find(), DLR_SUCCESS, DLR_UNKNOWN, error(), from, gw_mktime(), gwlist_create, http_cgi_variable(), http_destroy_headers(), HTTP_FORBIDDEN, http_header_add(), HTTP_OK, http_send_reply(), HTTP_UNAUTHORIZED, smscconn::id, mo, msg_create, octstr_create, octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_len(), report_mo, and text.
Definition at line 78 of file clickatell.c.
References conndata::alt_charset, smscconn::data, DC_8BIT, DC_UCS2, debug(), DLR_BUFFERED, DLR_EXPIRED, DLR_FAIL, DLR_IS_ENABLED_DEVICE, DLR_SUCCESS, http_create_empty_headers(), http_destroy_headers(), HTTP_METHOD_GET, conndata::http_ref, http_start_request(), smscconn::id, conndata::mobile_originated, conndata::no_sender, octstr_append_cstr(), octstr_create, octstr_destroy(), octstr_format(), octstr_format_append(), octstr_get_cstr, octstr_imm(), octstr_len(), octstr_replace(), conndata::password, conndata::send_url, SMS_PARAM_UNDEFINED, conndata::system_id, url, conndata::username, UUID_STR_LEN, and uuid_unparse().
struct smsc_http_fn_callbacks smsc_http_clickatell_callback |
Definition at line 345 of file clickatell.c.