Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
struct ast_sip_ami * | ami |
int | not_registered |
int | registered |
struct sip_outbound_registration * | registration |
Definition at line 2394 of file res_pjsip_outbound_registration.c.
struct ast_sip_ami* ami |
Definition at line 2395 of file res_pjsip_outbound_registration.c.
Referenced by ami_outbound_registration_detail(), ami_outbound_registration_task(), and ami_show_outbound_registrations().
int not_registered |
Definition at line 2397 of file res_pjsip_outbound_registration.c.
Referenced by ami_outbound_registration_task(), and ami_show_outbound_registrations().
int registered |
Definition at line 2396 of file res_pjsip_outbound_registration.c.
Referenced by ami_outbound_registration_task(), and ami_show_outbound_registrations().
struct sip_outbound_registration* registration |
Definition at line 2398 of file res_pjsip_outbound_registration.c.
Referenced by ami_outbound_registration_task().