FreeBSD Bugzilla – Attachment 192378 Details for
Bug 227413
net/yate: update to 6.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
yate 6.0.0 patch
yate-6.0.0-patch.txt (text/plain), 63.37 KB, created by
Nikola Kolev
on 2018-04-10 09:39:22 UTC
(
hide
)
Description:
yate 6.0.0 patch
Filename:
MIME Type:
Creator:
Nikola Kolev
Created:
2018-04-10 09:39:22 UTC
Size:
63.37 KB
patch
obsolete
>diff -rupN yate.orig/Makefile yate/Makefile >--- yate.orig/Makefile 2017-10-12 15:57:51.000000000 +0000 >+++ yate/Makefile 2018-04-10 09:35:40.046797000 +0000 >@@ -1,29 +1,31 @@ > # Created by: Valery Komarov <komarov@valerka.net> >-# $FreeBSD: head/net/yate/Makefile 451901 2017-10-12 15:57:51Z mat $ >+# $FreeBSD$ > > PORTNAME= yate >-DISTVERSION= 5.5.0p1 >+DISTVERSION= 6.0.0p1 > CATEGORIES= net >-MASTER_SITES= http://yate.null.ro/tarballs/yate5/ >-DISTNAME= ${PORTNAME}-5.5.0-1 >+MASTER_SITES= http://yate.null.ro/tarballs/yate6/ >+DISTNAME= ${PORTNAME}-6.0.0-1 > > MAINTAINER= koue@chaosophia.net > COMMENT= Yet Another Telephony Engine > > LICENSE= GPLv2 > >+ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 sparc64 >+ > LIB_DEPENDS= libasound.so:audio/alsa-lib \ > libspeex.so:audio/speex \ > libgsm.so:audio/gsm > >-ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 sparc64 >- > USES= autoreconf bison gmake shebangfix >+USE_GCC= yes > SHEBANG_FILES= share/scripts/banbrutes.php \ > share/scripts/leavemail.php \ > share/scripts/queue_in.php \ > share/scripts/queue_out.php \ > share/scripts/route.php \ >+ share/scripts/tts.sh \ > share/scripts/voicemail.php > USE_LDCONFIG= yes > GNU_CONFIGURE= yes >@@ -32,15 +34,14 @@ CONFIGURE_ARGS= --without-fdsize \ > --without-libqt4 \ > --with-zlib=/usr > >-LDFLAGS+= -L${LOCALBASE}/lib >-CFLAGS+= -I${LOCALBASE}/include >+MAKE_JOBS_UNSAFE=yes > > SUB_FILES= pkg-message > USE_RC_SUBR= yate > USERS= yate > GROUPS= yate > >-OPTIONS_DEFINE= AMRNB DOCS DAHDI H323 ILBC MYSQL PGSQL SCTP SPANDSP SQLITE SSL >+OPTIONS_DEFINE= AMRNB DOCS DAHDI H323 ILBC MYSQL PGSQL SCTP SPANDSP SQLITE > OPTIONS_DEFAULT=SCTP > > AMRNB_DESC= Adaptive Multi-Rate Narrowband support >@@ -62,16 +63,15 @@ DAHDI_LIB_DEPENDS= libpri.so:misc/libpri > libopenr2.so:misc/openr2 > > H323_CONFIGURE_WITH= openh323=${LOCALBASE} >-H323_LIB_DEPENDS= libopenh323.so:net/h323plus >+H323_LIB_DEPENDS= libopenh323.so:net/h323plus \ >+ libpt.so:devel/ptlib > > ILBC_CONFIGURE_ENABLE= ilbc > ILBC_LIB_DEPENDS= libilbc.so:net/ilbc > > MYSQL_CONFIGURE_WITH= mysql > MYSQL_USE= mysql=yes >- >-SSL_CONFIGURE_WITH= openssl=${OPENSSLBASE} >-SSL_USES= ssl >+MYSQL_USES= ssl > > PGSQL_CONFIGURE_WITH= libpq=${LOCALBASE} > PGSQL_USES= pgsql >@@ -89,8 +89,10 @@ post-extract: > > post-install: > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/yate >- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyate*.so.5.5.0 >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyate*.so.6.0.0 > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/*.yate >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/radio/*.yate >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/sig/*.yate > .for dir in client server jabber sip > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/${dir}/*.yate > .endfor >diff -rupN yate.orig/distinfo yate/distinfo >--- yate.orig/distinfo 2015-10-06 08:08:59.000000000 +0000 >+++ yate/distinfo 2018-04-05 09:22:10.867301000 +0000 >@@ -1,2 +1,3 @@ >-SHA256 (yate-5.5.0-1.tar.gz) = a9fc472df082e92d578efa3de54689e10ee1a24fdd67a9cc928db7c2e1568676 >-SIZE (yate-5.5.0-1.tar.gz) = 4186159 >+TIMESTAMP = 1521464965 >+SHA256 (yate-6.0.0-1.tar.gz) = 0ab76015651db8076031277b2003c23bd5d9eb940491801f30a6dc3c226c1817 >+SIZE (yate-6.0.0-1.tar.gz) = 6039879 >diff -rupN yate.orig/files/patch-Makefile.in yate/files/patch-Makefile.in >--- yate.orig/files/patch-Makefile.in 2015-10-06 08:08:59.000000000 +0000 >+++ yate/files/patch-Makefile.in 2018-04-05 09:22:10.868454000 +0000 >@@ -1,4 +1,4 @@ >---- Makefile.in.orig 2015-05-08 09:34:48 UTC >+--- Makefile.in.orig 2017-03-28 09:13:41 UTC > +++ Makefile.in > @@ -230,8 +230,8 @@ install-noconf: all > for i in $(MAN8) ; do \ >diff -rupN yate.orig/files/patch-conf.d_Makefile.in yate/files/patch-conf.d_Makefile.in >--- yate.orig/files/patch-conf.d_Makefile.in 1970-01-01 00:00:00.000000000 +0000 >+++ yate/files/patch-conf.d_Makefile.in 2018-04-05 09:22:10.867980000 +0000 >@@ -0,0 +1,19 @@ >+--- conf.d/Makefile.in.orig 2017-03-28 09:13:48 UTC >++++ conf.d/Makefile.in >+@@ -20,14 +20,14 @@ install: >+ lst="`ls -1 @srcdir@/*.conf @srcdir@/*.sample @srcdir@/*.default 2>/dev/null | sed 's/\.sample//g; s/\.default//g; s/[^ ]*\*\.[^ ]*//g' | sort | uniq`" ; \ >+ for s in $$lst; do \ >+ d="$(DESTDIR)$(confdir)/`echo $$s | sed 's,.*/,,'`" ; \ >+- if [ -f "$$d" ]; then \ >++ if [ -f "$$d".sample ]; then \ >+ echo "Not overwriting existing $$d" ; \ >+ else \ >+ if [ ! -f "$$s" ]; then \ >+ test -f "$$s.default" && s="$$s.default" ; \ >+ test -f "$$s.sample" && s="$$s.sample" ; \ >+ fi ; \ >+- install -m 0644 "$$s" "$$d" ; \ >++ install -m 0644 "$$s" "$$d".sample ; \ >+ fi ; \ >+ done >+ >diff -rupN yate.orig/files/patch-conf.d__Makefile.in yate/files/patch-conf.d__Makefile.in >--- yate.orig/files/patch-conf.d__Makefile.in 2015-10-06 08:08:59.000000000 +0000 >+++ yate/files/patch-conf.d__Makefile.in 1970-01-01 00:00:00.000000000 +0000 >@@ -1,19 +0,0 @@ >---- conf.d/Makefile.in.orig 2009-09-19 13:55:58 UTC >-+++ conf.d/Makefile.in >-@@ -20,14 +20,14 @@ install: >- lst="`ls -1 @srcdir@/*.conf @srcdir@/*.sample @srcdir@/*.default 2>/dev/null | sed 's/\.sample//g; s/\.default//g; s/[^ ]*\*\.[^ ]*//g' | sort | uniq`" ; \ >- for s in $$lst; do \ >- d="$(DESTDIR)$(confdir)/`echo $$s | sed 's,.*/,,'`" ; \ >-- if [ -f "$$d" ]; then \ >-+ if [ -f "$$d".sample ]; then \ >- echo "Not overwriting existing $$d" ; \ >- else \ >- if [ ! -f "$$s" ]; then \ >- test -f "$$s.default" && s="$$s.default" ; \ >- test -f "$$s.sample" && s="$$s.sample" ; \ >- fi ; \ >-- install -m 0644 "$$s" "$$d" ; \ >-+ install -m 0644 "$$s" "$$d".sample ; \ >- fi ; \ >- done >- >diff -rupN yate.orig/files/patch-configure.ac yate/files/patch-configure.ac >--- yate.orig/files/patch-configure.ac 1970-01-01 00:00:00.000000000 +0000 >+++ yate/files/patch-configure.ac 2018-04-05 09:22:10.868333000 +0000 >@@ -0,0 +1,12 @@ >+--- configure.ac.orig 2018-04-05 08:59:36 UTC >++++ configure.ac >+@@ -109,7 +109,8 @@ if [[ "x$ac_cv_no_overload_virt" = "xyes >+ fi >+ AC_MSG_RESULT([$ac_cv_no_overload_virt]) >+ >+-GCC_UNRESOLVED_SYMBOLS="-Wl,--unresolved-symbols=ignore-in-shared-libs" >++#GCC_UNRESOLVED_SYMBOLS="-Wl,--unresolved-symbols=ignore-in-shared-libs" >++GCC_UNRESOLVED_SYMBOLS="" >+ ld_unresolved_symbols=no >+ AC_MSG_CHECKING([if ld supports reporting unresolved symbols]) >+ SAVE_CFLAGS="$CFLAGS" >diff -rupN yate.orig/files/patch-engine_Engine.cpp yate/files/patch-engine_Engine.cpp >--- yate.orig/files/patch-engine_Engine.cpp 1970-01-01 00:00:00.000000000 +0000 >+++ yate/files/patch-engine_Engine.cpp 2018-04-05 09:22:10.868690000 +0000 >@@ -0,0 +1,12 @@ >+--- engine/Engine.cpp.orig 2018-03-28 11:56:15 UTC >++++ engine/Engine.cpp >+@@ -50,7 +50,8 @@ __declspec(dllimport) BOOL WINAPI SHGetS >+ #include <sys/wait.h> >+ #include <sys/resource.h> >+ typedef void* HMODULE; >+-#define sig_func_t sighandler_t >++//#define sig_func_t sighandler_t >++#define sig_func_t sig_t >+ #define PATH_SEP "/" >+ #ifndef CFG_DIR >+ #ifdef HAVE_MACOSX_SUPPORT >diff -rupN yate.orig/files/patch-libs_yradio_radio.cpp yate/files/patch-libs_yradio_radio.cpp >--- yate.orig/files/patch-libs_yradio_radio.cpp 1970-01-01 00:00:00.000000000 +0000 >+++ yate/files/patch-libs_yradio_radio.cpp 2018-04-05 09:22:10.868215000 +0000 >@@ -0,0 +1,19 @@ >+--- libs/yradio/radio.cpp.orig 2018-03-28 12:02:24 UTC >++++ libs/yradio/radio.cpp >+@@ -23,6 +23,7 @@ >+ #include <yateradio.h> >+ #include <string.h> >+ >++/* >+ #ifndef htobe32 >+ #include <byteswap.h> >+ >+@@ -59,6 +60,8 @@ >+ #endif >+ >+ #endif // htobe32 >++*/ >++#include <sys/endian.h> >+ >+ >+ //#define DEBUG_RADIO_READ >diff -rupN yate.orig/files/patch-modules-Makefile.in yate/files/patch-modules-Makefile.in >--- yate.orig/files/patch-modules-Makefile.in 2015-10-06 08:08:59.000000000 +0000 >+++ yate/files/patch-modules-Makefile.in 1970-01-01 00:00:00.000000000 +0000 >@@ -1,11 +0,0 @@ >---- modules/Makefile.in.orig 2015-05-08 09:34:48 UTC >-+++ modules/Makefile.in >-@@ -361,7 +361,7 @@ server/mgcpgw.yate: LOCALFLAGS = -I@top_ >- server/mgcpgw.yate: LOCALLIBS = -lyatemgcp -L../libs/ysdp -lyatesdp >- >- server/lksctp.yate: EXTERNFLAGS = @SCTP_FLAGS@ >--server/lksctp.yate: EXTERNLIBS = -lsctp >-+server/lksctp.yate: EXTERNLIBS = >- >- ilbccodec.yate: ../libs/ilbc/libilbc.a >- ilbccodec.yate: LOCALFLAGS = @ILBC_INC@ >diff -rupN yate.orig/files/patch-modules_Makefile.in yate/files/patch-modules_Makefile.in >--- yate.orig/files/patch-modules_Makefile.in 1970-01-01 00:00:00.000000000 +0000 >+++ yate/files/patch-modules_Makefile.in 2018-04-05 09:22:10.868098000 +0000 >@@ -0,0 +1,11 @@ >+--- modules/Makefile.in.orig 2017-03-28 09:13:48 UTC >++++ modules/Makefile.in >+@@ -370,7 +370,7 @@ server/mgcpgw.yate: LOCALFLAGS = -I@top_ >+ server/mgcpgw.yate: LOCALLIBS = -lyatemgcp -L../libs/ysdp -lyatesdp >+ >+ server/lksctp.yate: EXTERNFLAGS = @SCTP_FLAGS@ >+-server/lksctp.yate: EXTERNLIBS = -lsctp >++server/lksctp.yate: EXTERNLIBS = >+ >+ ilbccodec.yate: ../libs/ilbc/libilbc.a >+ ilbccodec.yate: LOCALFLAGS = @ILBC_INC@ >diff -rupN yate.orig/files/patch-modules_server_lksctp.cpp yate/files/patch-modules_server_lksctp.cpp >--- yate.orig/files/patch-modules_server_lksctp.cpp 1970-01-01 00:00:00.000000000 +0000 >+++ yate/files/patch-modules_server_lksctp.cpp 2018-04-05 09:22:10.867863000 +0000 >@@ -0,0 +1,15 @@ >+--- modules/server/lksctp.cpp.orig 2018-03-28 11:56:42 UTC >++++ modules/server/lksctp.cpp >+@@ -529,9 +529,10 @@ bool LKSocket::alive() const >+ status.sstat_primary.spinfo_state); >+ } >+ } >+- static int s_lastSstatState = SCTP_EMPTY; >++ //static int s_lastSstatState = SCTP_EMPTY; >++ static int s_lastSstatState = SCTP_CLOSED; >+ switch (status.sstat_state) { >+- MAKE_CASE(EMPTY,Local); >++ //MAKE_CASE(EMPTY,Local); >+ MAKE_CASE(CLOSED,Local); >+ MAKE_CASE(COOKIE_WAIT,Local); >+ MAKE_CASE(COOKIE_ECHOED,Local); >diff -rupN yate.orig/pkg-plist yate/pkg-plist >--- yate.orig/pkg-plist 2016-08-27 11:39:31.000000000 +0000 >+++ yate/pkg-plist 2018-04-05 09:22:10.868891000 +0000 >@@ -15,6 +15,7 @@ bin/yate-config > @sample %%ETCDIR%%/cpuload.conf.sample > @sample %%ETCDIR%%/dbpbx.conf.sample > @sample %%ETCDIR%%/dsoundchan.conf.sample >+@sample %%ETCDIR%%/dummyradio.conf.sample > @sample %%ETCDIR%%/enumroute.conf.sample > @sample %%ETCDIR%%/eventlogs.conf.sample > @sample %%ETCDIR%%/extmodule.conf.sample >@@ -43,6 +44,7 @@ bin/yate-config > @sample %%ETCDIR%%/providers.conf.sample > @sample %%ETCDIR%%/queues.conf.sample > @sample %%ETCDIR%%/queuesnotify.conf.sample >+@sample %%ETCDIR%%/radiotest.conf.sample > @sample %%ETCDIR%%/regexroute.conf.sample > @sample %%ETCDIR%%/regfile.conf.sample > @sample %%ETCDIR%%/register.conf.sample >@@ -59,6 +61,7 @@ bin/yate-config > @sample %%ETCDIR%%/wpcard.conf.sample > @sample %%ETCDIR%%/yate-qt4.conf.sample > @sample %%ETCDIR%%/yate.conf.sample >+@sample %%ETCDIR%%/ybladerf.conf.sample > @sample %%ETCDIR%%/yiaxchan.conf.sample > @sample %%ETCDIR%%/yjinglechan.conf.sample > @sample %%ETCDIR%%/yradius.conf.sample >@@ -71,6 +74,7 @@ bin/yate-config > @sample %%ETCDIR%%/zapcard.conf.sample > @sample %%ETCDIR%%/zlibcompress.conf.sample > include/yate/yateclass.h >+include/yate/yatemath.h > include/yate/yatemime.h > include/yate/yatengine.h > include/yate/yatephone.h >@@ -80,23 +84,26 @@ include/yate/yateversn.h > include/yate/yateasn.h > include/yate/yateradio.h > include/yate/yatescript.h >-lib/libyate.so.5.5.0 >+lib/libyate.so.6.0.0 > lib/libyate.so >-lib/libyatescript.so.5.5.0 >+lib/libyatescript.so.6.0.0 > lib/libyatescript.so >-lib/libyatesig.so.5.5.0 >+lib/libyatesig.so.6.0.0 > lib/libyatesig.so >-lib/libyatemgcp.so.5.5.0 >+lib/libyatemgcp.so.6.0.0 > lib/libyatemgcp.so >-lib/libyatejabber.so.5.5.0 >+lib/libyatejabber.so.6.0.0 > lib/libyatejabber.so > lib/libyateasn.so >-lib/libyateasn.so.5.5.0 >+lib/libyateasn.so.6.0.0 > lib/libyateradio.so >-lib/libyateradio.so.5.5.0 >+lib/libyateradio.so.6.0.0 > lib/yate/client/jabberclient.yate > lib/yate/client/osschan.yate > lib/yate/client/alsachan.yate >+@dir lib/yate/qt4 >+lib/yate/radio/dummyradio.yate >+lib/yate/radio/radiotest.yate > lib/yate/server/pbxassist.yate > lib/yate/server/dbpbx.yate > lib/yate/server/lateroute.yate >@@ -134,6 +141,9 @@ lib/yate/server/eventlogs.yate > %%MYSQL%%lib/yate/server/mysqldb.yate > %%PGSQL%%lib/yate/server/pgsqldb.yate > %%SQLITE%%lib/yate/server/sqlitedb.yate >+lib/yate/sig/camel_map.yate >+lib/yate/sig/isupmangler.yate >+lib/yate/sig/ss7_lnp_ansi.yate > lib/yate/jabber/jabberserver.yate > lib/yate/jabber/jbfeatures.yate > lib/yate/sip/sip_cnam_lnp.yate >@@ -142,7 +152,6 @@ lib/yate/sip/sip_cnam_lnp.yate > %%SPANDSP%%lib/yate/faxchan.yate > %%H323%%lib/yate/h323chan.yate > %%ILBC%%lib/yate/ilbccodec.yate >-%%SSL%%lib/yate/openssl.yate > lib/yate/cdrbuild.yate > lib/yate/cdrcombine.yate > lib/yate/cdrfile.yate >@@ -180,288 +189,18 @@ lib/yate/zlibcompress.yate > libdata/pkgconfig/yate.pc > man/man8/yate.8.gz > man/man8/yate-config.8.gz >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/WebRTC-LICENSE >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/WebRTC-LICENSE_THIRD_PARTY >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/WebRTC-PATENTS >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/iLBC-LICENSE.txt >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/README >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/COPYING >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/ChangeLog >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/dataflow.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/extmodule.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/index.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/messages.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Array.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Atom.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Base64.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__CallEndpoint.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__CapturedEvent.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Channel.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Cipher.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Client.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientAccount.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientAccountList.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientChannel.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientContact.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientDir.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientDriver.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientFile.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientFileItem.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientLogic.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientResource.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ClientSound.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Compressor.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Configuration.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DataBlock.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DataConsumer.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DataEndpoint.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DataFormat.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DataNode.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DataSource.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DataTranslator.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DebugEnabler.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Debugger.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DefaultLogic.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DnsRecord.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Driver.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__DurationUpdate.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Engine.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__EngineCheck.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__File.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Flags32.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__FormatInfo.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__FormatRepository.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__GenObject.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__GenPointer.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__HashList.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Hasher.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ImageInfo.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ListIterator.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Lock.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Lock2.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Lockable.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MD5.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MemoryStream.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Message.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessageDispatcher.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessageHandler.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessageHook.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessageNotifier.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessagePostHook.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessageQueue.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessageReceiver.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MessageRelay.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeAuthLine.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeBinaryBody.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeBody.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeHeaderLine.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeLinesBody.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeMultipartBody.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeSdpBody.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MimeStringBody.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Module.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MucRoom.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MucRoomMember.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Mutex.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__MutexPool.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__NamedCounter.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__NamedInt.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__NamedIterator.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__NamedList.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__NamedPointer.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__NamedString.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__NaptrRecord.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ObjList.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ObjVector.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Plugin.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Random.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__RefObject.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__RefPointer.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__RefPointerBase.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Regexp.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Resolver.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Router.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Runnable.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SHA1.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SHA256.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SctpSocket.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Semaphore.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SharedVars.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Socket.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SocketAddr.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SocketFilter.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SrvRecord.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Stream.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__String.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__SysUsage.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__TempObjectCounter.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Thread.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__ThreadedSource.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Time.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__TokenDict.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__TranslatorCaps.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__TranslatorFactory.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__TxtRecord.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__UChar.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__UIFactory.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__UIWidget.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__URI.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__Window.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlCData.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlChild.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlComment.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlDeclaration.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlDoctype.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlDocument.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlDomParser.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlElement.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlEscape.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlFragment.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlParent.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlSaxParser.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/TelEngine__XmlText.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/all-globals.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Array.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Atom.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Base64.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__CallEndpoint.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__CapturedEvent.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Channel.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Cipher.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Client.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientAccount.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientAccountList.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientChannel.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientContact.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientDir.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientDriver.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientFile.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientFileItem.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientLogic.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientResource.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ClientSound.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Compressor.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Configuration.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DataBlock.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DataConsumer.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DataEndpoint.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DataFormat.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DataNode.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DataSource.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DataTranslator.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DebugEnabler.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Debugger.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DefaultLogic.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DnsRecord.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Driver.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__DurationUpdate.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Engine.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__EngineCheck.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__File.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Flags32.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__FormatInfo.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__FormatRepository.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__GenObject.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__GenPointer.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__HashList.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Hasher.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ImageInfo.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ListIterator.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Lock.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Lock2.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Lockable.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MD5.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MemoryStream.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Message.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessageDispatcher.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessageHandler.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessageHook.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessageNotifier.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessagePostHook.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessageQueue.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessageReceiver.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MessageRelay.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeAuthLine.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeBinaryBody.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeBody.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeHeaderLine.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeLinesBody.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeMultipartBody.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeSdpBody.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MimeStringBody.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Module.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MucRoom.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MucRoomMember.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Mutex.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__MutexPool.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__NamedCounter.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__NamedInt.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__NamedIterator.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__NamedList.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__NamedPointer.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__NamedString.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__NaptrRecord.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ObjList.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ObjVector.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Plugin.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Random.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__RefObject.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__RefPointer.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__RefPointerBase.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Regexp.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Resolver.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Router.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Runnable.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SHA1.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SHA256.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SctpSocket.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Semaphore.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SharedVars.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Socket.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SocketAddr.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SocketFilter.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SrvRecord.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Stream.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__String.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__SysUsage.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__TempObjectCounter.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Thread.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__ThreadedSource.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Time.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__TokenDict.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__TranslatorCaps.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__TranslatorFactory.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__TxtRecord.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__UChar.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__UIFactory.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__UIWidget.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__URI.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__Window.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlCData.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlChild.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlComment.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlDeclaration.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlDoctype.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlDocument.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlDomParser.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlElement.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlEscape.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlFragment.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlParent.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlSaxParser.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/full-list-TelEngine__XmlText.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/header-list.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/hier.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/index-long.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/index.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/yatecbase_h.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/yateclass_h.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/yatemime_h.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/yatengine_h.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/yatephone_h.html >-%%PORTDOCS%%%%DOCSDIR%%-5.5.0/api/yatexml_h.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/WebRTC-LICENSE >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/WebRTC-LICENSE_THIRD_PARTY >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/WebRTC-PATENTS >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/iLBC-LICENSE.txt >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/README >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/COPYING >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/ChangeLog >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/dataflow.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/extmodule.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/index.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/messages.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/index.html > %%DATADIR%%/data/snmp_mib.conf > %%DATADIR%%/data/NULL-TEAM-MIB.txt > %%DATADIR%%/data/YATE-MIB.txt >@@ -813,7 +552,494 @@ man/man8/yate-config.8.gz > %%DATADIR%%/scripts/queue_out.php > %%DATADIR%%/scripts/banbrutes.php > %%DATADIR%%/scripts/echo.sh >+%%DATADIR%%/scripts/tts.sh > %%DATADIR%%/sounds/ring.au > %%DATADIR%%/sounds/ring.wav > %%DATADIR%%/sounds/tone.wav >-@dir lib/yate/qt4 >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/annotated.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/bc_s.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/bdwn.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Array-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Array.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Array.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Atom-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Atom.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Base64-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Base64.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Base64.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1BitVector-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1BitVector.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1BitVector.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CallAccount-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CallAccount.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CallEndpoint-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CallEndpoint.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CallEndpoint.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CapturedEvent-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CapturedEvent.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1CapturedEvent.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Channel-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Channel.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Channel.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Cipher-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Cipher.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Cipher.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Client-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Client.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Client.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientAccount-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientAccount.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientAccount.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientAccountList-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientAccountList.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientAccountList.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientChannel-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientChannel.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientChannel.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientContact-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientContact.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientContact.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientDir-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientDir.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientDir.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientDriver-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientDriver.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientDriver.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientFile-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientFile.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientFile.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientFileItem-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientFileItem.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientFileItem.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientLogic-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientLogic.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientLogic.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientResource-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientResource.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientResource.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientSound-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientSound.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ClientSound.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Complex-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Complex.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Compressor-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Compressor.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Compressor.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Configuration-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Configuration.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Configuration.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataBlock-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataBlock.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataBlock.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataConsumer-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataConsumer.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataConsumer.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataEndpoint-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataEndpoint.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataEndpoint.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataFormat-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataFormat.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataFormat.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataNode-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataNode.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataNode.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataSource-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataSource.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataSource.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataTranslator-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataTranslator.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DataTranslator.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DebugEnabler-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DebugEnabler.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DebugEnabler.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Debugger-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Debugger.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DefaultLogic-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DefaultLogic.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DefaultLogic.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DnsRecord-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DnsRecord.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DnsRecord.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Driver-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Driver.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Driver.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DurationUpdate-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DurationUpdate.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1DurationUpdate.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Engine-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Engine.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1EngineCheck-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1EngineCheck.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1File-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1File.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1File.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Flags32-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Flags32.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1FormatRepository-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1FormatRepository.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1GenObject-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1GenObject.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1GenObject.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1GenPointer-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1GenPointer.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1GenPointer.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1HashList-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1HashList.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1HashList.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Hasher-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Hasher.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Hasher.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ListIterator-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ListIterator.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Lock-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Lock.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Lock2-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Lock2.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Lockable-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Lockable.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Lockable.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MD5-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MD5.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MD5.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Math-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Math.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MathVectorBase-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MathVectorBase.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MathVectorBase.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MemoryStream-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MemoryStream.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MemoryStream.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Message-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Message.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Message.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageDispatcher-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageDispatcher.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageDispatcher.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageHandler-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageHandler.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageHandler.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageHook-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageHook.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageHook.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageNotifier-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageNotifier.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageNotifier.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessagePostHook-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessagePostHook.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessagePostHook.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageQueue-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageQueue.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageQueue.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageReceiver-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageReceiver.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageReceiver.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageRelay-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageRelay.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MessageRelay.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeAuthLine-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeAuthLine.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeAuthLine.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeBinaryBody-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeBinaryBody.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeBinaryBody.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeBody-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeBody.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeBody.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeHeaderLine-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeHeaderLine.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeHeaderLine.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeLinesBody-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeLinesBody.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeLinesBody.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeMultipartBody-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeMultipartBody.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeMultipartBody.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeSdpBody-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeSdpBody.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeSdpBody.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeStringBody-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeStringBody.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MimeStringBody.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Module-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Module.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Module.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MucRoom-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MucRoom.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MucRoom.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MucRoomMember-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MucRoomMember.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MucRoomMember.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Mutex-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Mutex.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Mutex.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MutexPool-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1MutexPool.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedCounter-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedCounter.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedCounter.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedInt-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedInt.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedInt.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedIterator-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedIterator.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedList-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedList.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedList.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedPointer-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedPointer.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedPointer.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedString-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedString.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NamedString.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NaptrRecord-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NaptrRecord.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1NaptrRecord.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ObjList-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ObjList.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ObjList.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ObjVector-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ObjVector.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ObjVector.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Plugin-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Plugin.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Plugin.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Random-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Random.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefObject-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefObject.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefObject.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefPointer-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefPointer.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefPointer.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefPointerBase-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefPointerBase.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefPointerBase.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefStorage-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefStorage.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1RefStorage.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Regexp-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Regexp.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Regexp.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Resolver-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Resolver.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Router-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Router.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Router.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Runnable-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Runnable.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Runnable.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SHA1-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SHA1.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SHA1.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SHA256-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SHA256.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SHA256.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SctpSocket-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SctpSocket.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SctpSocket.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Semaphore-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Semaphore.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Semaphore.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SharedVars-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SharedVars.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SharedVars.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SliceVector-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SliceVector.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SliceVector.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Socket-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Socket.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Socket.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SocketAddr-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SocketAddr.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SocketAddr.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SocketFilter-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SocketFilter.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SocketFilter.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SrvRecord-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SrvRecord.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SrvRecord.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Stream-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Stream.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Stream.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1String-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1String.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1String.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SysUsage-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1SysUsage.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TempObjectCounter-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TempObjectCounter.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Thread-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Thread.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Thread.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ThreadedSource-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ThreadedSource.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1ThreadedSource.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Time-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Time.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TranslatorFactory-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TranslatorFactory.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TranslatorFactory.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TxtRecord-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TxtRecord.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1TxtRecord.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UChar-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UChar.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UIFactory-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UIFactory.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UIFactory.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UIWidget-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UIWidget.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1UIWidget.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1URI-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1URI.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1URI.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Window-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Window.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1Window.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlCData-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlCData.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlCData.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlChild-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlChild.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlChild.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlComment-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlComment.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlComment.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDeclaration-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDeclaration.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDeclaration.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDoctype-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDoctype.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDoctype.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDocument-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDocument.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDocument.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDomParser-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDomParser.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlDomParser.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlElement-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlElement.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlElement.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlFragment-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlFragment.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlFragment.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlParent-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlParent.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlParent.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlSaxParser-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlSaxParser.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlSaxParser.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlText-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlText.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classTelEngine_1_1XmlText.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/classes.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/closed.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/doxygen.css >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/doxygen.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/dynsections.js >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/files.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2blank.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2doc.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2folderclosed.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2folderopen.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2lastnode.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2link.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2mlastnode.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2mnode.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2node.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2plastnode.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2pnode.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2splitbar.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/ftv2vertline.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_b.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_c.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_d.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_e.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_enum.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_f.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_b.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_c.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_d.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_e.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_f.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_g.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_h.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_i.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_j.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_k.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_l.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_m.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_n.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_o.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_p.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_q.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_r.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_s.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_t.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_u.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_v.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_w.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_x.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_y.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_z.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_func_~.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_g.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_h.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_i.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_j.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_k.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_l.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_m.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_n.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_o.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_p.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_q.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_r.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_s.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_t.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_u.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_v.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_vars.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_w.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_x.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_y.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_z.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/functions_~.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/hierarchy.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/jquery.js >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/namespaceTelEngine.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/namespacemembers.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/namespacemembers_enum.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/namespacemembers_func.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/namespacemembers_type.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/namespaces.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/nav_f.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/nav_g.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/nav_h.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/open.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1FormatInfo-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1FormatInfo.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1ImageInfo-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1ImageInfo.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1TokenDict-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1TokenDict.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1TranslatorCaps-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1TranslatorCaps.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1XmlEscape-members.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/structTelEngine_1_1XmlEscape.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/sync_off.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/sync_on.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/tab_a.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/tab_b.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/tab_h.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/tab_s.png >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/tabs.css >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/yatecbase_8h_source.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/yateclass_8h_source.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/yatemath_8h_source.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/yatemime_8h_source.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/yatengine_8h_source.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/yatephone_8h_source.html >+%%PORTDOCS%%%%DOCSDIR%%-6.0.0/api/yatexml_8h_source.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227413
: 192378