Mon Aug 31 12:30:48 2015

Asterisk developer's documentation


ast_hint Struct Reference

Structure for dial plan hints. More...

Data Fields

struct ao2_containercallbacks
char context_name [AST_MAX_CONTEXT]
struct ast_extenexten
 Hint extension.
char exten_name [AST_MAX_EXTENSION]
int laststate

Detailed Description

Structure for dial plan hints.

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

See Extension and device states in Asterisk

Definition at line 968 of file pbx.c.


Field Documentation

struct ao2_container* callbacks [read]
char context_name[AST_MAX_CONTEXT]

Context of destroyed hint extension.

Definition at line 978 of file pbx.c.

Referenced by ast_remove_hint(), and destroy_hint().

struct ast_exten* exten [read]
char exten_name[AST_MAX_EXTENSION]

Extension of destroyed hint extension.

Definition at line 979 of file pbx.c.

Referenced by ast_remove_hint(), destroy_hint(), and hint_hash().

int laststate

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

Generated on 31 Aug 2015 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1