Skip to content

Commit 4adfcfd

Browse files
authored
Merge branch 'main' into gwh-fix-broken-link
2 parents ce9f849 + 1ee8e43 commit 4adfcfd

File tree

257 files changed

+479
-3520
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+479
-3520
lines changed

docs/FreeSWITCH-Explained/Auxiliary-Knowledge-and-Utilities/Protocols_13174214.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ FreeSWITCH supports the following protocols:
1818
* provided by [mod\_skinny](../Modules/mod_skinny_3375354.mdx#docs)
1919
* Jingle / Google Talk
2020
* provided by [mod\_dingaling](../Modules/mod_dingaling_6587385.mdx#faq)
21-
* Skype
22-
* provided by [mod\_skypopen](../Modules/mod_skypopen_3966336.mdx)
2321
* GSM
2422
* provided by [mod\_gsm](https://wiki.freeswitch.org/index.php?title=Mod%5Fgsm&action=edit&redlink=1 "Mod gsm (page does not exist)")
2523
* ALSA
@@ -33,8 +31,6 @@ FreeSWITCH supports the following protocols:
3331
* provided by Core
3432
* UDPTL + T.38
3533
* provided by [mod\_spandsp](../Modules/mod_spandsp_6587021.mdx)
36-
* Skype
37-
* provided by [mod\_skypopen](../Modules/mod_skypopen_3966336.mdx)
3834

3935
It is possible to bridge calls between any of the above protocols, in either direction.
4036

docs/FreeSWITCH-Explained/Auxiliary-Knowledge-and-Utilities/SBC_Setup_13174198.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ apt-get install debhelper automake1.9 autoconf libtool unixodbc-dev libasound2-d
146146
```
147147

148148

149-
**Download FreeSWITCH latest Git and put them in /opt/sources/freewitch**
149+
**Download FreeSWITCH latest Git and put them in /opt/sources/freeswitch**
150150

151151
```bash
152152
cd /opt/sources/

docs/FreeSWITCH-Explained/Client-and-Developer-Interfaces/17695182.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77

88
About text.
99

10-
Click here to expand Table of Contents
11-
12-
* 1 [For C# ESL you might check this project.](#for-c-esl-you-might-check-this-project)
13-
1410
## For C# ESL you might check this project.
1511

1612
[Click Here](https://github.com/traviscross/freeswitch/blob/master/libs/esl/managed/ManagedEslTest/Program.cs)

docs/FreeSWITCH-Explained/Client-and-Developer-Interfaces/Developer-Documentation_13173044.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33

44

55

6-
Click here to expand Table of Contents
7-
8-
* 1 [Development](#development)
9-
* 1.1 [Resources](#development)
10-
* 1.2 [Nuts and Bolts](#development)
11-
* 1.3 [Architecture and Design](#architecture-and-design)
12-
136
## Development
147

158
FreeSWITCH maintains a Team City Continuous Integration (CI) server at [build.freeswitch.org](http://build.freeswitch.org):8111\. (Thanks DRK!) Contact [[email protected]](mailto:[email protected]) if you would like access and wish to set up a build agent on our Team City server.

docs/FreeSWITCH-Explained/Client-and-Developer-Interfaces/Embedding-FreeSWITCH/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
Just as FreeSWITCH™ can run [embedded languages](https://web.archive.org/web/20170201173729/https://wiki.freeswitch.org/wiki/Languages%5Ffor%5FCall%5FControl) you can also embed FreeSWITCH™ into other programs in a variety of languages. FreeSWITCH™ is designed so you can interact with it through modules, embedding freeswitch in other applications, or through the [Event Socket](https://wiki.freeswitch.org/wiki/Event%5FSocket "Event Socket").
99

10-
Click to expand Table of Contents
11-
12-
**Error rendering macro 'toc'**
13-
14-
null
15-
1610
### Benefits of using Embedded FreeSWITCH in your application
1711

1812
* FreeSWITCH is billed as a multi-protocol softswitch for data. If you have an application that requires even a segment of what freeswitch requires, it can be the easiest way to add that functionality in.

docs/FreeSWITCH-Explained/Client-and-Developer-Interfaces/Freeswitch-GUI/FS-Air_13173094.mdx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ The idea is to connect to FreeSWITCH [mod\_event\_socket](../../Modules/mod_even
1313

1414
Sure portaudio includes a Web based GUI, which is really nice. But FSAir is just more like a softphone.
1515

16-
Click here to expand Table of Contents
17-
18-
* 1 [FreeSWITCH AIR](#freeswitch-air)
19-
* 1.1 [Platform](#platform)
20-
* 1.2 [Download](#download)
21-
* 1.3 [Install](#install)
22-
* 2 [ESL in ActionScript](#esl-in-actionscript)
23-
* 3 [Screenshots](#screenshots)
24-
2516
## FreeSWITCH AIR
2617

2718
### Platform

docs/FreeSWITCH-Explained/Client-and-Developer-Interfaces/Java-ESL/Java-CDR-Logger_7144082.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77

88
CDRLogger is a Java servlet application that works together with [mod\_xml\_cdr](../../Modules/mod_xml_cdr_6587377.mdx#faq) to store CDR records into a database table. The application parses the CDR XML data and stores it into pre-configured fields. Current application 'war' packaging only includes and tests with PostgreSQL database driver. Other database driver support could be easily included (MySQL, SQL Server, Oracle, etc).
99

10-
Click here to expand Table of Contents
11-
12-
* 1 [Requirement](#requirement)
13-
* 1.1 [Installation w/ Tomcat](#installation-w-tomcat)
14-
* 1.2 [Database Connection Setup](#database-connection-setup)
15-
* 1.3 [Testing The Installation](#testing-the-installation)
16-
* 1.4 [Automatic Schema Generation](#automatic-schema-generation)
17-
* 1.5 [Configure mod\_xml\_cdr](#configure-mod_xml_cdr)
18-
* 1.6 [Additional Configuration](#additional-configuration)
19-
2010
## Requirement
2111

2212
* Java Runtime Environment 1.5

docs/FreeSWITCH-Explained/Client-and-Developer-Interfaces/JavaScript/JavaScript-API-Reference/Run_13173558.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33

44

55

6-
Click here to expand Table of Contents
7-
8-
* 1 [Description](#description)
9-
* 2 [Synopsis](#synopsis)
10-
* 3 [Example](#example)
11-
* 4 [See Also](#)
12-
136
## Description
147

158
Performs a CURL operation (eg. GET, POST).

docs/FreeSWITCH-Explained/Client-and-Developer-Interfaces/JavaScript/JavaScript-API-Reference/Session-Execute_13173606.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77

88
Javascript method to execute a dialplan application
99

10-
Click here to expand Table of Contents
11-
12-
* 1 [Description](#description)
13-
* 2 [](#about)
14-
* 3 [Synopsis](#synopsis)
15-
* 4 [Arguments](#arguments)
16-
* 5 [Examples](#examples)
17-
* 5.1 [Set Caller ID](#set-caller-id)
18-
* 5.2 [Sleep](#sleep)
19-
2010
## Description
2111

2212
**Executes a dialplan application.**

docs/FreeSWITCH-Explained/Client-and-Developer-Interfaces/JavaScript/JavaScript-API-Reference/system_13173905.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77

88
Executes an external command.
99

10-
Click here to expand Table of Contents
11-
12-
* 1 [Synopsis](#synopsis)
13-
* 2 [Example](#example)
14-
1510
### Synopsis
1611

1712
```xml

0 commit comments

Comments
 (0)