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

When debugging is enabled, this message is being logged as "critical" when it should probably be debug.

the lock session->bug_rwlock has already been locked in write mode, no need to unlock and then lock again

I mainly use Java language to develop ASR functions, and I have not found a suitable mrcp server to access ASR. Therefore, I would like to know if there is...

### Description: I'm trying to set up FreeSWITCH using TLS. SIP-Trace shows the device registering through TLS. When receiving a call FreeSWITCH receives an INVITE through TLS. FreeSWITCH replies through...

An example where this is useful ```xml ```

The project currently includes sources from the MiniUPnP project, located in the `freeswitch/libs/miniupnpc/` directory. However those sources are pretty old and contain unpatched vulnerabilities like CVE-2015-6031. If MiniUPnP sources are...

bug

**Describe the bug** Freeswitch/Sofia discards subsequent 18x messages after receiving a provisional response (excluding 100, of course). Unfortunately, this behavior causes issues, as many operators—particularly incumbents—send "Session Progress" messages followed...

bug

**Describe the bug** i am trying to send early media stream for unallocated numbers before hangup the call but pre_answer() not send 183 with SDP , it send 183 without...

bug

The purpose of this PR is to fix a memory leak. Consider this scenario: - msrp_parse_buffer is invoked and it fails to process to parse the message (see line 894)...

**Is your feature request related to a problem? Please describe.** FreeSwitch doesn't relay 180 Ringing downstream if there was a 183 session in progress message from the upstream before the...

enhancement