[sr-dev] git:master: Do not consider in-early-dialog requests to be bogus.
admin at sip-router.org
admin at sip-router.org
Wed Jun 23 15:40:25 CEST 2010
Module: sip-router
Branch: master
Commit: 09fefd18c90b9a9de5d8a5c96652d38494c5178d
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=09fefd18c90b9a9de5d8a5c96652d38494c5178d
Author: Timo Reimann <timo.reimann at 1und1.de>
Committer: Timo Reimann <timo.reimann at 1und1.de>
Date: Wed Jun 23 15:39:21 2010 +0200
Do not consider in-early-dialog requests to be bogus.
---
modules_k/dialog/dlg_hash.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules_k/dialog/dlg_hash.c b/modules_k/dialog/dlg_hash.c
index 6aba716..d7a16f1 100644
--- a/modules_k/dialog/dlg_hash.c
+++ b/modules_k/dialog/dlg_hash.c
@@ -721,6 +721,7 @@ void next_state_dlg(struct dlg_cell *dlg, int event,
break;
case DLG_EVENT_REQ:
switch (dlg->state) {
+ case DLG_STATE_EARLY:
case DLG_STATE_CONFIRMED_NA:
case DLG_STATE_CONFIRMED:
break;
More information about the sr-dev
mailing list