757 Commits

Author SHA1 Message Date
Michael Giagnocavo
0f0efa6719 Merge Mono and CLR into mod_managed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9643 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-25 05:16:16 +00:00
Michael Jerris
3be36d902f inital checkin of mod_dotnet (to be merged somewhat with mod_mono)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-23 21:28:48 +00:00
Michael Giagnocavo
e9cc4dffe8 mod_mono on Windows now looks for paths a bit better
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9585 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-18 00:40:36 +00:00
Michael Giagnocavo
89db23f46f Fixup mono build on Windows
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9580 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-17 22:46:07 +00:00
Michael Jerris
19811e4f08 (MODLANG-83) mod_mono Linux build & embedding
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9576 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-16 23:54:23 +00:00
Anthony Minessale
ddd1ae14b7 add session destroy psuedo method to sort of destroy a session at least for the sake of FS
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9571 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-15 21:44:43 +00:00
Michael Jerris
49cf6c1039 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9570 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-15 20:30:57 +00:00
Michael Giagnocavo
377d84a20b Add batch file to generate mono.lib
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9466 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-05 16:39:20 +00:00
Michael Giagnocavo
fb9e85df57 Allow class name only function resolution in mod_mono because some people were too lazy to fully qualify
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9456 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 23:28:10 +00:00
Michael Giagnocavo
b95e23441d All swig files now go into swig.cs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9455 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 23:18:14 +00:00
Michael Giagnocavo
86d26dc547 Mono2.0 does not seem to need swigStringFix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9454 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 23:13:56 +00:00
Michael Giagnocavo
cc6a7d74df Update mod_mono for Win32
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9451 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 22:39:29 +00:00
Michael Jerris
d78200dc12 fix mod_yaml build on newer gcc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9382 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-28 18:23:17 +00:00
Michael Jerris
9b6501dd7c fix mod_yaml build on newer gcc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9381 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-28 16:41:48 +00:00
Anthony Minessale
77dd6b0f8c add optional content-type arg
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9370 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-26 18:39:59 +00:00
Anthony Minessale
a1c2c9c5f9 add optional content-type arg
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9369 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-26 18:39:17 +00:00
Anthony Minessale
860b4c3446 add optional content-type arg
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9368 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-26 18:38:02 +00:00
Michael Jerris
df497d6dac partial update of mod_mono. Still more to do here.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9358 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-23 02:43:57 +00:00
Anthony Minessale
8bece18e26 make getVariable return blank string not the word false
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9328 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-20 15:19:39 +00:00
Anthony Minessale
bf91ac1605 c++ needs const char * for static strings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9326 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-20 01:12:23 +00:00
Anthony Minessale
3a67cbf4fd fix MODLANG-79
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9325 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-19 22:25:28 +00:00
Robert Joly
e1c8897148 Fixed compiler warning ... potential uninitialised variable.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9318 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-18 12:23:56 +00:00
Anthony Minessale
c052a99837 dont eval blank string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9311 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-16 15:56:29 +00:00
Anthony Minessale
a3f6e72f35 fix numRows and add numCols
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9310 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-16 15:55:49 +00:00
Michael Jerris
05b01a6c03 switch some usages of switch_event_add_header to switch_event_add_header_string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9309 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-16 02:19:43 +00:00
Brian West
12f01067c5 fix lua originate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9297 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-14 17:35:46 +00:00
Brian West
23c0d9ebbf add unsetInputCallback method
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9296 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-14 17:20:34 +00:00
Brian West
6efa5bdf0d change proto for transfer method so context and dialplan are not mandatory
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9295 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-14 16:57:16 +00:00
Anthony Minessale
320a541822 fix MODLANG-75
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9245 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 19:21:21 +00:00
Anthony Minessale
6f6cd375ad tweak for MODLANG-77
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9244 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 18:47:30 +00:00
Anthony Minessale
e813797406 fix pool hoarding of mem in js
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9239 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 16:50:45 +00:00
Anthony Minessale
509562b401 update mod_java to the new module api
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9214 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-31 20:16:44 +00:00
Anthony Minessale
a4712f9dfd fix jira issue MODLANG-74
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9201 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 16:57:38 +00:00
Brian West
ca44d9af17 make curl follow redirects for a max of 10 levels
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9195 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 14:40:23 +00:00
Michael Jerris
6f906500d2 tweak for gcc 4.3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9110 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-19 15:39:17 +00:00
Brian West
baa2cf40ef mwi.py and startup-script support for mod_python
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9079 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 21:02:24 +00:00
Brian West
318b95ccf3 add mwi.pl support to mod_perl.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9078 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 20:48:14 +00:00
Brian West
ca518b4afd bracketless if fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9076 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 20:33:50 +00:00
Brian West
ccbf39361f add startup-script to mod_lua
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9075 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 20:31:49 +00:00
Michael Jerris
e23ce1f5db launch perl scripts on startup (MODLANG-72)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9074 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 20:01:53 +00:00
Michael Jerris
3b2fab8cb3 add timeout to curl run in js
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9072 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 16:27:25 +00:00
Anthony Minessale
e89625c84e forgot a free call
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9070 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 14:39:28 +00:00
Anthony Minessale
b5751a46a9 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9065 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 22:04:31 +00:00
Anthony Minessale
df5afbcacd even more lang stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9063 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 21:06:14 +00:00
Anthony Minessale
920ef82cb3 lang stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9062 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 20:19:11 +00:00
Anthony Minessale
d5d0bad6d5 add more example
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9052 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 15:44:41 +00:00
Anthony Minessale
867ea0c026 fix the evil snake (again)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9051 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 14:58:00 +00:00
Anthony Minessale
89b123d5b2 handle failed originate a little more gracefully (MODLANG-70)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9049 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 06:23:35 +00:00
Anthony Minessale
b24a17cf27 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9045 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 19:41:56 +00:00
Brian West
73648db842 fix MODLANG-69
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9027 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 23:24:39 +00:00