aboutsummaryrefslogtreecommitdiffstats
path: root/say.c
diff options
context:
space:
mode:
Diffstat (limited to 'say.c')
-rwxr-xr-xsay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/say.c b/say.c
index 9e69f79f7..b2fbe68c7 100755
--- a/say.c
+++ b/say.c
@@ -95,6 +95,7 @@ int ast_say_character_str_full(struct ast_channel *chan, const char *str, const
case ('6'):
case ('7'):
case ('8'):
+ case ('9'):
strcpy(fnbuf, "digits/X");
fnbuf[7] = str[num];
fn = fnbuf;