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...
I'm using FreeSWITCH 1.10 and Debian Buster. My dialplan extension is configured in the following way: ``` ``` and it basically works - I can control the call from Erlang...
**Describe the bug** With `mod_erlang_event` set up in outbound mode, `fs_cli` emits the warning below when the Erlang node is started, ```text [WARNING] ei_helpers.c:87 Failed to link to process on...
This is refactored from the patch listed in #2202 to guard against the exact library versions these changes occurred at. The changes are as follows: - `AVOutputFormat::priv_data_size` is marked private...
Very early draft to demo on Discord ( @briankwest ) Comments with `SIMD` indicate potential targets for future improvements, will update this PR as I go.
Freeswitch 1.10.8 Fedora 36 Build mock Error ``` Making all in . make[2]: Entering directory '/builddir/build/BUILD/freeswitch-1.10.8' CC src/freeswitch-switch.o CCLD freeswitch /usr/bin/ld: ./.libs/libfreeswitch.so: undefined reference to `vp9_cx_iface.c.c8055760' /usr/bin/ld: ./.libs/libfreeswitch.so: undefined reference...
If recover happens, fs sends a re-invite with sdp info to re-establish the call. unfortunately, telephone-event's sample rate comes to zero, so dtmf will not work. 
**Problem: Gateway ID in CONTACT header is preventing incoming INVITEs from some VoIP providers** Few providers using UTStarcom's hardware are expecting a specific ID/phone number allotted to the customer as...
it happens when verto couldn't create the channel but it receives a bye. Checking `tech_pvt` solves the issue. BT: ``` program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007f3915f27591 in...
When playback the wav file from remote url, sounds with a lot of noise: `originate {sip_auto_answer=true}user/1001 &playback(https://dlink.host/1drv/aHR0cHM6Ly8xZHJ2Lm1zL3UvYy9hODQzZGVlMmI1NzYyNjJlL0VSS25wSjExWEFsQnFYUVhlQmNZc1U4QjhjN21ScXhPQ05Nc0JpenozVkp5MEE_ZT00ajlSWTI.wav)` Problem occurs when FreeSwitch install on **Windows**. The file caching on **~/storage/http_file_cache** after...
**Describe the bug** Resubscription fails with default FS configuration is subscription Expires is longer than "nonce-ttl" seconds. If Expires in SUBSCRIBE matches FreeSWITCH "nonce-ttl" parameter (default: 60) subscriptions are working...