|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Structure for dial plan hint devices. More...

Data Fields | |
| struct ast_hint * | hint |
| Hint this hintdevice belongs to. | |
| char | hintdevice [1] |
Structure for dial plan hint devices.
| struct ast_hint* hint |
Hint this hintdevice belongs to.
Definition at line 396 of file pbx.c.
Referenced by add_hintdevice(), device_state_cb(), hintdevice_destroy(), hintdevice_remove_cb(), and presence_state_cb().
| char hintdevice[1] |
Name of the hint device.
Definition at line 398 of file pbx.c.
Referenced by add_hintdevice(), device_state_cb(), hintdevice_cmp_multiple(), hintdevice_hash_cb(), hintdevice_remove_cb(), presence_state_cb(), and print_hintdevices_key().