|
Asterisk - The Open Source Telephony Project
18.5.0
|
Counters for the show dialplan manager command. More...
Data Fields | |
| int | context_existence |
| int | extension_existence |
| int | total_context |
| int | total_exten |
| int | total_items |
| int | total_prio |
| int context_existence |
Definition at line 5482 of file pbx.c.
Referenced by handle_debug_dialplan(), handle_show_dialplan(), manager_show_dialplan(), manager_show_dialplan_helper(), show_debug_helper(), and show_dialplan_helper().
| int extension_existence |
Definition at line 5483 of file pbx.c.
Referenced by handle_show_dialplan(), manager_show_dialplan(), manager_show_dialplan_helper(), and show_dialplan_helper().
| int total_context |
Definition at line 5479 of file pbx.c.
Referenced by handle_debug_dialplan(), handle_show_dialplan(), manager_show_dialplan(), manager_show_dialplan_helper(), show_debug_helper(), and show_dialplan_helper().
| int total_exten |
Definition at line 5480 of file pbx.c.
Referenced by handle_show_dialplan(), manager_show_dialplan(), manager_show_dialplan_helper(), show_debug_helper(), and show_dialplan_helper().
| int total_items |
Definition at line 5478 of file pbx.c.
Referenced by manager_show_dialplan(), and manager_show_dialplan_helper().
| int total_prio |
Definition at line 5481 of file pbx.c.
Referenced by handle_show_dialplan(), manager_show_dialplan(), manager_show_dialplan_helper(), and show_dialplan_helper().
1.8.13