sipXcallLib home page


Classes | Macros | Typedefs
CSeqManager.h File Reference
#include "utl/UtlHashMap.h"
#include "utl/UtlRandom.h"
#include "utl/UtlString.h"
#include "os/OsMutex.h"
Include dependency graph for CSeqManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CSEQ_CONTEXT
 
class  CSeqManager
 CSeqManager manages the CSeq number space for a dialog. More...
 

Macros

#define CSEQ_MANAGER_STATE_CHECKS
 
#define CSEQ_ID_INVITE   "INVITE"
 
#define CSEQ_ID_INFO   "INFO"
 
#define CSEQ_ID_NOTIFY   "NOTIFY"
 
#define CSEQ_ID_REFER   "REFER"
 
#define CSEQ_ID_OPTIONS   "OPTIONS"
 

Typedefs

typedef struct CSEQ_CONTEXT CSEQ_CONTEXT
 

Macro Definition Documentation

#define CSEQ_ID_INFO   "INFO"
#define CSEQ_ID_INVITE   "INVITE"
#define CSEQ_ID_NOTIFY   "NOTIFY"
#define CSEQ_ID_OPTIONS   "OPTIONS"
#define CSEQ_ID_REFER   "REFER"
#define CSEQ_MANAGER_STATE_CHECKS

Typedef Documentation

typedef struct CSEQ_CONTEXT CSEQ_CONTEXT