| FreeSWITCH:/src/mod/languages/mod_python/ |
hide Line HistoryConstraint |
Changelog
9326
by anthm on
19 August 2008, 21:12:23 -0400
(19 days ago)
c++ needs const char * for static strings
./mod_python_wrap.cpp
9326
9296
by brian on
14 August 2008, 13:20:34 -0400
(24 days ago)
add unsetInputCallback method
./freeswitch.py
9296
./freeswitch_python.cpp
9296
./freeswitch_python.h
9296
./mod_python_wrap.cpp
9296
9295
by brian on
14 August 2008, 12:57:16 -0400
(24 days ago)
change proto for transfer method so context and dialplan are not mandatory
./mod_python_wrap.cpp
9295
9079
by brian on
17 July 2008, 17:02:24 -0400
(52 days ago)
mwi.py and startup-script support for mod_python
./mod_python.c
9079
9070
by anthm on
17 July 2008, 10:39:28 -0400
(52 days ago)
forgot a free call
./mod_python.c
9070
9063
by anthm on
16 July 2008, 17:06:14 -0400
(53 days ago)
even more lang stuff
./freeswitch_python.cpp
9063
./freeswitch_python.h
9063
./hack.diff
9063
./mod_python_wrap.cpp
9063
9052
by anthm on
16 July 2008, 11:44:41 -0400
(53 days ago)
add more example
./python_example.py
9052
9051
by anthm on
16 July 2008, 10:58:00 -0400
(53 days ago)
fix the evil snake (again)
./freeswitch.py
9051
./freeswitch_python.cpp
9051
./mod_python.c
9051
./mod_python_extra.c
9051
./mod_python_extra.h
9051
9004
by brian on
12 July 2008, 14:44:05 -0400
(57 days ago)
fix callback arg and CoreSession::sleep to not require a file
./mod_python_wrap.cpp
9004
9001
by greenlizard on
11 July 2008, 17:56:18 -0400
(58 days ago)
remove old unused file, add a few documentation comments
./freeswitch_python.cpp
9001
./freeswitch_python.h
9001
./python.py
9001
9000
by brian on
11 July 2008, 17:41:19 -0400
(58 days ago)
add XML binding
./mod_python.c
9000
8999
by brian on
11 July 2008, 16:58:42 -0400
(58 days ago)
add api
./mod_python.c
8999
./mod_python_extra.c
8999
8998
by anthm on
11 July 2008, 15:42:52 -0400
(58 days ago)
snake charming
./Makefile.in
8998
./freeswitch.py
8998
./freeswitch_python.cpp
8998
./freeswitch_python.h
8998
./hack.diff
8998
8973
by brian on
09 July 2008, 19:46:50 -0400
(1 month 29 days ago)
remove unused var
./freeswitch_python.cpp
8973
8930
by anthm on
08 July 2008, 13:27:02 -0400
(2 months ago)
add args to sleep
./freeswitch.py
8930
./mod_python_wrap.cpp
8930
8924
by mikej on
08 July 2008, 02:59:02 -0400
(2 months 1 day ago)
fix seg src/mod/languages/mod_python
./freeswitch_python.cpp
8924
./mod_python.c
8924
8915
by anthm on
07 July 2008, 23:25:31 -0400
(2 months 1 day ago)
don't override macro name (MODLANG-68)
./freeswitch_python.cpp
8915
8884
by anthm on
02 July 2008, 17:12:57 -0400
(2 months 6 days ago)
add EventConsumer obj to cpp
./freeswitch.py
8884
./mod_python_wrap.cpp
8884
8828
by anthm on
23 June 2008, 15:19:17 -0400
(2 months 15 days ago)
fix MODLANG-65
./mod_python_wrap.cpp
8828
8745
by anthm on
02 June 2008, 19:42:59 -0400
(3 months 5 days ago)
add waitForAnswer to cpp
./freeswitch.py
8745
./mod_python_wrap.cpp
8745
8743
by anthm on
02 June 2008, 19:37:12 -0400
(3 months 5 days ago)
add answered and mediaReady methods to CoreSession
./mod_python_wrap.cpp
8743
8689
by anthm on
27 May 2008, 00:54:52 -0400
(3 months 12 days ago)
indent pass 2
./freeswitch_python.cpp
8689
./mod_python.c
8689
./mod_python_wrap.cpp
8689
./switch_swig_wrap.c
8689
8456
by stkn on
16 May 2008, 17:38:00 -0400
(3 months 22 days ago)
Force CXXLINK for mod_python and remove -lstdcc++ from LOCAL_LDFLAGS to fix build on solaris
./Makefile.in
8456
8449
by anthm on
16 May 2008, 14:40:39 -0400
(3 months 22 days ago)
lang fixes
./mod_python_wrap.cpp
8449
8386
by anthm on
13 May 2008, 16:36:23 -0400
(3 months 25 days ago)
cannot pass 2833 on a transcoded call
./freeswitch.py
8386
./mod_python_wrap.cpp
8386
8366
by anthm on
12 May 2008, 12:58:44 -0400
(3 months 26 days ago)
fix build prob
./freeswitch.py
8366
./mod_python_wrap.cpp
8366
8352
by anthm on
10 May 2008, 13:02:43 -0400
(3 months 28 days ago)
add some methods to CoreSession
./freeswitch.py
8352
./mod_python_wrap.cpp
8352
8263
by anthm on
05 May 2008, 11:30:55 -0400
(4 months 3 days ago)
change names to protect the innocent
./switch_swig_wrap.c
8263
8258
by stkn on
02 May 2008, 19:40:37 -0400
(4 months 6 days ago)
Try to use python provided by the system instead of a bundled version, adds --with-python and --with-python-config to configure
./Makefile
8258
./Makefile.in
8258
|