Thu Jul 9 13:41:38 2009

Asterisk developer's documentation


ast_hint Struct Reference

Structure for dial plan hints. More...


Data Fields

ast_state_cbcallbacks
ast_extenexten
int laststate
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 245 of file pbx.c.


Field Documentation

struct ast_state_cb* callbacks

Callback list for this extension

Definition at line 248 of file pbx.c.

Referenced by ast_extension_state_del(), ast_merge_contexts_and_delete(), ast_remove_hint(), handle_show_hint(), handle_show_hints(), and handle_statechange().

struct ast_exten* exten

Extension

Definition at line 246 of file pbx.c.

Referenced by ast_add_hint_nolock(), ast_change_hint(), ast_merge_contexts_and_delete(), ast_remove_hint(), complete_core_show_hint(), handle_show_hint(), handle_show_hints(), and handle_statechange().

int laststate

Last known state

Definition at line 247 of file pbx.c.

Referenced by ast_merge_contexts_and_delete(), handle_show_hint(), handle_show_hints(), and handle_statechange().

struct { ... } list

Pointer to next hint in list

Referenced by ast_add_hint_nolock(), ast_change_hint(), ast_extension_state_del(), complete_core_show_hint(), and handle_statechange().

struct ast_hint* next

Definition at line 249 of file pbx.c.


The documentation for this struct was generated from the following file:
Generated on Thu Jul 9 13:41:38 2009 for Asterisk - the Open Source PBX by  doxygen 1.4.7