Skip to content

Commit f62f625

Browse files
Remove generated TOCs from Client-and-Developer-Interfaces directory (#202)
* Remove outdated TOCs from /Auxiliary-Knowledge-and-Utilities/ directory * Remove outdated TOCs from /Client-and-Developer-Interfaces/ directory --------- Co-authored-by: August <[email protected]>
1 parent 445f8eb commit f62f625

File tree

52 files changed

+0
-301
lines changed

Some content is hidden

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

52 files changed

+0
-301
lines changed

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

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

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

88
JavaScript event handling.
99

10-
Click here to expand Table of Contents
11-
12-
* 1 [Invoking Event Object](#invoking-event-object)
13-
* 2 [Methods](#methods)
14-
* 3 [Example of creating Event object and then fire it](#example-of-creating-event-object-and-then-fire-it)
15-
* 3.1 [Result](#result)
16-
* 3.2 [Subscribing To Custom Events](#subscribing-to-custom-events)
17-
1810
### Invoking Event Object
1911

2012
```javascript

docs/FreeSWITCH-Explained/Client-and-Developer-Interfaces/JavaScript/Javascript-Examples/JavaScript-Example---Say-IVR-Menu/Javascript-Example---Say-IVR-OfficeHours_9634489.mdx

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

88
IVR with holiday, after-hours and weekday detection
99

10-
Click here to expand Table of Contents
11-
1210
**ivrmenuofficehours.js**
1311

1412
```js

0 commit comments

Comments
 (0)