#include <nua_stack.h>
Collaboration diagram for nua_handle_s:
Data Fields | |
su_home_t | nh_home [1] |
Memory home. | |
nua_t * | nh_nua |
Pointer to NUA object. | |
nua_hmagic_t * | nh_magic |
Application context. | |
tagi_t * | nh_tags |
Initial tags. | |
tagi_t * | nh_ptags |
Initial parameters. | |
nua_handle_t * | nh_identity |
Identity. | |
nua_handle_preferences_t * | nh_prefs |
Preferences. | |
nua_event_t | nh_special |
Special event. | |
unsigned | nh_has_invite:1 |
Has call. | |
unsigned | nh_has_subscribe:1 |
Has watcher. | |
unsigned | nh_has_notify:1 |
Has notifier. | |
unsigned | nh_has_register:1 |
Has registration. | |
unsigned | nh_ref_by_stack:1 |
Has stack used the handle? | |
unsigned | nh_ref_by_user:1 |
Has user used the handle? | |
unsigned | nh_init:1 |
Handle has been initialized. | |
unsigned | nh_used_ptags:1 |
Ptags has been used. | |
auth_client_t * | nh_auth |
Authorization objects. | |
soa_session_t * | nh_soa |
Media session. | |
nea_server_t * | nh_notifier |
SIP notifier. |