Skip to content

Commit

Permalink
fixup! fixup! fixup! Add support of out-of-dialog SIP transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
wosrediinanatour committed Nov 15, 2024
1 parent 9114869 commit 0f1f15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pjsip/src/pjsua2/account.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ void Account::sendRequest(const pj::SendRequestParam& prm) PJSUA2_THROW(Error)
pjsua_msg_data msg_data;
prm.txOption.toPj(msg_data);

PJSUA2_CHECK_EXPR(pjsua_acc_send_request(id, &dest_uri, &method, prm.userData, NULL, &msg_data));
PJSUA2_CHECK_EXPR(pjsua_acc_send_request(id, &dest_uri, &method, prm.userData, prm.userData, &msg_data));
}

void Account::setRegistration(bool renew) PJSUA2_THROW(Error)
Expand Down

0 comments on commit 0f1f15d

Please sign in to comment.