[sr-dev] git:kamailio_3.0: Do not consider in-early-dialog requests to be bogus.

Timo Reimann timo.reimann at 1und1.de
Fri Jun 25 15:35:13 CEST 2010


Module: sip-router
Branch: kamailio_3.0
Commit: cbbc5eff256565a3eae29a9353bbb4e3064640bb
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cbbc5eff256565a3eae29a9353bbb4e3064640bb

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