From: Russell Bryant Date: Mon, 14 Feb 2005 03:06:37 +0000 (+0000) Subject: I changed my mind on this - I don't want to needlessly break anything ... X-Git-Tag: 1.0.11.1~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e608ffdaa900af85dd4d5274a4a7c39990b3f695;p=thirdparty%2Fasterisk.git 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 --- 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