Skip to content

Commit

Permalink
Remove colons from paths for Windows users (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
voughtdq authored Jan 8, 2024
1 parent f206c15 commit 5cb0622
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ TODO Add use cases.

## 3\. Examples

Make either `*` (star) or `#` (bar/pound/square) interrupt the subsequent playback, [tone\_stream](../FreeSWITCH-Explained/Modules/mod-dptools/mod-dptools:-gentones/Tone_stream_6586599.mdx#about), [say](../FreeSWITCH-Explained/Modules/mod-dptools/6586961.mdx#0-about), recording, etc. operation:
Make either `*` (star) or `#` (bar/pound/square) interrupt the subsequent playback, [tone\_stream](../FreeSWITCH-Explained/Modules/mod-dptools/gentones/Tone_stream_6586599.mdx#about), [say](../FreeSWITCH-Explained/Modules/mod-dptools/6586961.mdx#0-about), recording, etc. operation:

```xml
<action application="set" data="playback_terminators=#*"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/Channel-Variables-Catalog/ringback_16353370.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ string This addition lets you set artificial ringback on a channel that is waiti

Syntax: `<action application="set" data="ringback=[data]"/>`

Where `data` is either the full path (![(warning)](/images/icons/emoticons/warning.svg) must be full path!) to an audio file or [teletone generation markup language](../FreeSWITCH-Explained/Modules/mod-dptools/mod-dptools:-gentones/TGML_6586573.mdx#lua).
Where `data` is either the full path (![(warning)](/images/icons/emoticons/warning.svg) must be full path!) to an audio file or [teletone generation markup language](../FreeSWITCH-Explained/Modules/mod-dptools/gentones/TGML_6586573.mdx#lua).

You may also combine this with the [ring\_ready](../FreeSWITCH-Explained/Modules/mod-dptools/6586994.mdx#about) application. In this case the caller hears the normal ringback tone for a fraction of a second, then he hears the defined ringback media.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ Usage:
generate(TGML)
[TGML](../../../Modules/mod-dptools/mod-dptools:-gentones/TGML_6586573.mdx#lua) is a markup language that describes the component frequencies, duration, volume, decay, and other properties. It is quite powerful and avoids the need to record an audio file to generate tone sequences.
[TGML](../../../Modules/mod-dptools/gentones/TGML_6586573.mdx#lua) is a markup language that describes the component frequencies, duration, volume, decay, and other properties. It is quite powerful and avoids the need to record an audio file to generate tone sequences.
**generate example**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ FreeSWITCH SIP endpoint module.

FreeSWITCH uses the Google V8 JavaScript (ECMAScript) engine, which supersedes mod\_spidermonkey. See the [Javascript](../Client-and-Developer-Interfaces/JavaScript/index.mdx#api) page for more information and examples.

### [mod_tone_stream](../Modules/mod-dptools/mod-dptools:-gentones/Tone_stream_6586599.mdx#about)
### [mod_tone_stream](../Modules/mod-dptools/gentones/Tone_stream_6586599.mdx#about)

Module for tone generation. See more under [TGML](../Modules/mod-dptools/mod-dptools:-gentones/TGML_6586573.mdx#lua).
Module for tone generation. See more under [TGML](../Modules/mod-dptools/gentones/TGML_6586573.mdx#lua).

### [mod_voicemail](../Modules/mod_voicemail_6587070.mdx#--)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Click here to expand Table of Contents

[PDF of ITU-T E.180](http://www.itu.int/dms%5Fpub/itu-t/opb/sp/T-SP-E.180-2010-PDF-E.pdf) — Various tones used in national networks according to ITU-T Recommendation E.180, updated 2010.05.01

[TGML](../Modules/mod-dptools/mod-dptools:-gentones/TGML_6586573.mdx#lua): complete listing of capabilities and syntax of Tone Generation Markup Language
[TGML](../Modules/mod-dptools/gentones/TGML_6586573.mdx#lua): complete listing of capabilities and syntax of Tone Generation Markup Language

## Developer References

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3281,7 +3281,7 @@ The syntax is:
<action application="set" data="ringback=[data]"/>
```
Where data is either the full path (important! must be full path!) to an audio file or [teletone generation markup language](../../Modules/mod-dptools/mod-dptools:-gentones/TGML_6586573.mdx#lua).
Where data is either the full path (important! must be full path!) to an audio file or [teletone generation markup language](../../Modules/mod-dptools/gentones/TGML_6586573.mdx#lua).
You may also combine this with the ring\_ready application. In this case the caller hears the normal ringback tone for a fraction of a second, then he hears the defined ringback media.
Expand Down Expand Up @@ -3346,7 +3346,7 @@ Usage:
<action application="set" data="transfer_ringback=[data]"/>
```
Where data is either the full path to an audio file or [teletone generation markup language](../../Modules/mod-dptools/mod-dptools:-gentones/TGML_6586573.mdx#lua).
Where data is either the full path to an audio file or [teletone generation markup language](../../Modules/mod-dptools/gentones/TGML_6586573.mdx#lua).
The following example uses the French ringtone defined in \~/vars.xml:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3080,7 +3080,7 @@ TODO Add use cases.

### 3\. Examples

Make either `*` (star) or `#` (bar/pound/square) interrupt the subsequent playback, [tone\_stream](../Modules/mod-dptools/mod-dptools:-gentones/Tone_stream_6586599.mdx#about), [say](../Modules/mod_dptools_1970333.mdx#-c), recording, etc. operation:
Make either `*` (star) or `#` (bar/pound/square) interrupt the subsequent playback, [tone\_stream](../Modules/mod-dptools/gentones/Tone_stream_6586599.mdx#about), [say](../Modules/mod_dptools_1970333.mdx#-c), recording, etc. operation:

```xml
<action application="set" data="playback_terminators=#*"/>
Expand Down Expand Up @@ -3610,7 +3610,7 @@ string This addition lets you set artificial ringback on a channel that is waiti

Syntax: `<action application="set" data="ringback=[data]"/>`

Where `data` is either the full path (![(warning)](/images/icons/emoticons/warning.svg) must be full path!) to an audio file or [teletone generation markup language](../Modules/mod-dptools/mod-dptools:-gentones/TGML_6586573.mdx#lua).
Where `data` is either the full path (![(warning)](/images/icons/emoticons/warning.svg) must be full path!) to an audio file or [teletone generation markup language](../Modules/mod-dptools/gentones/TGML_6586573.mdx#lua).

You may also combine this with the [ring\_ready](../Modules/mod_dptools_1970333.mdx#-c) application. In this case the caller hears the normal ringback tone for a fraction of a second, then he hears the defined ringback media.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The main configuration file. See [Configuring FreeSWITCH](../../Configuration/Co

### 1.5 `./fur_elise.ttml`

See [TTML](../../Modules/mod-dptools/mod-dptools:-gentones/Tone-stream/TTML_27591313.mdx#usage). Committed by Brian West ([96e907e7a88](https://freeswitch.org/stash/users/lekensteyn/repos/freeswitch/commits/96e907e7a8895fe591e371c8bfe3aebf012ad2dd#conf/fur%5Felise.ttml)) on 01 Jan 2008 (commit message: "_being a bit creative_").
See [TTML](../../Modules/mod-dptools/gentones/Tone-stream/TTML_27591313.mdx#usage). Committed by Brian West ([96e907e7a88](https://freeswitch.org/stash/users/lekensteyn/repos/freeswitch/commits/96e907e7a8895fe591e371c8bfe3aebf012ad2dd#conf/fur%5Felise.ttml)) on 01 Jan 2008 (commit message: "_being a bit creative_").

### 1.1 `./README_IMPORTANT.txt`

Expand Down
6 changes: 3 additions & 3 deletions docs/FreeSWITCH-Explained/Modules/mod-dptools/6586546.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

gentones vs tone\_stream

This entry contains [Tone\_stream](./mod-dptools:-gentones/Tone_stream_6586599.mdx#about) and [TGML](./mod-dptools:-gentones/TGML_6586573.mdx#lua), but it is `tone_stream` that is used in every example instead of `gentones` (and `gentones` has only 4 search results on the FreeSWITCH confluence):
This entry contains [Tone\_stream](./gentones/Tone_stream_6586599.mdx#about) and [TGML](./gentones/TGML_6586573.mdx#lua), but it is `tone_stream` that is used in every example instead of `gentones` (and `gentones` has only 4 search results on the FreeSWITCH confluence):

* [Freeswitch for new people](../../[DEAD/Freeswitch-for-new-people_13173027.mdx#about)
* [XML Dialplan](../../Dialplan/XML-Dialplan/index.mdx#about)

## About

Generate [TGML](./mod-dptools:-gentones/TGML_6586573.mdx#lua) tones.
Generate [TGML](./gentones/TGML_6586573.mdx#lua) tones.

Click here to expand Table of Contents

Expand Down Expand Up @@ -42,7 +42,7 @@ gentones <TGML>[|loops]

## See Also

[TGML page](./mod-dptools:-gentones/TGML_6586573.mdx#lua)
[TGML page](./gentones/TGML_6586573.mdx#lua)



2 changes: 1 addition & 1 deletion docs/FreeSWITCH-Explained/Modules/mod-dptools/6586776.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Additionally, [mod\_shout](../mod_shout_3965531.mdx#21-play) supplies MP3 suppor
* [mod\_dptools: speak](./6587123.mdx#0-about)
* [mod\_local\_stream](../mod_local_stream_6587466.mdx#api)
* [mod\_native\_file](../mod_native_file_6587161.mdx#about)
* [tone\_stream](./mod-dptools:-gentones/Tone_stream_6586599.mdx#about)
* [tone\_stream](./gentones/Tone_stream_6586599.mdx#about)


## Comments:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ For example, the ringback tone of Romania is 450 Hz modulated by 25 Hz, for 1.85

### See Also

[TGML](./mod-dptools/mod-dptools:-gentones/TGML_6586573.mdx#lua) complete listing of capabilities and syntax
[TGML](./mod-dptools/gentones/TGML_6586573.mdx#lua) complete listing of capabilities and syntax


8 changes: 4 additions & 4 deletions provisioning/nginx/redirects.map
Original file line number Diff line number Diff line change
Expand Up @@ -1465,10 +1465,10 @@
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/7766331 /freeswitch/FreeSWITCH-Explained/Modules/mod-dptools/7766331;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/7766387 /freeswitch/FreeSWITCH-Explained/Modules/mod-dptools/7766387;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/Call+Camping /freeswitch/FreeSWITCH-Explained/Modules/mod-dptools/mod-dptools:-bridge/Call-Camping_16354681;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/Silence+Stream /freeswitch/FreeSWITCH-Explained/Modules/mod-dptools/mod-dptools:-gentones/Silence-Stream_7766102;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/TGML /freeswitch/FreeSWITCH-Explained/Modules/mod-dptools/mod-dptools:-gentones/TGML_6586573;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/TTML /freeswitch/FreeSWITCH-Explained/Modules/mod-dptools/mod-dptools:-gentones/Tone-stream/TTML_27591313;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/Tone_stream /freeswitch/FreeSWITCH-Explained/Modules/mod-dptools/mod-dptools:-gentones/Tone_stream_6586599;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/Silence+Stream /freeswitch/FreeSWITCH-Explained/Modules/mod-dptools/gentones/Silence-Stream_7766102;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/TGML /freeswitch/FreeSWITCH-Explained/Modules/mod-dptools/gentones/TGML_6586573;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/TTML /freeswitch/FreeSWITCH-Explained/Modules/mod-dptools/gentones/Tone-stream/TTML_27591313;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/Tone_stream /freeswitch/FreeSWITCH-Explained/Modules/mod-dptools/gentones/Tone_stream_6586599;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/Enum.conf.xml /freeswitch/FreeSWITCH-Explained/Modules/mod-enum/Enum.conf.xml_13173178;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/IVR+using+mod_erlang_event /freeswitch/FreeSWITCH-Explained/Modules/mod-erlang-event/IVR-using-mod_erlang_event_30867811;
/freeswitch/confluence-to-docs-redirector/display/FREESWITCH/Event+multicast.conf.xml /freeswitch/FreeSWITCH-Explained/Modules/mod-event-multicast/Event-multicast.conf.xml_13173183;
Expand Down

0 comments on commit 5cb0622

Please sign in to comment.