From 1303687410947c0e57fb1cb08881d7f86cb163f1 Mon Sep 17 00:00:00 2001 From: may Date: Wed, 4 Nov 2009 22:10:44 +0000 Subject: Reworked chan_ooh323 channel module. Many architectural and functional changes. Main changes are threading model chanes (many thread in ooh323 stack instead of one), modifications and improvements in signalling part, additional codecs support (726, speex), t38 mode support. This module tested and used in production environment. (closes issue #15285) Reported by: may213 Tested by: sles, c0w, OrNix Review: https://reviewboard.asterisk.org/r/324/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@227898 f38db490-d61c-443f-a65b-d21fe96a405b --- addons/ooh323c/src/ooUtils.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'addons/ooh323c/src/ooUtils.c') diff --git a/addons/ooh323c/src/ooUtils.c b/addons/ooh323c/src/ooUtils.c index 71b285f62..4c08e247c 100644 --- a/addons/ooh323c/src/ooUtils.c +++ b/addons/ooh323c/src/ooUtils.c @@ -14,7 +14,10 @@ * *****************************************************************************/ +#include +#include #include "ooUtils.h" +#include const char* ooUtilsGetText (OOUINT32 idx, const char** table, size_t tabsiz) { -- cgit v1.2.3