]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
2 years ago[mod_sofia] Randomize OPTIONS Ping interval 1413/head
Joseph Nadiv [Sun, 31 Oct 2021 01:14:00 +0000 (21:14 -0400)] 
[mod_sofia] Randomize OPTIONS Ping interval

In FS-6400, the attempt was made to randomize OPTIONS
packets to be sent at a random interval.  The same random
interval is applied to all endpoints so this doesn't work.
Furthermore, rounding within the code, as well as
reseeding with srand() on each run will ultimately
make the ping times converge over time.  Once the
times converge, they will not separate since the reseeding
will cause the same random number to apply to each
registration.

This commmit will apply the random interval only during
initial registration and update of registration.
All subsequent pings will be incremented with the
actual value of ping-mean-interval. (This parameter
name is no longer accurate, and would be better named
ping-max-interval).

srand() has been moved to the start of the worker
thread, and all repeat calls have been removed,
so that each call of rand(), even during the
same second, generates a different random number.

Fixes #1132, Fixes #1133

2 years agoMerge pull request #1851 from signalwire/nodupremove
Andrey Volk [Mon, 7 Nov 2022 23:36:35 +0000 (02:36 +0300)] 
Merge pull request #1851 from signalwire/nodupremove

[Core] Remove deprecated SWITCH_STACK_NODUP flag. Change switch_event_add_header_string() behavior to always dup.

2 years ago[Core] Remove deprecated SWITCH_STACK_NODUP flag. Change switch_event_add_header_stri... 1851/head
Andrey Volk [Mon, 31 Oct 2022 14:49:17 +0000 (17:49 +0300)] 
[Core] Remove deprecated SWITCH_STACK_NODUP flag. Change switch_event_add_header_string() behavior to always dup.

2 years agoMerge pull request #1856 from signalwire/nodupremovewithflag
Andrey Volk [Mon, 7 Nov 2022 22:43:14 +0000 (01:43 +0300)] 
Merge pull request #1856 from signalwire/nodupremovewithflag

[Core] SWITCH_STACK_NODUP flag is deprecated and will be soon removed. Introduce switch_event_add_header_string_nodup() API.

2 years ago[Core] SWITCH_STACK_NODUP flag is deprecated and will be soon removed. Introduce... 1856/head
Andrey Volk [Mon, 31 Oct 2022 14:49:17 +0000 (17:49 +0300)] 
[Core] SWITCH_STACK_NODUP flag is deprecated and will be soon removed. Introduce switch_event_add_header_string_nodup() API.

2 years agoMerge pull request #1857 from signalwire/smpp
Andrey Volk [Mon, 7 Nov 2022 22:14:48 +0000 (01:14 +0300)] 
Merge pull request #1857 from signalwire/smpp

[mod_smpp] Fix use of switch_event_add_header_string with SWITCH_STACK_NODUP.

2 years ago[mod_smpp] Fix use of switch_event_add_header_string with SWITCH_STACK_NODUP. 1857/head
Andrey Volk [Mon, 7 Nov 2022 21:43:17 +0000 (00:43 +0300)] 
[mod_smpp] Fix use of switch_event_add_header_string with SWITCH_STACK_NODUP.

2 years ago[mod_logfile] Continue renaming if a logfile doesn't exist
Royce Mitchell [Tue, 1 Nov 2022 16:19:15 +0000 (11:19 -0500)] 
[mod_logfile] Continue renaming if a logfile doesn't exist

this prevents a scenario where freeswitch.log fails to get rotated and eventually fills up the hard drive causing a crash. See issue #1738

2 years agoMerge pull request #1848 from dragos-oancea/nuke-zrtp-
Andrey Volk [Fri, 28 Oct 2022 19:50:14 +0000 (22:50 +0300)] 
Merge pull request #1848 from dragos-oancea/nuke-zrtp-

[core][mod_sofia] remove ZRTP (deemed obsolete).

2 years agoswigall 1848/head
Dragos Oancea [Fri, 28 Oct 2022 17:22:33 +0000 (20:22 +0300)] 
swigall

