Skip to content

Commit b5a569b

Browse files
Remove outdated TOCs till Misc directory (#229)
Co-authored-by: August <112662403+hey-august@users.noreply.github.com>
1 parent ed30909 commit b5a569b

File tree

136 files changed

+5
-1253
lines changed

Some content is hidden

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

136 files changed

+5
-1253
lines changed

docs/FreeSWITCH-Explained/Databases/Lua-with-Database_3965354.mdx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ Lua scripts allow one to connect to databases and external resources.
99

1010
Two Lua options are available if you are developing a FreeSWITCH application interfacing with a DBMS.
1111

12-
Click to expand Table of Contents
13-
14-
* 1 [Accessing a Database](#accessing-a-database)
15-
* 2 [LuaSQL](#luasql)
16-
* 2.1 [LuaSQL Example](#luasql-example)
17-
* 3 [freeswitch.Dbh](#freeswitchdbh)
18-
* 3.1 [freeswitch.Dbh example](#freeswitchdbh-example)
19-
* 4 [See Also](#see-also)
20-
2112
## Accessing a Database
2213

2314
There are two ways to access databases from Lua: LuaSQL and freeswitch.Dbh. The Dbh method is preferred because it uses database handle pooling which results in greater efficiency and speed.

docs/FreeSWITCH-Explained/Databases/ODBC-DSN/index.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ Now (2012-11) that FreeSWITCH supports multiple core database options (PostgreSQ
99

1010
The following DSN (data source name) formats are valid for \[\[ODBC\]\] databases:
1111

12-
Click here to expand Table of Contents
13-
14-
* 1 [DSN with username and password](#dsn-with-username-and-password)
15-
* 2 [DSN with username](#dsn-with-username)
16-
* 3 [DSN only](#dsn-only)
17-
* 4 [DSN-less](#dsn-less)
18-
1912
#### DSN with username and password
2013

2114
```xml

docs/FreeSWITCH-Explained/Databases/ODBC.close_13173463.mdx

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

88
Closes and frees up ODBC resources. Please note that as soon as a script finishes executing the engine will automatically close up any ODBC resources. This close method was designed to help you free up those resources for your longer running scripts.
99

10-
Click here to expand Table of Contents
11-
12-
* 1 [Synopsis](#synopsis)
13-
* 2 [Return value](#)
14-
* 3 [Example](#example)
15-
* 4 [See Also](#)
16-
1710
### Synopsis
1811

1912
```xml

docs/FreeSWITCH-Explained/Databases/ODBC.execute_13173409.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ Execute a SQL statement.
99

1010
This method will not create a recordset, it should be used for INSERT, UPDATE and DELETE statements.
1111

12-
Click here to expand Table of Contents
13-
14-
* 1 [Synopsis](#synopsis)
15-
* 2 [Return value](#example)
16-
* 3 [Example](#example)
17-
1812
### Synopsis
1913

2014
```xml

docs/FreeSWITCH-Explained/Databases/ODBC.getData_13173414.mdx

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

88
Fetches the current row from a recordset.
99

10-
Click here to expand Table of Contents
11-
12-
* 1 [Return value](#return-value)
13-
1410
### Return value
1511

1612
* An associative array of columns.

docs/FreeSWITCH-Explained/Databases/ODBC.query_13173446.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ while (db.nextRow()) {
1515
}
1616
```
1717

18-
Click here to expand Table of Contents
19-
20-
* 1 [Return value](#return-value)
21-
* 2 [Example](#example)
22-
* 3 [See also](#see-also)
23-
2418
### Return value
2519

2620
* bool - True if the statement was successfully invoked.

docs/FreeSWITCH-Explained/Databases/PostgreSQL-in-the-core_6586757.mdx

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

88
Postgres native support was added in FreeSWITCH 1.2.5.
99

10-
Click here to expand Table of Contents
11-
12-
* 1 [Dependencies](#dependencies)
13-
* 2 [CentOS](#centos)
14-
* 3 [Debian](#debian)
15-
* 4 [Configure](#configure)
16-
* 5 [conf/autoload\_configs/switch.conf.xml](#confautoload_configsswitchconfxml)
17-
* 6 [Database Tables](#database-tables)
18-
1910
### Dependencies
2011

2112
libpq and the associated dev packages are required

docs/FreeSWITCH-Explained/Dialplan/Call-Group-intercept_7144635.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ A callgroup refers to a group of users who belong together in some logical way.
99

1010
* Note: do not mistake "callgroup" for "ring group." In this context, we simply are talking about a group of users. If you want to learn more about how to cause all the phones in a group to ring then look at the [group\_call](../Modules/mod_commands_1966741.mdx#group_call) API command.
1111

12-
Click here to expand Table of Contents
13-
14-
* 1 [Dialplan Configuration](#dialplan-configuration)
15-
* 2 [Directory configuration](#directory-configuration)
16-
* 3 [See Also](#see-also)
17-
1812
## Dialplan Configuration
1913

2014
I'm using FreeSWITCH mostly as a PBX, and I found that I need a callgroup (call group) configuration similar to one in Asterisk (you need to answer a call for someone else in your department while he/she is out to lunch). Bear in mind, that callgroup variable is not the same as group pointer (group refers to ring groups where you can define what phones to ring and how to ring for a certain DID/DDI). Default examples show intercepting a global call, but with the help of the "db" application, one can easily configure "intercept" to work with a specific callgroup (also called a pickup group). FreeSWITCH sets the "uuid" variable for every call. It is a unique value representing that call. We get the called user's "callgroup" value and store the value of the "uuid" in a database entry named with the "callgroup".

docs/FreeSWITCH-Explained/Dialplan/Call-Groups_7143970.mdx

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

88
Ring several phones at once. Ring all phone extensions in a group all at once or in order. Any two digit group number may be used. The following example will use group number 01.
99

10-
Click here to expand Table of Contents
11-
12-
* 1 [Group Extensions](#group-extensions)
13-
* 2 [Manipulating Groups from the Server](#manipulating-groups-from-the-server)
14-
* 3 [See Also](#see-also)
15-
1610
## Group Extensions
1711

1812
**Add to Group**

docs/FreeSWITCH-Explained/Dialplan/Call-States_32178212.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22
# Call States
33

44

5-
6-
---
7-
8-
Table of Contents (click to expand)
9-
10-
* [0\. About](#0-about)
11-
* [1\. Call states](#1-call-states)
12-
13-
---
14-
155
## 0\. About
166

177
TODO Clear up what channel states and call states refer to exactly, and the connection between

0 commit comments

Comments
 (0)