mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
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 ........ Merged revisions 408591 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@408592 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user