Module: sip-router Branch: kamailio_3.0 Commit: 44aa85c78952288c4350b9e2277354e7fbf4d2b2 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=44aa85c7...
Author: Timo Reimann timo.reimann@1und1.de Committer: Timo Reimann timo.reimann@1und1.de Date: Wed Jun 30 18:25:55 2010 +0200
Do not consider in-early-dialog BYE requests to be bogus. (cherry picked from commit 8bf53ec54beab825794b8345cce7fdb41c783809)
---
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: