diff --git a/CHANGES b/CHANGES index 39bd92398d..74f20fbb78 100644 --- a/CHANGES +++ b/CHANGES @@ -82,6 +82,8 @@ Applications announcements or macros are executed. * Modified app_dial to set answertime when the called channel answers even if the called channel hangs up during playback of an announcement. + * Modified app_dial 'r' option to support an additional parameter to play an + indication tone from indications.conf * Added c() option to app_chanspy. This option allows custom DTMF to be set to cycle through the next available channel. By default this is still '*'. * Added x() option to app_chanspy. This option allows DTMF to be set to diff --git a/apps/app_dial.c b/apps/app_dial.c index 0ef64b3cc2..c24a566472 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -62,6 +62,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/global_datastores.h" #include "asterisk/dsp.h" #include "asterisk/cel.h" +#include "asterisk/indications.h" /*** DOCUMENTATION @@ -319,8 +320,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") it is provided. The current extension is used if a database family/key is not specified.