Commit Graph

  • e5ae035d85 [mod_sms_flowroute] Remove from tree Andrey Volk 2024-08-28 13:27:43 +03:00
  • ff76318a8a
    resolve merge Rat Bajno-Atkinson 2025-01-06 10:34:18 -08:00
  • fab964a55e
    Merge c69bc4fab4a5a842739f1d9b1ca5bb7a2d735ad0 into eaf02c903680d5199caa7b82b0c42a64f4a1f975 Kurt Abersold 2025-01-06 16:53:44 +00:00
  • eaf02c9036
    Merge pull request #2694 from signalwire/cepstral Andrey Volk 2025-01-06 18:24:40 +03:00
  • b7ac2be11b [mod_cepstral] Remove from tree Andrey Volk 2024-08-27 22:37:30 +00:00
  • 87bfafbb76
    Merge pull request #2693 from signalwire/ladspa Andrey Volk 2025-01-06 17:14:30 +03:00
  • 4475a54127 [mod_ladspa] Remove from tree Andrey Volk 2024-08-27 19:13:47 +00:00
  • d06780fab5 [mod_sofia] fix missing auth challange in 401 response agree 2024-11-24 12:36:03 -05:00
  • aea2d251bd Add sysconfig support for python3.11 in configure.ac a0gr 2025-01-05 14:36:23 +11:00
  • 2e0631208e
    Merge pull request #2687 from signalwire/sangoma Andrey Volk 2025-01-03 02:26:20 +03:00
  • 1944260c7b [mod_sangoma_codec] Remove from tree Andrey Volk 2024-08-27 16:45:57 +00:00
  • 4470f8d801
    Merge pull request #2686 from signalwire/gsmopen Andrey Volk 2025-01-02 21:01:29 +03:00
  • 9ab4d17cce [mod_gsmopen] Remove from tree. Andrey Volk 2024-08-24 14:00:14 +03:00
  • 81796c02df
    Merge pull request #2685 from signalwire/skypopen Andrey Volk 2025-01-02 20:06:02 +03:00
  • 8c5efce33e [mod_skypopen] Remove from tree. Andrey Volk 2024-08-24 13:16:30 +03:00
  • fa2199953e
    Merge branch 'master' into master jniit 2025-01-02 16:29:43 +08:00
  • 067002dfe6
    Merge 8cf93d9c15b7138c69ffbaba2681b32bc18cf5b2 into c409fe6b451ae94dcbbbcc4be529c9fc25e11509 micmac1 2024-12-31 20:15:17 +00:00
  • 015174c70e
    Merge 0ac3feb7bc4a325ae6b312ab510d2a946474c237 into c409fe6b451ae94dcbbbcc4be529c9fc25e11509 micmac1 2024-12-31 20:15:17 +00:00
  • c409fe6b45
    Merge pull request #2684 from signalwire/ssml Andrey Volk 2024-12-31 21:29:43 +03:00
  • 0e412ac0ee [mod_rayo, mod_ssml, iksemel] Remove from tree Andrey Volk 2024-12-31 13:43:48 +03:00
  • 83834dc440
    Merge c7ef125d30e60fd02af1af7c529d4eb5490de6c1 into 3687972db7564359b727160cf3d3cf743c226c38 DuratarskeyK 2024-12-31 00:05:33 +00:00
  • 3af0de5235
    Merge b35c7cf4cae35fc39046036174e7c58681d3a0aa into 3687972db7564359b727160cf3d3cf743c226c38 Guillem Jover 2024-12-31 00:05:25 +00:00
  • a462a8be1f
    Merge ab004e04144a44143c59d42cfc6c9d9e8728edce into 3687972db7564359b727160cf3d3cf743c226c38 David Wilkie 2024-12-31 00:05:18 +00:00
  • 3687972db7
    Merge pull request #2682 from signalwire/ssml Andrey Volk 2024-12-31 02:35:29 +03:00
  • 10d31ee12a [Unit-tests] Move test_tts_format out of mod_ssml. Add mod_test and test_tts_format to the Windows build. Andrey Volk 2024-12-28 02:41:27 +03:00
  • efb6afda07
    Merge pull request #2680 from signalwire/ssml Andrey Volk 2024-12-31 01:38:50 +03:00
  • fc4a2d5d4f
    Merge branch 'master' into master Matt Schultz 2024-12-30 22:30:35 +00:00
  • ff2e8b475f
    Fixes related to signalwire/freeswitch#2202 AVOutputFormat::priv_data_size is marked private and no longer exists in the public API as of FFMPEG 6.0, but found hidden in AVOutputFormat as part of FFOutputFormat. AVCodecContext::ticks_per_frame was deprecated as of FFMPEG 6.1. libavcodec notes 'do not use avcodec_close()' as of FFMPEG 3.1, use avcodec_free_context() instead. AVFrame::key_frame was deprecated as of FFMPEG 6.1, use AVFrame::flags instead. AVInputFormat::read_seek and AVInputFormat::read_seek2 no longer exists as of FFMPEG 7.0. This seems to only be used for logging purposes, so guard this functionality accordingly. Korynkai 2024-12-30 22:23:33 +00:00
  • 4b4dee8fd2 [mod_dptools] Move tts format from mod_ssml. Andrey Volk 2024-12-27 22:02:30 +03:00
  • 0422b86f89
    Merge pull request #2679 from signalwire/ssml_multi Andrey Volk 2024-12-31 01:00:29 +03:00
  • 2a2554db99 [mod_ssml] Push done when its flag multi Anthony Minessale II 2023-08-16 19:52:26 +00:00
  • a6b114a630
    Merge pull request #2678 from signalwire/SWITCH_SPEECH_FLAG_MULTI Andrey Volk 2024-12-31 00:38:11 +03:00
  • a71a352872 [Core] Add new SWITCH_SPEECH_FLAG_MULTI flag and check it in switch_ivr_speak_text_handle(). Anthony Minessale 2023-03-28 01:57:31 +03:00
  • d10eff9758 added mod_curl_tts aks 2024-12-30 20:16:19 +04:00
  • 3d4a9133b7 cleaning master aks 2024-12-30 20:11:43 +04:00
  • 028cd9d36e
    Merge branch 'signalwire:master' into master aks 2024-12-30 20:08:00 +04:00
  • 30c5c7ae53
    Merge branch 'signalwire:master' into new-tts-modules aks 2024-12-30 19:44:26 +04:00
  • 1340dc8ca4 added mod_curl_tts aks 2024-12-30 19:42:17 +04:00
  • 056cad5142
    Update mod_sofia.c - last one for #2666 Joseph 2024-12-20 16:21:46 -05:00
  • d2bec055b8
    Update sofia_presence.c - one more for #2666 Joseph 2024-12-20 16:20:52 -05:00
  • 312dde082d
    Additional parameters from pull request #2666 - part 2 Joseph 2024-12-20 15:53:06 -05:00
  • 47ad34d887
    Additional parameters from pull request #2666 Joseph 2024-12-20 15:50:58 -05:00
  • 90ccab7159 Fix ODBC errors replace SQLPrepare() -> SQLExecDirect() Norm Brandinger 2024-04-01 08:02:05 -04:00
  • ec25d5df77
    [mod_sofia] Added missing %s in one form of contact string Patrice Fournier 2024-12-18 16:23:50 -05:00
  • d3e618a3b3 Added missing %s in one form of contact string Patrice Fournier 2024-02-15 16:35:58 -05:00
  • cb8e6de117
    Merge pull request #2667 from signalwire/fsget Andrey Volk 2024-12-18 17:42:01 +03:00
  • 89b9e4f4ff
    [Scripts] Only show email changed section if it was changed Patrice Fournier 2024-12-17 12:53:51 -05:00
  • 3204c46deb Only show email changed section if it was changed Patrice Fournier 2024-02-15 16:17:58 -05:00
  • 648a1edc91
    Merge branch 'signalwire:master' into master uyuy2043 2024-12-17 13:58:54 +08:00
  • 21af2d966a [Scripts] Introduce FSGET - a simple way to install FreeSWITCH. Andrey Volk 2024-05-10 19:41:40 +03:00
  • 504212fbc7
    Get up to date with user agents for update_allowed method Joseph 2024-12-14 18:41:30 -05:00
  • 05310dae07
    Merge pull request #2665 from signalwire/gha_release Andrey Volk 2024-12-12 17:44:02 +03:00
  • 26acc9601c
    [GHA] Default to release=unstable in build workflow. s3rj1k 2024-12-12 15:12:38 +01:00
  • ce1826e538
    Merge pull request #2642 from Ansuel/free-pcre Andrey Volk 2024-12-11 20:53:31 +03:00
  • 1c17a6d465
    Merge b87c179f7e0a72ac9d919b1fbf89def984d42ef9 into e490fe6d7db20ca82431ee4822fe444b4ccd9e68 Christian Marangi 2024-12-11 16:22:20 +00:00
  • 12b47fe7f9 [mod_verto] Fix memory leak by correctly freeing regex Christian Marangi 2023-11-03 17:27:06 +01:00
  • e490fe6d7d
    Merge pull request #2524 from signalwire/pat Andrey Volk 2024-12-11 16:02:17 +03:00
  • 1f4d1e323e
    [GHA] Use temporary token to build artifacts, extend manual run options. s3rj1k 2024-12-11 01:18:37 +01:00
  • c429987181
    Merge pull request #2664 from signalwire/coveritydocker Andrey Volk 2024-12-10 23:33:45 +03:00
  • da081d4b9f [Build-System] Add a Dockerfile for Coverity scan. Andrey Volk 2024-12-10 21:26:10 +03:00
  • 2778d451c2
    Merge branch 'master' into log-esl-command-option Minh 2024-12-06 16:05:00 +01:00
  • f8c090d78f
    Update sofia_presence.c nemerald-voip 2024-12-05 21:18:12 -08:00
  • 5168f3db59
    Merge branch 'master' into mod_http_cache_max-age fu'ad 2024-12-05 22:56:17 +01:00
  • 12997dde6a
    Merge pull request #2661 from signalwire/workflow Andrey Volk 2024-12-04 12:38:17 +03:00
  • 23ab8bc0f4
    [GHA] Use repository default value of artifacts retention-days s3rj1k 2024-12-04 01:44:21 +01:00
  • c0cf399007
    Merge branch 'master' into log-esl-command-option Minh 2024-12-03 22:27:48 +01:00
  • 845d3164f5
    Merge pull request #2657 from signalwire/workflow Andrey Volk 2024-12-04 00:05:41 +03:00
  • 556702ce9f
    [GHA] Refactor workflows s3rj1k 2024-12-02 02:16:21 +01:00
  • 545806c146
    Merge pull request #2660 from signalwire/sdk10 Andrey Volk 2024-12-03 23:29:21 +03:00
  • 8e694fe10b [Build-System] Upgrade legacy Windows SDK to 10.0 in Visual Studio projects. Andrey Volk 2024-03-02 03:20:06 +03:00
  • ab8376963e
    WiP: Windows s3rj1k 2024-12-03 20:27:53 +01:00
  • b14b78ec73
    [GHA] Refactor workflows s3rj1k 2024-12-02 02:16:21 +01:00
  • d076d3074b
    DEBUG s3rj1k 2024-12-03 01:56:56 +01:00
  • 873a4a8412
    WiP: ToDo s3rj1k 2024-12-03 00:05:31 +01:00
  • b48192dcc9
    WiP: [GHA] Refactor workflows s3rj1k 2024-12-02 02:16:21 +01:00
  • c41ac535b1 RPM spec: modernize with Python 3.12 for EL8+ S-P Chan 2024-11-28 13:54:11 +08:00
  • dd53129f28 typo Minh Minh 2024-11-27 22:56:33 +01:00
  • b181f0c472 log received esl command capability Minh Minh 2024-11-27 22:31:13 +01:00
  • 28f38f7881 update origin/v1.10 with signalwire/v1.10 (version v1.10.12) Karlheinz Reinhardt 2024-11-25 13:56:43 +01:00
  • bdd0bedece
    Add option to pass max-age parametar fu'ad 2024-11-21 15:09:30 +01:00
  • 3f106e4b91
    fix the issue of wrong sample rate of telephone -event when recover happened zhaojiecll 2024-11-20 17:18:22 +08:00
  • e14258508c
    Merge 09682fcc776a141500f11d797bed7d6c57a12633 into 4658192547e9b36baeaf90511e14d9bcd80a0402 Andrey Volk 2024-11-14 00:27:46 +00:00
  • 167e152e3c
    Merge d9fc26232d175043b7c77b8aad4adf7431f8f5ed into 4658192547e9b36baeaf90511e14d9bcd80a0402 Visytel 2024-11-14 00:27:39 +00:00
  • 4658192547
    [Core] switch_channel_clear_state_handler(), switch_channel_get_state_handler(): Coverity 1546120 Data race condition Andrey Volk 2024-11-13 22:56:15 +03:00
  • 045080e2c4 [Core] Fix race in switch_channel_get_state_handler() Andrey Volk 2024-07-31 22:21:33 +03:00
  • 7495917ac2 [Core] switch_channel_clear_state_handler: Coverity 1546120 Data race condition Andrey Volk 2024-06-12 13:36:34 +03:00
  • b87c179f7e
    [Core] Move project to PCRE2 Christian Marangi 2023-11-03 17:23:31 +01:00
  • 83b38714b9
    [mod_verto] Fix memory leak by correctly freeing regex Christian Marangi 2023-11-03 17:27:06 +01:00
  • ee7c7dea60
    Merge pull request #2641 from signalwire/swig Andrey Volk 2024-11-05 22:12:29 +03:00
  • 1a7090fc66 swigall Andrey Volk 2024-11-05 17:40:30 +00:00
  • 2e9ecd1cce mod_verto: fix segfault in verto bye Antonio Silva 2024-10-23 15:18:31 +01:00
  • 85e2ca3b75 mod_sofia: fix no audio when sdp change in 20OK after 183 Session In Progress Antonio Silva 2024-10-22 12:39:05 +01:00
  • 26014bef56 删除不必要的event变量 qiwei 2024-10-19 19:03:22 +08:00
  • c9baac2da9 switch_event 添加引用计数 qiwei 2024-10-19 19:02:55 +08:00
  • 4b2176a490
    Update and rename phrease_zh-TW.xml to phrease_zh_TW.xml michaelfang 2024-10-19 02:02:22 +08:00
  • 5e4ad37106
    Create phrease_zh-TW.xml michaelfang 2024-10-19 02:01:42 +08:00
  • a231eec09c 删除不必要的event变量 qiwei 2024-10-18 23:13:08 +08:00
  • 93d5d3158b new tts modules aks 2024-10-17 20:14:11 +04:00
  • 88b80e6c94
    Merge branch 'signalwire:master' into master aks 2024-10-16 07:38:34 +04:00
  • 97cb6722ae
    Merge pull request #2622 from signalwire/unittests Andrey Volk 2024-10-15 17:06:59 +03:00