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** The config property "events-use-dispatch" may not take effect **To Reproduce** I read the source code,and then found that config property "events-use-dispatch" may not take effect: 1. When...
**Describe the bug** Using bg_system by default uses` fork()` without `waitpid,` thus creating zombie processes **To Reproduce** ``` fs_cli -x "bg_system echo hello" ps -aux | grep freeswitch | grep...
We can do nothing about sip options if we only use ESL, but if we add a event like RECV_OPTIONS, we can do anything about that.Is anyone doing this or...
Changed `atol` to `atoll` to correctly read SSRC values above `2,147,483,647`. According to the spec, SSRC is a 32-bit unsigned integer. `atol` only supports $\pm$ `2,147,483,647` meaning when the client...
`sofia_outgoing_channel()` sets the `tech_pvt->dest_to` and handles if sip_invite_to_uri doesn't have the host part in it, but that was being overwritten in `sofia_glue_do_invite` that sets the to_str to the sip_invite_to_uri and...
**Describe the bug** Freeswitch does not perform any operation and automatically restarts **Expected behavior** Freeswitch abnormal restart **Package version or git hash** - Version 1.10.7-release-19-883d2cb662~64bit (-release-19-883d2cb662 64bit) **Trace logs** system...
if the reason text field received is too long, the field is no longer correct. Too long Reason header swallowed #1481 A leg not being closed down when B ends...
**Describe the bug** `buildopal.sh` references an SVN repo that no longer exists. **To Reproduce** Steps to reproduce the behavior: 1. Install FreeSWITCH 2. run `build/buildopal.sh` (make sure sudo is installed...
**Describe the bug** Base on documentation timestamp suffix should be added to rotated log file: The current log file is named freeswitch.log. Rotated log files are named freeswitch.log.YYYY-MM-DD-hh-mm-ss.s. https://freeswitch.org/confluence/display/FREESWITCH/mod_logfile However...
Current version is too old, this PR update unimrcp to 1.7.0 fixed #721, #196 in this [commit](https://github.com/unispeech/unimrcp/commit/16185557194726d35831faf020d1fc92c2703f4a)