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...
Blacklist
Running version FreeSWITCH Version 1.10.5-release-6-25569c1631~32bit (-release-6-25569c1631 32bit) installed from packages ARM based Raspberry Pi system [backtrace.log](https://github.com/signalwire/freeswitch/files/5680826/backtrace.log) Steps taken to cause the issue: - logged into fs_cli - added a new...
**Describe the bug** I call out number, but when pstn number hold, fs will give 500。like this  **Package version or git hash** - FS Version [1.10.7] - sofia-sip [1.13.7]...
apologies in advance, this is a bit of an old issue, and we've made corrections to prevent the root cause that allowed this to occur, so we probably won't be...
**Describe the bug** `cond` command returns wrong result for quoted strings: `cond '12' >= '19' ? true : false` give `true` but should returns false. **To Reproduce** Steps to reproduce...
**Describe the bug** The `presence_disable_early` channel variable and profile flag is not honored in presence probe `sofia_dialog_probe_callback` in response to a SUBSCRIBE message when it is executed while a call...
control using macro `DEFAULT_UUID_VERSION ` defaults to 4 This update introduces support for generating UUIDs with specific versions, including the newly implemented UUIDv7. The `create_uuid` API has been updated to...
**Describe the bug** mod_pocketsphinx doesn't build with GCC 14 due to the sphinxbase-0.8.tar.gz dependency which has a function use `yyparse(...)` with no prototype. This is now an error with GCC...
Fixes https://github.com/signalwire/freeswitch/issues/2741 Addresses scenario where a SUBSCRIBE messages triggers a presence probe while a call with the presence_disable_early variable set or on a profile with the flag PFLAG_PRESENCE_DISABLE_EARLY set is...
Similar to using "refresh=true," it would be beneficial to have the ability to specify a custom max-age value that differs from the default max-age set in the module configuration or...
Trying to use mod_python3 on Rocky Linux 8.10, Python 3.6.8, freeswitch 1.10.10, compiled from source. When I call "python test" in fs_cli (test.py is placed in /usr/share/freeswitch/scripts), the cli just...