Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct broken comment syntax on FreeSWITCH Explained #132

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/FreeSWITCH-Explained/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,22 @@ The FreeSWITCH documentation has undergone several migrations and is currently b

## What Is FreeSWITCH?

FreeSWITCH™ is an open source carrier-grade telephony platform implemented as a back-to-back user agent. Because of this design it can perform a great number of different tasks from a PBX to transit switch, TTS (text-to-speech) conversion, audio and video conferencing host, VoIP telephone, and more.
FreeSWITCH™ is an open source carrier-grade telephony platform implemented as a back-to-back user agent.
Because of this design it can perform a great number of different tasks from a PBX to transit switch, TTS (text-to-speech) conversion, audio and video conferencing host, VoIP telephone, and more.

## Documentation

Our documentation parallels the ongoing development by the FreeSWITCH™ core development team in concert with contributions from the open source user community. With your help, the docs will always track the latest version of code available from the git repository.

The documentation provides usage prototypes and examples for the channel variables, dialplan applications, and API commands that can be accessed via E.S.L. (the Event Socket Layer) with scripts written in Lua, Perl, and other languages.

\{*
{/*

NOTE: The tagging system needs to be rebuilt using Docusaurus tags instead of Confluence Labels. See https://github.com/signalwire/freeswitch-docs/issues/79 for more information.

Pages tagged with the label "[examples](/tags/examples)" provide reference information to configure and experiment with FreeSWITCH. Be sure to click on the labels to find pages that related to that topic.

*/\}
*/}

Reference documentation of core API functions can be found on [FreeSWITCH Tech Reference](http://docs.freeswitch.org/).

Expand Down
Loading