#include <global_datastores.h>

Data Fields | |
| char | interface [1] |
| struct { | |
| struct ast_dialed_interface * next | |
| } | list |
Definition at line 32 of file global_datastores.h.
| char interface[1] |
Definition at line 34 of file global_datastores.h.
Referenced by dial_exec_full(), dialed_interface_duplicate(), and try_calling().
| struct { ... } list |
Referenced by dial_exec_full(), dialed_interface_destroy(), and dialed_interface_duplicate().
| struct ast_dialed_interface* next |
Definition at line 33 of file global_datastores.h.