#include <dlg.h>

Data Fields | |
| dlg_hooks_t | hooks |
| dlg_id_t | id |
| str | loc_dname |
| dlg_seq_t | loc_seq |
| str | loc_uri |
| str | rem_dname |
| dlg_seq_t | rem_seq |
| str | rem_target |
| str | rem_uri |
| rr_t * | route_set |
| struct socket_info * | send_sock |
| dlg_state_t | state |
| unsigned int | T_flags |
Definition at line 90 of file dlg.h.
Various hooks used to store information that can be reused when building a message (to prevent repeated analyzing of the dialog data
Definition at line 102 of file dlg.h.
Referenced by ac_uac_req(), build_uac_req(), calculate_hooks(), calculate_routeset_length(), mi_print_routes(), mi_print_uris(), print_dlg(), print_request_uri(), print_routeset(), request(), send_notify_request(), and t_uac().
Dialog identifier
Definition at line 91 of file dlg.h.
Referenced by ac_uac_req(), build_dlg_t(), build_uac_req(), dlg2hash(), free_dlg(), new_dlg_uac(), new_dlg_uas(), print_callid(), print_dlg(), print_from(), print_to(), pua_build_dlg_t(), request2dlg(), response2dlg(), and rls_notify_dlg().
Local Display Name
Definition at line 97 of file dlg.h.
Referenced by build_uac_req(), dlg_add_extra(), free_dlg(), print_dlg(), and print_from().
Local sequence number
Definition at line 92 of file dlg.h.
Referenced by build_dlg_t(), dlg2hash(), new_dlg_uac(), print_cseq_num(), print_dlg(), pua_build_dlg_t(), req_within(), and rls_notify_dlg().
Local URI
Definition at line 94 of file dlg.h.
Referenced by build_dlg_t(), build_uac_req(), free_dlg(), free_tm_dlg(), new_dlg_uac(), print_dlg(), print_from(), pua_build_dlg_t(), request2dlg(), rls_free_td(), rls_notify_dlg(), and send_notify_request().
Remote Display Name
Definition at line 98 of file dlg.h.
Referenced by build_uac_req(), dlg_add_extra(), free_dlg(), print_dlg(), and print_to().
Remote sequence number
Definition at line 93 of file dlg.h.
Referenced by dlg_request_uas(), print_dlg(), and request2dlg().
Remote target URI
Definition at line 96 of file dlg.h.
Referenced by ac_uac_req(), build_dlg_t(), calculate_hooks(), dlg_confirmed_resp_uac(), dlg_request_uas(), free_dlg(), print_dlg(), pua_build_dlg_t(), request(), request2dlg(), response2dlg(), and rls_notify_dlg().
Remote URI
Definition at line 95 of file dlg.h.
Referenced by build_dlg_t(), build_uac_req(), calculate_hooks(), free_dlg(), free_tm_dlg(), new_dlg_uac(), print_dlg(), print_to(), pua_build_dlg_t(), request2dlg(), rls_free_td(), rls_notify_dlg(), and send_notify_request().
Route set
Definition at line 101 of file dlg.h.
Referenced by ac_uac_req(), build_dlg_t(), calculate_hooks(), free_dlg(), free_tm_dlg(), print_dlg(), pua_build_dlg_t(), request2dlg(), response2dlg(), rls_notify_dlg(), and send_subscribe().
struct socket_info* send_sock [read] |
Definition at line 105 of file dlg.h.
Referenced by build_dlg_t(), build_uac_req(), rls_notify_dlg(), and t_uac().
State of the dialog
Definition at line 100 of file dlg.h.
Referenced by ac_uac_req(), build_dlg_t(), dlg_confirmed_resp_uac(), dlg_early_resp_uac(), dlg_new_resp_uac(), dlg_response_uac(), mi_print_uris(), new_dlg_uas(), print_dlg(), pua_build_dlg_t(), req_within(), and rls_notify_dlg().
| unsigned int T_flags |
Flags to be passed to transaction
Definition at line 99 of file dlg.h.
Referenced by ac_uac_req(), and t_uac().
1.5.6