From e163e37e242d0471c2b225a3f23f599edff466dd Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Tue, 8 May 2012 18:02:29 +0000 Subject: [PATCH] * Fix accept/decline DTMF buffer overwrite in FollowMe. * Made use MAX_YN_STRING define to make all accept/decline DTMF buffers the same size. Just using 20 isn't good enough when someone didn't get the memo. * Fix stupid use of a global variable in FollowMe. (ynlongest) * Fix bit field declarations in FollowMe. * Fix FollowMe n option documentation. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@365631 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_followme.c | 64 ++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 36 deletions(-) diff --git a/apps/app_followme.c b/apps/app_followme.c index cd1262f1fb..c2c194ec6d 100644 --- a/apps/app_followme.c +++ b/apps/app_followme.c @@ -80,7 +80,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")