Seven Du
ae4e48fa15
FS-11265 #resolve add detectSpeech and playAndDetectSpeech
2018-08-13 18:59:53 +00:00
Brian West
70f21b8287
reswig
2018-07-24 07:21:54 +00:00
Mike Jerris
f63a3541a1
FS-9785: fix build deps for mod_java
2017-06-27 14:35:40 -05:00
Mike Jerris
f9d1332002
FS-10427: move mod_java to use swig3.0 so we can reswig on debian9
2017-06-27 12:16:45 -05:00
Sergey Safarov
df1ab07ca4
FS-9924: Removed extra space in source files
2017-02-09 23:59:49 -05:00
Anthony Minessale
6fe1deda45
swigall
2017-01-09 16:57:52 -06:00
Mike Jerris
f2792c9ea5
swigall
2017-01-06 17:13:39 -06:00
Brian West
e634e538ac
swigall
2016-12-14 14:09:11 -06:00
Anthony Minessale
9b8a5edd3d
FS-9638
2016-11-10 12:09:00 -06:00
Michael Jerris
fbc4c6e325
FS-9082: [mod_java] coreectly reference the modules dir so mod_java can load what it needs when modules are not placed in prefix/mod directory
2016-04-19 13:47:47 -04:00
Michael Jerris
2558049e49
FS-7667: [mod_java] fix include directory detection when using debian java pacakges and use detected directory
2015-06-16 14:29:18 -05:00
Brian West
4e88d9eea1
update languages to use swig2.0 and reswig
2015-06-16 12:44:37 -05:00
Brian West
34f5994aa2
swigall
2015-06-16 11:23:25 -05:00
Anthony Minessale
452a4c1b05
swigall
2015-04-27 12:35:38 -05:00
Anthony Minessale
3058709a92
swigall
2015-04-25 14:15:26 -05:00
Vineet Chaudhary
299b313b78
FS-7269 : Add error logs in exec_user_method() when exception occurs.
...
In exec_user_method() report ERROR LOG to console in cases exceptions occurs,
like if any of class/method/userMethod->arg is null or for any reason which
sets status to SWITCH_STATUS_FALSE because that prevents loading mod_java and
users don't have clue why it is failing to load.
With this patch error logs can tell why method failed to execute.
2015-02-12 18:41:12 +05:30
Vineet Chaudhary
adccf499ad
FS-7256 : Unable to load mod_java.
...
FS not able to load mod_java because in load_config switch_status_t status
is not initialised and in some conditions status is not gets set ever
resulting returning garbage value, resulting failuar to load mod_java.so.
With this patch status is set to SWITCH_STATUS_SUCCESS so in case everything
is loaded it can load mod_java else status is set to SWITCH_STATUS_FALSE(which
is already covered).
2015-02-10 12:43:26 +05:30
Brian West
66302cac89
FS-6811 #resolve
2014-09-09 17:59:29 -05:00
Seven Du
d8bc5ed7ae
swigall
2014-09-06 07:18:38 +08:00
Travis Cross
e79380c394
Catch more swig-generated files with gitattributes
2014-09-04 03:36:44 +00:00
Seven Du
a80f1d3524
swig all
2014-09-04 10:31:23 +08:00
Travis Cross
75836b603f
Suppress diff output for swig-generated files
2014-08-30 03:22:59 +00:00
Travis Cross
aab164b3e6
make swigall
2014-07-16 03:52:09 +00:00
Brian West
4042571003
swigall
2014-07-15 19:09:24 -05:00
Travis Cross
1fe6fb6d46
Use CPPFLAGS for mod_java includes
2014-05-24 09:14:21 +00:00
Travis Cross
0e22f1e954
Fix mod_java build issues
...
...including one syntax error and an underspecified cast.
2014-03-19 00:43:24 +00:00
Michael Jerris
d35a6818a3
fix typo in removing of apr dso funcitons
2014-03-18 19:53:43 -04:00
Michael Jerris
df8fbb60e8
FS-6352: --resolve don't override install target when using automake, make your own install target that will get depended upon instead
2014-03-13 09:13:56 -04:00
Michael Jerris
5e0fc8f666
remove usage of apr dso functions, we have our own dso abstraction
2014-03-12 19:02:49 -04:00
Michael Jerris
bcd9f49fbe
move applications to use automake
2014-03-07 18:36:12 -05:00
Anthony Minessale
b63bacf43f
FS-6061 swigall
2013-12-23 22:43:48 +05:00
Anthony Minessale
c94dd25e4e
swigall
2013-10-15 15:31:28 -05:00
Anthony Minessale
185917edfe
swigall
2013-07-25 10:50:14 -05:00
Anthony Minessale
ac700966e9
swigall
2013-07-24 18:42:50 -05:00
Travis Cross
5b1d1de1a7
Add common include paths for jni.h and jni_md.h
2013-05-27 16:19:24 +00:00
Anthony Minessale
6f81477ca5
swigall
2013-02-19 14:22:01 -06:00
Anthony Minessale
25a992bc27
reswig
2013-01-29 09:34:27 -06:00
Anthony Minessale
428cd029de
FS-4868 --resolve This patch also adds freeswitch.ready() which will return false once shutdown has started
2012-11-26 15:18:58 -06:00
Brian West
43dfc70327
FS-4745 --resolve
2012-11-01 15:04:31 -05:00
Brian West
efcd5656fb
FS-4743 --resolve
2012-11-01 15:00:34 -05:00
Anthony Minessale
a49dc84a15
swigall
2012-06-14 11:32:14 -05:00
Anthony Minessale
5ed0152dd1
swig
2011-12-16 14:24:34 -06:00
Anthony Minessale
2faaee0e6e
add getGlobalVariable and setGlobalVariable to swig stuff
2011-10-21 08:56:42 -05:00
Anthony Minessale
7333d46d5b
add new chatplan concept and mod_sms. Apps for chat messages: copy new base freeswitch.xml and chatplan dir if you are upgrading on existing config base
2011-09-21 14:31:18 -05:00
Brian West
0587e21c2b
swigall
2011-08-20 19:27:59 -05:00
Anthony Minessale
cbf610c5aa
reswig
2011-02-24 14:24:53 -06:00
Anthony Minessale
c4e350ab0c
add insertFile front end to switch_ivr_insert_file and reswig
2010-12-29 15:09:57 -06:00
Brian West
48a9e9a5ac
swigall
2010-10-01 09:54:25 -05:00
Michael Jerris
1339e2185f
mod_java: Allow user defined java methods to be called at startup and shutdown of JVM (MODLANG-117)
2010-05-31 10:15:35 -04:00
Michael Jerris
e4450044d7
indent
2010-05-31 10:14:59 -04:00