Files
asterisk/apps
Sean Bright a8015816b1 app.c: Allow ampersands in playback lists to be escaped.
Any function or application that accepts a `&`-separated list of
filenames can now include a literal `&` in a filename by wrapping the
entire filename in single quotes, e.g.:

```
exten = _X.,n,Playback('https://example.com/sound.cgi?a=b&c=d'&hello-world)
```

Fixes #172

UpgradeNote: Ampersands in URLs passed to the `Playback()`,
`Background()`, `SpeechBackground()`, `Read()`, `Authenticate()`, or
`Queue()` applications as filename arguments can now be escaped by
single quoting the filename. Additionally, this is also possible when
using the `CONFBRIDGE` dialplan function, or configuring various
features in `confbridge.conf` and `queues.conf`.

(cherry picked from commit 6b4d7f2125)
2024-01-12 18:21:33 +00:00
..
2019-05-10 10:22:55 -06:00
2021-11-18 10:38:16 -06:00
2021-11-18 10:38:16 -06:00
2021-11-18 10:38:16 -06:00
2016-10-27 09:53:55 -04:00
2022-05-09 08:21:58 -05:00
2021-11-15 14:39:42 -06:00
2022-12-13 08:18:03 -05:00
2021-11-18 10:38:16 -06:00
2023-01-30 16:17:20 -05:00
2021-08-19 11:18:00 -05:00
2021-11-16 18:42:02 -06:00
2021-11-18 10:38:16 -06:00
2016-10-27 09:53:55 -04:00
2018-05-11 09:48:58 -04:00
2021-11-15 14:39:42 -06:00
2021-11-15 14:39:42 -06:00
2016-10-27 09:53:55 -04:00