Sun Oct 16 2011 08:43:12

Asterisk developer's documentation


ast_hint Struct Reference

Structure for dial plan hints. More...

Collaboration diagram for ast_hint:

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


Field Documentation

char context_name[AST_MAX_CONTEXT]

Context of destroyed hint extension.

Definition at line 945 of file pbx.c.

Referenced by destroy_hint(), and ast_remove_hint().

struct ast_exten* exten

Hint extension.

Note:
Will never be NULL while the hint is in the hints container.

Definition at line 942 of file pbx.c.

Referenced by handle_statechange(), destroy_hint(), ast_remove_hint(), ast_add_hint(), ast_change_hint(), handle_show_hints(), complete_core_show_hint(), handle_show_hint(), ast_merge_contexts_and_delete(), hints_data_provider_get(), hint_hash(), and hint_cmp().

char exten_name[AST_MAX_EXTENSION]

Extension of destroyed hint extension.

Definition at line 946 of file pbx.c.

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


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