Index: head/net/yate/Makefile =================================================================== --- head/net/yate/Makefile (revision 466958) +++ head/net/yate/Makefile (revision 466959) @@ -1,98 +1,100 @@ # Created by: Valery Komarov # $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 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 DAHDI_DESC= Dahdi support H323_DESC= H323 software channel/protocol support ILBC_DESC= iLBC narrowband speech codec support SCTP_DESC= Stream Control Transmission Protocol support SPANDSP_DESC= Spandsp faxing support OPTIONS_SUB= yes AMRNB_CONFIGURE_WITH= amrnb=${LOCALBASE} AMRNB_LIB_DEPENDS= libamrnb.so:audio/libamrnb DAHDI_CONFIGURE_ENABLE= dahdi DAHDI_BUILD_DEPENDS= libpri>=1.4.10:misc/libpri \ ${LOCALBASE}/include/dahdi/user.h:misc/dahdi 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 +MYSQL_USES= ssl -SSL_CONFIGURE_WITH= openssl=${OPENSSLBASE} -SSL_USES= ssl - PGSQL_CONFIGURE_WITH= libpq=${LOCALBASE} PGSQL_USES= pgsql SCTP_CONFIGURE_ENABLE= sctp SPANDSP_CONFIGURE_WITH= spandsp SPANDSP_LIB_DEPENDS= libspandsp.so:comms/spandsp SQLITE_CONFIGURE_WITH= sqlite SQLITE_USES= pkgconfig sqlite post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} 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 .include Index: head/net/yate/distinfo =================================================================== --- head/net/yate/distinfo (revision 466958) +++ head/net/yate/distinfo (revision 466959) @@ -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 Index: head/net/yate/files/patch-modules-Makefile.in =================================================================== --- head/net/yate/files/patch-modules-Makefile.in (revision 466958) +++ head/net/yate/files/patch-modules-Makefile.in (nonexistent) @@ -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@ Property changes on: head/net/yate/files/patch-modules-Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/yate/files/patch-conf.d__Makefile.in =================================================================== --- head/net/yate/files/patch-conf.d__Makefile.in (revision 466958) +++ head/net/yate/files/patch-conf.d__Makefile.in (nonexistent) @@ -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 - Property changes on: head/net/yate/files/patch-conf.d__Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/yate/files/patch-Makefile.in =================================================================== --- head/net/yate/files/patch-Makefile.in (revision 466958) +++ head/net/yate/files/patch-Makefile.in (revision 466959) @@ -1,22 +1,22 @@ ---- 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 \ install -m 0644 @srcdir@/docs/man/$$i "$(DESTDIR)$(mandir)/man8/" ; \ done - @mkdir -p "$(DESTDIR)$(libdir)/pkgconfig/" && \ - install -m 0644 yate.pc "$(DESTDIR)$(libdir)/pkgconfig/" + @mkdir -p "$(DESTDIR)$(libdir)data/pkgconfig/" && \ + install -m 0644 yate.pc "$(DESTDIR)$(libdir)data/pkgconfig/" @mkdir -p "$(DESTDIR)$(incdir)/" && \ for i in $(INCS) ; do \ install -m 0644 @srcdir@/$$i "$(DESTDIR)$(incdir)/" ; \ @@ -270,7 +270,7 @@ uninstall uninstall-root: @-for i in $(PROGS) yate-config ; do \ rm "$(DESTDIR)$(bindir)/$$i" ; \ done - @-rm "$(DESTDIR)$(libdir)/pkgconfig/yate.pc" && \ + @-rm "$(DESTDIR)$(libdir)data/pkgconfig/yate.pc" && \ rmdir $(DESTDIR)$(libdir)/pkgconfig @-for i in $(INCS) $(GENS) ; do \ rm "$(DESTDIR)$(incdir)/$$i" ; \ Index: head/net/yate/files/patch-conf.d_Makefile.in =================================================================== --- head/net/yate/files/patch-conf.d_Makefile.in (nonexistent) +++ head/net/yate/files/patch-conf.d_Makefile.in (revision 466959) @@ -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 + Property changes on: head/net/yate/files/patch-conf.d_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/yate/files/patch-configure.ac =================================================================== --- head/net/yate/files/patch-configure.ac (nonexistent) +++ head/net/yate/files/patch-configure.ac (revision 466959) @@ -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" Property changes on: head/net/yate/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/yate/files/patch-engine_Engine.cpp =================================================================== --- head/net/yate/files/patch-engine_Engine.cpp (nonexistent) +++ head/net/yate/files/patch-engine_Engine.cpp (revision 466959) @@ -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 + #include + 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 Property changes on: head/net/yate/files/patch-engine_Engine.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/yate/files/patch-libs_yradio_radio.cpp =================================================================== --- head/net/yate/files/patch-libs_yradio_radio.cpp (nonexistent) +++ head/net/yate/files/patch-libs_yradio_radio.cpp (revision 466959) @@ -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 + #include + ++/* + #ifndef htobe32 + #include + +@@ -59,6 +60,8 @@ + #endif + + #endif // htobe32 ++*/ ++#include + + + //#define DEBUG_RADIO_READ Property changes on: head/net/yate/files/patch-libs_yradio_radio.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/yate/files/patch-modules_Makefile.in =================================================================== --- head/net/yate/files/patch-modules_Makefile.in (nonexistent) +++ head/net/yate/files/patch-modules_Makefile.in (revision 466959) @@ -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@ Property changes on: head/net/yate/files/patch-modules_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/yate/files/patch-modules_server_lksctp.cpp =================================================================== --- head/net/yate/files/patch-modules_server_lksctp.cpp (nonexistent) +++ head/net/yate/files/patch-modules_server_lksctp.cpp (revision 466959) @@ -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); Property changes on: head/net/yate/files/patch-modules_server_lksctp.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/yate/pkg-plist =================================================================== --- head/net/yate/pkg-plist (revision 466958) +++ head/net/yate/pkg-plist (revision 466959) @@ -1,819 +1,1045 @@ bin/yate bin/yate-config @sample %%ETCDIR%%/accfile.conf.sample @sample %%ETCDIR%%/amrnbcodec.conf.sample @sample %%ETCDIR%%/analog.conf.sample @sample %%ETCDIR%%/cache.conf.sample @sample %%ETCDIR%%/callcounters.conf.sample @sample %%ETCDIR%%/callfork.conf.sample @sample %%ETCDIR%%/camel_map.conf.sample @sample %%ETCDIR%%/ccongestion.conf.sample @sample %%ETCDIR%%/cdrbuild.conf.sample @sample %%ETCDIR%%/cdrfile.conf.sample @sample %%ETCDIR%%/ciscosm.conf.sample @sample %%ETCDIR%%/clustering.conf.sample @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 @sample %%ETCDIR%%/fileinfo.conf.sample @sample %%ETCDIR%%/filetransfer.conf.sample @sample %%ETCDIR%%/gvoice.conf.sample @sample %%ETCDIR%%/h323chan.conf.sample @sample %%ETCDIR%%/heartbeat.conf.sample @sample %%ETCDIR%%/isupmangler.conf.sample @sample %%ETCDIR%%/jabberclient.conf.sample @sample %%ETCDIR%%/jabberserver.conf.sample @sample %%ETCDIR%%/javascript.conf.sample @sample %%ETCDIR%%/jbfeatures.conf.sample @sample %%ETCDIR%%/lateroute.conf.sample @sample %%ETCDIR%%/lksctp.conf.sample @sample %%ETCDIR%%/mgcpca.conf.sample @sample %%ETCDIR%%/mgcpgw.conf.sample @sample %%ETCDIR%%/moh.conf.sample @sample %%ETCDIR%%/monitoring.conf.sample @sample %%ETCDIR%%/mux.conf.sample @sample %%ETCDIR%%/mysqldb.conf.sample @sample %%ETCDIR%%/openssl.conf.sample @sample %%ETCDIR%%/pbxassist.conf.sample @sample %%ETCDIR%%/pgsqldb.conf.sample @sample %%ETCDIR%%/presence.conf.sample @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 @sample %%ETCDIR%%/rmanager.conf.sample @sample %%ETCDIR%%/sigtransport.conf.sample @sample %%ETCDIR%%/sip_cnam_lnp.conf.sample @sample %%ETCDIR%%/sipfeatures.conf.sample @sample %%ETCDIR%%/sqlitedb.conf.sample @sample %%ETCDIR%%/ss7_lnp_ansi.conf.sample @sample %%ETCDIR%%/subscription.conf.sample @sample %%ETCDIR%%/tdmcard.conf.sample @sample %%ETCDIR%%/tonegen.conf.sample @sample %%ETCDIR%%/users.conf.sample @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 @sample %%ETCDIR%%/yrtpchan.conf.sample @sample %%ETCDIR%%/ysigchan.conf.sample @sample %%ETCDIR%%/ysipchan.conf.sample @sample %%ETCDIR%%/ysnmpagent.conf.sample @sample %%ETCDIR%%/ysockschan.conf.sample @sample %%ETCDIR%%/ystunchan.conf.sample @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 include/yate/yatecbase.h include/yate/yatexml.h 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 lib/yate/server/park.yate lib/yate/server/queues.yate lib/yate/server/queuesnotify.yate lib/yate/server/regfile.yate lib/yate/server/accfile.yate lib/yate/server/register.yate lib/yate/server/callcounters.yate lib/yate/server/cpuload.yate lib/yate/server/ccongestion.yate lib/yate/server/dbwave.yate lib/yate/server/yradius.yate lib/yate/server/ysnmpagent.yate lib/yate/server/monitoring.yate lib/yate/server/sipfeatures.yate lib/yate/server/heartbeat.yate lib/yate/server/clustering.yate lib/yate/server/mgcpgw.yate lib/yate/server/mgcpca.yate lib/yate/server/mrcpspeech.yate lib/yate/server/presence.yate lib/yate/server/subscription.yate lib/yate/server/users.yate lib/yate/server/ysigchan.yate lib/yate/server/analog.yate lib/yate/server/ciscosm.yate lib/yate/server/sigtransport.yate lib/yate/server/analogdetect.yate lib/yate/server/cache.yate lib/yate/server/eventlogs.yate %%DAHDI%%lib/yate/server/zapcard.yate %%SCTP%%lib/yate/server/lksctp.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 %%AMRNB%%lib/yate/amrnbcodec.yate %%AMRNB%%lib/yate/efrcodec.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 lib/yate/regexroute.yate lib/yate/tonegen.yate lib/yate/tonedetect.yate lib/yate/wavefile.yate lib/yate/extmodule.yate lib/yate/conference.yate lib/yate/moh.yate lib/yate/pbx.yate lib/yate/dumbchan.yate lib/yate/callfork.yate lib/yate/mux.yate lib/yate/yrtpchan.yate lib/yate/ystunchan.yate lib/yate/ysipchan.yate lib/yate/gvoice.yate lib/yate/yiaxchan.yate lib/yate/yjinglechan.yate lib/yate/ysockschan.yate lib/yate/filetransfer.yate lib/yate/fileinfo.yate lib/yate/javascript.yate lib/yate/callgen.yate lib/yate/analyzer.yate lib/yate/rmanager.yate lib/yate/msgsniff.yate lib/yate/enumroute.yate lib/yate/gsmcodec.yate lib/yate/ilbcwebrtc.yate lib/yate/isaccodec.yate lib/yate/speexcodec.yate 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 %%DATADIR%%/help/0.yhlp %%DATADIR%%/help/1.yhlp %%DATADIR%%/help/2.yhlp %%DATADIR%%/help/3.yhlp %%DATADIR%%/help/4.yhlp %%DATADIR%%/help/99.yhlp %%DATADIR%%/skins/default/account.ui %%DATADIR%%/skins/default/account_title.png %%DATADIR%%/skins/default/accountlist.ui %%DATADIR%%/skins/default/accountlist_title.png %%DATADIR%%/skins/default/accountwizard.ui %%DATADIR%%/skins/default/accountwizard_title.png %%DATADIR%%/skins/default/activ.png %%DATADIR%%/skins/default/add.png %%DATADIR%%/skins/default/add_hover.png %%DATADIR%%/skins/default/add_menu.png %%DATADIR%%/skins/default/add_pressed.png %%DATADIR%%/skins/default/addaccount.png %%DATADIR%%/skins/default/addaccount_menu.png %%DATADIR%%/skins/default/addaccountwiz.png %%DATADIR%%/skins/default/addaccountwiz_menu.png %%DATADIR%%/skins/default/addchatroom.png %%DATADIR%%/skins/default/addchatroom_menu.png %%DATADIR%%/skins/default/addcontact.png %%DATADIR%%/skins/default/addrbook.ui %%DATADIR%%/skins/default/addrbook_title.png %%DATADIR%%/skins/default/answer.png %%DATADIR%%/skins/default/answer_20.png %%DATADIR%%/skins/default/answer_20_hover.png %%DATADIR%%/skins/default/answer_20_pressed.png %%DATADIR%%/skins/default/arch_contact_item.ui %%DATADIR%%/skins/default/arch_room_item.ui %%DATADIR%%/skins/default/arch_roompriv_item.ui %%DATADIR%%/skins/default/arch_session_item.ui %%DATADIR%%/skins/default/archive.png %%DATADIR%%/skins/default/archive.ui %%DATADIR%%/skins/default/archive_hover.png %%DATADIR%%/skins/default/archive_menu.png %%DATADIR%%/skins/default/archive_pressed.png %%DATADIR%%/skins/default/archive_title.png %%DATADIR%%/skins/default/ask.png %%DATADIR%%/skins/default/ask_32.png %%DATADIR%%/skins/default/bell.png %%DATADIR%%/skins/default/book.png %%DATADIR%%/skins/default/book_32.png %%DATADIR%%/skins/default/busy.ui %%DATADIR%%/skins/default/call.png %%DATADIR%%/skins/default/call_hover.png %%DATADIR%%/skins/default/call_pressed.png %%DATADIR%%/skins/default/calls_tab.png %%DATADIR%%/skins/default/calls_tab_hover.png %%DATADIR%%/skins/default/calls_tab_pressed.png %%DATADIR%%/skins/default/cancel.png %%DATADIR%%/skins/default/cancel_hover.png %%DATADIR%%/skins/default/cancel_pressed.png %%DATADIR%%/skins/default/cancel_transfer_20.png %%DATADIR%%/skins/default/cancel_transfer_20_hover.png %%DATADIR%%/skins/default/cancel_transfer_20_pressed.png %%DATADIR%%/skins/default/cb_arrow.png %%DATADIR%%/skins/default/cdr.png %%DATADIR%%/skins/default/cdr_32.png %%DATADIR%%/skins/default/cdr_tab.png %%DATADIR%%/skins/default/cdr_tab_hover.png %%DATADIR%%/skins/default/cdr_tab_pressed.png %%DATADIR%%/skins/default/chat.ui %%DATADIR%%/skins/default/chan_idle.png %%DATADIR%%/skins/default/chan_progress.png %%DATADIR%%/skins/default/chan_ringing.png %%DATADIR%%/skins/default/chan_routed.png %%DATADIR%%/skins/default/channel_conf_add.ui %%DATADIR%%/skins/default/channel_conf_item.ui %%DATADIR%%/skins/default/channel_item.ui %%DATADIR%%/skins/default/channel_transfer_item.ui %%DATADIR%%/skins/default/channel_transfer_start.ui %%DATADIR%%/skins/default/chat.png %%DATADIR%%/skins/default/chat_menu.png %%DATADIR%%/skins/default/chat_tab.png %%DATADIR%%/skins/default/chat_tab_hover.png %%DATADIR%%/skins/default/chat_tab_pressed.png %%DATADIR%%/skins/default/chat_title.png %%DATADIR%%/skins/default/chatroomedit.ui %%DATADIR%%/skins/default/chatroomedit_title.png %%DATADIR%%/skins/default/checkbox_off.png %%DATADIR%%/skins/default/help.ui %%DATADIR%%/skins/default/checkbox_on.png %%DATADIR%%/skins/default/checkmark_menu.png %%DATADIR%%/skins/default/clear.png %%DATADIR%%/skins/default/clear_hover.png %%DATADIR%%/skins/default/clear_pressed.png %%DATADIR%%/skins/default/close.png %%DATADIR%%/skins/default/close_16.png %%DATADIR%%/skins/default/close_16_hover.png %%DATADIR%%/skins/default/close_16_pressed.png %%DATADIR%%/skins/default/collapsed.png %%DATADIR%%/skins/default/conf_bg.png %%DATADIR%%/skins/default/conference.png %%DATADIR%%/skins/default/conference_20.png %%DATADIR%%/skins/default/conference_20_hover.png %%DATADIR%%/skins/default/conference_20_pressed.png %%DATADIR%%/skins/default/configure.png %%DATADIR%%/skins/default/configure_menu.png %%DATADIR%%/skins/default/confirm.ui %%DATADIR%%/skins/default/contactedit.ui %%DATADIR%%/skins/default/contactfs.ui %%DATADIR%%/skins/default/contactedit_title.png %%DATADIR%%/skins/default/contactfsd.ui %%DATADIR%%/skins/default/contactinfo.ui %%DATADIR%%/skins/default/contactinfo_title.png %%DATADIR%%/skins/default/contacts_tab.png %%DATADIR%%/skins/default/contacts_tab_hover.png %%DATADIR%%/skins/default/contacts_tab_pressed.png %%DATADIR%%/skins/default/delete.png %%DATADIR%%/skins/default/delete_hover.png %%DATADIR%%/skins/default/delete_menu.png %%DATADIR%%/skins/default/delete_pressed.png %%DATADIR%%/skins/default/dialpad_20.png %%DATADIR%%/skins/default/dialpad_20_hover.png %%DATADIR%%/skins/default/dialpad_20_pressed.png %%DATADIR%%/skins/default/digit0.png %%DATADIR%%/skins/default/digit0_hover.png %%DATADIR%%/skins/default/digit0_pressed.png %%DATADIR%%/skins/default/digit1.png %%DATADIR%%/skins/default/digit2.png %%DATADIR%%/skins/default/digit1_hover.png %%DATADIR%%/skins/default/digit1_pressed.png %%DATADIR%%/skins/default/digit2_hover.png %%DATADIR%%/skins/default/digit2_pressed.png %%DATADIR%%/skins/default/digit3.png %%DATADIR%%/skins/default/digit3_hover.png %%DATADIR%%/skins/default/digit3_pressed.png %%DATADIR%%/skins/default/digit4.png %%DATADIR%%/skins/default/digit4_hover.png %%DATADIR%%/skins/default/digit4_pressed.png %%DATADIR%%/skins/default/digit5.png %%DATADIR%%/skins/default/digit5_hover.png %%DATADIR%%/skins/default/digit5_pressed.png %%DATADIR%%/skins/default/digit6.png %%DATADIR%%/skins/default/digit6_hover.png %%DATADIR%%/skins/default/digit6_pressed.png %%DATADIR%%/skins/default/digit7.png %%DATADIR%%/skins/default/digit7_hover.png %%DATADIR%%/skins/default/digit7_pressed.png %%DATADIR%%/skins/default/digit8.png %%DATADIR%%/skins/default/digit8_hover.png %%DATADIR%%/skins/default/digit8_pressed.png %%DATADIR%%/skins/default/digit9.png %%DATADIR%%/skins/default/digit9_hover.png %%DATADIR%%/skins/default/digit9_pressed.png %%DATADIR%%/skins/default/digitpound.png %%DATADIR%%/skins/default/digitpound_hover.png %%DATADIR%%/skins/default/digitpound_pressed.png %%DATADIR%%/skins/default/digitstar.png %%DATADIR%%/skins/default/digitstar_hover.png %%DATADIR%%/skins/default/digitstar_pressed.png %%DATADIR%%/skins/default/dockedchat.ui %%DATADIR%%/skins/default/dockedchat_title.png %%DATADIR%%/skins/default/down.png %%DATADIR%%/skins/default/down_active.png %%DATADIR%%/skins/default/down_small.png %%DATADIR%%/skins/default/down_small_off.png %%DATADIR%%/skins/default/edit.png %%DATADIR%%/skins/default/edit_hover.png %%DATADIR%%/skins/default/edit_menu.png %%DATADIR%%/skins/default/edit_pressed.png %%DATADIR%%/skins/default/events.png %%DATADIR%%/skins/default/events.ui %%DATADIR%%/skins/default/events_menu.png %%DATADIR%%/skins/default/events_title.png %%DATADIR%%/skins/default/expanded.png %%DATADIR%%/skins/default/file_trans.png %%DATADIR%%/skins/default/file_trans_menu.png %%DATADIR%%/skins/default/fileprogress.ui %%DATADIR%%/skins/default/fileprogress_item.ui %%DATADIR%%/skins/default/fileprogress_title.png %%DATADIR%%/skins/default/find.png %%DATADIR%%/skins/default/findnext.png %%DATADIR%%/skins/default/findprev.png %%DATADIR%%/skins/default/folder_16.png %%DATADIR%%/skins/default/folder_open_16.png %%DATADIR%%/skins/default/handshake.png %%DATADIR%%/skins/default/handshake_x.png %%DATADIR%%/skins/default/hangup.png %%DATADIR%%/skins/default/muc.png %%DATADIR%%/skins/default/hangup_20.png %%DATADIR%%/skins/default/hangup_20_hover.png %%DATADIR%%/skins/default/hangup_20_pressed.png %%DATADIR%%/skins/default/help_title.png %%DATADIR%%/skins/default/hold.png %%DATADIR%%/skins/default/hold_20.png %%DATADIR%%/skins/default/hold_20_hover.png %%DATADIR%%/skins/default/hold_20_pressed.png %%DATADIR%%/skins/default/home.png %%DATADIR%%/skins/default/home_hover.png %%DATADIR%%/skins/default/home_pressed.png %%DATADIR%%/skins/default/incoming.png %%DATADIR%%/skins/default/info.png %%DATADIR%%/skins/default/info_32.png %%DATADIR%%/skins/default/info_menu.png %%DATADIR%%/skins/default/input.ui %%DATADIR%%/skins/default/inputacccred.ui %%DATADIR%%/skins/default/inputacccred_title.png %%DATADIR%%/skins/default/inputpwd.ui %%DATADIR%%/skins/default/inputpwd_title.png %%DATADIR%%/skins/default/keyboard.png %%DATADIR%%/skins/default/joinmucwizard.ui %%DATADIR%%/skins/default/joinmucwizard_title.png %%DATADIR%%/skins/default/left.png %%DATADIR%%/skins/default/left_hover.png %%DATADIR%%/skins/default/left_pressed.png %%DATADIR%%/skins/default/message.ui %%DATADIR%%/skins/default/messages_generic.ui %%DATADIR%%/skins/default/messages_header.ui %%DATADIR%%/skins/default/messages_loginfail.ui %%DATADIR%%/skins/default/messages_okrejignore.ui %%DATADIR%%/skins/default/minus.png %%DATADIR%%/skins/default/muc_16.png %%DATADIR%%/skins/default/muc_hover.png %%DATADIR%%/skins/default/muc_menu.png %%DATADIR%%/skins/default/muc_pressed.png %%DATADIR%%/skins/default/mucchat.ui %%DATADIR%%/skins/default/mucinvite.ui %%DATADIR%%/skins/default/mucprivchat.ui %%DATADIR%%/skins/default/mucs.ui %%DATADIR%%/skins/default/mucs_title.png %%DATADIR%%/skins/default/next.png %%DATADIR%%/skins/default/notif.png %%DATADIR%%/skins/default/notif_menu.png %%DATADIR%%/skins/default/notification.ui %%DATADIR%%/skins/default/null_team-16.png %%DATADIR%%/skins/default/null_team-32.png %%DATADIR%%/skins/default/null_team-48.png %%DATADIR%%/skins/default/ok.png %%DATADIR%%/skins/default/ok_hover.png %%DATADIR%%/skins/default/ok_pressed.png %%DATADIR%%/skins/default/outgoing.png %%DATADIR%%/skins/default/phone.png %%DATADIR%%/skins/default/phone_32.png %%DATADIR%%/skins/default/phone_menu.png %%DATADIR%%/skins/default/phone_tab.png %%DATADIR%%/skins/default/phone_tab_hover.png %%DATADIR%%/skins/default/phone_tab_pressed.png %%DATADIR%%/skins/default/plus.png %%DATADIR%%/skins/default/pointer.png %%DATADIR%%/skins/default/prev.png %%DATADIR%%/skins/default/progress.gif %%DATADIR%%/skins/default/qt4client.rc %%DATADIR%%/skins/default/qt4client.ui %%DATADIR%%/skins/default/quest.png %%DATADIR%%/skins/default/quest_hover.png %%DATADIR%%/skins/default/quest_pressed.png %%DATADIR%%/skins/default/quit.png %%DATADIR%%/skins/default/radio_off.png %%DATADIR%%/skins/default/radio_on.png %%DATADIR%%/skins/default/right.png %%DATADIR%%/skins/default/right_hover.png %%DATADIR%%/skins/default/right_pressed.png %%DATADIR%%/skins/default/room_member.ui %%DATADIR%%/skins/default/room_subject.png %%DATADIR%%/skins/default/room_subject_hover.png %%DATADIR%%/skins/default/room_subject_pressed.png %%DATADIR%%/skins/default/save.png %%DATADIR%%/skins/default/save_hover.png %%DATADIR%%/skins/default/save_pressed.png %%DATADIR%%/skins/default/scroll_down.png %%DATADIR%%/skins/default/scroll_left.png %%DATADIR%%/skins/default/scroll_right.png %%DATADIR%%/skins/default/scroll_up.png %%DATADIR%%/skins/default/search.png %%DATADIR%%/skins/default/send_transfer_20.png %%DATADIR%%/skins/default/send_transfer_20_hover.png %%DATADIR%%/skins/default/send_transfer_20_pressed.png %%DATADIR%%/skins/default/sendchat.png %%DATADIR%%/skins/default/sendchat_hover.png %%DATADIR%%/skins/default/sendchat_pressed.png %%DATADIR%%/skins/default/sendfile.png %%DATADIR%%/skins/default/sendfile_20.png %%DATADIR%%/skins/default/sendfile_hover_20.png %%DATADIR%%/skins/default/sendfile_menu.png %%DATADIR%%/skins/default/sendfile_pressed_20.png %%DATADIR%%/skins/default/settings.ui %%DATADIR%%/skins/default/settings_title.png %%DATADIR%%/skins/default/sharedfile_20.png %%DATADIR%%/skins/default/sharedfile_hover_20.png %%DATADIR%%/skins/default/sharedfile_menu.png %%DATADIR%%/skins/default/sharedfile_pressed_20.png %%DATADIR%%/skins/default/sharedfile_title.png %%DATADIR%%/skins/default/sharefile_20.png %%DATADIR%%/skins/default/sharefile_hover_20.png %%DATADIR%%/skins/default/sharefile_menu.png %%DATADIR%%/skins/default/sharefile_none_20.png %%DATADIR%%/skins/default/sharefile_none_hover_20.png %%DATADIR%%/skins/default/sharefile_none_pressed_20.png %%DATADIR%%/skins/default/sharefile_pressed_20.png %%DATADIR%%/skins/default/sharefile_title.png %%DATADIR%%/skins/default/speaker.png %%DATADIR%%/skins/default/speaker_x.png %%DATADIR%%/skins/default/status_away.png %%DATADIR%%/skins/default/status_away_menu.png %%DATADIR%%/skins/default/status_busy.png %%DATADIR%%/skins/default/status_busy_menu.png %%DATADIR%%/skins/default/status_dnd.png %%DATADIR%%/skins/default/status_connecting.png %%DATADIR%%/skins/default/status_dnd_menu.png %%DATADIR%%/skins/default/status_offline.png %%DATADIR%%/skins/default/status_offline_menu.png %%DATADIR%%/skins/default/status_online.png %%DATADIR%%/skins/default/status_online_menu.png %%DATADIR%%/skins/default/status_xa.png %%DATADIR%%/skins/default/status_xa_menu.png %%DATADIR%%/skins/default/stylesheet.css %%DATADIR%%/skins/default/stylesheet_mac.css %%DATADIR%%/skins/default/stylesheet_oswindows.css %%DATADIR%%/skins/default/trans_bg.png %%DATADIR%%/skins/default/transfer.png %%DATADIR%%/skins/default/transfer_20.png %%DATADIR%%/skins/default/transfer_20_hover.png %%DATADIR%%/skins/default/transfer_20_pressed.png %%DATADIR%%/skins/default/tray_incomingcall.png %%DATADIR%%/skins/default/tray_info.png %%DATADIR%%/skins/default/tray_incomingchat.png %%DATADIR%%/skins/default/tray_notification.png %%DATADIR%%/skins/default/up.png %%DATADIR%%/skins/default/up_active.png %%DATADIR%%/skins/default/up_small.png %%DATADIR%%/skins/default/up_small_off.png %%DATADIR%%/skins/default/update.png %%DATADIR%%/skins/default/updater.ui %%DATADIR%%/skins/default/user.png %%DATADIR%%/skins/default/user_hover.png %%DATADIR%%/skins/default/user_menu.png %%DATADIR%%/skins/default/user_pressed.png %%DATADIR%%/skins/default/waiting_32.gif %%DATADIR%%/scripts/libyate.php %%DATADIR%%/scripts/libyateivr.php %%DATADIR%%/scripts/libyatechan.php %%DATADIR%%/scripts/libvoicemail.php %%DATADIR%%/scripts/libeliza.js %%DATADIR%%/scripts/libchatbot.js %%DATADIR%%/scripts/eliza.js %%DATADIR%%/scripts/libyate.py %%DATADIR%%/scripts/Yate.pm %%DATADIR%%/scripts/leavemail.php %%DATADIR%%/scripts/voicemail.php %%DATADIR%%/scripts/route.php %%DATADIR%%/scripts/queue_in.php %%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