Skip to content

Commit

Permalink
Populate last dst leg for internally generated sequentials
Browse files Browse the repository at this point in the history
(cherry picked from commit 4d6e5d5)
  • Loading branch information
vladpaiu authored and liviuchircu committed Sep 26, 2024
1 parent 8495274 commit 4916d53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/dialog/dlg_req_within.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,8 @@ int send_leg_msg(struct dlg_cell *dlg,str *method,int src_leg,int dst_leg,
if (push_new_processing_context( dlg, &old_ctx, &new_ctx, NULL)!=0)
return -1;

ctx_lastdstleg_set(dst_leg);

dialog_info->T_flags=T_NO_AUTOACK_FLAG;

result = d_tmb.t_request_within
Expand Down

0 comments on commit 4916d53

Please sign in to comment.