[sr-dev] git:5.2:2ab13ea0: app_jsdt: utils/app_jsdt_ctl - increase the static table size to 1536

Henning Westerholt hw at skalatan.de
Fri Oct 2 16:21:35 CEST 2020


Module: kamailio
Branch: 5.2
Commit: 2ab13ea004bbc3b1254214ee73960ac5d3bb97ca
URL: https://github.com/kamailio/kamailio/commit/2ab13ea004bbc3b1254214ee73960ac5d3bb97ca

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-10-02T14:21:12Z

app_jsdt: utils/app_jsdt_ctl - increase the static table size to 1536

(cherry picked from commit cb55929b8ce39aee2af193e59034e43af7a44781)

---

Modified: src/modules/app_jsdt/utils/app_jsdt_ctl

---

Diff:  https://github.com/kamailio/kamailio/commit/2ab13ea004bbc3b1254214ee73960ac5d3bb97ca.diff
Patch: https://github.com/kamailio/kamailio/commit/2ab13ea004bbc3b1254214ee73960ac5d3bb97ca.patch

---

diff --git a/src/modules/app_jsdt/utils/app_jsdt_ctl b/src/modules/app_jsdt/utils/app_jsdt_ctl
index 26e37aa4ca..ee859f1812 100755
--- a/src/modules/app_jsdt/utils/app_jsdt_ctl
+++ b/src/modules/app_jsdt/utils/app_jsdt_ctl
@@ -2,7 +2,7 @@
 
 # generate the .h file
 
-KEMI_MAX_SIZE=1024
+KEMI_MAX_SIZE=1536
 
 cat > ../app_jsdt_kemi_export.h <<EOF
 /**




More information about the sr-dev mailing list