From bd17d506d4e1f2202cf799a71309f340b059768b Mon Sep 17 00:00:00 2001 From: file Date: Wed, 4 Mar 2009 14:40:12 +0000 Subject: Merged revisions 180120 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r180120 | file | 2009-03-04 10:39:28 -0400 (Wed, 04 Mar 2009) | 7 lines Remove duplicate 'k' and 'K' Dial options. (closes issue #14601) Reported by: alecdavis Patches: app_dial.optionk.diff.txt uploaded by alecdavis (license 585) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@180121 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_dial.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps') diff --git a/apps/app_dial.c b/apps/app_dial.c index 36d073afb..81a834fb0 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -309,8 +309,6 @@ AST_APP_OPTIONS(dial_exec_options, BEGIN_OPTIONS AST_APP_OPTION('i', OPT_IGNORE_FORWARDING), AST_APP_OPTION('k', OPT_CALLEE_PARK), AST_APP_OPTION('K', OPT_CALLER_PARK), - AST_APP_OPTION('k', OPT_CALLEE_PARK), - AST_APP_OPTION('K', OPT_CALLER_PARK), AST_APP_OPTION_ARG('L', OPT_DURATION_LIMIT, OPT_ARG_DURATION_LIMIT), AST_APP_OPTION_ARG('m', OPT_MUSICBACK, OPT_ARG_MUSICBACK), AST_APP_OPTION_ARG('M', OPT_CALLEE_MACRO, OPT_ARG_CALLEE_MACRO), -- cgit v1.2.3