WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

#include <sip_dialog.h>

Data Fields

pjsip_fromto_hdrinfo
 
pj_str_t info_str
 
pj_uint32_t tag_hval
 
pjsip_contact_hdrcontact
 
pj_int32_t first_cseq
 
pj_int32_t cseq
 

Detailed Description

This structure is used to describe dialog's participants, which in this case is local party (i.e. us) and remote party.

Field Documentation

◆ info

pjsip_fromto_hdr* pjsip_dlg_party::info

From/To header, inc tag.

◆ info_str

pj_str_t pjsip_dlg_party::info_str

String rep of info header.

◆ tag_hval

pj_uint32_t pjsip_dlg_party::tag_hval

Hashed value of the tag.

◆ contact

pjsip_contact_hdr* pjsip_dlg_party::contact

Contact header.

◆ first_cseq

pj_int32_t pjsip_dlg_party::first_cseq

First CSeq seen.

◆ cseq

pj_int32_t pjsip_dlg_party::cseq

Next sequence number.


The documentation for this struct was generated from the following file:

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.