Sat Jul 12 2014 17:20:13

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]
char * last_presence_message
int last_presence_state
char * last_presence_subtype
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 971 of file pbx.c.


Field Documentation

char context_name[AST_MAX_CONTEXT]

Context of destroyed hint extension.

Definition at line 989 of file pbx.c.

Referenced by ast_remove_hint(), and destroy_hint().

char exten_name[AST_MAX_EXTENSION]

Extension of destroyed hint extension.

Definition at line 990 of file pbx.c.

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

Presence state variables Last known presence state

Definition at line 985 of file pbx.c.

Referenced by ast_add_hint(), ast_merge_contexts_and_delete(), execute_state_callback(), handle_presencechange(), and hints_data_provider_get().


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