app_queue: Allow streaming multiple announcement files

Allows multiple files comprising an agent announcement
to be played by separating on the ampersand, similar
to the multi-file support in other Asterisk applications.

ASTERISK-29528

Change-Id: Iec600d8cd5ba14aa1e4e37f906accb356cd7891a
This commit is contained in:
Naveen Albert
2021-07-25 21:53:38 +00:00
committed by Friendly Automation
parent 4f437ea1f4
commit 0e023e6cf1
2 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
Subject: app_queue.c
Allow multiple files to be streamed for agent announcement.