Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Data Fields | |
Connection * | smpp_connection |
Connection * | bearerbox_connection |
smpp_login | login_type |
int | logged_in |
int | is_wap |
long | id |
int | load |
int | version |
Octstr * | alt_charset |
time_t | connect_time |
Counter * | smpp_pdu_counter |
Octstr * | client_ip |
List * | incoming |
List * | retry |
List * | outgoing |
Dict * | sent |
Semaphore * | pending |
volatile sig_atomic_t | alive |
Octstr * | boxc_id |
Octstr * | sms_service |
Octstr * | route_to_smsc |
Dict * | msg_acks |
Dict * | deliver_acks |
time_t | last_pdu_received |
volatile int | routable |
Octstr * | service_type |
long | source_addr_ton |
long | source_addr_npi |
int | autodetect_addr |
long | dest_addr_ton |
long | dest_addr_npi |
int | alt_dcs |
int | validityperiod |
int | priority |
int | mo_recode |
Connection * | smsbox_connection |
Connection * | conn |
Definition at line 141 of file opensmppbox.c.
volatile sig_atomic_t _boxc::alive |
Definition at line 159 of file opensmppbox.c.
Referenced by bearerbox_to_smpp(), bearerbox_to_smsbox(), bearerbox_to_sql(), boxc_create(), boxc_receiver(), boxc_sender(), boxc_status(), check_login(), find_receiver_box(), handle_pdu(), read_from_box(), run_wapbox(), smpp_to_bearerbox(), smsbox_to_bearerbox(), sql_list(), sql_single(), sql_to_bearerbox(), and wdp_to_wapboxes().
Octstr* _boxc::alt_charset |
Definition at line 150 of file opensmppbox.c.
Referenced by boxc_create(), boxc_destroy(), data_sm_to_msg(), msg_to_pdu(), and pdu_to_msg().
int _boxc::alt_dcs |
Definition at line 176 of file opensmppbox.c.
Referenced by boxc_create(), and msg_to_pdu().
int _boxc::autodetect_addr |
Definition at line 173 of file opensmppbox.c.
Referenced by boxc_create(), and msg_to_pdu().
Connection * _boxc::bearerbox_connection |
Definition at line 143 of file opensmppbox.c.
Referenced by bearerbox_to_smpp(), bearerbox_to_smsbox(), bearerbox_to_sql(), boxc_create(), boxc_destroy(), check_login(), handle_pdu(), identify_to_bearerbox(), run_smppbox(), run_sqlbox(), smpp_to_bearerbox(), smsbox_to_bearerbox(), sql_list(), sql_single(), and sql_to_bearerbox().
Octstr * _boxc::boxc_id |
Definition at line 160 of file opensmppbox.c.
Referenced by bearerbox_to_smpp(), boxc_create(), boxc_destroy(), boxc_receiver(), boxc_route_msg_to_smsc(), boxc_status(), check_login(), check_multipart(), data_sm_to_msg(), find_receiver_box(), handle_pdu(), identify_to_bearerbox(), msg_to_pdu(), pdu_to_msg(), read_pdu(), route_incoming_to_boxc(), run_smppbox(), run_smsbox(), send_msg(), smsbox_to_bearerbox(), and sql_to_bearerbox().
Octstr * _boxc::client_ip |
Definition at line 153 of file opensmppbox.c.
Referenced by boxc_create(), boxc_destroy(), boxc_receiver(), boxc_sender(), boxc_status(), check_login(), read_from_box(), run_smppbox(), run_smsbox(), run_sqlbox(), run_wapbox(), send_msg(), smsbox_to_bearerbox(), and sql_to_bearerbox().
Connection* _boxc::conn |
Definition at line 136 of file bb_boxc.c.
Referenced by accept_boxc(), boxc_create(), boxc_destroy(), boxc_sender(), boxc_status(), read_from_box(), and send_msg().
time_t _boxc::connect_time |
Definition at line 151 of file opensmppbox.c.
Referenced by boxc_create(), boxc_status(), and sql_to_bearerbox().
Dict* _boxc::deliver_acks |
Definition at line 164 of file opensmppbox.c.
Referenced by bearerbox_to_smpp(), boxc_create(), boxc_destroy(), and handle_pdu().
long _boxc::dest_addr_npi |
Definition at line 175 of file opensmppbox.c.
Referenced by boxc_create(), and msg_to_pdu().
long _boxc::dest_addr_ton |
Definition at line 174 of file opensmppbox.c.
Referenced by boxc_create(), and msg_to_pdu().
long _boxc::id |
Definition at line 147 of file opensmppbox.c.
Referenced by boxc_create(), cmp_boxc(), and route_msg().
List * _boxc::incoming |
Definition at line 154 of file opensmppbox.c.
Referenced by boxc_incoming_wdp_queue(), boxc_sender(), boxc_status(), route_incoming_to_boxc(), run_smsbox(), run_wapbox(), sms_to_smsboxes(), and wdp_to_wapboxes().
int _boxc::is_wap |
Definition at line 146 of file opensmppbox.c.
Referenced by boxc_create(), boxc_receiver(), boxc_sent_pop(), boxc_sent_push(), and run_wapbox().
time_t _boxc::last_pdu_received |
Definition at line 165 of file opensmppbox.c.
Referenced by smpp_to_bearerbox().
int _boxc::load |
Definition at line 148 of file opensmppbox.c.
Referenced by boxc_create(), boxc_receiver(), route_incoming_to_boxc(), and route_msg().
int _boxc::logged_in |
Definition at line 145 of file opensmppbox.c.
Referenced by boxc_create(), and handle_pdu().
smpp_login _boxc::login_type |
Definition at line 144 of file opensmppbox.c.
Referenced by check_login(), find_receiver_box(), and handle_pdu().
int _boxc::mo_recode |
Definition at line 179 of file opensmppbox.c.
Referenced by bearerbox_to_smpp(), and boxc_create().
Dict* _boxc::msg_acks |
Definition at line 163 of file opensmppbox.c.
Referenced by bearerbox_to_smpp(), boxc_create(), boxc_destroy(), and handle_pdu().
List * _boxc::outgoing |
Definition at line 156 of file opensmppbox.c.
Referenced by boxc_receiver(), run_smsbox(), and run_wapbox().
Semaphore * _boxc::pending |
Definition at line 158 of file opensmppbox.c.
Referenced by boxc_sent_pop(), boxc_sent_push(), and run_smsbox().
int _boxc::priority |
Definition at line 178 of file opensmppbox.c.
Referenced by boxc_create(), and msg_to_pdu().
List * _boxc::retry |
Definition at line 155 of file opensmppbox.c.
Referenced by boxc_receiver(), boxc_sender(), run_smsbox(), and run_wapbox().
volatile int _boxc::routable |
Definition at line 167 of file opensmppbox.c.
Referenced by boxc_create(), boxc_receiver(), boxc_sender(), and route_incoming_to_boxc().
Octstr* _boxc::route_to_smsc |
Definition at line 162 of file opensmppbox.c.
Referenced by boxc_create(), boxc_destroy(), and boxc_route_msg_to_smsc().
Dict * _boxc::sent |
Definition at line 157 of file opensmppbox.c.
Referenced by boxc_sent_pop(), boxc_sent_push(), boxc_status(), and run_smsbox().
Octstr* _boxc::service_type |
Definition at line 170 of file opensmppbox.c.
Referenced by boxc_create(), and msg_to_pdu().
Connection* _boxc::smpp_connection |
Definition at line 142 of file opensmppbox.c.
Referenced by accept_smpp(), bearerbox_to_smpp(), boxc_create(), boxc_destroy(), check_login(), and smpp_to_bearerbox().
Counter* _boxc::smpp_pdu_counter |
Definition at line 152 of file opensmppbox.c.
Referenced by boxc_create(), boxc_destroy(), and msg_to_pdu().
Octstr* _boxc::sms_service |
Definition at line 161 of file opensmppbox.c.
Referenced by boxc_create(), boxc_destroy(), handle_pdu(), and pdu_to_msg().
Connection* _boxc::smsbox_connection |
Definition at line 101 of file sqlbox.c.
Referenced by accept_boxc(), bearerbox_to_smsbox(), boxc_create(), boxc_destroy(), smsbox_to_bearerbox(), and sql_to_bearerbox().
long _boxc::source_addr_npi |
Definition at line 172 of file opensmppbox.c.
Referenced by boxc_create(), and msg_to_pdu().
long _boxc::source_addr_ton |
Definition at line 171 of file opensmppbox.c.
Referenced by boxc_create(), and msg_to_pdu().
int _boxc::validityperiod |
Definition at line 177 of file opensmppbox.c.
Referenced by boxc_create().
int _boxc::version |
Definition at line 149 of file opensmppbox.c.
Referenced by boxc_create(), data_sm_to_msg(), handle_pdu(), msg_to_pdu(), and pdu_to_msg().