Data structure for followme scripts. More...
Data Structures | |
struct | blnumbers |
struct | numbers |
struct | wlnumbers |
Data Fields | |
unsigned int | active |
struct call_followme::blnumbers | blnumbers |
char | callfromprompt [PATH_MAX] |
char | context [AST_MAX_CONTEXT] |
struct { | |
struct call_followme * next | |
} | entry |
ast_mutex_t | lock |
char | moh [AST_MAX_CONTEXT] |
char | name [AST_MAX_EXTENSION] |
char | nextindp [20] |
char | norecordingprompt [PATH_MAX] |
struct call_followme::numbers | numbers |
char | optionsprompt [PATH_MAX] |
char | plsholdprompt [PATH_MAX] |
int | realtime |
char | sorryprompt [PATH_MAX] |
char | statusprompt [PATH_MAX] |
char | takecall [20] |
struct call_followme::wlnumbers | wlnumbers |
Data structure for followme scripts.
Definition at line 107 of file app_followme.c.
unsigned int active |
Profile is active (1), or disabled (0).
Definition at line 112 of file app_followme.c.
Referenced by app_exec(), init_profile(), and reload_followme().
Head of the list of black-listed numbers
Referenced by alloc_profile(), and free_numbers().
char callfromprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 116 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), and profile_set_param().
char context[AST_MAX_CONTEXT] |
Context to dial from
Definition at line 111 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), and profile_set_param().
struct { ... } entry |
Next Follow-Me record
Definition at line 108 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), and reload_followme().
char moh[AST_MAX_CONTEXT] |
Music On Hold Class to be used
Definition at line 110 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), init_profile(), and profile_set_param().
char name[AST_MAX_EXTENSION] |
Name - FollowMeID
Definition at line 109 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), profile_set_param(), and reload_followme().
struct call_followme* next |
Definition at line 126 of file app_followme.c.
char nextindp[20] |
Digit mapping to decline a call
Definition at line 115 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), and profile_set_param().
char norecordingprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 117 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), and profile_set_param().
struct call_followme::numbers numbers |
Head of the list of follow-me numbers
Referenced by alloc_profile(), app_exec(), free_numbers(), and reload_followme().
char optionsprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 118 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), and profile_set_param().
char plsholdprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 119 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), and profile_set_param().
int realtime |
char sorryprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 121 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), and profile_set_param().
char statusprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 120 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), and profile_set_param().
char takecall[20] |
Digit mapping to take a call
Definition at line 114 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), and profile_set_param().
Head of the list of white-listed numbers
Referenced by alloc_profile(), and free_numbers().