Asterisk - The Open Source Telephony Project
18.5.0
|
The core structure to setup dialogs. We parse incoming messages by using structure and then route the messages according to the type. More...
Data Fields | |
enum can_create_dialog | can_create |
enum sipmethod | id |
int | need_rtp |
char *const | text |
The core structure to setup dialogs. We parse incoming messages by using structure and then route the messages according to the type.
Definition at line 734 of file chan_sip.c.
enum can_create_dialog can_create |
Definition at line 738 of file chan_sip.c.
enum sipmethod id |
Definition at line 735 of file chan_sip.c.
Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), find_sip_method(), handle_incoming(), and Model::load().
int need_rtp |
when this is the 'primary' use for a pvt structure, does it need RTP?
Definition at line 736 of file chan_sip.c.
Referenced by dialog_initialize_rtp().
char* const text |
Definition at line 737 of file chan_sip.c.
Referenced by __find_call(), __sip_alloc(), __sip_autodestruct(), __sip_pretend_ack(), __sip_semi_ack(), dialog_needdestroy(), do_proxy_auth(), get_destination(), handle_incoming(), handle_request_bye(), handle_request_invite(), handle_request_register(), handle_request_subscribe(), handle_response_info(), handle_response_message(), init_req(), initialize_initreq(), initreqprep(), reqprep(), retrans_pkt(), send_check_user_failure_response(), send_request(), send_response(), sip_pvt_dtor(), sip_scheddestroy_full(), and transmit_register().