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

From rfc8224 https://datatracker.ietf.org/doc/html/rfc8224#page-7 Note that unlike the prior specification in [RFC4474], the Identity header field is now allowed to appear more than one time in a SIP request. depend to...

**Describe the bug** Hi, I having problem with my webRTC client, In a video conference, WebrTC client's video takes a few minutes to show when another user is added, but...

bug

BUGFIX: switch_ivr.c do_flush() does not decrypt SRPT DTMF packets. Mostly, this results in invalid DTMF character which is discarded. However, it sometimes causes a valid (but spurious) DTMF character to...

Is it possible to show a coloured border around the active speaker's tile whilst on a video call? This would make it easier to find which participants are actively speaking...

enhancement

**Describe the bug** 当我接入ims,发现一些被叫会时不时提示有转码错误 特意挑选一个有问题的被叫 如果将语音编码指定为g729,是可以正常通话,但是没有彩铃回铃, 如果增加PMCA,能听到语音回铃,但被叫接通出现秒断 现在我理解是转码设置有问题,需要怎么处理? **Package version or git hash** - Version 1.10.7 **Trace logs** 095faf46-116f-11ed-9624-a79ea9c0433f 2022-08-01 15:53:31.455102 98.90% [NOTICE] switch_channel.c:1123 New Channel sofia/internal/*****@*****:5060 [095faf46-116f-11ed-9624-a79ea9c0433f] 095faf46-116f-11ed-9624-a79ea9c0433f 2022-08-01...

bug

Summary: large numbers of RTP packets show "Incorrect timestamp" in Wireshark Details: Freeswitch version 1.10.7 -release-19-883d2cb662 64bit Call is placed from a Zoiper client to a cellular telephone. Zoiper =>...

bug

In mod_cidlookup and several other modules, config parameters are read from external XML files using the SWITCH_CONFIG_ITEM_STRING_STRDUP method. These items do not have string_options, and are not freed with switch_xml_config_cleanup....

**Describe the bug** Modules that use SWITCH_CONFIG_ITEM_STRING_STRDUP to read config options are not properly freed at module unload. **To Reproduce** Steps to reproduce the behavior: 1. enable mod_cidlookup (affected example)...

bug

**Describe the bug** Crash **To Reproduce** Not sure how to reproduce... will try to grab more logs on next crash. **Expected behavior** No crash... **Package version or git hash** -...

bug

Make the entrypoint script executable to avoid the following error in Podman run: Error: crun: open executable: Permission denied: OCI permission denied See: https://github.com/containers/podman/issues/9377