freeswitch
freeswitch copied to clipboard
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a...
**Describe the bug** There is an issue in freeswitch on slow media usecase(RFC3264 and RFC6337) with SRTP and Here is the description. When Freeswitch receives an ACK with SDP from...
I have set [rtp_enable_vad_in](https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Introduction/Variables/#variables) and [rtp_enable_vad_out](https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Introduction/Variables/#0-about) both to true. I want TALK event to be fired when user starts speaking but it is only firing TALK event when outgoing audio...
#### Description This commit fixes issues https://github.com/signalwire/freeswitch/issues/1779 and https://github.com/signalwire/freeswitch/issues/2640 The bug was caused by the incoming subscribe handler calling directly `sofia_reg_parse_auth` with an exptime of 0, causing the nonce to...
The caller's incoming call carries voice encoded PCMA, and before picking up the caller, freeswitch sends an Update request to the caller with video encoded H264. May I ask how...
A client-side ESL library for calling freeswitch is written in C + + esl_ connect_ timeout(&_ evtEslHandle, _ eslHost.c_ str(), _ eslPort, _ eslUsername.c_ str(), _ eslPassword.c_ str(), 3000); After...
================================ Commit that Introduced Compilation Error : https://github.com/freeswitch/spandsp/commit/d9681c3747ff4f56b1876557b9f6d894b7e6c18d#diff-348092e97708aedff108326c3f98a9ea907ee9a58b5a780e508d5f08503475fb ================================ Resolve compilation errors in `mod_spandsp_dsp.c` caused by SpanDSP API updates: 1. **Mode Constants**: Updated deprecated mode names (e.g., `V18_MODE_5BIT_4545` → `V18_MODE_WEITBRECHT_5BIT_4545`)....
This is not needed now as the current version is 1.10
**Is your feature request related to a problem? Please describe.** In private IPv6 networks can be used the private IPv6 range 'Unique local address'. https://en.wikipedia.org/wiki/Unique_local_address This address space is not...
**Describe the bug** when I use the callcenter module make call transfer, it will use the function 'random()' to generate SQL script which can not run in mysql(8.0.25) when I...
Sometimes Freeswitch crash in pool_thread function [backtrace18012025.log](https://github.com/user-attachments/files/18475438/backtrace18012025.log) Unfortunately I cannot provide a scenario to reproduce this crash, it appears randomly. Package version: FreeSWITCH Version 1.10.11-release-25-f24064f7c9~64bit (-release-25-f24064f7c9 64bit) OS: Debian 5.10.223-1...