Skip to content
Open
Show file tree
Hide file tree
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
23 changes: 0 additions & 23 deletions docs/Channel-Variables-Catalog/api_after_bridge_16352667.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,3 @@

string Execute an API command after bridge.

**Usage**

Paging to PA System via [Portaudio](../FreeSWITCH-Explained/Modules/mod_portaudio_9634724.mdx#about) (with chime before and after announcement):

```xml
<extension name="paging-with-chime">
<condition field="destination_number" expression="^7243$">
<action application="set" data="bridge_pre_execute_bleg_app=playback"/>
<action application="set" data="bridge_pre_execute_bleg_data=/tmp/2_tone_chime.wav"/>
<action application="set" data="api_after_bridge=luarun post-chime.lua"/>
<action application="bridge" data="portaudio/auto_answer"/>
</condition>
</extension>
```

`post-chime.lua`:

```bash
api = freesswitch.API()
api:execute("pa", "play /tmp/2_tone_chime.wav")
```


This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ FreeSWITCH supports the following protocols:
* provided by [mod\_gsm](https://wiki.freeswitch.org/index.php?title=Mod%5Fgsm&action=edit&redlink=1 "Mod gsm (page does not exist)")
* ALSA
* provided by [mod\_alsa](https://wiki.freeswitch.org/index.php?title=Mod%5Falsa&action=edit&redlink=1 "Mod alsa (page does not exist)")
* PortAudio
* provided by [mod\_portaudio](../Modules/mod_portaudio_9634724.mdx#about)

### Media

Expand Down
Loading