Skip to content
Snippets Groups Projects
Commit 08d9c1a1 authored by Mark Spencer's avatar Mark Spencer
Browse files

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
parent 97f589e6
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ extern "C" { ...@@ -25,7 +25,7 @@ extern "C" {
/*! Convenient for waiting */ /*! Convenient for waiting */
#define AST_DIGIT_ANY "0123456789#*" #define AST_DIGIT_ANY "0123456789#*ABCD"
#define SEEK_FORCECUR 10 #define SEEK_FORCECUR 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment