Skip to content

Commit fc144da

Browse files
committed
dialog: proper update contact of callee on seq
fixes bug introduced in a76af3f Close OpenSIPS#3218
1 parent e393d4c commit fc144da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dialog/dlg_handlers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ static void dlg_callee_reinv_onreq_out(struct cell* t, int type, struct tmcb_par
13821382
return;
13831383
}
13841384

1385-
dlg_update_contact(dlg, ps->req, DLG_CALLER_LEG);
1385+
dlg_update_contact(dlg, ps->req, callee_idx(dlg));
13861386
dlg_update_out_sdp(dlg, callee_idx(dlg), DLG_CALLER_LEG, msg, 1);
13871387
dlg_leg_push_cseq_map(dlg, t, callee_idx(dlg), msg);
13881388
free_sip_msg(msg);

0 commit comments

Comments
 (0)