Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Conversation

Catharsis68
Copy link
Contributor

This PR updates:

  • update freeswitch-modules to 1.2.30
  • update freeswitch to 1.10.12
    • [mod_event_socket] Check if listener is running before pushing more logs or events to its queue
    • [mod_opus] Fix status returned by switch_opus_decode(). Should be SWITCH_STATUS_FALSE instead of SWITCH_STATUS_NOOP. Add a unit-test.
    • [mod_sofia] Set missing CF_3PCC flag
  • update cmake to 3.30.3
  • update gRPC to 1.66.1
  • update azure speech sdk to 1.40.0
  • update aws-sdk-cpp to 1.11.409

In addition, all referenced repos are linked in the .env file for an easier check for new releases

@Catharsis68 Catharsis68 marked this pull request as draft September 20, 2024 10:43
@Catharsis68
Copy link
Contributor Author

Catharsis68 commented Sep 20, 2024

@davehorton currently the local build is failing in the last stage. I need to do some more testing why this is happening. Until then it's in draft mode.

Is there any specific reason, we stick to a specific commit for googleapis instead of just use master branch?

ERROR: failed to solve: process "/bin/sh -c cp /tmp/configure.ac.extra /usr/local/src/freeswitch/configure.ac     && cp /tmp/Makefile.am.extra /usr/local/src/freeswitch/Makefile.am     && cp /tmp/ax_check_compile_flag.m4 /usr/local/src/freeswitch/ax_check_compile_flag.m4     && cp /tmp/modules.conf.in.extra /usr/local/src/freeswitch/build/modules.conf.in     && cp /tmp/modules.conf.vanilla.xml.extra /usr/local/src/freeswitch/conf/vanilla/autoload_configs/modules.conf.xml     && cp /tmp/avmd.conf.xml /usr/local/src/freeswitch/conf/vanilla/autoload_configs/avmd_conf.xml     && cp /tmp/switch_core_media.c.patch /usr/local/src/freeswitch/src     && cp /tmp/switch_rtp.c.patch /usr/local/src/freeswitch/src      && cp /tmp/mod_avmd.c.patch /usr/local/src/freeswitch/src/mod/applications/mod_avmd     && cp /tmp/mod_httapi.c.patch /usr/local/src/freeswitch/src/mod/applications/mod_httapi     && cd /usr/local/src/freeswitch/src     && patch < switch_core_media.c.patch     && patch < switch_rtp.c.patch     && cd /usr/local/src/freeswitch/src/mod/applications/mod_avmd     && patch < mod_avmd.c.patch     && cd /usr/local/src/freeswitch/src/mod/applications/mod_httapi     && patch < mod_httapi.c.patch     && cd /usr/local/src/freeswitch/src     && cp /tmp/switch_event.c .     && cp /tmp/mod_conference.h /usr/local/src/freeswitch/src/mod/applications/mod_conference     && cp /tmp/conference_api.c /usr/local/src/freeswitch/src/mod/applications/mod_conference     && sed -i '/#ifndef cJSON_AS4CPP__h/i #ifndef cJSON__h\\n#define cJSON__h' /usr/local/include/aws/core/external/cjson/cJSON.h     && echo '#endif' >> /usr/local/include/aws/core/external/cjson/cJSON.h     && cd /usr/local/src/freeswitch     && ./bootstrap.sh -j     && ./configure --enable-tcmalloc=yes --with-lws=yes --with-extra=yes --with-aws=yes" did not complete successfully: exit code: 1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants