Skip to content

Commit

Permalink
dialog: Do not trigger bye_reply_cb for in-dialog requests
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbock committed Feb 16, 2023
1 parent 2f7da80 commit ac0edd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/dialog/dlg_req_within.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ int dlg_request_within(struct sip_msg *msg, struct dlg_cell *dlg, int side,

set_uac_req(&uac_r, method, allheaders.len?&allheaders:NULL,
(content && content->len)?content:NULL, dialog_info, TMCB_LOCAL_COMPLETED,
bye_reply_cb, (void*)iuid);
NULL, NULL);

result = d_tmb.t_request_within(&uac_r);

Expand Down

0 comments on commit ac0edd3

Please sign in to comment.