Browse Source

Do not consider in-early-dialog requests to be bogus.
(cherry picked from commit cbbc5eff256565a3eae29a9353bbb4e3064640bb)

Timo Reimann 15 years ago
parent
commit
9208ca4bff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules_k/dialog/dlg_hash.c

+ 1 - 0
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;