Browse Source

kamailio-kemi-framework: link config example for app_python3s

Daniel-Constantin Mierla 2 years ago
parent
commit
8cd6572a6f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      kamailio-kemi-framework/docs/kemi.md

+ 5 - 1
kamailio-kemi-framework/docs/kemi.md

@@ -281,11 +281,15 @@ Inside the new class, the following methods are relevant:
 Note: besides the new KEMI Python KSR module, the old `Router` Python module exported by `app_python` is still
 available.
 
-A complete example of using Python as KEMI languages is offered by the next two files:
+A more complete example of using Python as KEMI languages is offered by the next two files:
 
   * [kamailio-basic-kemi.cfg](https://github.com/kamailio/kamailio/blob/master/misc/examples/kemi/kamailio-basic-kemi.cfg)
   * [kamailio-basic-kemi-python.py](https://github.com/kamailio/kamailio/blob/master/misc/examples/kemi/kamailio-basic-kemi-python.py)
 
+For `app_python3s`:
+
+  * [kamailio-basic-kemi-python3s.py](https://github.com/kamailio/kamailio/blob/master/misc/examples/kemi/kamailio-basic-kemi-python3s.py)
+
 The file `kamailio-basic-kemi.cfg` has to be saved as `kamailio.cfg` and inside it add after the first line:
 
 ```