summaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorAlexandr Anikin <may@telecom-service.ru>2014-02-21 10:45:05 +0000
committerAlexandr Anikin <may@telecom-service.ru>2014-02-21 10:45:05 +0000
commita044e5578e88b3dc0979fe81f1768f81a18f2ca7 (patch)
treea1d88360853e0c05ff9816e16a0b874835f10b38 /addons
parentef46c82cfb2b5bc246121e84bd205432da4b3e2b (diff)
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
Diffstat (limited to 'addons')
-rw-r--r--addons/ooh323c/src/ooCalls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/ooh323c/src/ooCalls.h b/addons/ooh323c/src/ooCalls.h
index 8321d342a..f9a93f113 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; /*!<User can set this to user specific data*/
struct OOH323CallData* next;
struct OOH323CallData* prev;