Asterisk - The Open Source Telephony Project  18.5.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
number Struct Reference

Number structure. More...

Collaboration diagram for number:
Collaboration graph
[legend]

Data Fields

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

Detailed Description

Number structure.

Examples:
/usr/src/asterisk-18.5.0/main/app.c.

Definition at line 154 of file app_followme.c.

Field Documentation

◆ entry

struct { ... } entry

Next Number record

◆ next

struct number* next

Definition at line 158 of file app_followme.c.

◆ number

char number[512]

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

Definition at line 155 of file app_followme.c.

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

◆ order

int order

The order to dial in

Definition at line 157 of file app_followme.c.

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

◆ timeout

long timeout

Dial Timeout, if used.

Definition at line 156 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: