From e608ffdaa900af85dd4d5274a4a7c39990b3f695 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 14 Feb 2005 03:06:37 +0000 Subject: [PATCH] I changed my mind on this - I don't want to needlessly break anything ... git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5028 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asterisk/file.h b/include/asterisk/file.h index 30d29033bc..074518552d 100755 --- a/include/asterisk/file.h +++ b/include/asterisk/file.h @@ -25,7 +25,7 @@ extern "C" { //! Convenient for waiting -#define AST_DIGIT_ANY "0123456789#*ABCD" +#define AST_DIGIT_ANY "0123456789#*" #define SEEK_FORCECUR 10