freeswitch-docs
freeswitch-docs copied to clipboard
Source for the FreeSWITCH documentation
+ Delete `mod_event_socket_dotnet` (see below) + Update `mod_managed` Prettify text, and remove mention to `mod_event_socket_dotnet` (deleted in 2007?) and `mod_mono` (deleted in 2009?)
Removed extra bracket
https://github.com/Deepwalker/FreeSWITCH/blob/982adfff79aa817b837675a5d10cfc9b5ab2406a/src/mod/event_handlers/mod_event_socket/mod_event_socket.c#L1404 Based on looking at the source for mod_event_socket, it is confirmed that the line-separator sequence is `\n` (LF) and NOT `\r\n` (CRLF).
This is the first PR for #231, which makes the requisite changes to files in the "Auxiliary Knowledge and Utilities" and "Client and Developer Interfaces" section. I figured I'd open...
I have found that the code and sql snippets were barely readable and wanted to fix that. Added some code blocks around code & sql snippets, as well as keywords
Removing mod_cepstral documentation and links to .mdx page, as requested in #194.
### Changes - Removed `mod_skypopen` module page - Removed references to module across docs site
Addresses [Issue 197](https://github.com/signalwire/freeswitch-docs/issues/197). Additional context in [Issue 188](https://github.com/signalwire/freeswitch-docs/issues/188). --- ## Additional Notes This PR removes a module which appears to be necessary for a number of testing- and development-related documents,...