aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-04 14:41:03 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-04 14:41:03 +0000
commit41fdf9f6a91ad5ff9a9e8084471efe2cf229b13e (patch)
tree60354014e0f33020a1e23f10c301a88561d73c94
parent9143f6cfdd43500eb87303314e1d4087a240f8eb (diff)
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.1@180122 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_dial.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index f360680cf..26cc8b4a4 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -316,8 +316,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),