This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | AST_PRIVACY_DENY (1 << 0) /* Don't bother ringing, send to voicemail */ |
#define | AST_PRIVACY_ALLOW (1 << 1) /* Pass directly to me */ |
#define | AST_PRIVACY_KILL (1 << 2) /* Play anti-telemarketer message and hangup */ |
#define | AST_PRIVACY_TORTURE (1 << 3) /* Send directly to tele-torture */ |
#define | AST_PRIVACY_UNKNOWN (1 << 16) |
Functions | |
int | ast_privacy_check (char *dest, char *cid) |
int | ast_privacy_set (char *dest, char *cid, int status) |
int | ast_privacy_reset (char *dest) |
|
Definition at line 22 of file privacy.h. Referenced by ast_privacy_check(), and ast_privacy_set(). |
|
Definition at line 21 of file privacy.h. Referenced by ast_privacy_check(), and ast_privacy_set(). |
|
Definition at line 23 of file privacy.h. Referenced by ast_privacy_check(), and ast_privacy_set(). |
|
Definition at line 24 of file privacy.h. Referenced by ast_privacy_check(), and ast_privacy_set(). |
|
Definition at line 25 of file privacy.h. Referenced by ast_privacy_check(), and ast_privacy_set(). |
|
Definition at line 35 of file privacy.c. References ast_callerid_parse(), ast_db_get(), AST_PRIVACY_ALLOW, AST_PRIVACY_DENY, AST_PRIVACY_KILL, AST_PRIVACY_TORTURE, AST_PRIVACY_UNKNOWN, ast_shrink_phone_number(), and key().
|
|
Definition at line 64 of file privacy.c. References ast_db_deltree().
|
|
Definition at line 71 of file privacy.c. References ast_callerid_parse(), ast_db_del(), ast_db_put(), AST_PRIVACY_ALLOW, AST_PRIVACY_DENY, AST_PRIVACY_KILL, AST_PRIVACY_TORTURE, AST_PRIVACY_UNKNOWN, ast_shrink_phone_number(), and key().
|