William King
a181ec629f
On the off chance the if statement takes the false branch, let's not leak the memory. again.
2013-06-12 16:46:38 -07:00
William King
5e5af427ef
On the off chance the if statement takes the false branch, let's not leak the memory
2013-06-12 16:41:24 -07:00
Anthony Minessale
8ac3178e45
FS-5242
2013-05-21 10:03:22 -05:00
William King
09553f424a
FS-5443: --resolve leaked because the JS api's copy and return new malloc'd pointers.
2013-05-18 15:47:01 -07:00
Anthony Minessale
312b86e331
oops
2013-04-05 15:00:46 -05:00
Anthony Minessale
5f4ee1b464
FS-5216 don't allow recursive call to speek
2013-04-05 14:27:44 -05:00
Anthony Minessale
e976144ef1
FS-5216 seems like invalid codec lets try this
2013-03-29 22:35:32 -05:00
Anthony Minessale
c0f736c9da
FS-5242
2013-03-29 10:54:45 -05:00
Jeff Lenk
772e9f4c70
FS-4568 --resolve
2013-03-24 14:32:56 -05:00
Jeff Lenk
3a30c4df33
FS-4768 MSB_LNK_warnings.diff applied
2013-01-31 15:36:08 -06:00
Jeff Lenk
dc2c11f13f
FS-4768 initial add of vs2012 build support
2012-12-29 14:57:15 -06:00
Anthony Minessale
0995d133a6
remove stray goto
2012-10-01 12:39:16 -05:00
Anthony Minessale
ed09914642
add email function to js
2012-08-14 11:10:26 -05:00
Anthony Minessale
527ad97001
add chatExecute method to events so you can respond from chatplan in js
2012-08-11 18:34:49 -05:00
Anthony Minessale
618392299b
add javascript chatplan app
2012-08-10 20:12:26 -05:00
Anthony Minessale
690cae5de1
FS-4350 --resolve
2012-06-25 11:00:48 -05:00
Ken Rice
7a147e4762
Update a ton of copyright statements to make sure the dates are proper
2012-04-25 17:14:55 -05:00
Ken Rice
c5554eb939
Copyright date update.
2012-04-18 11:52:02 -05:00
Jeff Lenk
6aa492d034
vs2010 add some ssl support to curl - test
2012-02-29 08:50:00 -06:00
Anthony Minessale
812e5e9a26
FS-2216
2012-01-26 16:54:27 -06:00
Jeff Lenk
e767b17c05
FS-3740 --resolve curl cleanup
2011-12-23 08:59:13 -06:00
Marc Olivier Chouinard
eccffa3497
FS-3017 --resolve
2011-12-15 14:13:50 -05:00
Anthony Minessale
f72af9ffc0
move spidermonkey to use its own env for each instance instead of sharing one, should fix garbage collection tieups
2011-12-02 09:42:57 -06:00
Anthony Minessale
13e19e579a
remove curl refs
2011-12-02 09:05:58 -06:00
Anthony Minessale
e58ed35d17
FS-2936 stage 1
2011-11-29 11:13:11 -06:00
Anthony Minessale
acf3090adf
FS-2936 plan B for curl stuff
2011-05-13 13:17:54 -05:00
Anthony Minessale
c196e2c109
revert curl changes
2011-05-13 12:03:30 -05:00
Anthony Minessale
7064487df2
FS-2936 please test on windows
2011-05-11 10:07:00 -05:00
Marc Olivier Chouinard
ab02493b9d
mod_python & mod_spidermonkey: Fix for -Wunused-but-set-variable required compiler
2011-04-22 22:03:40 -04:00
Anthony Minessale
73279f01bf
FS-3166 --resolve
2011-04-22 16:43:29 -05:00
Anthony Minessale
9feab652a3
FS-2966 ok let's take this a step further, I don't even think we need to change the state anymore
2011-03-03 10:54:59 -06:00
Mathieu Rene
7386b9f8f5
Add session.ringReady() to check for CF_RING_READY
2011-02-06 01:29:02 -05:00
Anthony Minessale
4ae8282e6c
fix possible bad pointer in global vars (please test)
2011-02-02 15:43:26 -06:00
Brian West
3734f4cd44
bump copyright date and fix some email and typos from diego.
2011-01-05 10:09:04 -06:00
Jeff Lenk
4d41a0f3a2
FS-2855 Fix spidermonkey under windows x64
2010-11-17 15:39:33 -06:00
Stefan Knoblich
3edb841959
Fix mod_spidermonkey build on FreeBSD, (Undefined symbol
...
PR_LocalTimeParameters).
Move nspr libs to AM_LIBADD to make sure they are _after_ libjs.so.1,
so missing PR_* symbols in libjs can be resolved.
Having all those nspr libs in AM_LDFLAGS will make them to end up before
libjs on the final linker commandline.
The wrong order caused the build-time linker to discard nspr,
since nothing had unresolved symbols belonging to it at that point.
(mod_spidermonkey does not use any PR_* functions/objects.)
Compile + load tested on FreeBSD-8.1.
2010-08-03 13:18:00 +02:00
Anthony Minessale
9b4aca3b78
fix regression
2010-07-27 11:11:16 -05:00
Anthony Minessale
7d554c1164
fix seg in js hangup
2010-07-24 00:20:37 -05:00
Anthony Minessale
710376fbe8
try to avoid skipping hangup hook
2010-07-23 14:11:47 -05:00
Anthony Minessale
5cd072a3fb
allow vars to be set containing vars from languages
2010-07-15 08:42:51 -05:00
Anthony Minessale
3a6bb506c0
passing non-null value to generate_xml_cdr now implies its an initalized xml object
2010-07-01 15:22:13 -05:00
Jeff Lenk
a87429ac87
Add initial support for VS2010
2010-06-28 15:49:19 -05:00
Anthony Minessale
013222bba3
wait for state change
2010-06-28 08:49:24 -05:00
Anthony Minessale
c5086b1517
jsonification into the core and ESL
2010-06-17 11:43:09 -05:00
Anthony Minessale
c017c24b8e
FSCORE-612 with mods
2010-05-25 16:54:31 -05:00
Brian West
2641ca94f0
I hate that notation
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16910 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-04 23:53:40 +00:00
Brian West
f50067022b
MODLANG-159 and MODLANG-162
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16909 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-04 23:51:48 +00:00
Mathieu Rene
f91b3310b3
MODLANG-161
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16844 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-27 20:03:42 +00:00
Mathieu Rene
d66fb0f09c
same for js_system
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16831 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-25 21:28:29 +00:00
Mathieu Rene
474ca2a9bd
mod_spidermonkey: suspend/resume ctx when sleeping
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16830 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-25 21:22:41 +00:00