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

**Describe the bug** freeswitch "randomly" crashes **To Reproduce** no clue atm. **backtrace from core file** [backtrace2.log](https://github.com/signalwire/freeswitch/files/7933127/backtrace2.log)

bug

**Describe the bug** The last node should not be moved when deleting a node ```c SWITCH_DECLARE(switch_status_t) switch_xml_unbind_search_function_ptr(switch_xml_search_function_t function) { switch_xml_binding_t *ptr, *last = NULL; switch_status_t status = SWITCH_STATUS_FALSE; switch_thread_rwlock_wrlock(B_RWLOCK); for...

bug

**Describe the bug** some functions are deprecated generating errors like src/switch_apr.c: In function 'switch_md5': src/switch_apr.c:1176:9: error: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations] 1176 | MD5_Init(&md5_context); | ^~~~~~~~ In file...

bug

**DESCRIPTION** after hangup initiated by mod_sofia the conference and channels were closed and destroyed. Sometimes file descriptor stays open. It seems that was following execution sequence: conference_close_open_files function, cleared flag...

Under investigation

handle time after 2038-01-18 22:14:07

I am trying to configure a FreeSWITCH v1.10.7 on Debian 11 and i get the following error: ![capture](https://user-images.githubusercontent.com/103031538/185331290-71b6d182-71fb-461f-8849-9d01ed2e3d01.PNG) Does someone know what generates this error and how can i solve...

bug

What is the error indicated by the red box from FreeSWITCH 1.10.7 ? How to solve it?

Got a segfault in freeswitch cause by libsofia: freeswitch[3667959]: segfault at 18 ip 00007f825d34a55b sp 00007f824b7fcc30 error 4 in libsofia-sip-ua.so.0.6.0[7f825d2af000+cf000] Not sure if the issue is in freeswitch or sofia-sip....

bug