Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


number Struct Reference

Number structure. More...

Collaboration diagram for number:

Data Fields

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

Detailed Description

Number structure.


Field Documentation

struct { ... } entry

Next Number record

struct number* next

Definition at line 106 of file app_followme.c.

char number[512]

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

Definition at line 103 of file app_followme.c.

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

int order

The order to dial in

Definition at line 105 of file app_followme.c.

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

long timeout

Dial Timeout, if used.

Definition at line 104 of file app_followme.c.

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


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