소스 검색

dialog: set again the dialog ids in context for BYE processing

- they can be reset by event route execution

(cherry picked from commit 5b733fa361afced0418947c965b256dbe7ae3a68)
(cherry picked from commit 6f9519b001a608af20787e0cfaf4a3a0d2dfc1fb)
Daniel-Constantin Mierla 11 년 전
부모
커밋
f01142177c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      modules/dialog/dlg_handlers.c

+ 1 - 0
modules/dialog/dlg_handlers.c

@@ -1280,6 +1280,7 @@ void dlg_onroute(struct sip_msg* req, str *route_params, void *param)
 
 		_dlg_ctx.cpid = my_pid();
 		_dlg_ctx.expect_t = 1;
+		dlg_set_ctx_iuid(dlg);
 
 		if_update_stat( dlg_enable_stats, active_dlgs, -1);
 		goto done;