2 years ago[core][mod_sofia] remove ZRTP (deemed obsolete).
Dragos Oancea [Fri, 28 Oct 2022 15:34:18 +0000 (18:34 +0300)] 
[core][mod_sofia] remove ZRTP (deemed obsolete).
[unit-tests][build-system][docs] remove references to ZRTP.

2 years ago[mod_http_cache] Fix leaking curl handle in http_get()
Andrey Volk [Thu, 27 Oct 2022 21:27:55 +0000 (00:27 +0300)] 
[mod_http_cache] Fix leaking curl handle in http_get()

2 years ago[core] Fix wrong reason code for group call coverity
Zvonimir Bužanić [Wed, 26 Oct 2022 17:53:01 +0000 (19:53 +0200)] 
[core] Fix wrong reason code for group call

2 years agoMerge pull request #1841 from signalwire/rpmshared
Andrey Volk [Tue, 25 Oct 2022 17:45:34 +0000 (20:45 +0300)] 
Merge pull request #1841 from signalwire/rpmshared

[Packaging] Shared libraries instead of static in freeswitch devel CentOS package.

2 years ago[Packaging] Shared libraries instead of static in freeswitch devel CentOS package. 1841/head
Andrey Volk [Tue, 25 Oct 2022 09:19:58 +0000 (12:19 +0300)] 
[Packaging] Shared libraries instead of static in freeswitch devel CentOS package.

2 years agoMerge pull request #1838 from signalwire/static
Andrey Volk [Mon, 24 Oct 2022 19:44:16 +0000 (22:44 +0300)] 
Merge pull request #1838 from signalwire/static

[Build-System] Disable static build by default on Linux.

2 years ago[Build-System] Disable static build by default on Linux. 1838/head
Andrey Volk [Thu, 20 Oct 2022 15:54:05 +0000 (18:54 +0300)] 
[Build-System] Disable static build by default on Linux.

2 years agoversion bump
Andrey Volk [Fri, 14 Oct 2022 22:16:48 +0000 (01:16 +0300)] 
version bump

2 years agoswigall
Andrey Volk [Fri, 14 Oct 2022 18:11:17 +0000 (18:11 +0000)] 
swigall

2 years ago[mod_sofia] Add db-spin-up-wait-ms profile parameter.
Dmitry Ukolov [Thu, 6 Oct 2022 09:15:41 +0000 (13:15 +0400)] 
[mod_sofia] Add db-spin-up-wait-ms profile parameter.

2 years ago[fs_cli] Add: -s key adding log events filter UUID on fs_cli startup
Konstantin S. Vishnivetsky [Thu, 6 Oct 2022 09:12:05 +0000 (13:12 +0400)] 
[fs_cli] Add: -s key adding log events filter UUID on fs_cli startup

* Add: -s key adding log events filter UUID on fs_cli startup
* Add: long option --set-log-uuid

2 years ago[mod_shout] Replace space with tab in Makefile.am
Clock [Tue, 4 Oct 2022 17:19:10 +0000 (01:19 +0800)] 
[mod_shout] Replace space with tab in Makefile.am

2 years agoMerge pull request #1804 from jakubkarolczyk/fix_late_offer 1662/head 1789/head
Andrey Volk [Fri, 9 Sep 2022 13:32:35 +0000 (16:32 +0300)] 
Merge pull request #1804 from jakubkarolczyk/fix_late_offer

[mod_sofia] Fix handling of late offer

2 years ago[mod_sofia] Fix handling of late offer 1804/head
Jakub Karolczyk [Fri, 9 Sep 2022 10:07:19 +0000 (11:07 +0100)] 
[mod_sofia] Fix handling of late offer

2 years agoMerge pull request #1794 from Len-PGH/patch-3
Andrey Volk [Tue, 6 Sep 2022 19:31:20 +0000 (22:31 +0300)] 
Merge pull request #1794 from Len-PGH/patch-3

[Build-System] Add signalwire.conf.xml to the freeswitch.spec

2 years ago[Build-System] Add signalwire.conf.xml to the freeswitch.spec 1794/head
Len [Tue, 6 Sep 2022 19:30:35 +0000 (15:30 -0400)] 
[Build-System] Add signalwire.conf.xml to the freeswitch.spec

