Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


number Struct Reference

Number structure. More...

Data Fields

struct {
   struct number *   next
 
entry
 
char number [512]
 
int order
 
long timeout
 

Detailed Description

Number structure.

Definition at line 109 of file app_followme.c.

Field Documentation

struct { ... } entry

Next Number record

struct number* next

Definition at line 113 of file app_followme.c.

char number[512]

Phone Number(s) and/or Extension(s)

Definition at line 110 of file app_followme.c.

Referenced by app_exec(), create_followme_number(), and findmeexec().

int order

The order to dial in

Definition at line 112 of file app_followme.c.

Referenced by app_exec(), create_followme_number(), and findmeexec().

long timeout

Dial Timeout, if used.

Definition at line 111 of file app_followme.c.

Referenced by app_exec(), create_followme_number(), find_realtime(), findmeexec(), reload_followme(), and wait_for_winner().


The documentation for this struct was generated from the following file: