Module: kamailio Branch: master Commit: 9b7f4bb1c12cc857a62d54da2e3cfb6688d72dd2 URL: https://github.com/kamailio/kamailio/commit/9b7f4bb1c12cc857a62d54da2e3cfb66...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2017-04-20T19:01:20+02:00
modules: readme files regenerated - app_jsdt ... [skip ci]
---
Modified: src/modules/app_jsdt/README
---
Diff: https://github.com/kamailio/kamailio/commit/9b7f4bb1c12cc857a62d54da2e3cfb66... Patch: https://github.com/kamailio/kamailio/commit/9b7f4bb1c12cc857a62d54da2e3cfb66...
---
diff --git a/src/modules/app_jsdt/README b/src/modules/app_jsdt/README index d9b11d9..4628263 100644 --- a/src/modules/app_jsdt/README +++ b/src/modules/app_jsdt/README @@ -36,7 +36,8 @@ Daniel-Constantin Mierla
5. RPC Commands
- 5.1. app_jsrt.reload + 5.1. app_jsdt.reload + 5.2. app_jsdt.api_list
6. Example of usage
@@ -71,7 +72,8 @@ Chapter 1. Admin Guide
5. RPC Commands
- 5.1. app_jsrt.reload + 5.1. app_jsdt.reload + 5.2. app_jsdt.api_list
6. Example of usage
@@ -194,12 +196,13 @@ if(!jsdt_runstring('KSR.dbg("Hello World from $fU\n")'))
5. RPC Commands
- 5.1. app_jsrt.reload + 5.1. app_jsdt.reload + 5.2. app_jsdt.api_list
-5.1. app_jsrt.reload +5.1. app_jsdt.reload
Marks the need to reload the js script. The actual reload is done by - every working process when the next call to jsrt_run() function or KEMI + every working process when the next call to jsdt_run() function or KEMI config is executed.
Name: app_jsdt.reload @@ -208,7 +211,20 @@ if(!jsdt_runstring('KSR.dbg("Hello World from $fU\n")'))
Example: ... -kamcmd app_jsrt.reload +kamcmd app_jsdt.reload +... + +5.2. app_jsdt.api_list + + List the functions available via Kemi framework. + + Name: app_jsdt.api_list + + Parameters: none + + Example: +... +kamcmd app_jsdt.api_list ...
6. Example of usage