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
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
0c1ae13da1
move mod_spidermoney build to automake, fix spidermoneky dependencies (I think this really fixes -j builds), move mod_spidermonkey sub modules all under the same source directory and bundle their build together as one
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16333 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-17 05:48:36 +00:00
Michael Jerris
143050451d
attempt at fixing make -j build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16304 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-14 05:44:20 +00:00
Michael Jerris
21b0575ea9
fix mod_spidermonkey on osX 10.6 (lets see if this breaks any other platforms)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15650 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 05:25:16 +00:00
Mathieu Rene
a61b0d2d12
mod_spidermonkey: allow inline javascript, use a ~ as first script character
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15598 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-21 07:37:35 +00:00
Anthony Minessale
2fa0c4910f
refactor enterprise_originate
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15565 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-20 02:17:08 +00:00
Michael Jerris
6ec3fce0f5
merge some changes from joshrivers branch
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15520 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-18 15:29:19 +00:00
Anthony Minessale
9cf0d7f846
add append and truncate to audio file api
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15503 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-17 21:40:09 +00:00
Anthony Minessale
df7637f687
change switch_strlen_zero to zstr
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-23 16:03:42 +00:00
Brian West
3bc20b3c43
MODAPP-325 part 1
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14981 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-25 19:07:20 +00:00
Mathieu Rene
13e6519066
Prevent unloading of embedded languages modules (also fixes MODLANG-121)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14491 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-11 16:03:31 +00:00
Mathieu Rene
b814ad0de4
Let session.destroy() take the cause as a string too
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13020 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-14 20:30:54 +00:00
Anthony Minessale
0cecd465b1
add destroy method to js
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13016 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-14 16:45:35 +00:00