Commit Graph

261 Commits

Author SHA1 Message Date
Andrey Volk f8dc87bd18 [mod_event_socket] Fix "Listener session is null" problem - regression from previous commit to the mod. 2019-11-13 19:28:25 +04:00
Vallimamod Abdullah 7f63483138 [mod_event_socket] Add null pointer checks on listener session and socket 2019-11-11 22:58:18 +04:00
Sergey Safarov 6704d3aabe
FS-11917: [mod_event_socket] Added error logging if cannot parse IP address 2019-09-17 07:40:45 +03:00
Ítalo Rossi 759783532d FS-12022: [mod_event_socket] Add Job-Owner-UUID with session uuid when using bgapi inside outbound socket 2019-08-22 16:35:34 -03:00
Chris Rienzo 91d07accee FS-11785 [mod_event_socket] fix dead assignment 2019-07-17 21:50:36 +04:00
Andrey Volk e0211e2ce1 FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_event_socket 2019-07-15 23:39:26 +04:00
Anthony Minessale ee7a52d9b7 FS-10291: [fs_cli] fs_cli Error indicated on console loglevel debug with extra whitespace before or after debug #resolve 2017-05-08 14:01:56 -05:00
Dragos Oancea e02631c0a8 FS-10172: mod_event_socket: handle return codes from switch_queue_trypush() , more verbose logging when we cannot enqueue 2017-03-27 09:21:07 +01:00
Sergey Safarov df1ab07ca4 FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
Anthony Minessale 969904bf46 FS-9153 #resolve [uuid_bridge issue on ESL] 2016-05-18 12:47:39 -05:00
Anthony Minessale 1c9f6cc301 FS-9153 #resolve [uuid_bridge issue on ESL] 2016-05-16 12:23:11 -05:00
Anthony Minessale 4430d8a443 FS-7317 2016-04-10 11:22:00 -05:00
Anthony Minessale f8b19b7485 FS-8190 #resolve [When using nixevent, freeswitch stops sending us certain custom event that were NOT part of the nixevent command] 2015-09-21 18:00:32 -05:00
Mike Jerris 46c0d05216 FS-7966: fix more msvc 2015 build warnings. 2015-09-02 13:07:17 -04:00
Mike Jerris 5c59a0159d FS-7966: fix more msvc 2015 warnings. 2015-08-31 17:08:52 -04:00
Brian 2815994647 FS-7638 properly match ACL with IPv4 mapped IPv6 addresses 2015-06-11 10:41:33 -05:00
Mike Jerris 0f6ec8e27c Merge pull request #149 in FS/freeswitch from ~TMPD/freeswitch-esl-104:master to master
* commit '72897018156e0eff4c61b567ef655a433f55b199':
  FS-7603: Implement failover for socket application
2015-06-03 15:21:39 -05:00
ico 7289701815 FS-7603: Implement failover for socket application 2015-06-02 21:39:26 +03:00
Anthony Minessale 6afbc05f4f FS-7252 #resolve 6-year-old regression from commit 525f1ac362 back in 2008 2015-02-10 02:15:18 -06:00
Brian West f4a04e65f2 FS-6735 2014-08-22 16:39:52 -05:00
Anthony Minessale 804ef7709d change from sqlite hash to newly added one 2014-03-09 00:37:17 +05:00
Brian West 5b26558e56 FS-5207 --resolve 2014-02-28 16:11:22 -06:00
Brian West 1c9604e9d0 FS-1307 Don't load event socket on bind error 2014-02-24 04:28:25 -06:00
Ken Rice 6e7d5d0897 update copyright header for 2014 2014-02-12 12:08:56 -06:00
Anthony Minessale b5821c1594 tweak event queue size on event socket and speed up fs_cli a little to keep up on busy logging env 2014-01-23 21:26:56 +05:00
Peter Olsson 084e245085 Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks. 2014-01-22 22:30:23 +01:00
Anthony Minessale 2c5a861b03 FS-6074 --resolve 2014-01-03 23:43:48 +05:00
Nathan Neulinger 32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
Seven Du 1ce96ce9f5 fix seg when mod unload with event_sink listeners present 2013-03-21 12:58:25 +08:00
Jeff Lenk e9fe51124f FS-5014 --resolve 2013-01-11 11:12:50 -06:00
Anthony Minessale f60962ae87 fix some contention issues under really high load...That doesn't mean you need to push it this hard and bug me about it =p 2012-11-07 12:10:50 -06:00
Jeff Lenk acd73bfaee FS-4758 try this 2012-10-29 23:16:46 -05:00
Anthony Minessale 40ed0b31c1 FS-4499 --resolve this is a different fix but this will implicitly fix it 2012-08-06 11:20:27 -05:00
Anthony Minessale 3708c96257 add uuid to event socket apps 2012-07-02 15:12:55 -05:00
Anthony Minessale e7f05b49ad FS-4349 try this, it should be a minimal wait since this will poll the socket for 20ms only when there are no events at all and no log data at all 2012-06-26 09:59:00 -05:00
Anthony Minessale a17027959d use a dummy event here 2012-06-08 12:06:40 -05:00
Anthony Minessale 7044273376 not worth it.... 2012-05-10 12:23:00 -05:00
Anthony Minessale e8098c060d FS-4184 --resolve 2012-05-04 08:47:27 -05:00
Anthony Minessale 2368f556ac FS-4180 --resolve 2012-05-03 14:23:09 -05:00
Ken Rice c5554eb939 Copyright date update. 2012-04-18 11:52:02 -05:00
Anthony Minessale f6c9e19639 FS-3750 2012-04-13 11:19:08 -05:00
Anthony Minessale 6a3478f2f1 FS-3750 --resolve 2012-04-13 08:43:46 -05:00
Steven Ayre 8c794acbcc FS-3999 --resolve mod_event_socket: add IPv6 support
Signed-off-by: Travis Cross <tc@traviscross.com>
2012-03-14 15:05:29 +00:00
Anthony Minessale dd8e6089c7 FS-3798 --resolve 2012-01-05 08:49:56 -06:00
Marc Olivier Chouinard 7c22661efb mod_event_socket: Fix a segfault on authlogin with missing domain 2011-12-28 00:35:05 -05:00
Anthony Minessale 19dad4a527 FS-3750 --resolve 2011-12-08 12:26:36 -06:00
Anthony Minessale 6bd2798ea1 FS-3702 --resolve 2011-11-17 11:47:14 -06:00
Anthony Minessale 6bbde4e27f FS-3621 --resolve 2011-10-20 10:19:39 -05:00
Anthony Minessale 142fa9922c Do not include descriptions on socket shutdowns for failures since they probably will never get it anyway and its in a protected section of code 2011-09-16 11:18:55 -05:00
Anthony Minessale 7ed7f539b0 add optional format string after myevent 2011-09-09 14:31:16 -05:00