Abdelkader Boudih
1c11193ca8
Merge branch 'master' into remove_redis
2025-01-13 16:00:15 +01:00
Andrey Volk
285df0b026
[mod_xml_radius] Remove from tree
2025-01-13 13:14:44 +03:00
Abdelkader Boudih
a7bd8172c2
Merge branch 'master' into remove_redis
2025-01-11 10:27:38 +01:00
Andrey Volk
4d7a7f9af6
[mod_rss] Remove from tree
2025-01-11 02:36:12 +03:00
Abdelkader Boudih
3f48427382
mod_redis: remove deprecated module
2025-01-10 23:39:23 +01:00
Andrey Volk
4c447a98ed
[mod_snom] Remove from tree.
2025-01-10 21:31:29 +03:00
Andrey Volk
b033d27a38
[mod_unicall] Remove from tree
2025-01-09 19:34:21 +03:00
Andrey Volk
c1f4586e2d
[mod_abstraction] Remove from tree
2025-01-08 23:47:31 +03:00
Andrey Volk
6286c51ff6
[mod_isac] Remove from tree
2025-01-08 20:46:37 +03:00
Andrey Volk
49e63f6fff
[mod_portaudio, mod_portaudio_stream] Remove from tree
2025-01-07 19:18:03 +03:00
Andrey Volk
e5ae035d85
[mod_sms_flowroute] Remove from tree
2025-01-06 23:00:07 +03:00
Andrey Volk
b7ac2be11b
[mod_cepstral] Remove from tree
2025-01-06 17:41:58 +03:00
Andrey Volk
4475a54127
[mod_ladspa] Remove from tree
2025-01-06 16:36:57 +03:00
Andrey Volk
1944260c7b
[mod_sangoma_codec] Remove from tree
2025-01-03 01:57:32 +03:00
Andrey Volk
70d76bcc0e
[Core] Remove mod_kazoo from tree
2024-02-21 21:27:35 +03:00
Douglas Vought
7d52ceb69d
[timezones] Update timezones to version 2023c.
2023-09-05 12:46:13 -04:00
Dragos Oancea
8e59603d98
[core][mod_sofia] remove ZRTP (deemed obsolete).
...
[unit-tests][build-system][docs] remove references to ZRTP.
2022-10-28 20:19:42 +03:00
Len
741d163284
[Configuration] Add vanilla autoload_configs signalwire.conf.xml
2022-09-06 11:16:20 -04:00
Andrey Volk
9311ee7dc2
[Build-System] Remove dingaling.conf.xml
2022-08-29 20:17:13 +03:00
Chris Rienzo
3c7e8ff989
[core] remove unimrcp from tree
2022-08-29 20:17:06 +03:00
Andrey Volk
a1d2f83104
[Core] ODBC: Add odbc-skip-autocommit-flip switch param.
2022-08-25 20:14:47 +03:00
Chris Rienzo
cd041b768c
[mod_spandsp] Add verbose-log-level configuration.
2021-10-23 22:00:34 +03:00
Anthony Minessale
ed98516666
[mod_verto] move websocket implementation to libks
2021-10-23 22:00:17 +03:00
Andrey Volk
a61c9dca50
Merge pull request #1380 from inoutglobal/master
...
[daylight saving]- Fixs wrong daylight saving
2021-10-15 16:41:41 +03:00
Andrey Volk
e44fd2ea38
[mod_python3, ESL py3mod] Add Python3 support.
2021-10-14 23:26:36 +03:00
Edson Lopes Filho
dae624441b
[daylight saving]- Fixs wrong daylight saving
...
Fix wrong daylight saving on America/Sao_Paulo Timezone. There is no more Daylight Savings in Sao Paulo.
2021-10-13 13:13:09 -03:00
Dragos Oancea
a562db760c
[mod_opus] add cfg setting to overwrite the fmtp stereo param coming from remote. Eg: incoming SDP has stereo=1 but we want a mono call so we answer with stereo=0.
...
* [mod_opus] add cfg setting to overwrite the fmtp stereo param coming from remote. Eg: incoming SDP has stereo=1 but we want a mono call so we answer with stereo=0.
sprop-stereo will be set to 0 too.
* [core] opus: use switch_core_max_audio_channels() with remote fmtp stereo=1 to allow disabling of stereo.
2021-05-14 18:36:30 +03:00
Dragos Oancea
2915d3aba8
[mod_amrwb] add cfg setting mode-set-overwrite (it will answer with just one mode-set value) - fixes audio quality issues in mod_conference with some UEs.
2021-05-07 14:29:33 +00:00
Dragos Oancea
4734904d2d
[mod_amr] introduce new cfg setting force-oa to change between OA/BE when originating, show session in debug logs, update configs.
2021-03-10 15:49:10 +02:00
avimar
82a5c1addd
[docs] Update wiki link to confluence
2020-05-18 21:00:49 +03:00
Saurabh
26b95eea75
[mod_httapi] Introduction of connect-timeout param
2020-02-26 23:08:21 +04:00
Andrey Volk
496d39bbd7
Merge pull request #221 from signalwire/sofia_abort
...
[mod_sofia] Add abort-on-empty-external-ip global param disabled by default.
2020-01-29 21:00:42 +04:00
Dragos Oancea
c1b66f650f
[core] add audio channels limit when opening files, configurable through switch.conf.xml (param "max-audio-channels"), add unit-test.
2020-01-27 23:35:19 +00:00
Dragos Oancea
08317fc5c3
[mod_sndfile] fix playing "raw" and other formats ("r8", "r16", "r24", "r32"), add unit-test
...
[mod_sndfile] add stereo to mono support for file formats that need it (eg: gsm, vox), add unit test for stereo
[mod_sndfile] mono to stereo and stereo to mono unit tests.
[unit-tests] mod_sndfile: don't wait for recording file to be flushed to disk by the core, use switch_ivr_stop_record_session()
[mod_sndfile] fix format "wve" (Psion Series 3)
[mod_sndfile] fix format "htk" (Hidden Markov Model Tool Kit)
[mod_sndfile] fix file format "iff" (AIFF)
[mod_sndfile] fix file format "xi" (FastTracker 2)
[mod_sndfile] fix file format "sds" (Midi Sample Dump Standard)
[uni-tests] add more audio file extensions to sndfile unit tests.
[mod_sndfile] add config file support (with one param currently: "allowed-extensions")
[mod_sndfile] add sample file sndfile.conf.xml to 'testing' and 'vanilla' cfg trees.
[mod_sndfile] free() cfg xml
[unit-tests] mod_sndfile: unload module test.
[unit-tests] mod_sndfile: add conf file unit-test (param that allows only certain file extensions)
[unit-tests] adjusts Makefile.am for new CI (tests)
[unit-tests] adjust path to sound file.
[unit-tests] [mod_sndfile] remove Makefile.am from test/
[unit-tests] [mod_sndfile] fix build (Andrey)
2020-01-21 22:12:08 +00:00
Andrey Volk
a074814b3f
[mod_sofia] Add abort-on-empty-external-ip global param disabled by default.
2020-01-11 01:18:14 +04:00
cdosoftei
5244a64d4e
[mod_amqp] configurable commands queue properties
2019-10-22 15:22:00 -04:00
Ciprian
696814cb26
[Core] Disable msrp by default, only enable when listen-port or listen-ssl-port config params configured in msrp.conf
2019-10-13 21:27:58 +04:00
Andrey Volk
4a2812aaf5
FS-11727: [mod_mariadb] Add MariaDB (MySQL) support
2019-07-23 20:07:16 +04:00
Seven Du
ddb0661e39
FS-11425 force g-profile = 0 to vp9
...
otherwise it complains: [8:Invalid parameter:Profile > 1 not supported in this build configuration]
2019-07-18 01:51:21 +04:00
Andrey Volk
ccc4ae282a
FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module.
2019-07-18 00:20:50 +04:00
Sergey Khripchenko
921bc97ed7
FS-11189 FS-11425 Refactor vpx settings and reverse some changes
2019-07-17 01:08:36 +04:00
Seven Du
4ace287aac
FS-11425 remove vp10
2019-07-17 01:00:34 +04:00
Seven Du
48539c278d
FS-11425 update example configs
2019-07-17 00:59:58 +04:00
Dragos Oancea
3705bad32e
FS-11840: better default config for mod_avmd (Piotr)
2019-06-06 17:07:46 +00:00
Andrey Volk
a5cecbfc2a
FS-11604: [Configuration] Improve Vanilla config.
2019-05-21 00:03:14 +04:00
Mike Jerris
9635c7d09c
Merge pull request #1351 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:feature/FS-10530_mod_opusfile to master
...
* commit 'ed2b3b7bb4a6ff0251452e519ff8cf309620770f':
FS-10530: [mod_opusfile]: multichannel
FS-10530: [mod_opusfile] new module, read and write ogg/opus files (".opus" extension)
2019-02-27 14:47:57 -06:00
Seven Du
34b573998b
FS-11521: [mod_av] WIP add test code and add png
2019-01-03 00:22:08 +04:00
Andrey Volk
d0cca7e222
FS-11555: [mod_signalwire] Initial commit.
2018-12-21 21:45:59 +04:00
Anthony Minessale
f3b65c2ee7
FS-11394: [mod_av] Clean up defaults cos they are still wrong
2018-11-28 02:47:04 +04:00
Christian Schmidt
65e20af347
FS-11520: [mod_curl] Make max_bytes configurable
2018-11-21 22:21:33 +01:00