From c4236dcff28183807f0ffa478a1bd008f0ba9d05 Mon Sep 17 00:00:00 2001 From: Naveen Albert Date: Fri, 21 May 2021 20:08:58 -0400 Subject: [PATCH] app_dial: Expanded A option to add caller announcement Hitherto, the A option has made it possible to play audio upon answer to the called party only. This option is expanded to allow for playback of an audio file to the caller instead of or in addition to the audio played to the answerer. ASTERISK-29442 Change-Id: If6eed3ff5c341dc8c588c8210987f2571e891e5e --- apps/app_dial.c | 79 +++++++++++++++---- doc/CHANGES-staging/app_dial_announcement.txt | 6 ++ 2 files changed, 68 insertions(+), 17 deletions(-) create mode 100644 doc/CHANGES-staging/app_dial_announcement.txt diff --git a/apps/app_dial.c b/apps/app_dial.c index d611083d9a..51f5f4580b 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -93,11 +93,17 @@ -