Module: sip-router Branch: master Commit: 09fefd18c90b9a9de5d8a5c96652d38494c5178d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=09fefd18...
Author: Timo Reimann timo.reimann@1und1.de Committer: Timo Reimann timo.reimann@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;