Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "urltrans.h"
#include "gwlib/gwlib.h"
#include "gw/sms.h"
#include "gw/dlr.h"
#include "gw/meta_data.h"
Go to the source code of this file.
Data Structures | |
struct | URLTranslation |
struct | URLTranslationList |
|
static |
Definition at line 1398 of file urltrans.c.
References URLTranslation::accepted_account, URLTranslation::accepted_account_regex, URLTranslation::accepted_smsc, URLTranslation::accepted_smsc_regex, account, URLTranslation::allowed_prefix, URLTranslation::allowed_prefix_regex, URLTranslation::allowed_receiver_prefix_regex, URLTranslation::allowed_recv_prefix, URLTranslation::black_list, URLTranslation::black_list_regex, URLTranslation::denied_prefix, URLTranslation::denied_prefix_regex, URLTranslation::denied_receiver_prefix_regex, URLTranslation::denied_recv_prefix, does_prefix_match(), gwlist_search(), numhash_find_number(), octstr_item_match(), URLTranslation::white_list, and URLTranslation::white_list_regex.
Referenced by find_default_translation(), and find_translation().
|
static |
Definition at line 1373 of file urltrans.c.
References URLTranslation::args, URLTranslation::catch_all, gwlist_len(), and URLTranslation::has_catchall_arg.
Referenced by find_translation().
Definition at line 1586 of file urltrans.c.
References octstr_len(), and octstr_search().
Referenced by create_onetrans().
|
static |
Definition at line 994 of file urltrans.c.
References URLTranslation::accept_x_kannel_headers, URLTranslation::accepted_account, URLTranslation::accepted_account_regex, URLTranslation::accepted_smsc, URLTranslation::accepted_smsc_regex, URLTranslation::allow_ip, URLTranslation::allowed_prefix, URLTranslation::allowed_prefix_regex, URLTranslation::allowed_receiver_prefix_regex, URLTranslation::allowed_recv_prefix, URLTranslation::alt_charset, URLTranslation::args, URLTranslation::assume_plain_text, URLTranslation::black_list, black_list_regex, URLTranslation::black_list_regex, URLTranslation::catch_all, cfg_get, cfg_get_bool(), cfg_get_group_name(), cfg_get_integer(), URLTranslation::concatenation, count_occurences(), URLTranslation::default_sender, URLTranslation::default_smsc, default_smsc(), URLTranslation::denied_prefix, URLTranslation::denied_prefix_regex, URLTranslation::denied_receiver_prefix_regex, URLTranslation::denied_recv_prefix, URLTranslation::deny_ip, destroy_onetrans(), URLTranslation::dlr_mask, DLR_UNDEFINED, URLTranslation::dlr_url, error(), URLTranslation::faked_sender, file, URLTranslation::footer, URLTranslation::forced_priority, URLTranslation::forced_smsc, forced_smsc(), grp_dump(), gwlist_destroy(), gwlist_get(), gwlist_len(), URLTranslation::has_catchall_arg, URLTranslation::header, info(), URLTranslation::keyword_regex, URLTranslation::max_messages, URLTranslation::max_priority, URLTranslation::name, numhash_create(), octstr_append_cstr(), octstr_create, octstr_destroy(), octstr_destroy_item(), octstr_duplicate, octstr_format(), octstr_format_append(), octstr_get_cstr, octstr_imm(), octstr_split(), octstr_str_compare(), URLTranslation::omit_empty, panic, URLTranslation::password, URLTranslation::pattern, URLTranslation::prefix, URLTranslation::send_sender, SMS_PARAM_UNDEFINED, URLTranslation::split_chars, URLTranslation::split_suffix, URLTranslation::strip_keyword, URLTranslation::suffix, text, TRANSTYPE_EXECUTE, TRANSTYPE_FILE, TRANSTYPE_GET_URL, TRANSTYPE_POST_URL, TRANSTYPE_POST_XML, TRANSTYPE_SENDSMS, TRANSTYPE_TEXT, URLTranslation::type, url, URLTranslation::username, warning(), URLTranslation::white_list, white_list_regex, and URLTranslation::white_list_regex.
Referenced by urltrans_add_one().
|
static |
Definition at line 178 of file urltrans.c.
References gwlist_destroy().
Referenced by urltrans_create().
|
static |
Definition at line 1323 of file urltrans.c.
References URLTranslation::accepted_account, URLTranslation::accepted_account_regex, URLTranslation::accepted_smsc, URLTranslation::accepted_smsc_regex, URLTranslation::allow_ip, URLTranslation::allowed_prefix, URLTranslation::allowed_prefix_regex, URLTranslation::allowed_receiver_prefix_regex, URLTranslation::allowed_recv_prefix, URLTranslation::alt_charset, URLTranslation::black_list, URLTranslation::black_list_regex, URLTranslation::default_sender, URLTranslation::default_smsc, URLTranslation::denied_prefix, URLTranslation::denied_prefix_regex, URLTranslation::denied_receiver_prefix_regex, URLTranslation::denied_recv_prefix, URLTranslation::deny_ip, URLTranslation::dlr_url, URLTranslation::faked_sender, URLTranslation::footer, URLTranslation::forced_smsc, gwlist_destroy(), URLTranslation::header, URLTranslation::keyword_regex, URLTranslation::name, numhash_destroy(), octstr_destroy(), octstr_destroy_item(), URLTranslation::password, URLTranslation::pattern, URLTranslation::prefix, URLTranslation::split_chars, URLTranslation::split_suffix, URLTranslation::suffix, URLTranslation::username, URLTranslation::white_list, and URLTranslation::white_list_regex.
Referenced by create_onetrans(), and urltrans_destroy().
|
static |
Definition at line 1561 of file urltrans.c.
References account, check_allowed_translation(), URLTranslationList::defaults, gwlist_get(), and gwlist_len().
Referenced by urltrans_find().
|
static |
List now contains all translations where the keyword of the sms matches the pattern defined by the tranlsation's keyword.
Definition at line 1521 of file urltrans.c.
References check_allowed_translation(), check_num_args(), get_matching_translations(), gwlist_destroy(), gwlist_get(), gwlist_len(), msg, octstr_delete(), octstr_destroy(), octstr_destroy_item(), octstr_duplicate, octstr_len(), octstr_search_char(), and octstr_split_words().
Referenced by urltrans_find().
|
static |
Definition at line 1492 of file urltrans.c.
References debug(), gw_assert(), gwlist_append(), gwlist_create, gwlist_get(), gwlist_len(), URLTranslation::keyword_regex, URLTranslationList::list, msg, URLTranslation::name, and octstr_get_cstr.
Referenced by find_translation().
|
static |
Definition at line 306 of file urltrans.c.
References octstr_delete(), and octstr_get_char().
Referenced by urltrans_get_pattern().
int urltrans_accept_x_kannel_headers | ( | URLTranslation * | t | ) |
Definition at line 950 of file urltrans.c.
References URLTranslation::accept_x_kannel_headers.
Referenced by fill_message().
int urltrans_add_cfg | ( | URLTranslationList * | trans, |
Cfg * | cfg | ||
) |
Definition at line 230 of file urltrans.c.
References cfg, cfg_get_multi_group(), gwlist_destroy(), gwlist_extract_first(), octstr_imm(), and urltrans_add_one().
Referenced by main().
int urltrans_add_one | ( | URLTranslationList * | trans, |
CfgGroup * | grp | ||
) |
Definition at line 205 of file urltrans.c.
References create_onetrans(), URLTranslationList::defaults, dict_get(), dict_put(), gwlist_append(), gwlist_create, URLTranslation::keyword_regex, URLTranslationList::list, URLTranslation::name, URLTranslationList::names, TRANSTYPE_SENDSMS, and URLTranslation::type.
Referenced by urltrans_add_cfg().
Octstr* urltrans_allow_ip | ( | URLTranslation * | t | ) |
Definition at line 885 of file urltrans.c.
References URLTranslation::allow_ip.
Referenced by authorise_username().
Octstr* urltrans_allowed_prefix | ( | URLTranslation * | t | ) |
Definition at line 895 of file urltrans.c.
References URLTranslation::allowed_prefix.
Referenced by smsbox_req_handle().
regex_t* urltrans_allowed_prefix_regex | ( | URLTranslation * | t | ) |
Definition at line 900 of file urltrans.c.
References URLTranslation::allowed_prefix_regex.
Referenced by smsbox_req_handle().
Octstr* urltrans_allowed_recv_prefix | ( | URLTranslation * | t | ) |
Octstr* urltrans_alt_charset | ( | URLTranslation * | t | ) |
Definition at line 855 of file urltrans.c.
References URLTranslation::alt_charset.
Referenced by obey_request_thread(), and url_result_thread().
int urltrans_assume_plain_text | ( | URLTranslation * | t | ) |
Numhash* urltrans_black_list | ( | URLTranslation * | t | ) |
Definition at line 935 of file urltrans.c.
References URLTranslation::black_list.
Referenced by smsbox_req_handle().
regex_t* urltrans_black_list_regex | ( | URLTranslation * | t | ) |
Definition at line 940 of file urltrans.c.
References URLTranslation::black_list_regex.
Referenced by smsbox_req_handle().
int urltrans_concatenation | ( | URLTranslation * | t | ) |
Definition at line 825 of file urltrans.c.
References URLTranslation::concatenation.
Referenced by send_message().
URLTranslationList* urltrans_create | ( | void | ) |
Definition at line 184 of file urltrans.c.
References URLTranslationList::defaults, destroy_keyword_list(), dict_create(), gwlist_create, URLTranslationList::list, and URLTranslationList::names.
Referenced by main().
Octstr* urltrans_default_sender | ( | URLTranslation * | t | ) |
Definition at line 810 of file urltrans.c.
References URLTranslation::default_sender.
Referenced by smsbox_req_handle(), smsbox_req_sendota(), and smsbox_sendota_post().
Octstr* urltrans_default_smsc | ( | URLTranslation * | t | ) |
Definition at line 880 of file urltrans.c.
References URLTranslation::default_smsc.
Referenced by smsbox_req_handle(), smsbox_req_sendota(), and smsbox_sendota_post().
Octstr* urltrans_denied_prefix | ( | URLTranslation * | t | ) |
Definition at line 905 of file urltrans.c.
References URLTranslation::denied_prefix.
Referenced by smsbox_req_handle().
regex_t* urltrans_denied_prefix_regex | ( | URLTranslation * | t | ) |
Definition at line 910 of file urltrans.c.
References URLTranslation::denied_prefix_regex.
Referenced by smsbox_req_handle().
Octstr* urltrans_denied_recv_prefix | ( | URLTranslation * | t | ) |
Octstr* urltrans_deny_ip | ( | URLTranslation * | t | ) |
Definition at line 890 of file urltrans.c.
References URLTranslation::deny_ip.
Referenced by authorise_username().
void urltrans_destroy | ( | URLTranslationList * | trans | ) |
Definition at line 196 of file urltrans.c.
References URLTranslationList::defaults, destroy_onetrans(), dict_destroy(), gwlist_destroy(), URLTranslationList::list, and URLTranslationList::names.
Referenced by main().
int urltrans_dlr_mask | ( | URLTranslation * | t | ) |
Definition at line 970 of file urltrans.c.
References URLTranslation::dlr_mask.
Referenced by send_message().
Octstr* urltrans_dlr_url | ( | URLTranslation * | t | ) |
Definition at line 965 of file urltrans.c.
References URLTranslation::dlr_url.
Referenced by send_message().
Octstr* urltrans_faked_sender | ( | URLTranslation * | t | ) |
Definition at line 815 of file urltrans.c.
References URLTranslation::faked_sender.
Referenced by obey_request_thread(), smsbox_req_handle(), smsbox_req_sendota(), and smsbox_sendota_post().
Definition at line 325 of file urltrans.c.
References DC_7BIT, DC_8BIT, DC_UCS2, DC_UNDEF, fields_to_dcs(), gw_gmtime(), gwlist_create, gwlist_destroy(), gwlist_get(), gwlist_len(), meta_data_get_value(), MSG_PARAM_UNDEFINED, octstr_append(), octstr_append_char(), octstr_append_cstr(), octstr_append_decimal(), octstr_binary_to_hex(), octstr_copy, octstr_create, octstr_destroy(), octstr_destroy_item(), octstr_duplicate, octstr_format_append(), octstr_get_char(), octstr_get_cstr, octstr_imm(), octstr_len(), octstr_search_char(), octstr_split_words(), octstr_url_encode(), uuid_is_null(), UUID_STR_LEN, and uuid_unparse().
Referenced by generic_receive_sms(), generic_send_sms(), and urltrans_get_pattern().
URLTranslation* urltrans_find | ( | URLTranslationList * | trans, |
Msg * | msg | ||
) |
Definition at line 257 of file urltrans.c.
References find_default_translation(), find_translation(), and msg.
Referenced by main(), and obey_request_thread().
URLTranslation* urltrans_find_service | ( | URLTranslationList * | trans, |
Msg * | msg | ||
) |
Definition at line 270 of file urltrans.c.
References dict_get(), gwlist_get(), msg, and URLTranslationList::names.
Referenced by obey_request_thread().
URLTranslation* urltrans_find_username | ( | URLTranslationList * | trans, |
Octstr * | name | ||
) |
Definition at line 286 of file urltrans.c.
References gw_assert(), gwlist_get(), gwlist_len(), URLTranslationList::list, name, octstr_compare(), TRANSTYPE_SENDSMS, URLTranslation::type, and URLTranslation::username.
Referenced by authorise_user(), and authorise_username().
Octstr* urltrans_footer | ( | URLTranslation * | t | ) |
Definition at line 850 of file urltrans.c.
References URLTranslation::footer.
Referenced by send_message().
int urltrans_forced_priority | ( | URLTranslation * | t | ) |
Definition at line 975 of file urltrans.c.
References URLTranslation::forced_priority.
Referenced by smsbox_req_handle().
Octstr* urltrans_forced_smsc | ( | URLTranslation * | t | ) |
Definition at line 875 of file urltrans.c.
References URLTranslation::forced_smsc.
Referenced by smsbox_req_handle(), smsbox_req_sendota(), and smsbox_sendota_post().
Octstr* urltrans_get_pattern | ( | URLTranslation * | t, |
Msg * | request | ||
) |
Definition at line 756 of file urltrans.c.
References URLTranslation::dlr_url, octstr_create, octstr_len(), URLTranslation::pattern, report_mo, URLTranslation::strip_keyword, strip_keyword(), TRANSTYPE_POST_URL, TRANSTYPE_POST_XML, TRANSTYPE_SENDSMS, URLTranslation::type, and urltrans_fill_escape_codes().
Referenced by obey_request().
Octstr* urltrans_header | ( | URLTranslation * | t | ) |
Definition at line 845 of file urltrans.c.
References URLTranslation::header.
Referenced by send_message().
int urltrans_max_messages | ( | URLTranslation * | t | ) |
Definition at line 820 of file urltrans.c.
References URLTranslation::max_messages.
Referenced by send_message().
int urltrans_max_priority | ( | URLTranslation * | t | ) |
Definition at line 980 of file urltrans.c.
References URLTranslation::max_priority.
Referenced by smsbox_req_handle().
Octstr* urltrans_name | ( | URLTranslation * | t | ) |
Definition at line 860 of file urltrans.c.
References URLTranslation::name.
Referenced by obey_request_thread(), remember_receiver(), and smsbox_req_handle().
int urltrans_omit_empty | ( | URLTranslation * | t | ) |
Definition at line 840 of file urltrans.c.
References URLTranslation::omit_empty.
Referenced by send_message().
Octstr* urltrans_password | ( | URLTranslation * | t | ) |
Definition at line 870 of file urltrans.c.
References URLTranslation::password.
Referenced by authorise_username().
Octstr* urltrans_prefix | ( | URLTranslation * | t | ) |
Definition at line 800 of file urltrans.c.
References URLTranslation::prefix.
Referenced by url_result_thread().
int urltrans_send_sender | ( | URLTranslation * | t | ) |
Definition at line 960 of file urltrans.c.
References URLTranslation::send_sender.
Referenced by obey_request().
Octstr* urltrans_split_chars | ( | URLTranslation * | t | ) |
Definition at line 830 of file urltrans.c.
References URLTranslation::split_chars.
Referenced by send_message().
Octstr* urltrans_split_suffix | ( | URLTranslation * | t | ) |
Definition at line 835 of file urltrans.c.
References URLTranslation::split_suffix.
Referenced by send_message().
int urltrans_strip_keyword | ( | URLTranslation * | t | ) |
Octstr* urltrans_suffix | ( | URLTranslation * | t | ) |
Definition at line 805 of file urltrans.c.
References URLTranslation::suffix.
Referenced by url_result_thread().
int urltrans_type | ( | URLTranslation * | t | ) |
Definition at line 795 of file urltrans.c.
References URLTranslation::type.
Referenced by main(), and obey_request().
Octstr* urltrans_username | ( | URLTranslation * | t | ) |
Definition at line 865 of file urltrans.c.
References URLTranslation::username.
Referenced by smsbox_req_handle().
Numhash* urltrans_white_list | ( | URLTranslation * | t | ) |
Definition at line 925 of file urltrans.c.
References URLTranslation::white_list.
Referenced by smsbox_req_handle().
regex_t* urltrans_white_list_regex | ( | URLTranslation * | t | ) |
Definition at line 930 of file urltrans.c.
References URLTranslation::white_list_regex.
Referenced by smsbox_req_handle().