Index: head/net/yate/Makefile =================================================================== --- head/net/yate/Makefile (revision 479439) +++ head/net/yate/Makefile (revision 479440) @@ -1,101 +1,102 @@ # Created by: Valery Komarov # $FreeBSD$ PORTNAME= yate -DISTVERSION= 6.0.0p1 -PORTREVISION= 1 +PORTVERSION= 6.1.0 CATEGORIES= net MASTER_SITES= http://yate.null.ro/tarballs/yate6/ -DISTNAME= ${PORTNAME}-6.0.0-1 +DISTNAME= ${PORTNAME}-${PORTVERSION}-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 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 +PLIST_SUB= VERSION="${PORTVERSION}" MAKE_JOBS_UNSAFE=yes SUB_FILES= pkg-message USE_RC_SUBR= yate USERS= yate GROUPS= yate +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} 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 \ 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 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.6.0.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyate*.so.${PORTVERSION} @${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 479439) +++ head/net/yate/distinfo (revision 479440) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521464965 -SHA256 (yate-6.0.0-1.tar.gz) = 0ab76015651db8076031277b2003c23bd5d9eb940491801f30a6dc3c226c1817 -SIZE (yate-6.0.0-1.tar.gz) = 6039879 +TIMESTAMP = 1535638826 +SHA256 (yate-6.1.0-1.tar.gz) = ed88519c8e2f63eec0d699bc6ed8831854af9b32b654b3d7e7c2697b528aa377 +SIZE (yate-6.1.0-1.tar.gz) = 6074737 Index: head/net/yate/files/patch-modules_server_lksctp.cpp =================================================================== --- head/net/yate/files/patch-modules_server_lksctp.cpp (revision 479439) +++ head/net/yate/files/patch-modules_server_lksctp.cpp (revision 479440) @@ -1,15 +1,15 @@ ---- modules/server/lksctp.cpp.orig 2018-03-28 11:56:42 UTC +--- modules/server/lksctp.cpp.orig 2018-08-30 14:23:27 UTC +++ modules/server/lksctp.cpp -@@ -529,9 +529,10 @@ bool LKSocket::alive() const +@@ -521,9 +521,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); +- MAKE_CASE(EMPTY,Association); ++ //MAKE_CASE(EMPTY,Association); + MAKE_CASE(CLOSED,Association); + MAKE_CASE(COOKIE_WAIT,Association); + MAKE_CASE(COOKIE_ECHOED,Association); Index: head/net/yate/pkg-plist =================================================================== --- head/net/yate/pkg-plist (revision 479439) +++ head/net/yate/pkg-plist (revision 479440) @@ -1,1045 +1,1048 @@ 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.6.0.0 +lib/libyate.so.%%VERSION%% lib/libyate.so -lib/libyatescript.so.6.0.0 +lib/libyatescript.so.%%VERSION%% lib/libyatescript.so -lib/libyatesig.so.6.0.0 +lib/libyatesig.so.%%VERSION%% lib/libyatesig.so -lib/libyatemgcp.so.6.0.0 +lib/libyatemgcp.so.%%VERSION%% lib/libyatemgcp.so -lib/libyatejabber.so.6.0.0 +lib/libyatejabber.so.%%VERSION%% lib/libyatejabber.so lib/libyateasn.so -lib/libyateasn.so.6.0.0 +lib/libyateasn.so.%%VERSION%% lib/libyateradio.so -lib/libyateradio.so.6.0.0 +lib/libyateradio.so.%%VERSION%% 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 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%%-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 +%%PORTDOCS%%%%DOCSDIR%%/WebRTC-LICENSE +%%PORTDOCS%%%%DOCSDIR%%/WebRTC-LICENSE_THIRD_PARTY +%%PORTDOCS%%%%DOCSDIR%%/WebRTC-PATENTS +%%PORTDOCS%%%%DOCSDIR%%/iLBC-LICENSE.txt +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/dataflow.html +%%PORTDOCS%%%%DOCSDIR%%/extmodule.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/messages.html +%%PORTDOCS%%%%DOCSDIR%%/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 -%%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 +%%PORTDOCS%%%%DOCSDIR%%/api/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/api/bc_s.png +%%PORTDOCS%%%%DOCSDIR%%/api/bdwn.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Array-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Array.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Array.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Atom-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Atom.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Base64-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Base64.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Base64.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1BitVector-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1BitVector.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1BitVector.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallAccount-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallAccount.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallEndpoint-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallEndpoint.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallEndpoint.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CapturedEvent-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CapturedEvent.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CapturedEvent.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Channel-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Channel.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Channel.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Cipher-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Cipher.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Cipher.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Client-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Client.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Client.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccount-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccount.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccount.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccountList-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccountList.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccountList.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientChannel-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientChannel.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientChannel.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientContact-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientContact.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientContact.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDir-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDir.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDir.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDriver-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDriver.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDriver.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFile-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFile.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFile.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFileItem-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFileItem.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFileItem.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientLogic-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientLogic.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientLogic.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientResource-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientResource.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientResource.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientSound-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientSound.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientSound.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Complex-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Complex.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Compressor-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Compressor.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Compressor.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Configuration-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Configuration.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Configuration.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataBlock-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataBlock.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataBlock.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataConsumer-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataConsumer.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataConsumer.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataEndpoint-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataEndpoint.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataEndpoint.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataFormat-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataFormat.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataFormat.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataNode-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataNode.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataNode.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataSource-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataSource.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataSource.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataTranslator-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataTranslator.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataTranslator.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DebugEnabler-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DebugEnabler.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DebugEnabler.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Debugger-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Debugger.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DefaultLogic-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DefaultLogic.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DefaultLogic.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DnsRecord-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DnsRecord.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DnsRecord.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Driver-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Driver.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Driver.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DurationUpdate-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DurationUpdate.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DurationUpdate.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Engine-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Engine.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1EngineCheck-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1EngineCheck.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1File-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1File.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1File.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Flags32-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Flags32.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1FormatRepository-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1FormatRepository.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenObject-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenObject.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenObject.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenPointer-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenPointer.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenPointer.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1HashList-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1HashList.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1HashList.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Hasher-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Hasher.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Hasher.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ListIterator-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ListIterator.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lock-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lock.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lock2-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lock2.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lockable-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lockable.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lockable.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MD5-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MD5.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MD5.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Math-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Math.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MathVectorBase-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MathVectorBase.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MathVectorBase.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MemoryStream-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MemoryStream.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MemoryStream.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Message-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Message.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Message.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageDispatcher-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageDispatcher.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageDispatcher.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHandler-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHandler.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHandler.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHook-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHook.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHook.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageNotifier-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageNotifier.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageNotifier.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessagePostHook-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessagePostHook.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessagePostHook.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageQueue-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageQueue.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageQueue.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageReceiver-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageReceiver.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageReceiver.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageRelay-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageRelay.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageRelay.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeAuthLine-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeAuthLine.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeAuthLine.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBinaryBody-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBinaryBody.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBinaryBody.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBody-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBody.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBody.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeHeaderLine-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeHeaderLine.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeHeaderLine.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeLinesBody-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeLinesBody.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeLinesBody.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeMultipartBody-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeMultipartBody.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeMultipartBody.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeSdpBody-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeSdpBody.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeSdpBody.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeStringBody-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeStringBody.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeStringBody.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Module-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Module.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Module.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoom-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoom.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoom.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoomMember-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoomMember.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoomMember.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Mutex-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Mutex.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Mutex.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MutexPool-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MutexPool.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedCounter-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedCounter.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedCounter.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedInt-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedInt.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedInt.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedIterator-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedIterator.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedList-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedList.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedList.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedPointer-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedPointer.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedPointer.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedString-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedString.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedString.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NaptrRecord-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NaptrRecord.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NaptrRecord.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjList-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjList.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjList.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjVector-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjVector.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjVector.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Plugin-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Plugin.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Plugin.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Random-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Random.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefObject-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefObject.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefObject.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointer-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointer.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointer.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointerBase-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointerBase.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointerBase.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefStorage-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefStorage.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefStorage.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Regexp-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Regexp.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Regexp.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Resolver-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Resolver.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Router-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Router.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Router.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Runnable-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Runnable.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Runnable.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA1-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA1.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA1.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA256-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA256.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA256.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SctpSocket-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SctpSocket.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SctpSocket.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Semaphore-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Semaphore.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Semaphore.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SharedVars-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SharedVars.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SharedVars.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SliceVector-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SliceVector.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SliceVector.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Socket-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Socket.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Socket.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketAddr-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketAddr.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketAddr.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketFilter-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketFilter.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketFilter.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketRef-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketRef.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketRef.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SrvRecord-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SrvRecord.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SrvRecord.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Stream-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Stream.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Stream.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1String-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1String.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1String.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SysUsage-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SysUsage.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TempObjectCounter-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TempObjectCounter.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Thread-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Thread.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Thread.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ThreadedSource-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ThreadedSource.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ThreadedSource.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Time-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Time.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TranslatorFactory-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TranslatorFactory.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TranslatorFactory.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TxtRecord-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TxtRecord.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TxtRecord.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UChar-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UChar.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIFactory-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIFactory.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIFactory.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIWidget-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIWidget.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIWidget.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1URI-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1URI.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1URI.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Window-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Window.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Window.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlCData-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlCData.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlCData.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlChild-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlChild.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlChild.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlComment-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlComment.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlComment.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDeclaration-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDeclaration.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDeclaration.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDoctype-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDoctype.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDoctype.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDocument-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDocument.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDocument.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDomParser-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDomParser.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDomParser.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlElement-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlElement.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlElement.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlFragment-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlFragment.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlFragment.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlParent-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlParent.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlParent.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlSaxParser-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlSaxParser.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlSaxParser.png +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlText-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlText.html +%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlText.png +%%PORTDOCS%%%%DOCSDIR%%/api/classes.html +%%PORTDOCS%%%%DOCSDIR%%/api/closed.png +%%PORTDOCS%%%%DOCSDIR%%/api/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/api/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/api/dynsections.js +%%PORTDOCS%%%%DOCSDIR%%/api/files.html +%%PORTDOCS%%%%DOCSDIR%%/api/ftv2blank.png +%%PORTDOCS%%%%DOCSDIR%%/api/ftv2doc.png +%%PORTDOCS%%%%DOCSDIR%%/api/ftv2folderclosed.png +%%PORTDOCS%%%%DOCSDIR%%/api/ftv2folderopen.png +%%PORTDOCS%%%%DOCSDIR%%/api/ftv2lastnode.png +%%PORTDOCS%%%%DOCSDIR%%/api/ftv2link.png +%%PORTDOCS%%%%DOCSDIR%%/api/ftv2mlastnode.png +%%PORTDOCS%%%%DOCSDIR%%/api/ftv2mnode.png +%%PORTDOCS%%%%DOCSDIR%%/api/ftv2node.png +%%PORTDOCS%%%%DOCSDIR%%/api/ftv2plastnode.png +%%PORTDOCS%%%%DOCSDIR%%/api/ftv2pnode.png +%%PORTDOCS%%%%DOCSDIR%%/api/ftv2splitbar.png +%%PORTDOCS%%%%DOCSDIR%%/api/ftv2vertline.png +%%PORTDOCS%%%%DOCSDIR%%/api/functions.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_b.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_c.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_d.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_e.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_enum.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_f.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_b.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_c.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_d.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_e.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_f.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_g.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_h.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_i.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_j.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_k.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_l.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_m.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_n.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_o.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_p.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_q.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_r.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_s.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_t.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_u.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_v.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_w.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_x.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_y.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_z.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_~.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_g.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_h.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_i.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_j.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_k.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_l.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_m.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_n.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_o.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_p.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_q.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_r.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_s.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_t.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_u.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_v.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_vars.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_w.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_x.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_y.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_z.html +%%PORTDOCS%%%%DOCSDIR%%/api/functions_~.html +%%PORTDOCS%%%%DOCSDIR%%/api/hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%/api/jquery.js +%%PORTDOCS%%%%DOCSDIR%%/api/namespaceTelEngine.html +%%PORTDOCS%%%%DOCSDIR%%/api/namespacemembers.html +%%PORTDOCS%%%%DOCSDIR%%/api/namespacemembers_enum.html +%%PORTDOCS%%%%DOCSDIR%%/api/namespacemembers_func.html +%%PORTDOCS%%%%DOCSDIR%%/api/namespacemembers_type.html +%%PORTDOCS%%%%DOCSDIR%%/api/namespaces.html +%%PORTDOCS%%%%DOCSDIR%%/api/nav_f.png +%%PORTDOCS%%%%DOCSDIR%%/api/nav_g.png +%%PORTDOCS%%%%DOCSDIR%%/api/nav_h.png +%%PORTDOCS%%%%DOCSDIR%%/api/open.png +%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1FormatInfo-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1FormatInfo.html +%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1ImageInfo-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1ImageInfo.html +%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TokenDict-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TokenDict.html +%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TranslatorCaps-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TranslatorCaps.html +%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1XmlEscape-members.html +%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1XmlEscape.html +%%PORTDOCS%%%%DOCSDIR%%/api/sync_off.png +%%PORTDOCS%%%%DOCSDIR%%/api/sync_on.png +%%PORTDOCS%%%%DOCSDIR%%/api/tab_a.png +%%PORTDOCS%%%%DOCSDIR%%/api/tab_b.png +%%PORTDOCS%%%%DOCSDIR%%/api/tab_h.png +%%PORTDOCS%%%%DOCSDIR%%/api/tab_s.png +%%PORTDOCS%%%%DOCSDIR%%/api/tabs.css +%%PORTDOCS%%%%DOCSDIR%%/api/yatecbase_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/api/yateclass_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/api/yatemath_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/api/yatemime_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/api/yatengine_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/api/yatephone_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/api/yatexml_8h_source.html