[asterisk-commits] rmudgett: branch 1.8 r357352 - /branches/1.8/apps/app_page.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Feb 28 13:32:47 CST 2012
Author: rmudgett
Date: Tue Feb 28 13:32:44 2012
New Revision: 357352
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=357352
Log:
Remove dupliate 'i' option table entry in app_page.c.
(closes issue ASTERISK-19310)
Reported by: Makoto Dei
Patches:
app_page-duplicate-i-option.patch (license #5027) patch uploaded by Makoto Dei
Modified:
branches/1.8/apps/app_page.c
Modified: branches/1.8/apps/app_page.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/apps/app_page.c?view=diff&rev=357352&r1=357351&r2=357352
==============================================================================
--- branches/1.8/apps/app_page.c (original)
+++ branches/1.8/apps/app_page.c Tue Feb 28 13:32:44 2012
@@ -132,7 +132,6 @@
AST_APP_OPTION('r', PAGE_RECORD),
AST_APP_OPTION('s', PAGE_SKIP),
AST_APP_OPTION('i', PAGE_IGNORE_FORWARDS),
- AST_APP_OPTION('i', PAGE_IGNORE_FORWARDS),
AST_APP_OPTION_ARG('A', PAGE_ANNOUNCE, OPT_ARG_ANNOUNCE),
AST_APP_OPTION('n', PAGE_NOCALLERANNOUNCE),
});
More information about the asterisk-commits
mailing list