From: Richard Mudgett Date: Tue, 8 May 2012 18:02:29 +0000 (+0000) Subject: * Fix accept/decline DTMF buffer overwrite in FollowMe. X-Git-Tag: 1.8.14.0-rc1~3^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e163e37e242d0471c2b225a3f23f599edff466dd;p=thirdparty%2Fasterisk.git * 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 --- 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$")