Kannel: Open Source WAP and SMS gateway  svn-r5335
WAPPushUser Struct Reference

Data Fields

Octstrname
 
Octstrusername
 
Octstrpassword
 
Octstrcountry_prefix
 
Octstrallowed_prefix
 
regex_t * allowed_prefix_regex
 
Octstrdenied_prefix
 
regex_t * denied_prefix_regex
 
Numhashwhite_list
 
regex_t * white_list_regex
 
Numhashblack_list
 
regex_t * black_list_regex
 
Octstruser_deny_ip
 
Octstruser_allow_ip
 
Octstrsmsc_id
 
Octstrdefault_smsc_id
 
Octstrdlr_url
 
Octstrsmsbox_id
 

Detailed Description

Definition at line 74 of file wap_push_ppg_pushuser.c.

Field Documentation

◆ allowed_prefix

Octstr* WAPPushUser::allowed_prefix

◆ allowed_prefix_regex

regex_t* WAPPushUser::allowed_prefix_regex

Definition at line 81 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), and prefix_allowed().

◆ black_list

Numhash* WAPPushUser::black_list

Definition at line 89 of file wap_push_ppg_pushuser.c.

Referenced by blacklisted(), create_oneuser(), and destroy_oneuser().

◆ black_list_regex

regex_t* WAPPushUser::black_list_regex

Definition at line 90 of file wap_push_ppg_pushuser.c.

Referenced by blacklisted(), create_oneuser(), and destroy_oneuser().

◆ country_prefix

Octstr* WAPPushUser::country_prefix

◆ default_smsc_id

Octstr* WAPPushUser::default_smsc_id

◆ denied_prefix

Octstr* WAPPushUser::denied_prefix

◆ denied_prefix_regex

regex_t* WAPPushUser::denied_prefix_regex

Definition at line 84 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), and prefix_allowed().

◆ dlr_url

Octstr* WAPPushUser::dlr_url

Definition at line 97 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), and wap_push_ppg_pushuser_dlr_url_get().

◆ name

Octstr* WAPPushUser::name

Definition at line 75 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), and oneuser_dump().

◆ password

Octstr* WAPPushUser::password

Definition at line 77 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), and password_matches().

◆ smsbox_id

Octstr* WAPPushUser::smsbox_id

Definition at line 98 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), and wap_push_ppg_pushuser_smsbox_id_get().

◆ smsc_id

Octstr* WAPPushUser::smsc_id

Definition at line 95 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), forced_smsc(), and oneuser_dump().

◆ user_allow_ip

Octstr* WAPPushUser::user_allow_ip

◆ user_deny_ip

Octstr* WAPPushUser::user_deny_ip

◆ username

◆ white_list

Numhash* WAPPushUser::white_list

Definition at line 86 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), and whitelisted().

◆ white_list_regex

regex_t* WAPPushUser::white_list_regex

Definition at line 88 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), and whitelisted().


The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.