Browse Source

misc/examples/kemi: engine python for app_python3s

Daniel-Constantin Mierla 2 years ago
parent
commit
637517e7db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misc/examples/kemi/kamailio-basic-kemi.cfg

+ 1 - 1
misc/examples/kemi/kamailio-basic-kemi.cfg

@@ -133,7 +133,7 @@ log_prefix="PY3 {$rm}: "
 
 #!ifdef WITH_CFGPYTHON3S
 log_prefix="PY8 {$rm}: "
-#!define KEMIENGINE "python3s"
+#!define KEMIENGINE "python"
 #!define KEMIMODULE "app_python3s"
 #!define KEMILOAD "/usr/local/etc/kamailio/kamailio-basic-kemi-python3s.py"
 #!endif