Module: kamailio Branch: master Commit: cb55929b8ce39aee2af193e59034e43af7a44781 URL: https://github.com/kamailio/kamailio/commit/cb55929b8ce39aee2af193e59034e43af7a44781
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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 /** _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
