Module: kamailio
Branch: master
Commit: 41cbaf0e565eac6afe8b205a81e631ebab596c23
URL: 
https://github.com/kamailio/kamailio/commit/41cbaf0e565eac6afe8b205a81e631ebab596c23

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2026-01-07T16:02:30+01:00

debugger: updates for the new function prototype to build request

---

Modified: src/modules/debugger/debugger_mod.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/41cbaf0e565eac6afe8b205a81e631ebab596c23.diff
Patch: 
https://github.com/kamailio/kamailio/commit/41cbaf0e565eac6afe8b205a81e631ebab596c23.patch

---

diff --git a/src/modules/debugger/debugger_mod.c 
b/src/modules/debugger/debugger_mod.c
index 2ec44aade5e..25498f033ab 100644
--- a/src/modules/debugger/debugger_mod.c
+++ b/src/modules/debugger/debugger_mod.c
@@ -552,7 +552,8 @@ static int w_dbg_sip_msg(struct sip_msg *msg, char *level, 
char *facility)
        } else {
                obuf.s = build_req_buf_from_sip_req(msg, (unsigned int 
*)&obuf.len,
                                &send_info,
-                               BUILD_NO_PATH | BUILD_NO_LOCAL_VIA | 
BUILD_NO_VIA1_UPDATE);
+                               BUILD_NO_PATH | BUILD_NO_LOCAL_VIA | 
BUILD_NO_VIA1_UPDATE,
+                               NULL);
        }
 
        if(obuf.s == NULL) {

_______________________________________________
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!

Reply via email to