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 Octstr * | parse_xml_tag (Octstr *body, Octstr *tag) |
static int | xidris_send_sms (SMSCConn *conn, Msg *sms) |
static void | xidris_parse_reply (SMSCConn *conn, Msg *msg, int status, List *headers, Octstr *body) |
static void | xidris_receive_sms (SMSCConn *conn, HTTPClient *client, List *headers, Octstr *body, List *cgivars) |
static int | xidris_init (SMSCConn *conn, CfgGroup *cfg) |
Variables | |
struct smsc_http_fn_callbacks | smsc_http_xidris_callback |
Definition at line 80 of file xidris.c.
References octstr_copy, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_len(), octstr_search(), octstr_strip_blanks(), and octstr_strip_crlfs().
Referenced by xidris_parse_reply().
Definition at line 327 of file xidris.c.
References smscconn::data, error(), smscconn::id, octstr_get_cstr, conndata::password, and conndata::username.
|
static |
Definition at line 171 of file xidris.c.
References bb_smscconn_send_failed(), bb_smscconn_sent(), code, dlr_add(), DLR_IS_ENABLED_DEVICE, error(), HTTP_ACCEPTED, HTTP_OK, smscconn::id, msg, octstr_case_compare(), octstr_create, octstr_destroy(), octstr_dump, octstr_duplicate, octstr_get_cstr, octstr_imm(), parse_xml_tag(), SMSCCONN_FAILED_MALFORMED, and SMSCCONN_FAILED_REJECTED.
|
static |
Definition at line 214 of file xidris.c.
References account, bb_smscconn_receive(), client(), coding, smscconn::data, debug(), DLR_BUFFERED, DLR_FAIL, dlr_find(), DLR_SUCCESS, error(), from, gwlist_create, HTTP_BAD_REQUEST, http_cgi_variable(), http_destroy_headers(), HTTP_FORBIDDEN, HTTP_OK, http_send_reply(), HTTP_UNAUTHORIZED, smscconn::id, msg, msg_create, octstr_compare(), octstr_create, octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_imm(), conndata::password, report_mo, text, and conndata::username.
Definition at line 108 of file xidris.c.
References smscconn::data, debug(), fields_to_dcs(), gwlist_create, http_destroy_headers(), HTTP_METHOD_GET, conndata::http_ref, http_start_request(), smscconn::id, octstr_append(), octstr_destroy(), octstr_duplicate, octstr_format(), octstr_format_append(), octstr_get_cstr, octstr_imm(), octstr_len(), octstr_url_decode(), conndata::password, conndata::send_url, url, and conndata::username.
struct smsc_http_fn_callbacks smsc_http_xidris_callback |