From 18a4f74b964be21c04c434cf7fa152e37eaf3f85 Mon Sep 17 00:00:00 2001 From: qwell 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: http://svn.digium.com/svn/asterisk/trunk@234776 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_readexten.c | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'apps/app_readexten.c') 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$")