|
Asterisk - The Open Source Telephony Project
18.5.0
|

Data Fields | |
| struct ast_sip_ami * | ami |
| int | not_registered |
| int | registered |
| struct sip_outbound_registration * | registration |
Definition at line 2128 of file res_pjsip_outbound_registration.c.
| struct ast_sip_ami* ami |
Definition at line 2129 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 2131 of file res_pjsip_outbound_registration.c.
Referenced by ami_outbound_registration_task(), and ami_show_outbound_registrations().
| int registered |
Definition at line 2130 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 2132 of file res_pjsip_outbound_registration.c.
Referenced by ami_outbound_registration_detail(), and ami_outbound_registration_task().
1.8.13