|
@@ -88,6 +88,7 @@
|
|
#define DLG_IFLAG_KA_DST (1<<2) /*!< send keep alive to dst */
|
|
#define DLG_IFLAG_KA_DST (1<<2) /*!< send keep alive to dst */
|
|
#define DLG_IFLAG_TIMER_NORESET (1<<3) /*!< don't reset dialog timers on in-dialog messages reception */
|
|
#define DLG_IFLAG_TIMER_NORESET (1<<3) /*!< don't reset dialog timers on in-dialog messages reception */
|
|
#define DLG_IFLAG_CSEQ_DIFF (1<<4) /*!< CSeq changed in dialog */
|
|
#define DLG_IFLAG_CSEQ_DIFF (1<<4) /*!< CSeq changed in dialog */
|
|
|
|
+#define DLG_IFLAG_PRACK (1<<5) /*!< PRACK was routed during initial state */
|
|
|
|
|
|
#define DLG_CALLER_LEG 0 /*!< attribute that belongs to a caller leg */
|
|
#define DLG_CALLER_LEG 0 /*!< attribute that belongs to a caller leg */
|
|
#define DLG_CALLEE_LEG 1 /*!< attribute that belongs to a callee leg */
|
|
#define DLG_CALLEE_LEG 1 /*!< attribute that belongs to a callee leg */
|