freeswitch icon indicating copy to clipboard operation
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...

Results 500 freeswitch issues
Sort by recently updated
recently updated
newest added

Currently **uuid_break** API accepts the following parameters: [uuid] - UUID of the call leg (mandatory parameter) [all] - optional parameter If only mandatory parameter specified **uuid_break** API terminates currently playing...

enhancement

Hello, On a brand new Debian 11, I don't install any packages during install. Then I install the following packages : apt-get install autoconf libtool pkg-config libcurl4-openssl-dev uuid-dev libssl-dev build-essential...

bug

Scenario : Two FS instances (FS1 and FS2), share same database to track calls. FS1 : internal IP = 10.1.1.1, external IP = 1.1.1.1 FS2 : internal IP = 10.2.2.2,...

**Issue Description** - Freeswitch not sending SIP ACK when call answer event (200 OK) is received from the remote gateway. The gateway repeatedly sends 200 OK for 30 seconds and...

bug

``` make[1]: Entering directory '/home/src/freeswitch/libs/apr' make[2]: Entering directory '/home/src/freeswitch/libs/apr' /bin/sh /home/src/freeswitch/libs/apr/libtool --silent --mode=compile gcc -g -O2 -DHAVE_CONFIG_H -D_REENTRANT -D_GNU_SOURCE -I./include -I/home/src/freeswitch/libs/apr/include/arch/unix -I./include/arch/unix -I/home/src/freeswitch/libs/apr/include -o threadproc/unix/signals.lo -c threadproc/unix/signals.c && touch threadproc/unix/signals.lo...

bug

**__DARWIN_NSIG’ undeclared here (not in a function)** When compiling v1.10 or development version I get this error at apr ``` ./include/apr_general.h:33:14: error: ‘__DARWIN_NSIG’ undeclared here (not in a function) 33...

bug

ffmpeg 5.1 seems to be incompatible: ``` CC libavmod_la-mod_av.lo mod_av.c:52:38: warning: ISO C forbids forward references to 'enum' types [-Wpedantic] 52 | int mod_av_lockmgr_cb(void **m, enum AVLockOp op) | ^~~~~~~~...

bug

The only info I could find is in the [FreeSWITCH Terminology](https://developer.signalwire.com/guides/installing-freeswitch-or-freeswitch-enterprise) section in the official documentation, > |Term|Meaning| > |---|---| > |FreeSWITCH|The publicly released version of FreeSWITCH for the community...

Function esl_listen_threaded cannot start correctly under windows. It lacked function WSAStartup.