Mon Oct 8 12:39:32 2012

Asterisk developer's documentation


call_followme Struct Reference

Data structure for followme scripts. More...


Data Fields

unsigned int active
call_followme::blnumbers blnumbers
char callfromprompt [PATH_MAX]
char context [AST_MAX_CONTEXT]
struct {
   call_followme *   next
entry
ast_mutex_t lock
char moh [MAX_MUSICCLASS]
char name [AST_MAX_EXTENSION]
char nextindp [MAX_YN_STRING]
char norecordingprompt [PATH_MAX]
call_followme::numbers numbers
char optionsprompt [PATH_MAX]
char plsholdprompt [PATH_MAX]
int realtime
char sorryprompt [PATH_MAX]
char statusprompt [PATH_MAX]
char takecall [MAX_YN_STRING]
call_followme::wlnumbers wlnumbers

Data Structures

struct  blnumbers
struct  numbers
struct  wlnumbers


Detailed Description

Data structure for followme scripts.

Definition at line 117 of file app_followme.c.


Field Documentation

unsigned int active

Profile is active (1), or disabled (0).

Definition at line 122 of file app_followme.c.

struct call_followme::blnumbers blnumbers

Head of the list of black-listed numbers

char callfromprompt[PATH_MAX]

Sound prompt name and path

Definition at line 126 of file app_followme.c.

char context[AST_MAX_CONTEXT]

Context to dial from

Definition at line 121 of file app_followme.c.

struct { ... } entry

Next Follow-Me record

ast_mutex_t lock

Definition at line 118 of file app_followme.c.

Referenced by find_realtime().

char moh[MAX_MUSICCLASS]

Music On Hold Class to be used

Definition at line 120 of file app_followme.c.

char name[AST_MAX_EXTENSION]

Name - FollowMeID

Definition at line 119 of file app_followme.c.

struct call_followme* next

Definition at line 136 of file app_followme.c.

char nextindp[MAX_YN_STRING]

Digit mapping to decline a call

Definition at line 125 of file app_followme.c.

char norecordingprompt[PATH_MAX]

Sound prompt name and path

Definition at line 127 of file app_followme.c.

struct call_followme::numbers numbers

Head of the list of follow-me numbers

char optionsprompt[PATH_MAX]

Sound prompt name and path

Definition at line 128 of file app_followme.c.

char plsholdprompt[PATH_MAX]

Sound prompt name and path

Definition at line 129 of file app_followme.c.

int realtime

Cached from realtime

Definition at line 123 of file app_followme.c.

char sorryprompt[PATH_MAX]

Sound prompt name and path

Definition at line 131 of file app_followme.c.

char statusprompt[PATH_MAX]

Sound prompt name and path

Definition at line 130 of file app_followme.c.

char takecall[MAX_YN_STRING]

Digit mapping to take a call

Definition at line 124 of file app_followme.c.

struct call_followme::wlnumbers wlnumbers

Head of the list of white-listed numbers


The documentation for this struct was generated from the following file:
Generated on Mon Oct 8 12:39:32 2012 for Asterisk - The Open Source Telephony Project by  doxygen 1.4.7