From 7537d3c0cb09bccf6e2a15a2ba2f6f195be268d6 Mon Sep 17 00:00:00 2001 From: Alec L Davis Date: Sat, 19 Dec 2009 08:59:31 +0000 Subject: app_dial optional parameter to option 'r' to allow play indication from indications.conf (closes issue #14504) Reported by: alecdavis Tested by: alecdavis,jsmith Patch app_dial.play_ring_indications.diff7.txt uploaded by alecdavis (license 585) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@235740 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_dial.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 60 insertions(+), 10 deletions(-) (limited to 'apps') diff --git a/apps/app_dial.c b/apps/app_dial.c index 0ef64b3cc..c24a56647 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.