Fix type of roundTripDelay variables

........

Merged revisions 408589 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@408590 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Alexandr Anikin
2014-02-21 10:40:07 +00:00
parent 9b6f81af07
commit d336863c9c

View File

@@ -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; /*!<User can set this to user specific data*/
struct OOH323CallData* next;
struct OOH323CallData* prev;