Table of Contents
List of Examples
Table of Contents
This module allows executing Python scripts from config file, exporting functions to access the SIP message from Python.
TBD.
Default value is “/usr/local/etc/sip-router/handler.py”.
Example 1.1. Set script_name
parameter
... modparam("app_python", "script_name", "/usr/local/etc/sip-router/myscript.py") ...