2 years agoMerge pull request #1793 from Len-PGH/patch-2
Andrey Volk [Tue, 6 Sep 2022 17:54:16 +0000 (20:54 +0300)] 
Merge pull request #1793 from Len-PGH/patch-2

[Configuration] Add vanilla autoload_configs signalwire.conf.xml

2 years agoMerge pull request #1584 from greenbea/patch-7
Brian West [Tue, 6 Sep 2022 15:57:26 +0000 (10:57 -0500)] 
Merge pull request #1584 from greenbea/patch-7

[mod_callcenter] Fix SWITCH_EVENT_PRESENCE_PROBE unbind

2 years ago[Configuration] Add vanilla autoload_configs signalwire.conf.xml 1793/head
Len [Tue, 6 Sep 2022 15:16:20 +0000 (11:16 -0400)] 
[Configuration] Add vanilla autoload_configs signalwire.conf.xml

2 years agoMerge pull request #1777 from greenbea/patch-15
Andrey Volk [Mon, 29 Aug 2022 23:42:26 +0000 (02:42 +0300)] 
Merge pull request #1777 from greenbea/patch-15

[mod_sofia] Fix PRESENCE_PROBE firing on rejection

2 years agoMerge pull request #1783 from signalwire/jingle
Andrey Volk [Mon, 29 Aug 2022 22:42:31 +0000 (01:42 +0300)] 
Merge pull request #1783 from signalwire/jingle

[Configuration] Remove jingle_profiles

2 years ago[Configuration] Remove jingle_profiles 1783/head
Andrey Volk [Mon, 29 Aug 2022 22:41:22 +0000 (01:41 +0300)] 
[Configuration] Remove jingle_profiles

2 years agoMerge pull request #1782 from signalwire/mrcp
Andrey Volk [Mon, 29 Aug 2022 22:15:26 +0000 (01:15 +0300)] 
Merge pull request #1782 from signalwire/mrcp

[Build-System] mrcp: cleanup freeswitch.spec

2 years ago[Build-System] mrcp: cleanup freeswitch.spec 1782/head
Andrey Volk [Mon, 29 Aug 2022 22:08:39 +0000 (01:08 +0300)] 
[Build-System] mrcp: cleanup freeswitch.spec

2 years agoMerge pull request #1781 from signalwire/ssml
Andrey Volk [Mon, 29 Aug 2022 21:25:45 +0000 (00:25 +0300)] 
Merge pull request #1781 from signalwire/ssml

[mod_ssml] Add deps rule to the Makefile.am

2 years ago[mod_ssml] Add deps rule to the Makefile.am 1781/head
Andrey Volk [Mon, 29 Aug 2022 21:17:52 +0000 (00:17 +0300)] 
[mod_ssml] Add deps rule to the Makefile.am

2 years agoMerge pull request #1780 from signalwire/remove-apr-utils-and-rename-apr
Andrey Volk [Mon, 29 Aug 2022 20:31:15 +0000 (23:31 +0300)] 
Merge pull request #1780 from signalwire/remove-apr-utils-and-rename-apr

Remove apr utils and rename apr

2 years ago[Build-System] Remove dingaling.conf.xml 1780/head
Andrey Volk [Mon, 29 Aug 2022 15:23:14 +0000 (18:23 +0300)] 
[Build-System] Remove dingaling.conf.xml

2 years ago[Build-System] Remove mod_unimrcp from the Windows build.
Andrey Volk [Mon, 29 Aug 2022 14:50:06 +0000 (17:50 +0300)] 
[Build-System] Remove mod_unimrcp from the Windows build.

2 years ago[Core] Fix Windows build after apr-util removal
Andrey Volk [Thu, 18 Aug 2022 23:51:59 +0000 (02:51 +0300)] 
[Core] Fix Windows build after apr-util removal

2 years ago[core] use fspr prefixed symbols instead of apr
Chris Rienzo [Thu, 18 Aug 2022 18:39:44 +0000 (14:39 -0400)] 
[core] use fspr prefixed symbols instead of apr

2 years ago[core] rename lib apr symbols to fspr
Chris Rienzo [Thu, 18 Aug 2022 17:40:33 +0000 (13:40 -0400)] 
[core] rename lib apr symbols to fspr

2 years ago[core] remove unimrcp from tree
Chris Rienzo [Tue, 16 Aug 2022 22:29:47 +0000 (18:29 -0400)] 
[core] remove unimrcp from tree

2 years ago[core] remove libdingaling from tree
Chris Rienzo [Tue, 16 Aug 2022 22:01:53 +0000 (18:01 -0400)] 
[core] remove libdingaling from tree

2 years ago[core] remove apr-util from tree
Chris Rienzo [Tue, 16 Aug 2022 20:08:37 +0000 (16:08 -0400)] 
[core] remove apr-util from tree

2 years agoMerge pull request #1778 from signalwire/testendstab
Andrey Volk [Mon, 29 Aug 2022 13:36:41 +0000 (16:36 +0300)] 
Merge pull request #1778 from signalwire/testendstab

[Unit-tests] Improve stability of some tests.

2 years ago[Unit-tests] Improve stability of some tests. 1778/head
Andrey Volk [Wed, 24 Aug 2022 14:19:20 +0000 (17:19 +0300)] 
[Unit-tests] Improve stability of some tests.

2 years ago[mod_sofia] Fix PRESENCE_PROBE firing on rejection 1777/head
agree [Fri, 26 Aug 2022 21:48:31 +0000 (17:48 -0400)] 
[mod_sofia] Fix PRESENCE_PROBE firing on rejection

After rejecting the subscription for authentication the function calls goto end. In the end block freeswitch fires PRESENCE_PROBE events and releases the allocated memory
* when rejecting a call for auth PRESENCE_PROBE should not get fired
* This caused all other subscribers to the same entity to get flooded with NOTIFY's because `call_id` only gets set later in the function, so when firing the PRESENCE_PROBE without `call_id` being set all subscriptions will get a notify
* this can be considered a security flaw as any unauthorized user can send
SUBSCRIBES and trigger thousands of NOTIFY's to the SUBSCRIBED endpoints

This was fixed simply my moving down the end label after the code that
sends the PRESENCE_PROBE event

2 years agoMerge pull request #1776 from signalwire/fake
Andrey Volk [Fri, 26 Aug 2022 20:26:10 +0000 (23:26 +0300)] 
Merge pull request #1776 from signalwire/fake

[Unit-tests] Add --enable-fake-dlclose to .drone.yml

2 years ago[Unit-tests] Add --enable-fake-dlclose to .drone.yml 1776/head
Andrey Volk [Fri, 26 Aug 2022 19:47:54 +0000 (22:47 +0300)] 
[Unit-tests] Add --enable-fake-dlclose to .drone.yml

2 years agoMerge pull request #1775 from signalwire/void
Andrey Volk [Fri, 26 Aug 2022 19:11:07 +0000 (22:11 +0300)] 
Merge pull request #1775 from signalwire/void

[Core] Fix wrong switch_odbc_skip_autocommit_flip function declaration.

2 years ago[Core] Fix wrong switch_odbc_skip_autocommit_flip function declaration. 1775/head
Andrey Volk [Fri, 26 Aug 2022 18:47:45 +0000 (21:47 +0300)] 
[Core] Fix wrong switch_odbc_skip_autocommit_flip function declaration.

2 years agoMerge pull request #1773 from signalwire/autocommit
Andrey Volk [Fri, 26 Aug 2022 17:21:23 +0000 (20:21 +0300)] 
Merge pull request #1773 from signalwire/autocommit

[Core] ODBC: Add odbc-skip-autocommit-flip switch param.

2 years agoMerge pull request #1774 from signalwire/nullcmp
Andrey Volk [Fri, 26 Aug 2022 16:32:19 +0000 (19:32 +0300)] 
Merge pull request #1774 from signalwire/nullcmp

[mod_sofia] Unit-test: Fix strcmp null argument.

2 years ago[mod_sofia] Unit-test: Fix strcmp null argument. 1774/head
Andrey Volk [Fri, 26 Aug 2022 13:21:01 +0000 (16:21 +0300)] 
[mod_sofia] Unit-test: Fix strcmp null argument.

2 years ago[Core] ODBC: Add odbc-skip-autocommit-flip switch param. 1773/head
Andrey Volk [Thu, 25 Aug 2022 17:14:47 +0000 (20:14 +0300)] 
[Core] ODBC: Add odbc-skip-autocommit-flip switch param.

2 years ago[mod_conference] file descriptor stays open
Ruslan [Tue, 23 Aug 2022 15:07:55 +0000 (17:07 +0200)] 
[mod_conference] file descriptor stays open

Solution: don't even start to play file if conference is not running.

Co-authored-by: Ruslan Andronov <randronov@outlook.com>
2 years agoMerge pull request #1751 from signalwire/scanbuild11
Andrey Volk [Tue, 9 Aug 2022 22:09:01 +0000 (01:09 +0300)] 
Merge pull request #1751 from signalwire/scanbuild11

[Testing] Enable scan-build 11 on Drone CI

2 years ago[Testing] Enable scan-build 11 on Drone CI 1751/head
Andrey Volk [Mon, 8 Aug 2022 22:08:40 +0000 (01:08 +0300)] 
[Testing] Enable scan-build 11 on Drone CI

2 years ago[mod_conference] Fix dead nested assignments
Andrey Volk [Thu, 6 Jan 2022 17:54:33 +0000 (20:54 +0300)] 
[mod_conference] Fix dead nested assignments

2 years ago[mod_av] Fix dead nested assignments
Andrey Volk [Tue, 11 Jan 2022 19:40:17 +0000 (22:40 +0300)] 
[mod_av] Fix dead nested assignments

2 years ago[Core] scan-build: Fix false-positive bad free by switch_must_realloc() in switch_xml...
Andrey Volk [Tue, 4 Jan 2022 23:15:42 +0000 (02:15 +0300)] 
[Core] scan-build: Fix false-positive bad free by switch_must_realloc() in switch_xml_proc_inst()

2 years ago[mod_callcenter] Fix dead nested assignments in cc_config_api_function
Andrey Volk [Thu, 6 Jan 2022 17:16:26 +0000 (20:16 +0300)] 
[mod_callcenter] Fix dead nested assignments in cc_config_api_function

2 years ago[mod_sofia] Fix dead nested assignments
Andrey Volk [Sat, 8 Jan 2022 09:09:53 +0000 (12:09 +0300)] 
[mod_sofia] Fix dead nested assignments

2 years ago[mod_xml_scgi] Fix dead initialization in mod_xml_scgi_shutdown()
Andrey Volk [Wed, 12 Jan 2022 11:34:22 +0000 (14:34 +0300)] 
[mod_xml_scgi] Fix dead initialization in mod_xml_scgi_shutdown()

2 years ago[mod_xml_ldap] Fix potential memory leaks in xml_ldap_search()
Andrey Volk [Tue, 4 Jan 2022 22:49:16 +0000 (01:49 +0300)] 
[mod_xml_ldap] Fix potential memory leaks in xml_ldap_search()

2 years ago[mod_say_hr,hu,pl,sv] Fix dead nested assignments
Andrey Volk [Wed, 12 Jan 2022 11:37:56 +0000 (14:37 +0300)] 
[mod_say_hr,hu,pl,sv] Fix dead nested assignments

2 years ago[mod_video_filter] Fix dead nested assignments
Andrey Volk [Fri, 7 Jan 2022 11:53:45 +0000 (14:53 +0300)] 
[mod_video_filter] Fix dead nested assignments

2 years ago[mod_enum] Fix dead nested assignments
Andrey Volk [Fri, 7 Jan 2022 10:43:20 +0000 (13:43 +0300)] 
[mod_enum] Fix dead nested assignments

2 years ago[mod_dptools] Fix dead nested assignments.
Andrey Volk [Fri, 7 Jan 2022 19:44:48 +0000 (22:44 +0300)] 
[mod_dptools] Fix dead nested assignments.

2 years ago[mod_commands] Fix dead nested assignments
Andrey Volk [Thu, 6 Jan 2022 20:03:02 +0000 (23:03 +0300)] 
[mod_commands] Fix dead nested assignments

2 years ago[iksemel] Fix potential memory leak in iksroster
Andrey Volk [Wed, 5 Jan 2022 16:14:27 +0000 (19:14 +0300)] 
[iksemel] Fix potential memory leak in iksroster

2 years ago[apr] Fix dead nested assignments
Andrey Volk [Fri, 7 Jan 2022 00:09:08 +0000 (03:09 +0300)] 
[apr] Fix dead nested assignments

2 years ago[mod_v8] Fix dead nested assignments
Andrey Volk [Tue, 11 Jan 2022 11:15:44 +0000 (14:15 +0300)] 
[mod_v8] Fix dead nested assignments

2 years ago[mod_sofia] Fix potential memory leak in sofia_reg_handle_sip_r_challenge()
Andrey Volk [Tue, 4 Jan 2022 22:46:21 +0000 (01:46 +0300)] 
[mod_sofia] Fix potential memory leak in sofia_reg_handle_sip_r_challenge()

2 years ago[Core] Fix dead nested assignments
Andrey Volk [Tue, 11 Jan 2022 16:16:53 +0000 (19:16 +0300)] 
[Core] Fix dead nested assignments

2 years ago[libvpx] scan-build: avoid dereference of null pointer
Andrey Volk [Wed, 12 Jan 2022 17:07:20 +0000 (20:07 +0300)] 
[libvpx] scan-build: avoid dereference of null pointer

2 years ago[libvpx] scan-build: prevent division by zero in vpx_int_pro_row_c()
Andrey Volk [Wed, 5 Jan 2022 15:35:06 +0000 (18:35 +0300)] 
[libvpx] scan-build: prevent division by zero in vpx_int_pro_row_c()

2 years agoFix dead nested assignments in various modules
Andrey Volk [Wed, 12 Jan 2022 13:30:34 +0000 (16:30 +0300)] 
Fix dead nested assignments in various modules

2 years ago[esl] Fix dead nested assignment in esl_recv_event()
Andrey Volk [Thu, 6 Jan 2022 13:39:31 +0000 (16:39 +0300)] 
[esl] Fix dead nested assignment in esl_recv_event()

2 years ago[stb] Fix dead nested assignments in stbi__tga_load()
Andrey Volk [Thu, 6 Jan 2022 16:18:26 +0000 (19:18 +0300)] 
[stb] Fix dead nested assignments in stbi__tga_load()

2 years ago[miniupnpc] Fix build on Debian Bullseye
Andrey Volk [Tue, 4 Jan 2022 15:51:16 +0000 (18:51 +0300)] 
[miniupnpc] Fix build on Debian Bullseye

2 years agoMerge pull request #1750 from dragos-oancea/ssl-err
Andrey Volk [Mon, 8 Aug 2022 19:56:01 +0000 (22:56 +0300)] 
Merge pull request #1750 from dragos-oancea/ssl-err

[core, mod_sofia] add some extra checks when creating the digest.

2 years ago[core, mod_sofia] add some extra checks when creating the digest. 1750/head
Dragos Oancea [Mon, 8 Aug 2022 15:56:09 +0000 (18:56 +0300)] 
[core, mod_sofia] add some extra checks when creating the digest.

2 years ago[Sounds] Add new sounds to en-us-callie and correct en-us-allison 40.wav and 60.wav
Len [Fri, 5 Aug 2022 17:52:48 +0000 (13:52 -0400)] 
[Sounds] Add new sounds to en-us-callie and correct en-us-allison 40.wav and 60.wav

3 years agoMerge pull request #1727 from signalwire/session_read_lock 1732/head 1733/head 1734/head
Andrey Volk [Mon, 25 Jul 2022 23:28:50 +0000 (02:28 +0300)] 
Merge pull request #1727 from signalwire/session_read_lock

[Core] Fix possible race condition between locking a session and reading it's flags in switch_core_session_read_lock() and switch_core_session_read_lock_hangup().

3 years ago[Core] Fix possible race condition between locking a session and reading it's flags... 1727/head
Andrey Volk [Sat, 23 Jul 2022 19:07:40 +0000 (22:07 +0300)] 
[Core] Fix possible race condition between locking a session and reading it's flags in switch_core_session_read_lock() and switch_core_session_read_lock_hangup().

3 years ago[mod_sofia] unit-tests: Give mod_sofia time to spin up profile threads on load. Remov...
Andrey Volk [Mon, 25 Jul 2022 22:47:27 +0000 (01:47 +0300)] 
[mod_sofia] unit-tests: Give mod_sofia time to spin up profile threads on load. Remove some fst_requires().

3 years agoMerge pull request #1715 from thiadmer/mod_say_de_date
Andrey Volk [Tue, 12 Jul 2022 20:25:08 +0000 (23:25 +0300)] 
Merge pull request #1715 from thiadmer/mod_say_de_date

[mod_say_de] Let de_say_time handle short_date_time type

3 years ago[mod_say_de] Let de_say_time handle short_date_time type 1715/head
Thiadmer [Sun, 10 Jul 2022 13:16:07 +0000 (15:16 +0200)] 
[mod_say_de] Let de_say_time handle short_date_time type

3 years agoMerge pull request #1710 from dragos-oancea/vm_fsdb_msg_list-fix
Andrey Volk [Wed, 6 Jul 2022 17:22:28 +0000 (20:22 +0300)] 
Merge pull request #1710 from dragos-oancea/vm_fsdb_msg_list-fix

[mod_voicemail] fix vm_fsdb_msg_list

3 years ago[mod_voicemail] fix vm_fsdb_msg_list 1710/head
Dragos Oancea [Wed, 6 Jul 2022 12:26:43 +0000 (15:26 +0300)] 
[mod_voicemail] fix vm_fsdb_msg_list

3 years agoMerge pull request #1705 from signalwire/unused
Andrey Volk [Wed, 29 Jun 2022 19:02:58 +0000 (22:02 +0300)] 
Merge pull request #1705 from signalwire/unused

[Unit-tests] Fix unused function in switch_rtp_pcap

3 years ago[Unit-tests] Fix unused function in switch_rtp_pcap 1705/head
Andrey Volk [Wed, 29 Jun 2022 18:42:37 +0000 (21:42 +0300)] 
[Unit-tests] Fix unused function in switch_rtp_pcap

3 years agoMerge pull request #1585 from signalwire/pcap
Andrey Volk [Wed, 29 Jun 2022 15:46:53 +0000 (18:46 +0300)] 
Merge pull request #1585 from signalwire/pcap

[core] RTP: a media timeout fix + add pcap based-unit tests.

3 years ago[core] RTP: a media timeout fix + add pcap based-unit tests. 1585/head
Dragos Oancea [Sun, 20 Mar 2022 14:25:37 +0000 (17:25 +0300)] 
[core] RTP: a media timeout fix + add pcap based-unit tests.

3 years ago[mod_sofia] Add Fanvil to vendors allowed to update.
FusionPBX [Thu, 16 Jun 2022 15:00:09 +0000 (09:00 -0600)] 
[mod_sofia] Add Fanvil to vendors allowed to update.

3 years agoMerge pull request #1684 from dragos-oancea/xml-vol-logline
Andrey Volk [Wed, 8 Jun 2022 14:09:50 +0000 (17:09 +0300)] 
Merge pull request #1684 from dragos-oancea/xml-vol-logline

[core] fix loglevel - switch_ivr_phrase_macro_event()

3 years ago[core] fix loglevel - switch_ivr_phrase_macro_event() 1684/head
Dragos Oancea [Wed, 8 Jun 2022 10:25:35 +0000 (13:25 +0300)] 
[core] fix loglevel - switch_ivr_phrase_macro_event()

3 years agoswigall
Andrey Volk [Tue, 7 Jun 2022 19:38:29 +0000 (19:38 +0000)] 
swigall