#include <osip_dialog.h>
Public Attributes | |
| char * | call_id |
| char * | local_tag |
| char * | remote_tag |
| osip_list_t | route_set |
| int | local_cseq |
| int | remote_cseq |
| osip_to_t * | remote_uri |
| osip_from_t * | local_uri |
| osip_contact_t * | remote_contact_uri |
| int | secure |
| osip_dialog_type_t | type |
| state_t | state |
| void * | your_instance |
| char* osip_dialog::call_id |
Call-ID
| char* osip_dialog::local_tag |
local tag
| char* osip_dialog::remote_tag |
remote tag
route set
last local cseq
last remote cseq
remote_uri
local_uri
remote contact_uri
use secure transport layer
| osip_dialog_type_t osip_dialog::type |
type of dialog (CALLEE or CALLER)
| state_t osip_dialog::state |
DIALOG_EARLY || DIALOG_CONFIRMED || DIALOG_CLOSED
for application data reference
1.5.4