| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
Data Fields | |
| Octstr * | name | 
| Octstr * | username | 
| Octstr * | password | 
| Octstr * | country_prefix | 
| Octstr * | allowed_prefix | 
| regex_t * | allowed_prefix_regex | 
| Octstr * | denied_prefix | 
| regex_t * | denied_prefix_regex | 
| Numhash * | white_list | 
| regex_t * | white_list_regex | 
| Numhash * | black_list | 
| regex_t * | black_list_regex | 
| Octstr * | user_deny_ip | 
| Octstr * | user_allow_ip | 
| Octstr * | smsc_id | 
| Octstr * | default_smsc_id | 
| Octstr * | dlr_url | 
| Octstr * | smsbox_id | 
Definition at line 74 of file wap_push_ppg_pushuser.c.
| Octstr* WAPPushUser::allowed_prefix | 
Definition at line 79 of file wap_push_ppg_pushuser.c.
Referenced by create_oneuser(), destroy_oneuser(), oneuser_dump(), and prefix_allowed().
| 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().
| Numhash* WAPPushUser::black_list | 
Definition at line 89 of file wap_push_ppg_pushuser.c.
Referenced by blacklisted(), create_oneuser(), and destroy_oneuser().
| 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().
| Octstr* WAPPushUser::country_prefix | 
Definition at line 78 of file wap_push_ppg_pushuser.c.
Referenced by create_oneuser(), destroy_oneuser(), oneuser_dump(), and prefix_allowed().
| Octstr* WAPPushUser::default_smsc_id | 
Definition at line 96 of file wap_push_ppg_pushuser.c.
Referenced by create_oneuser(), default_smsc(), destroy_oneuser(), and oneuser_dump().
| Octstr* WAPPushUser::denied_prefix | 
Definition at line 83 of file wap_push_ppg_pushuser.c.
Referenced by create_oneuser(), destroy_oneuser(), oneuser_dump(), and prefix_allowed().
| 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().
| 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().
| Octstr* WAPPushUser::name | 
Definition at line 75 of file wap_push_ppg_pushuser.c.
Referenced by create_oneuser(), destroy_oneuser(), and oneuser_dump().
| Octstr* WAPPushUser::password | 
Definition at line 77 of file wap_push_ppg_pushuser.c.
Referenced by create_oneuser(), destroy_oneuser(), and password_matches().
| 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().
| 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().
| Octstr* WAPPushUser::user_allow_ip | 
Definition at line 94 of file wap_push_ppg_pushuser.c.
Referenced by create_oneuser(), destroy_oneuser(), ip_allowed_by_user(), and oneuser_dump().
| Octstr* WAPPushUser::user_deny_ip | 
Definition at line 92 of file wap_push_ppg_pushuser.c.
Referenced by create_oneuser(), destroy_oneuser(), ip_allowed_by_user(), and oneuser_dump().
| Octstr* WAPPushUser::username | 
Definition at line 76 of file wap_push_ppg_pushuser.c.
Referenced by create_oneuser(), destroy_oneuser(), ip_allowed_by_user(), oneuser_add(), oneuser_dump(), and user_find_by_username().
| Numhash* WAPPushUser::white_list | 
Definition at line 86 of file wap_push_ppg_pushuser.c.
Referenced by create_oneuser(), destroy_oneuser(), and whitelisted().
| 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().