Skip to content

Commit

Permalink
modules: readme files regenerated - app_jsdt ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Apr 20, 2017
1 parent 04cc991 commit 9b7f4bb
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions src/modules/app_jsdt/README
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9b7f4bb

Please sign in to comment.