Commit Graph

  • 053be38506
    Merge pull request #198 from micmac1/switch_xml_typo master Andrey Volk 2020-01-02 15:30:15 +0400
  • 28d39be261 [core] Fix copy/paste mistake in switch_xml.h Sebastian Kemper 2020-01-01 15:29:26 +0100
  • 9762569bfa [Unit-tests] Collect crash data when a unit-test core-dumps coredump Andrey Volk 2019-12-27 19:25:38 +0400
  • 965bd27d54 version bump Andrey Volk 2019-12-31 19:46:29 +0400
  • f7bdd3845a Merge branch 'master' into v1.10 v1.10.2 v1.10 Andrey Volk 2019-12-31 18:01:19 +0400
  • cdaebdce9d [Unit-tests] Fix switch_xml leak and build. Andrey Volk 2019-12-31 04:15:01 +0400
  • 4c1a47d5d1 swigall Andrey Volk 2019-12-30 23:39:35 +0000
  • 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 -0500
  • 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 +0400
  • f7ec94c9c4 [esl] Add SHUTDOWN_REQUESTED event. Andrey Volk 2019-12-16 22:31:19 +0400
  • 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 +0000
  • 9248aa05ec [sofia-sip] fix 183 received right after 200 (#67) Seven Du 2019-12-12 06:41:17 +0800
  • 13dc7629d6 [mod_sofia] add sip_refer_status_code channel variable to track refer status Seven Du 2019-12-06 16:41:31 +0800
  • 2aec6035dd [mod_loopback] add refer mock to null endpoint Seven Du 2019-12-06 16:41:03 +0800
  • 6452fff8df [Unit-tests] Fix switch_xml test crash Andrey Volk 2019-11-22 16:42:23 +0400
  • c7480bc3fe [mod_loopback] remember dtmf in channel var null_channel_dtmf_queued Seven Du 2019-11-19 22:17:13 +0800
  • 79079942de [core] add option to toggle ampersand entities on/off when serialize xml string Seven Du 2019-11-18 12:20:49 +0800
  • 917d850b04 [core] remember if a tag is parsed from CDATA Seven Du 2019-11-16 10:33:48 +0800
  • 5df8bfcd84 [core] log status code when queue event failure Seven Du 2019-11-14 12:34:57 +0800
  • c65cb486d6 [core] change No audio stun for a long time error to warning Mike Jerris 2019-11-08 09:48:25 -0700
  • 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 +0400
  • 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 +0400
  • cbc8d698a0 FS-11827: [Core] Fix regression in mod_managed due to the type name switch_core_db_handle conflicting with the switch_core_db_handle macro Andrey Volk 2019-09-19 02:01:11 +0400
  • 20295c53ef FS-11827: [Core] Add feature allowing FreeSWITCH to store CORE DB (SQLite) fully in memory (core-db-dsn). Andrey Volk 2019-09-15 23:56:04 +0400
  • e753e615ca [mod_sofia] Module load will fail if ext-rtp-ip or ext-sip-ip configuration param is set as empty string. Andrey Volk 2019-10-29 19:30:46 +0400
  • 00967290b9 [core] support partial speech events Seven Du 2019-10-11 15:32:09 +0800
  • da31fac5a0 [Core, mod_commands] Add switch_core_pool_stats API and pool_stats command with corresponding --enable-pool-debug configure flag. Andrey Volk 2019-09-25 23:04:24 +0400
  • f664600df4 [fs_cli] Fix unchecked tainted data. Andrey Volk 2019-11-20 11:38:27 +0400
  • bafe238b72 [core] fix copy and paste error Seven Du 2019-11-16 16:10:54 +0800
  • 51bf0fc51a [core] scan-build: switch_agc_feed() - Division by zero Dragos Oancea 2019-11-14 07:26:00 +0000
  • 3d52d2a9ca [core] scan-build: Dead assignment. Value stored to 'p' is never read Dragos Oancea 2019-11-14 07:28:23 +0000
  • 459627dee2 [core] scan-build: audio_bridge_thread() - Dead assignment Dragos Oancea 2019-11-14 07:41:53 +0000
  • ed991ef153 [core] scan-build: switch_strftime_tz() - Dead assignment Dragos Oancea 2019-11-14 07:45:06 +0000
  • cb7db309af [core] scan-build: video_bridge_thread() - Dereference of null pointer Dragos Oancea 2019-11-14 08:12:00 +0000
  • 8126d1f482 [sofia-sip] Fix memory leak when a tcp connection gives POLLERR due to RST. Andrey Volk 2019-11-08 19:00:59 +0400
  • 0af811bb24 [sofia-sip] Fix memory leak when incomplete tls connection. Andrey Volk 2019-10-08 19:52:30 +0400
  • dd1aab3332 [mod_voicemail] vm_fsdb_msg_email command leaks xml object. Andrey Volk 2019-10-07 23:47:35 +0400
  • e4f95f7069 [mod_local_stream] Xml object is leaked on reload when cannot stop local_stream beeing in use. Andrey Volk 2019-10-07 23:05:44 +0400
  • 8442218df1 [mod_sofia] sofia_handle_sip_i_invite() leaks xml and event objects on acl_token, sofia_reg_handle_sip_r_challenge() leaks xml object when a user does not have params. Andrey Volk 2019-10-07 22:37:33 +0400
  • 5fd6299267 [mod_hiredis] Xml object is not freed on load. Andrey Volk 2019-10-07 20:54:52 +0400
  • 05dbd8bd05 [mod_distributor] Fix leak of xml object when no lists in config. Andrey Volk 2019-10-07 19:57:46 +0400
  • 4d2f3fc5ec FS-11677: [mod_video_filter] fix memory leak and support replace read/write video of session with a bug Liyang 2019-03-06 15:17:05 +0800
  • 9847a8915f FS-11677: [mod_video_filter] support api/app to replace the write video of session with a bug Liyang 2019-02-28 19:24:13 +0800
  • fa18a3d0d6 FS-11877 fix regression from FS-11773 27ce89a6a2a Seven Du 2019-06-04 21:17:00 +0800
  • aec1cbd236 FS-11773 add callID to conference private event Seven Du 2019-04-09 21:11:11 +0800
  • 4eca43bc62 FS-12048: [Core] Fix leak in SQLite (switch_cache_db_execute_sql2str) when queries return a NULL containing field which may result in high memory consumption. Andrey Volk 2019-09-13 20:28:38 +0400
  • fc61fcfe60 FS-12050: [Core] Fix DataBase Handle (DBH) cache logic Andrey Volk 2019-09-12 23:38:28 +0400
  • 5addd7144c FS-12058: [sofia-sip] Fix scan-build issues in su_alloc.c Andrey Volk 2019-09-20 21:41:46 +0400
  • e2c1e3a7d3 FS-12055: [mod_sofia] Fix leaks and release profile properly in general_event_handler() and actual_sofia_presence_event_handler() Andrey Volk 2019-09-19 22:21:30 +0400
  • b8a18f7d83 FS-12057: [mod_conference] Fix video mute (use of uninitialized pointer) Andrey Volk 2019-09-20 20:02:32 +0400
  • 3f075d30ac FS-12032 remove extra semi colon Seven Du 2019-08-30 20:58:17 +0800
  • 24e0949844 FS-12056: [mod_sofia] Fix leaking destination in sofia_glue_do_invite() and leaking route in sofia_glue_gen_contact_str() Andrey Volk 2019-09-19 23:18:43 +0400
  • b28eb5ea92 FS-11836: scan-build: Argument with 'nonnull' attribute passed null FS-11836: scan-build: Dead assignments Dragos Oancea 2019-05-10 08:34:10 +0000
  • 2cd5585026 ftmod_libpri: Ensure bearer_capability and layer1 variables are populated 1.10.1 Harald Welte 2019-12-29 01:56:17 +0100
  • a341d58fbd ftmod_libpri: Fix NULL pointer deref in on_hangup() Harald Welte 2019-12-29 00:26:14 +0100
  • 83f6bf5276 ftmod_libpri: Don't hardcode SPEECH bearer capability Harald Welte 2019-12-29 00:24:56 +0100
  • 5621e2a5ed Only look at lower 16 bits of FreeTDM channel numbers Harald Welte 2019-12-29 00:22:44 +0100
  • 837e8955fa
    Merge pull request #188 from signalwire/div_by_zero Andrey Volk 2019-12-20 00:29:49 +0400
  • 3334d9c4b3
    Merge pull request #187 from signalwire/rtp_test Andrey Volk 2019-12-20 00:16:58 +0400
  • d49d22ff06 [Core] DTMF: Avoid division by zero on low actual_samples_per_second div_by_zero Andrey Volk 2019-12-20 00:14:17 +0400
  • be37eea412 [unit-tests] add basic RTP unit-test rtp_test Dragos Oancea 2019-11-26 14:20:52 +0000
  • 0c90ab01e5
    Merge pull request #182 from signalwire/core_fixes Andrey Volk 2019-12-19 22:55:03 +0400
  • efc10bc190
    Merge pull request #174 from signalwire/log_leaks_on_shutdown Andrey Volk 2019-12-17 21:07:07 +0400
  • 52949efc28 [Core] Wait for all EVENT_DISPATCH_QUEUE_THREADS before killing the logging which leaks otherwise. Andrey Volk 2019-12-10 19:08:27 +0400
  • 47c5c8f3e8 [Core] Fix short-circuit in write timestamp calc core_fixes Anthony Minessale 2019-11-27 21:10:15 +0000
  • 7ce50c8bd0 [Core] Fix hard coded dtmf durations based on 8k Anthony Minessale 2019-11-27 21:10:50 +0000
  • ea6a34aa7d [mod_portaudio] CF_AUDIO flag is not set CF_AUDIO Andrey Volk 2019-12-17 00:21:52 +0400
  • 234e04e752 [Core] Fix crash in switch_sql_queue_manager on shutdown, improve thread-safety, implement switch_thread_ctl functionality. switch_sql_queue_manager Andrey Volk 2019-12-06 14:23:37 +0400
  • b93eea73ef
    Merge pull request #166 from signalwire/fixfiletest Andrey Volk 2019-12-05 23:55:04 +0400
  • bae7c3eae0 [Unit-tests] Fix switch_core_file test. Andrey Volk 2019-12-05 23:44:33 +0400
  • b124b607d7 [Core] Add PRE_CLOSED flag on file handle, add unit test. Dragos Oancea 2019-11-21 18:02:47 +0000
  • 5274dd1f9c
    Merge pull request #164 from lazedo/kazoo-create_ei_cnode Andrey Volk 2019-12-05 00:43:16 +0400
  • 329edd0133
    Merge pull request #165 from signalwire/crashonload Andrey Volk 2019-12-04 19:46:30 +0400
  • a124937f0c [Core] Fix wrong sqldb initialization order causing crash on load. Andrey Volk 2019-12-04 19:32:46 +0400
  • ac77de715b [mod_kazoo] use globals hostname to create nodename in create_ei_cnode lazedo 2019-12-04 05:58:08 +0000
  • 1435577eaf
    Merge pull request #162 from lazedo/kazoo-hostname-2 Andrey Volk 2019-12-04 03:35:59 +0400
  • 731b0eb8fd [mod_kazoo] add kz_set_hostname declaration lazedo 2019-12-03 23:24:47 +0000
  • 4de6afc9d6
    Merge pull request #160 from lazedo/kazoo-hostname Andrey Volk 2019-12-04 02:19:42 +0400
  • 1afad3413b [mod_kazoo] missing call to kz_set_hostname lazedo 2019-12-03 21:45:15 +0000
  • b337e77258 [Unit-tests] Fix leaks in mod_test and in switch_core_codec, switch_vpx, switch_xml, switch_ivr_play_say tests. Andrey Volk 2019-11-27 21:36:53 +0400
  • 4c434aef1f
    [Unit-tests] Fix test framework by telling sqldb to manage handles so they don't leak and are destroyed on shutdown. Andrey Volk 2019-11-26 22:54:17 +0400
  • 2865603ad2 [Unit-tests] Fix xml error not finding freeswitch.xml on FST_MINCORE_BEGIN Andrey Volk 2019-11-22 01:14:12 +0400
  • 3de3ec3b1a [mod_callcenter] Adding SAF_SUPPORT_NOMEDIA to callcenter_track since we don't need media up for it. Also, a small fix to make it compile on OSX. Ítalo Rossi 2019-11-25 18:33:12 -0300
  • 5836b9652b [Unit-tests] Fix test framework leaking on successful checks under setup or teardown mode. Failed checks in these modes are noted and then freed, but not when passed. Andrey Volk 2019-11-24 03:59:54 +0400
  • ff65104c03
    Merge pull request #134 from signalwire/drone Andrey Volk 2019-11-25 23:54:14 +0400
  • 0bd676db32 Add unit-tests automation to Drone CI Andrey Volk 2019-11-21 22:43:28 +0400
  • a4f0b2f2a0 [mod_test] Fix OSX build Andrey Volk 2019-11-14 22:14:47 +0400
  • 724868fa08 [core] fix test case Seven Du 2019-10-13 19:19:35 +0800
  • 254fda292a [core] fix shutdown crash when core running with MINIMAL flag Seven Du 2019-10-13 19:06:30 +0800
  • 66aa064588
    Merge pull request #91 from lazedo/event-channel-debug Andrey Volk 2019-11-15 23:37:36 +0400
  • f8dc87bd18 [mod_event_socket] Fix "Listener session is null" problem - regression from previous commit to the mod. Andrey Volk 2019-11-13 17:56:57 +0400
  • b0f09fcff2 [mod_avmd] Unlock and close session if adding a media bug fails Piotr Gregor 2019-11-12 17:29:29 +0000
  • a2b46bcf10 [core] Do not try to close a file handle if it's not SWITCH_FILE_OPEN, return SWITCH_STATUS_FALSE instead Dragos Oancea 2019-11-11 23:18:23 +0000
  • a288c3d969
    Merge pull request #117 from lazedo/kazoo-ctx Andrey Volk 2019-11-12 01:25:14 +0400
  • 60746cc07c [mod_tts_commandline, mod_sndfile] fix crash on file not found Dragos Oancea 2019-11-11 19:02:21 +0000
  • 7f63483138 [mod_event_socket] Add null pointer checks on listener session and socket Vallimamod Abdullah 2019-11-11 19:58:18 +0100
  • 3c6d47c293 [mod_kazoo] recurse context runtime vars lazedo 2019-11-11 18:09:26 +0000
  • 647ed310e5 [mod_callcenter] Unreserve callcenter events when config errors loading Areski Belaid 2019-11-11 17:23:20 +0100
  • 7861ec937e
    Merge pull request #64 from cdosoftei/amqp-reconnect Andrey Volk 2019-11-11 20:11:59 +0400
  • 55afe220d3
    Merge pull request #71 from cdosoftei/amqp-queue-properties Andrey Volk 2019-11-11 20:11:30 +0400