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.
| enum can_create_dialog can_create |
Definition at line 627 of file chan_sip.c.
| enum sipmethod id |
Definition at line 624 of file chan_sip.c.
Referenced by find_sip_method(), and handle_incoming().
| int need_rtp |
when this is the 'primary' use for a pvt structure, does it need RTP?
Definition at line 625 of file chan_sip.c.
Referenced by dialog_initialize_rtp().
| char* const text |
Definition at line 626 of file chan_sip.c.
Referenced by initialize_initreq(), retrans_pkt(), __sip_autodestruct(), sip_scheddestroy(), __sip_pretend_ack(), __sip_semi_ack(), send_response(), send_request(), __sip_destroy(), sip_alloc(), find_call(), init_req(), reqprep(), initreqprep(), transmit_register(), get_destination(), dialog_needdestroy(), do_proxy_auth(), handle_response_info(), handle_response_message(), handle_request_invite(), handle_request_bye(), handle_request_subscribe(), handle_request_register(), and handle_incoming().