[sr-dev] git:master:cb55929b: app_jsdt: utils/app_jsdt_ctl - increase the static table size to 1536

Daniel-Constantin Mierla miconda at gmail.com
Sun Jun 7 19:17:55 CEST 2020


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2020-06-07T19:17:32+02:00

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

---

Modified: src/modules/app_jsdt/utils/app_jsdt_ctl

---

Diff:  https://github.com/kamailio/kamailio/commit/cb55929b8ce39aee2af193e59034e43af7a44781.diff
Patch: https://github.com/kamailio/kamailio/commit/cb55929b8ce39aee2af193e59034e43af7a44781.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