User Tools

Site Tools


devel:config-engines

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
devel:config-engines [2016/04/19 15:32]
miconda [Configuration File Engines]
devel:config-engines [2016/04/19 15:41]
miconda [Python Config KEMI Engine]
Line 246: Line 246:
 The **app_python** module must be loaded and the Python script with routing logic must be set to its **script_name** parameter. The **app_python** module must be loaded and the Python script with routing logic must be set to its **script_name** parameter.
  
-The **kemi** engine is built reusing the exiting **app_python** way of executing C code from Kamailio. In the Python script you have to declare the **mod_init()** method where to instantiate an object of a class that implements the other callback methods (functions) to be executed by Kamailio.+The **kemi** engine is built reusing the exiting **app_python** way of executing C code from Kamailio. In the Python script you have to declare the global **mod_init()** method where to instantiate an object of a class that implements the other callback methods (functions) to be executed by Kamailio.
  
 Inside the new class, the following methods are relevant: Inside the new class, the following methods are relevant:
devel/config-engines.txt ยท Last modified: 2017/11/20 14:31 by miconda