196 Commits

Author SHA1 Message Date
Bruno Dias
ab97ad0b5f FS-10777 [mod_erlang_event] #resolve 2018-03-09 13:41:24 -03:00
Sergey Safarov
df1ab07ca4 FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
Mike Jerris
a3ee7595bb FS-10025: fix global symbol scope issue causing modules to use another modules global pointer 2017-02-09 17:23:30 -06:00
Tamas Cseke
330f60964d Remove arg limit
Allocate dynamically
FS-9762 --resolve
2016-11-23 18:04:41 +01:00
Sergey Safarov
5e912b04a6 FS-8999: Fixed broken Erlang outbound connection 2016-03-31 19:45:21 +03:00
Tamas Cseke
0914a501cd Fix memory leaks
Destroy session event hash and events in queue
FS-8866 --resolve
2016-03-07 13:20:37 +01:00
Tamas Cseke
5ab4038f23 Fix process spawing segfault
Don't delete spawn reply because it can cause segfault in strncmp
Check the flag instead
FS-8147 --resolve
2015-09-10 11:23:58 +02:00
Sergey Safarov
97ed52cbef FS-7628: mod_erlang_event - removed unused var 2015-07-07 16:22:36 +03:00
Sergey Safarov
97c25275a6 FS-7628: mod_erlang_event - added ipv6 support 2015-06-23 10:41:40 +03:00
Sergey Safarov
53759ff143 FS-7628: Fixed name of Erlang naming daemon 2015-06-18 13:22:57 +03:00
Michael Jerris
2cc0348422 FS-7635: remove msvc 2005 2008 and 2010 non working build systems. There are now multiple more recent (3 different ones) and some free versions of the compiler that can be used. 2015-06-10 16:33:14 -04:00
Mike Jerris
12504aa210 Merge pull request #99 in FS/freeswitch from ~BRIAN/freeswitch-brian:bugfix/FS-6961-mod_erlang_event-add-call-uuid-to to master
* commit '89f3f5e2986d24800e40064f9966675389f5f8a0':
  FS-6961: [mod_erlang_event]: Add call UUID to call_hangup message
2015-06-01 16:32:11 -05:00
Sergey Safarov
57aba47f6e FS-7354: Filter feature ported from mod_event_socket to mod_erlang_event 2015-03-09 10:55:28 +03:00
Jyotshna Cherukuri
849e90ba73 destroy erlang session elements when the outbound erlang processis stopped/terminated 2015-02-11 15:20:32 -05:00
Brian West
89f3f5e298 FS-6961: [mod_erlang_event]: Add call UUID to call_hangup message 2014-11-05 12:18:47 -06:00
Seven Du
6540068faa fix compiler warning 2014-06-24 09:10:34 +08:00
Tamas Cseke
e6e0deba54 Fix erlang deadlock
Release session R/W Lock
2014-05-20 10:13:38 +02:00
Tamas Cseke
ea78f4d0e8 Fix race in erlang process spawning
We received the reply and signaled the condition
earlier then started to wait for it
2014-05-19 14:47:39 +02:00
Seven Du
37ee4299fb fix compiler warning 2014-04-17 14:58:18 +08:00
Anthony Minessale
7151d6acea FS-6402 part 2 2014-04-02 03:21:37 +05:00
Anthony Minessale
5c0cff70b3 FS-6402 --resolve 2014-04-02 01:20:19 +05:00
Tamas Cseke
5b2dc5b90a lot of event can cause api timeout FS-3347
make event and log bulk configurable
2014-03-10 11:44:56 +01:00
Anthony Minessale
804ef7709d change from sqlite hash to newly added one 2014-03-09 00:37:17 +05:00
Michael Jerris
bcd9f49fbe move applications to use automake 2014-03-07 18:36:12 -05:00
Tamas Cseke
b303e722eb improve messaging performance of mod_erlang_event FS-3347 --resolve 2014-02-28 11:32:08 +01:00
Tamas Cseke
369206cf4f FS-5991 --resolve 2014-02-27 08:13:57 +01:00
Tamas Cseke
41fbb451a1 FS-5834 --resolve 2014-02-26 13:42:20 +01:00
Tamas Cseke
e398ede28b FS-5975 --resolve 2014-02-26 13:34:50 +01:00
Ken Rice
6e7d5d0897 update copyright header for 2014 2014-02-12 12:08:56 -06:00
Anthony Minessale
dc9815461f FS-5741 --resolve 2013-09-02 22:56:58 +05:00
Nathan Neulinger
32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
William King
91c8c8a57b oops 2013-06-12 21:17:17 -07:00
William King
5c60bd6b42 Make sure to cleanup event if there was a failure that caused it not to be fired. 2013-06-12 17:02:15 -07:00
Travis Cross
c09a261d58 Fix memory corruption in mod_erlang_event
Thanks-to: Alexandre Snarskii <snar@snar.spb.ru>

FS-5465 --resolve
2013-05-25 21:20:41 +00:00
Anthony Minessale
30e4c71bbe FS-4996 --resolve 2013-01-08 13:01:07 -06:00
Seven Du
5ff654dab5 fix NIL case 2012-10-23 10:44:51 +08:00
Anthony Minessale
a39ba84f5e FS-4458 --resolve 2012-09-20 09:55:47 -05:00
Seven Du
9c1c911648 fix lost bindings when list 2012-09-13 11:33:16 +08:00
Seven Du
bd66d7eaa6 show bindings and handlers 2012-07-23 21:15:53 +08:00
Seven Du
49dcd8c889 make erlang log less verbose and add erlang debug on|off to control 2012-07-23 20:26:48 +08:00
Seven Du
f55f15c888 accept binary in api and bgapi 2012-07-15 12:44:26 +08:00
Darren Schreiber
5bc2745472 Avoid segfault and race condition when socket is destroyed while listener is in use. 2012-07-05 01:47:07 -07:00
dschreiber
1e696d2c93 FS-3577 : After Tamas's fixes and new logging so we can see the erl_errors, re-applying this 10ms polling interval patch that Tony committed a few months ago. Please report any issues. 2012-06-19 09:13:29 -07:00
dschreiber
7e6018985c Merge remote branch 'origin/master' into FS-3432 2012-06-19 08:10:54 -07:00
Tamas Cseke
794f8cfb8b reply state seems to be unnecessary FS-3432 2012-06-12 11:37:35 +02:00
Tamas Cseke
44fb1d00d7 fix session hash rwlock vs reply mutex order FS-3432 2012-06-12 11:34:20 +02:00
dschreiber
3858e625a4 The fix for FS-3577 causes instabilities if multiple listeners are connected it seems. Undoing this change for now until I can figure out the root cause. 2012-06-11 21:59:47 -07:00
Tamas Cseke
3f6b5a5c01 fix reply timeout: move hash and pid to session pool FS-3432 2012-06-11 17:25:28 +02:00
Tamas Cseke
d2e9e46eb6 move session destroy to one place and hangup in others to eliminate races and minimize session hash wrlocks FS-3432 2012-06-11 15:03:58 +02:00
Tamas Cseke
83f230cce6 fix possible memory leak FS-3432 2012-06-11 15:00:32 +02:00