]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[mod_python3, ESL py3mod] Add Python3 support.
authorAndrey Volk <andywolk@gmail.com>
Sun, 26 Sep 2021 10:23:46 +0000 (13:23 +0300)
committerAndrey Volk <andywolk@gmail.com>
Thu, 14 Oct 2021 20:26:36 +0000 (23:26 +0300)
commite44fd2ea3849f4c215fbbdfc07c4b90e21c76969
tree7cda643632448b8d6131a73468994e1871b4a418
parent3a66eb415fa759f8036250e215fe152319e9030b
[mod_python3, ESL py3mod] Add Python3 support.
35 files changed:
.gitignore
Makefile.am
build/modules.conf.in
build/modules.conf.most
build/swigall.sh
conf/insideout/autoload_configs/modules.conf.xml
conf/vanilla/autoload_configs/modules.conf.xml
configure.ac
debian/bootstrap.sh
debian/control-modules
debian/freeswitch-mod-python3.install.tmpl [new file with mode: 0644]
debian/rules
libs/esl/Makefile.am
libs/esl/python/Makefile
libs/esl/python3/ESL.py [new file with mode: 0644]
libs/esl/python3/Makefile [new file with mode: 0644]
libs/esl/python3/esl_wrap.cpp [new file with mode: 0644]
libs/esl/python3/events.py [new file with mode: 0644]
libs/esl/python3/python-config [new file with mode: 0644]
libs/esl/python3/server.py [new file with mode: 0644]
libs/esl/python3/single_command.py [new file with mode: 0644]
src/mod/languages/mod_python/README.md [new file with mode: 0644]
src/mod/languages/mod_python3/.gitattributes [new file with mode: 0644]
src/mod/languages/mod_python3/Makefile.am [new file with mode: 0644]
src/mod/languages/mod_python3/README.md [new file with mode: 0644]
src/mod/languages/mod_python3/freeswitch.py [new file with mode: 0644]
src/mod/languages/mod_python3/freeswitch_python.cpp [new file with mode: 0644]
src/mod/languages/mod_python3/freeswitch_python.h [new file with mode: 0644]
src/mod/languages/mod_python3/hack.diff [new file with mode: 0644]
src/mod/languages/mod_python3/mod_python.i [new file with mode: 0644]
src/mod/languages/mod_python3/mod_python3.c [new file with mode: 0644]
src/mod/languages/mod_python3/mod_python_extra.c [new file with mode: 0644]
src/mod/languages/mod_python3/mod_python_extra.h [new file with mode: 0644]
src/mod/languages/mod_python3/mod_python_wrap.cpp [new file with mode: 0644]
src/mod/languages/mod_python3/python_example.py [new file with mode: 0644]