[sr-dev] git:master:189630e9: uac: increase UAC message size to 32kbytes

Armen Babikyan armen at firespotter.com
Wed Nov 8 09:49:26 CET 2017


Module: kamailio
Branch: master
Commit: 189630e9df209431cb800617d98d215bfd3031a4
URL: https://github.com/kamailio/kamailio/commit/189630e9df209431cb800617d98d215bfd3031a4

Author: Armen Babikyan <armen at firespotter.com>
Committer: Armen Babikyan <armen at firespotter.com>
Date: 2017-11-08T00:36:21-08:00

uac: increase UAC message size to 32kbytes

---

Modified: src/modules/uac/uac_send.c

---

Diff:  https://github.com/kamailio/kamailio/commit/189630e9df209431cb800617d98d215bfd3031a4.diff
Patch: https://github.com/kamailio/kamailio/commit/189630e9df209431cb800617d98d215bfd3031a4.patch

---

diff --git a/src/modules/uac/uac_send.c b/src/modules/uac/uac_send.c
index e0baf13a41..78dc725453 100644
--- a/src/modules/uac/uac_send.c
+++ b/src/modules/uac/uac_send.c
@@ -42,7 +42,7 @@
 #include "uac_send.h"
 
 #define MAX_UACH_SIZE 2048
-#define MAX_UACB_SIZE 4086
+#define MAX_UACB_SIZE 32768
 #define MAX_UACD_SIZE 128
 
 /** TM bind */
@@ -823,4 +823,4 @@ int w_uac_req_send(struct sip_msg *msg, char *s1, char *s2)
 int ki_uac_req_send(sip_msg_t *msg)
 {
 	return uac_req_send();
-}
\ No newline at end of file
+}




More information about the sr-dev mailing list