mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Make sure AST_DIGIT_ANY really means any (bug #3538)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4990 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -25,7 +25,7 @@ extern "C" {
|
||||
|
||||
|
||||
/*! Convenient for waiting */
|
||||
#define AST_DIGIT_ANY "0123456789#*"
|
||||
#define AST_DIGIT_ANY "0123456789#*ABCD"
|
||||
|
||||
#define SEEK_FORCECUR 10
|
||||
|
||||
|
Reference in New Issue
Block a user