Asterisk - The Open Source Telephony Project GIT-master-6144b6b
Loading...
Searching...
No Matches
Data Fields
ast_hint Struct Reference

Structure for dial plan hints. More...

Collaboration diagram for ast_hint:
Collaboration graph
[legend]

Data Fields

struct ast_state_cbcallbacks
 
struct ast_extenexten
 
int laststate
 
struct { 
 
   struct ast_hint *   next 
 
list 
 

Detailed Description

Structure for dial plan hints.

Note
Hints are pointers from an extension in the dialplan to one or more devices (tech/name)

Definition at line 2428 of file extconf.c.

Field Documentation

◆ callbacks

struct ast_state_cb* callbacks

Callback list for this extension

Definition at line 2431 of file extconf.c.

Referenced by ast_remove_hint().

◆ exten

struct ast_exten* exten

Extension

Definition at line 2429 of file extconf.c.

Referenced by ast_add_hint(), ast_change_hint(), and ast_remove_hint().

◆ laststate

int laststate

Last known state

Definition at line 2430 of file extconf.c.

◆ [struct]

struct { ... } list

Pointer to next hint in list

Referenced by ast_add_hint(), and ast_change_hint().

◆ next

struct ast_hint* next

Definition at line 2432 of file extconf.c.


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