Module: kamailio Branch: master Commit: fe949559967bcd027ddcca49ac35536ae2f8241c URL: https://github.com/kamailio/kamailio/commit/fe949559967bcd027ddcca49ac35536ae2f8241c
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-12-11T13:26:41+01:00 rtpengine: updated to new branch_builder() prototype --- Modified: src/modules/rtpengine/rtpengine.c --- Diff: https://github.com/kamailio/kamailio/commit/fe949559967bcd027ddcca49ac35536ae2f8241c.diff Patch: https://github.com/kamailio/kamailio/commit/fe949559967bcd027ddcca49ac35536ae2f8241c.patch --- diff --git a/src/modules/rtpengine/rtpengine.c b/src/modules/rtpengine/rtpengine.c index c5455955ce1..9645dacfb04 100644 --- a/src/modules/rtpengine/rtpengine.c +++ b/src/modules/rtpengine/rtpengine.c @@ -3187,8 +3187,8 @@ static int parse_viabranch(struct ng_flags_parse *ng_flags, struct sip_msg *msg, msg->hash_index = hash(msg->callid->body, get_cseq(msg)->number); viabranch->s = branch_buf; - if(branch_builder(msg->hash_index, 0, md5, branch_idx, branch_buf, - &viabranch->len)) + if(branch_builder(msg->hash_index, 0, md5, NULL, branch_idx, + branch_buf, &viabranch->len)) ret = 0; break; } _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
