Module: kamailio Branch: 5.2 Commit: 2ab13ea004bbc3b1254214ee73960ac5d3bb97ca URL: https://github.com/kamailio/kamailio/commit/2ab13ea004bbc3b1254214ee73960ac5...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Henning Westerholt hw@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/2ab13ea004bbc3b1254214ee73960ac5... Patch: https://github.com/kamailio/kamailio/commit/2ab13ea004bbc3b1254214ee73960ac5...
---
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 /**