Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:00 2007

Asterisk developer's documentation :: Codename Pineapple


ast_hint Struct Reference

Collaboration diagram for ast_hint:

Collaboration graph
[legend]

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 199 of file pbx.c.

Data Fields

ast_state_cbcallbacks
ast_extenexten
int laststate


Field Documentation

struct ast_state_cb* callbacks
 

Callback list for this extension

Definition at line 202 of file pbx.c.

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

struct ast_exten* exten
 

Extension

Definition at line 200 of file pbx.c.

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

int laststate
 

Last known state

Definition at line 201 of file pbx.c.

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


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen