Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEL-6170 Merge v1.10.8 from upstream #328

Open
wants to merge 204 commits into
base: telnyx/telephony/development
Choose a base branch
from

Conversation

damirn
Copy link

@damirn damirn commented Oct 1, 2024

No description provided.

bmlkc and others added 30 commits July 9, 2021 20:44
…_check

[mod_http_cache][unit-tests] remove timestamp unit-test
[core] fix build SWITCH_BYTE_ORDER == __BIG_ENDIAN
Since the last round of changes it fails to compile:

mod_opusfile.c: In function 'decode_stream_cb':
mod_opusfile.c:933:143: error: format '%lx' expects argument of type 'long unsigned int', but argument 8 has type 'switch_thread_id_t' {aka 'struct __pthread *'} [-Werror=format=]
  933 |                 switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "[OGG/OPUS Stream Decode] decode_stream_cb(): switch_thread_self(): %lx\n",  switch_thread_self());
      |                                                                                                                                             ~~^      ~~~~~~~~~~~~~~~~~~~~
      |                                                                                                                                               |      |
      |                                                                                                                                               |      switch_thread_id_t {aka struct __pthread *}
      |                                                                                                                                               long unsigned int

Address this by applying the same casts that are also used in
src/mod/formats/mod_sndfile/test/test_sndfile.c already.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
[mod_lua] fix json encoding of lua number string
Recent changes made it impossible to compile freeswitch without libyuv
support.

src/switch_core_video.c: In function 'switch_img_read_from_file':
src/switch_core_video.c:3139:4: error: implicit declaration of function 'RAWToI420' [-Werror=implicit-function-declaration]
RAWToI420(data, width * 3,
^
src/switch_core_video.c:3148:4: error: implicit declaration of function 'ABGRToARGB' [-Werror=implicit-function-declaration]
ABGRToARGB(data, width * 4, img->planes[SWITCH_PLANE_PACKED], img->stride[SWITCH_PLANE_PACKED], width, height);
^

Fix this my adding/moving the checks for "SWITCH_HAVE_YUV".

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
…re with indexes. Add a unit-test.

* [Unit-tests] Add a test provoking switch_event_add_header to memory leak.
* [Core] Fix switch_event_base_add_header leaking memory when headers are with indexes.
…signalwire-client are missing and mod_verto or mod_signalwire enabled.
[Build-System] Add better error reporting to configure when libks or signalwire-client are missing and mod_verto or mod_signalwire enabled.
…o make system and bgsystem dialplan apps disabled at run time.

adds a check on startup for global variable disable_system_app_commands. if the
global variable is set to true, the system and bgsystem dialplan apps will not
have their app_interface loaded via SWITCH_ADD_APP() leaving them effectively
disabled at run time.
[mod_avmd] fix formatting to match coding standards
…ecause OPENSSL_VERSION_NUMBER was not defined in sofia_reg.c
[mod_sofia] Fix regression in RFC-8760.
… also overflowing the node packet body and is copying the packet body twice. Remove magic numbers and replace with constant.
andywolk and others added 25 commits August 29, 2022 20:17
…nd-rename-apr

Remove apr utils and rename apr
[mod_ssml] Add deps rule to the Makefile.am
[Build-System] mrcp: cleanup freeswitch.spec
[Configuration] Remove jingle_profiles
[mod_sofia] Fix PRESENCE_PROBE firing on rejection
[mod_callcenter] Fix SWITCH_EVENT_PRESENCE_PROBE unbind
[Configuration] Add vanilla autoload_configs signalwire.conf.xml
[Build-System] Add signalwire.conf.xml to the freeswitch.spec
* Add: -s key adding log events filter UUID on fs_cli startup
* Add: long option --set-log-uuid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.