entries in the dialog list
#include <dlg_hash.h>
Data Fields
-
str callid
- callid from SIP message
- struct dlg_head_cbl cbs
- binded address of caller and callee
-
str contact [2]
- contact of caller and callee
-
str cseq [2]
- CSEQ of caller and callee.
-
unsigned int dflags
- internal dialog memory flags
-
unsigned int from_rr_nb
- information from record routing
-
str from_uri
- from uri from SIP message
-
unsigned int h_entry
- index of hash table entry (the slot number)
-
unsigned int h_id
- id in the hash table entry (seq nr in slot)
-
unsigned int iflags
- internal dialog persistent flags
-
unsigned int lifetime
- dialog lifetime
-
struct dlg_cell * next
- next entry in the list
-
struct dlg_cell * prev
- previous entry in the list
-
struct dlg_profile_link * profile_links
- dialog profiles
-
volatile int ref
- reference counter
-
str req_uri
- r-uri from SIP message
-
str route_set [2]
- route set of caller and callee
-
unsigned int sflags
- script dialog persistent flags
-
unsigned int start_ts
- start time (absolute UNIX ts)
-
unsigned int state
- dialog state
-
str tag [2]
- from tags of caller and to tag of callee
-
struct dlg_tl tl
- dialog timer list
-
str to_uri
- to uri from SIP message
-
unsigned int toroute
- index of route that is executed on timeout
-
str toroute_name
- name of route that is executed on timeout
-
struct dlg_var * vars
- dialog variables
Detailed Description
Definition at line 108 of file dlg_hash.h.
Field Documentation
The documentation for this struct was generated from the following file: