Data Fields | |
| unsigned int | active |
| char | callfromprompt [PATH_MAX] |
| char | context [AST_MAX_CONTEXT] |
| ast_mutex_t | lock |
| char | moh [AST_MAX_CONTEXT] |
| char | name [AST_MAX_EXTENSION] |
| char | nextindp [20] |
| char | norecordingprompt [PATH_MAX] |
| char | optionsprompt [PATH_MAX] |
| char | plsholdprompt [PATH_MAX] |
| char | sorryprompt [PATH_MAX] |
| char | statusprompt [PATH_MAX] |
| char | takecall [20] |
Definition at line 87 of file app_followme.c.
| unsigned int active |
Profile is active (1), or disabled (0).
Definition at line 92 of file app_followme.c.
Referenced by app_exec(), init_profile(), and reload_followme().
| char callfromprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 95 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 91 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), and profile_set_param().
Definition at line 88 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 90 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 89 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), profile_set_param(), and reload_followme().
| char nextindp[20] |
Digit mapping to decline a call
Definition at line 94 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 96 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), and profile_set_param().
| char optionsprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 97 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 98 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), and profile_set_param().
| char sorryprompt[PATH_MAX] |
Sound prompt name and path
Definition at line 100 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 99 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 93 of file app_followme.c.
Referenced by alloc_profile(), app_exec(), and profile_set_param().
1.5.5