106 Commits

Author SHA1 Message Date
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
Brian West
f17bd746e8 swigall 2010-05-27 16:39:19 -05:00
Anthony Minessale
7fd3aff6f0 fix eventConsumer issue and add flush() method 2010-05-17 18:38:25 -05:00
Anthony Minessale
a7f74af7d0 add bind method to EventConsumer takes same args as constructor to bind more events to an existing consumer 2010-05-10 13:07:34 -05:00
Brian West
c6ef69ec9f swigall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16942 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-08 21:17:32 +00:00
Anthony Minessale
334abcdae7 add bridged method to scripting langs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16854 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-01 20:04:12 +00:00
Anthony Minessale
886e1ddb4d run indent on the whole tree and update copyright dates in prep for 1.0.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16579 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 03:38:24 +00:00
Michael Jerris
d28a8cf3cd fix direct PREFIX refs in Makefiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16243 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 18:07:48 +00:00
Brian West
ed5506c661 swigall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15824 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 13:35:30 +00:00
Anthony Minessale
f4239d9500 reswig
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15361 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-04 23:58:26 +00:00