Commit Graph

  • a909ca5e80 [mod_conference] fix overflow (video mode == passthrough) Dragos Oancea 2020-01-30 18:04:51 +00:00
  • 4fce39bd78 [core] scan-build: Value stored to 'file' is never read Dragos Oancea 2020-01-30 18:01:00 +00:00
  • a9b0d2931d Merge pull request #255 from dragos-oancea/mux_overflow_file_read Andrey Volk 2020-01-30 21:56:44 +04:00
  • 8df26b480f [core] fix memory leak on playback, in certain error conditions (eg: native file related) Dragos Oancea 2020-01-30 15:13:34 +00:00
  • 88f1a03cad [mod_mariadb] Fix autocommit not flipping back to on when a transaction ends in mod_mariadb causing switch_cache_db_test_reactive() to fail. Andrey Volk 2020-01-24 02:59:46 +04:00
  • 3d650f4f69 [mod_pgsql] Fix autocommit not flipping back to on when a transaction ends in mod_pgsql causing switch_cache_db_test_reactive() to fail. Andrey Volk 2020-01-24 02:19:46 +04:00
  • f97892bfd9 [mod_native_file] set SWITCH_FILE_NOMUX to prevent overflow in core (we should not channel mux native files) Dragos Oancea 2020-01-29 19:06:48 +00:00
  • 496d39bbd7 Merge pull request #221 from signalwire/sofia_abort Andrey Volk 2020-01-29 21:00:42 +04:00
  • 931cf4d83f Merge pull request #243 from lazedo/cjson-update Andrey Volk 2020-01-29 18:16:50 +04:00
  • b998f3bfa5 [core] scan-build: Value stored to 'midstate' during its initialization is never read Dragos Oancea 2020-01-28 23:52:07 +00:00
  • 301110f596 [core] scan-build: Value stored to 'status' is never read Dragos Oancea 2020-01-28 23:18:28 +00:00
  • a5ef549b81 [core] scan-build: Value stored to 'len' is never read Dragos Oancea 2020-01-28 23:16:02 +00:00
  • 5c7c53fd22 [core] scan-build: Value stored to 'err' is never read Dragos Oancea 2020-01-28 23:01:45 +00:00
  • 6c06e9549a [core] scan-build: Value stored to 'theiroffset' is never read Dragos Oancea 2020-01-28 22:57:12 +00:00
  • db95f1e9dd [cJSON] Update to v1.7.12 lazedo 2020-01-20 12:33:41 +00:00
  • dc2b43fb74 Merge pull request #265 from signalwire/set_illuminant_from_code Andrey Volk 2020-01-28 23:10:07 +04:00
  • 91551679be Merge pull request #264 from signalwire/text_bridge_thread Andrey Volk 2020-01-28 23:09:43 +04:00
  • 97616141e5 Merge pull request #263 from signalwire/spandspunused Andrey Volk 2020-01-28 23:09:18 +04:00
  • 197a6a6564 [docs/phrase] Translated all phrases (voice prompts) to German. Sebastian Kiesel 2020-01-28 18:15:35 +01:00
  • 1a79aea73a Merge pull request #268 from dragos-oancea/channel_limit Andrey Volk 2020-01-28 14:56:28 +04:00
  • c1b66f650f [core] add audio channels limit when opening files, configurable through switch.conf.xml (param "max-audio-channels"), add unit-test. Dragos Oancea 2020-01-27 15:39:59 +00:00
  • e94d8cfdfc Merge pull request #261 from lazedo/kazoo-queues Andrey Volk 2020-01-27 13:49:33 +04:00
  • 4fc6fc9b09 [SpanDSP] Fix use of uninitialized xyz variable in set_illuminant_from_code() Andrey Volk 2020-01-26 18:32:18 +04:00
  • 9d9541e350 [Core] Remove dead assignment and dead increment in text_bridge_thread(). Andrey Volk 2020-01-26 18:07:15 +04:00
  • 1e4cb132d6 [SpanDSP] Remove unused x_repeats variable from header_row_read_handler() Andrey Volk 2020-01-26 17:57:08 +04:00
  • 0ec6ec10ae [mod_opusfile] fix play sample rate (don't use original rate, always use 48k), fix EOF, add unit-test. Dragos Oancea 2020-01-25 16:42:07 +00:00
  • 30f5fdd1da [mod_kazoo] : simplify kz_att_xfer lazedo 2020-01-24 16:40:53 +00:00
  • be9888d74c [mod_kazoo] add configuration for queue timeouts lazedo 2020-01-24 16:39:51 +00:00
  • c39a2b11ce [Core] Fix regression in switch_utils after implementing unit-tests parallel. Andrey Volk 2020-01-23 18:08:08 +00:00
  • fb14a03924 Merge pull request #258 from signalwire/parallel Andrey Volk 2020-01-23 18:49:22 +04:00
  • 893a3cdc1f [Unit-test] Run tests in parallel Andrey Volk 2020-01-22 16:36:53 +00:00
  • 6d8e8f35b4 Merge pull request #257 from dragos-oancea/upnp_asan Andrey Volk 2020-01-22 23:59:42 +04:00
  • 5657965039 Merge pull request #254 from dragos-oancea/amr_no_native_file Andrey Volk 2020-01-22 23:14:34 +04:00
  • e3abcf2808 [miniupnpc] fix heap-buffer-overflow reported by ASAN (on read) Dragos Oancea 2020-01-22 18:31:49 +00:00
  • 937d881b9c Merge pull request #217 from dragos-oancea/sndfile_fixes Andrey Volk 2020-01-22 22:33:47 +04:00
  • d68a7e2490 FS-10642: [mod_amr], [mod_amrwb]: mark AMR and AMRWB as VBR (don't let mod_native_file load them for playback/recording) Dragos Oancea 2017-09-04 10:25:39 -04:00
  • 08317fc5c3 [mod_sndfile] fix playing "raw" and other formats ("r8", "r16", "r24", "r32"), add unit-test Dragos Oancea 2020-01-09 20:17:42 +00:00
  • 78c7dd2a37 Merge pull request #251 from signalwire/module_tests Andrey Volk 2020-01-21 22:44:25 +04:00
  • 6d31e846a8 [Unit-tests] Implement module tests in Drone CI Andrey Volk 2020-01-19 00:05:25 +04:00
  • b7bc78ec6f Merge pull request #250 from signalwire/fix_tests Andrey Volk 2020-01-21 22:02:04 +04:00
  • 1927367cbc [Unit-tests] Fix leaks mod_av and mod_conference tests, fix fonts and paths. Andrey Volk 2020-01-21 21:50:08 +04:00
  • 7d8de79950 Merge pull request #247 from signalwire/mod_lua_leak Andrey Volk 2020-01-21 20:46:52 +04:00
  • 4dd86960ba [mod_lua] Fix leaks. Andrey Volk 2020-01-21 13:27:06 +00:00
  • 93fdf2d9d7 [mod_kazoo] Fix potential memory leaks lazedo 2020-01-20 16:12:05 +00:00
  • e3b1fb91c8 [sofia-sip] fix overflow in logging (tport) [sofia-sip] bump .update Dragos Oancea 2020-01-16 20:33:16 +00:00
  • f1c1f9085c Merge pull request #241 from signalwire/mod_rayo_leak Andrey Volk 2020-01-20 13:44:50 +04:00
  • 3fb5df00fb Merge pull request #240 from signalwire/mod_rayo_heap Andrey Volk 2020-01-20 13:42:30 +04:00
  • 520de70f4f [mod_rayo] Fix leak in the mod and in tests. Andrey Volk 2020-01-20 03:04:48 +04:00
  • 852e4a9471 [mod_rayo] Fix heap use after free and a possible buffer overflow. Andrey Volk 2020-01-20 00:20:30 +04:00
  • 7effdf0565 Merge pull request #232 from signalwire/modtestmake Andrey Volk 2020-01-18 14:24:11 +04:00
  • 751d5ff55b [Unit-tests] Place module tests into their module's Makefile.am, fix tests, add missing Makefile.am to mod_png, implement recursive make check. Andrey Volk 2020-01-14 20:12:18 +00:00
  • c2e80ea1e3 [core] avoid overflow when channel muxing Dragos Oancea 2020-01-17 20:58:57 +00:00
  • a28436deb7 [mod_loopback] add pre_answer and null_auto_answer support to null channel Seven Du 2019-11-07 10:34:30 +08:00
  • 41000cfbba [mod_loopback] add channel var loopback_no_pre_answer joshebosh 2019-10-23 16:00:28 -04:00
  • 813651f891 Merge pull request #231 from signalwire/print_tests Andrey Volk 2020-01-15 01:54:59 +04:00
  • 5e83ef7e7b [Build-System] Add print_tests make target to output the list of tests being built including in modules Mike Jerris 2020-01-09 12:34:16 -07:00
  • 0b6311bc0d Merge pull request #230 from dragos-oancea/fix_test_macos Andrey Volk 2020-01-14 02:59:26 +04:00
  • 4bef44b7b0 [unit-tests] fix build switch_rtp on MacOS Dragos Oancea 2020-01-13 18:23:13 +00:00
  • a074814b3f [mod_sofia] Add abort-on-empty-external-ip global param disabled by default. Andrey Volk 2020-01-11 01:18:14 +04:00
  • 4ed2af733d [mod_vmd] deprecate abandoned module that is replaced by mod_avmd Mike Jerris 2020-01-10 14:03:34 -07:00
  • 975e6a6032 [mod_av] Fix mod_av not having audio when using avresample mangshe0 2020-01-11 02:38:38 +08:00
  • e90db0d768 [core] fix: don't terminate file before max_samples returned rucc 2020-01-09 15:32:24 +01:00
  • 7c8fab5e83 Merge pull request #213 from signalwire/fix_rtp_test Andrey Volk 2020-01-09 17:39:32 +04:00
  • d6094643bb [Core] Fix RTP unit-test by adding switch_rtp_get_core_session(). Andrey Volk 2020-01-09 13:05:46 +04:00
  • 664563ca9f [unit-tests] add RTP test with session Dragos Oancea 2019-12-24 16:50:36 +00:00
  • b11c98c8b9 Merge pull request #211 from signalwire/sanitizer Andrey Volk 2020-01-08 22:45:33 +04:00
  • 0af29afc62 [Unit-tests] Enable address sanitizer when running tests. Andrey Volk 2020-01-07 23:34:52 +04:00
  • cd1a1db336 Merge pull request #209 from signalwire/test_db Andrey Volk 2020-01-07 21:52:06 +04:00
  • 44ba7eb753 [Unit-tests] Do not initiate sqldb by default unless requested. Andrey Volk 2019-12-13 00:54:03 +04:00
  • b3002b91a8 Merge pull request #208 from signalwire/mariadb Andrey Volk 2020-01-07 20:21:41 +04:00
  • 00867086e3 [Build-System] Fix regression from the mariadb library checking fix. Andrey Volk 2020-01-07 19:42:21 +04:00
  • 21229ad18f Merge pull request #194 from signalwire/coredump Andrey Volk 2020-01-06 22:49:21 +04:00
  • ebeada67d1 Revert "[mod_opusfile] fix play sample rate (don't use original rate, always use 48k), fix eof." Andrey Volk 2020-01-06 22:47:49 +04:00
  • 78aa7ea37f Merge pull request #202 from dragos-oancea/opusfile_fixes Andrey Volk 2020-01-06 22:38:38 +04:00
  • 8797a0f480 Merge pull request #180 from signalwire/CF_AUDIO Andrey Volk 2020-01-06 22:35:03 +04:00
  • e0d3668e72 [Core] switch_loadable_module wrongly logs that modules.conf loading fails while it's pre_load_modules.conf mangshe0 2020-01-07 02:30:51 +08:00
  • ffa4ca422d [Build-system] Fallback for mariadb lib check Nathan Neulinger 2020-01-06 12:19:00 -06:00
  • 937c4a03eb [mod_opusfile] fix play sample rate (don't use original rate, always use 48k), fix eof. Dragos Oancea 2020-01-03 19:00:26 +00:00
  • 053be38506 Merge pull request #198 from micmac1/switch_xml_typo Andrey Volk 2020-01-02 15:30:15 +04:00
  • 28d39be261 [core] Fix copy/paste mistake in switch_xml.h Sebastian Kemper 2020-01-01 15:29:26 +01:00
  • 9762569bfa [Unit-tests] Collect crash data when a unit-test core-dumps Andrey Volk 2019-12-27 19:25:38 +04:00
  • 965bd27d54 version bump Andrey Volk 2019-12-31 19:46:29 +04:00
  • f7bdd3845a Merge branch 'master' into v1.10 v1.10.2 Andrey Volk 2019-12-31 18:01:19 +04:00
  • cdaebdce9d [Unit-tests] Fix switch_xml leak and build. Andrey Volk 2019-12-31 04:15:01 +04:00
  • 4c1a47d5d1 swigall Andrey Volk 2019-12-30 23:39:35 +00:00
  • 9c3f9a9a50 [core] Add SMBF_FIRST flag which forces media bug to front of the list. Add 'f' flag to switch_ivr_displace_session to add displace as first operation on the media stream. (#76) Chris Rienzo 2019-12-23 23:57:23 -05:00
  • 6f0ad146d2 [mod_sofia] Fix crash from double profile unlock on outgoing channel from a gateway on a paused profile Andrey Volk 2019-12-21 01:15:57 +04:00
  • f7ec94c9c4 [esl] Add SHUTDOWN_REQUESTED event. Andrey Volk 2019-12-16 22:31:19 +04:00
  • 562079376a [core] Add SHUTDOWN_REQUESTED event. Bind to this event to know when ASAP or elegant shutdown has been requested. Chris Rienzo 2019-12-15 00:53:29 +00:00
  • 9248aa05ec [sofia-sip] fix 183 received right after 200 (#67) Seven Du 2019-12-12 06:41:17 +08:00
  • 13dc7629d6 [mod_sofia] add sip_refer_status_code channel variable to track refer status Seven Du 2019-12-06 16:41:31 +08:00
  • 2aec6035dd [mod_loopback] add refer mock to null endpoint Seven Du 2019-12-06 16:41:03 +08:00
  • 6452fff8df [Unit-tests] Fix switch_xml test crash Andrey Volk 2019-11-22 16:42:23 +04:00
  • c7480bc3fe [mod_loopback] remember dtmf in channel var null_channel_dtmf_queued Seven Du 2019-11-19 22:17:13 +08:00
  • 79079942de [core] add option to toggle ampersand entities on/off when serialize xml string Seven Du 2019-11-18 12:20:49 +08:00
  • 917d850b04 [core] remember if a tag is parsed from CDATA Seven Du 2019-11-16 10:33:48 +08:00
  • 5df8bfcd84 [core] log status code when queue event failure Seven Du 2019-11-14 12:34:57 +08:00
  • c65cb486d6 [core] change No audio stun for a long time error to warning Mike Jerris 2019-11-08 09:48:25 -07:00
  • 1486e84aa2 [Core] Fix dereference of null pointer in switch_ivr_originate and switch_ivr_enterprise_originate causing crashes, add unit test. Andrey Volk 2019-11-01 00:05:40 +04:00
  • cd5d72ac74 [Core] Database interface: fix potential crash in switch_cache_db_database_interface_flush_handles, code cleanup. Andrey Volk 2019-10-31 21:39:50 +04:00