Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <smsc_http_p.h>
Data Fields | |
HTTPCaller * | http_ref |
long | receive_thread |
long | send_cb_thread |
long | sender_thread |
volatile int | shutdown |
long | port |
Octstr * | allow_ip |
Octstr * | send_url |
Octstr * | dlr_url |
Counter * | open_sends |
Semaphore * | max_pending_sends |
Octstr * | username |
Octstr * | password |
int | no_sender |
int | no_coding |
int | no_sep |
int | use_post |
Octstr * | alt_charset |
List * | msg_to_send |
Octstr * | system_id |
int | mobile_originated |
struct smsc_http_fn_callbacks * | callbacks |
void * | data |
Definition at line 85 of file smsc_http_p.h.
Octstr* conndata::allow_ip |
Definition at line 92 of file smsc_http_p.h.
Referenced by conndata_destroy(), httpsmsc_receiver(), and smsc_http_create().
Octstr* conndata::alt_charset |
Definition at line 103 of file smsc_http_p.h.
Referenced by clickatell_send_sms(), conndata_destroy(), generic_receive_sms(), generic_send_sms(), httpsmsc_send(), and smsc_http_create().
struct smsc_http_fn_callbacks* conndata::callbacks |
Definition at line 111 of file smsc_http_p.h.
Referenced by httpsmsc_receiver(), httpsmsc_send(), httpsmsc_send_cb(), httpsmsc_sender(), and smsc_http_create().
void* conndata::data |
Definition at line 114 of file smsc_http_p.h.
Referenced by generic_destroy(), generic_init(), generic_parse_reply(), generic_receive_sms(), and smsc_http_create().
Octstr* conndata::dlr_url |
Definition at line 94 of file smsc_http_p.h.
Referenced by conndata_destroy(), kannel_send_sms(), and smsc_http_create().
HTTPCaller* conndata::http_ref |
Definition at line 86 of file smsc_http_p.h.
Referenced by brunet_send_sms(), clickatell_send_sms(), conndata_destroy(), generic_send_sms(), httpsmsc_receiver(), httpsmsc_send_cb(), httpsmsc_sender(), kannel_send_sms(), smsc_http_create(), and xidris_send_sms().
Semaphore* conndata::max_pending_sends |
Definition at line 96 of file smsc_http_p.h.
Referenced by conndata_destroy(), httpsmsc_send_cb(), httpsmsc_sender(), and smsc_http_create().
int conndata::mobile_originated |
Definition at line 108 of file smsc_http_p.h.
Referenced by clickatell_send_sms(), and smsc_http_create().
List* conndata::msg_to_send |
Definition at line 104 of file smsc_http_p.h.
Referenced by conndata_destroy(), httpsmsc_queued(), httpsmsc_send(), httpsmsc_sender(), httpsmsc_shutdown(), and smsc_http_create().
int conndata::no_coding |
Definition at line 100 of file smsc_http_p.h.
Referenced by kannel_send_sms(), and smsc_http_create().
int conndata::no_sender |
Definition at line 99 of file smsc_http_p.h.
Referenced by clickatell_send_sms(), kannel_send_sms(), and smsc_http_create().
int conndata::no_sep |
Definition at line 101 of file smsc_http_p.h.
Referenced by kannel_send_sms(), and smsc_http_create().
Counter* conndata::open_sends |
Definition at line 95 of file smsc_http_p.h.
Referenced by conndata_destroy(), httpsmsc_receiver(), httpsmsc_send_cb(), httpsmsc_sender(), and smsc_http_create().
Octstr* conndata::password |
Definition at line 98 of file smsc_http_p.h.
Referenced by clickatell_send_sms(), conndata_destroy(), generic_receive_sms(), kannel_receive_sms(), kannel_send_sms(), smsc_http_create(), xidris_init(), xidris_receive_sms(), and xidris_send_sms().
long conndata::port |
Definition at line 91 of file smsc_http_p.h.
Referenced by httpsmsc_receiver(), httpsmsc_sender(), httpsmsc_shutdown(), and smsc_http_create().
long conndata::receive_thread |
Definition at line 87 of file smsc_http_p.h.
Referenced by httpsmsc_shutdown(), and smsc_http_create().
long conndata::send_cb_thread |
Definition at line 88 of file smsc_http_p.h.
Referenced by httpsmsc_receiver(), httpsmsc_sender(), and smsc_http_create().
Octstr* conndata::send_url |
Definition at line 93 of file smsc_http_p.h.
Referenced by brunet_send_sms(), clickatell_send_sms(), conndata_destroy(), generic_send_sms(), kannel_send_sms(), smsc_http_create(), and xidris_send_sms().
long conndata::sender_thread |
Definition at line 89 of file smsc_http_p.h.
Referenced by httpsmsc_receiver(), httpsmsc_shutdown(), and smsc_http_create().
volatile int conndata::shutdown |
Definition at line 90 of file smsc_http_p.h.
Referenced by httpsmsc_receiver(), httpsmsc_send_cb(), httpsmsc_sender(), httpsmsc_shutdown(), and smsc_http_create().
Octstr* conndata::system_id |
Definition at line 107 of file smsc_http_p.h.
Referenced by clickatell_send_sms(), conndata_destroy(), and smsc_http_create().
int conndata::use_post |
Definition at line 102 of file smsc_http_p.h.
Referenced by generic_receive_sms(), generic_send_sms(), and smsc_http_create().
Octstr* conndata::username |
Definition at line 97 of file smsc_http_p.h.
Referenced by brunet_init(), brunet_receive_sms(), brunet_send_sms(), clickatell_send_sms(), conndata_destroy(), generic_receive_sms(), kannel_receive_sms(), kannel_send_sms(), smsc_http_create(), xidris_init(), xidris_receive_sms(), and xidris_send_sms().