Module: sip-router
Branch: master
Commit: 8bf53ec54beab825794b8345cce7fdb41c783809
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8bf53ec…
Author: Timo Reimann <timo.reimann(a)1und1.de>
Committer: Timo Reimann <timo.reimann(a)1und1.de>
Date: Wed Jun 30 18:25:55 2010 +0200
Do not consider in-early-dialog BYE 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 d7a16f1..72b7fec 100644
--- a/modules_k/dialog/dlg_hash.c
+++ b/modules_k/dialog/dlg_hash.c
@@ -704,6 +704,7 @@ void next_state_dlg(struct dlg_cell *dlg, int event,
dlg->state = DLG_STATE_DELETED;
*unref = 1;
break;
+ case DLG_STATE_EARLY:
case DLG_STATE_DELETED:
break;
default: