Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
struct ast_cli_args * | a |
struct ast_str * | buf |
int | count |
struct ast_cli_entry * | e |
regex_t * | like |
Definition at line 4379 of file res_pjsip_pubsub.c.
struct ast_cli_args* a |
CLI handler entry a parameter
Definition at line 4383 of file res_pjsip_pubsub.c.
struct ast_str* buf |
CLI subscription entry output line(s)
Definition at line 4385 of file res_pjsip_pubsub.c.
int count |
Definition at line 4388 of file res_pjsip_pubsub.c.
struct ast_cli_entry* e |
CLI handler entry e parameter
Definition at line 4381 of file res_pjsip_pubsub.c.
Referenced by cli_list_subscriptions_inout(), cli_show_subscription_inout(), and cli_show_subscriptions_inout().
regex_t* like |
Compiled regular expression to select if buf is written to CLI when not NULL.
Definition at line 4387 of file res_pjsip_pubsub.c.
Referenced by cli_list_subscriptions_inout(), and cli_show_subscriptions_inout().