From: Alexandr Anikin Date: Fri, 21 Feb 2014 10:42:40 +0000 (+0000) Subject: Fix type of roundTripDelay variables X-Git-Tag: 12.2.0-rc1~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ec5ab8b33eedbf9fbf40b20a23ee081be808ffc;p=thirdparty%2Fasterisk.git Fix type of roundTripDelay variables ........ Merged revisions 408589 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 408590 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@408591 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/addons/ooh323c/src/ooCalls.h b/addons/ooh323c/src/ooCalls.h index 8321d342a9..f9a93f113a 100644 --- a/addons/ooh323c/src/ooCalls.h +++ b/addons/ooh323c/src/ooCalls.h @@ -228,7 +228,7 @@ typedef struct OOH323CallData { char lastDTMF; ASN1UINT nextDTMFstamp; int rtdrInterval, rtdrCount; /* roundTripDelay interval and unreplied count */ - ASN1UINT rtdrSend, rtdrRecv; /* last sended/replied RTD request */ + ASN1UINT8 rtdrSend, rtdrRecv; /* last sended/replied RTD request */ void *usrData; /*!