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 | brunet_send_sms (SMSCConn *conn, Msg *sms) |
static Dict * | brunet_parse_body (Octstr *body) |
static void | brunet_parse_reply (SMSCConn *conn, Msg *msg, int status, List *headers, Octstr *body) |
static void | brunet_receive_sms (SMSCConn *conn, HTTPClient *client, List *headers, Octstr *body, List *cgivars) |
static int | brunet_init (SMSCConn *conn, CfgGroup *cfg) |
Variables | |
struct smsc_http_fn_callbacks | smsc_http_brunet_callback |
Definition at line 314 of file brunet.c.
References smscconn::data, error(), smscconn::id, octstr_get_cstr, and conndata::username.
Definition at line 184 of file brunet.c.
References dict_create(), dict_put(), gwlist_destroy(), gwlist_extract_first(), gwlist_len(), octstr_destroy(), octstr_imm(), octstr_len(), octstr_split(), and octstr_split_words().
Referenced by brunet_parse_reply().
|
static |
Definition at line 211 of file brunet.c.
References bb_smscconn_send_failed(), bb_smscconn_sent(), brunet_parse_body(), dict_destroy(), dict_get(), error(), HTTP_ACCEPTED, HTTP_OK, smscconn::id, msg, octstr_case_compare(), octstr_duplicate, octstr_get_cstr, octstr_imm(), SMSCCONN_FAILED_MALFORMED, and SMSCCONN_FAILED_REJECTED.
|
static |
Definition at line 246 of file brunet.c.
References bb_smscconn_receive(), client(), coding, smscconn::data, debug(), error(), from, gwlist_create, http_cgi_variable(), http_destroy_headers(), http_header_add(), HTTP_OK, http_send_reply(), smscconn::id, msg, msg_create, octstr_compare(), octstr_create, octstr_destroy(), octstr_duplicate, octstr_get_cstr, text, and conndata::username.
Definition at line 81 of file brunet.c.
References smscconn::data, DC_7BIT, DC_8BIT, DC_UNDEF, debug(), fields_to_dcs(), http_create_empty_headers(), http_destroy_headers(), HTTP_METHOD_GET, conndata::http_ref, http_start_request(), smscconn::id, octstr_create, octstr_destroy(), octstr_format(), octstr_format_append(), octstr_get_cstr, octstr_imm(), octstr_len(), octstr_replace(), octstr_search(), octstr_url_decode(), conndata::send_url, SMS_PARAM_UNDEFINED, url, conndata::username, UUID_STR_LEN, and uuid_unparse().
struct smsc_http_fn_callbacks smsc_http_brunet_callback |