Explorar o código

Do not consider in-early-dialog requests to be bogus.

Timo Reimann %!s(int64=15) %!d(string=hai) anos
pai
achega
cbbc5eff25
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;