Thu May 24 14:23:33 2007

Asterisk developer's documentation


ast_hint Struct Reference

Structure for dial plan hints. More...

Collaboration diagram for ast_hint:

Collaboration graph
[legend]

Data Fields

ast_state_cbcallbacks
ast_extenexten
int laststate
ast_hintnext

Detailed Description

Structure for dial plan hints.

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

Definition at line 189 of file pbx.c.


Field Documentation

struct ast_state_cb* callbacks

Callback list for this extension

Definition at line 192 of file pbx.c.

Referenced by ast_hint_state_changed(), ast_merge_contexts_and_delete(), and handle_show_hints().

struct ast_exten* exten

Extension

Definition at line 190 of file pbx.c.

Referenced by ast_hint_state_changed(), ast_merge_contexts_and_delete(), and handle_show_hints().

int laststate

Last known state

Definition at line 191 of file pbx.c.

Referenced by ast_hint_state_changed(), ast_merge_contexts_and_delete(), and handle_show_hints().

struct ast_hint* next

Pointer to next hint in list

Definition at line 193 of file pbx.c.

Referenced by ast_hint_state_changed(), ast_merge_contexts_and_delete(), ast_remove_hint(), and handle_show_hints().


The documentation for this struct was generated from the following file:
Generated on Thu May 24 14:23:34 2007 for Asterisk - the Open Source PBX by  doxygen 1.4.7