From e52ee5c8e673245f6f6f516827553c92596a8c22 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Mon, 14 Dec 2009 21:32:03 +0000 Subject: Allow tonelist as argument to ReadExten. ReadExten already supported playing a tonezone from indications.conf. It now has the ability to use a tonelist like 440+480/2000|0/4000 (closes issue #15185) Reported by: jcovert Patches: app_readexten.c.patch uploaded by jcovert (license 551) Tested by: qwell Patch modified by me, to maintain backwards compatibility. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@234776 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_readexten.c | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/apps/app_readexten.c b/apps/app_readexten.c index b6b6305a5..f8f4a1bfc 100644 --- a/apps/app_readexten.c +++ b/apps/app_readexten.c @@ -55,7 +55,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")