pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip clean-up: remove yateclient



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Jul 8 08:37:45 2022 +0200
Changeset:	c13a9a7b4e0a80f73f2f3dde44e9408b5c490421

Modified Files:
	Makefile
Removed Files:
	yateclient/DESCR
	yateclient/Makefile
	yateclient/PLIST
	yateclient/TODO
	yateclient/distinfo
	yateclient/options.mk
	yateclient/patches/patch-yateclass.h

Log Message:
wip clean-up: remove yateclient

Last release 2012, EOL Qt4.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c13a9a7b4e0a80f73f2f3dde44e9408b5c490421

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                             |    1 -
 yateclient/DESCR                     |   12 -
 yateclient/Makefile                  |  190 ------
 yateclient/PLIST                     | 1116 ----------------------------------
 yateclient/TODO                      |    1 -
 yateclient/distinfo                  |    6 -
 yateclient/options.mk                |   40 --
 yateclient/patches/patch-yateclass.h |   15 -
 8 files changed, 1381 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 05392b3e54..988844f0db 100644
--- a/Makefile
+++ b/Makefile
@@ -6064,7 +6064,6 @@ SUBDIR+=	yad
 SUBDIR+=	yafray
 SUBDIR+=	yaggo
 SUBDIR+=	yakuake
-SUBDIR+=	yateclient
 SUBDIR+=	yauap
 SUBDIR+=	yaupspe
 SUBDIR+=	yder
diff --git a/yateclient/DESCR b/yateclient/DESCR
deleted file mode 100644
index aac8318dbc..0000000000
--- a/yateclient/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-YATE - Yet Another Telephony Engine
------------------------------------
-
-The YATE project aims to be a fully featured software PBX.
-
-It was created to alow developers and users to have more functionality and
-scalability. To reach this goal YATE is built from two kinds of components:
- 1. The main engine - telengine.
- 2. Modules - routing modules
-            - drivers
-            - script language bindings
-            - billing modules
diff --git a/yateclient/Makefile b/yateclient/Makefile
deleted file mode 100644
index 1af45eeaca..0000000000
--- a/yateclient/Makefile
+++ /dev/null
@@ -1,190 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2013/08/12 02:51:45 othyro Exp $
-
-DISTNAME=	yate-4.3.0-1
-PKGNAME=	${DISTNAME:S/-/client-/1:S/-1/.1/1}
-CATEGORIES=	net
-MASTER_SITES=	http://yate.null.ro/tarballs/yate4/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://yate.null.ro/tarballs/yate4/
-COMMENT=	Instant Messenger and a SoftPhone
-LICENSE=	gnu-gpl-v2
-
-WRKSRC=		${WRKDIR}/yate
-GNU_CONFIGURE=	yes
-USE_TOOLS+=	gmake pkg-config
-USE_LANGUAGES=	c c++
-
-CONFIGURE_ARGS+=	--prefix=${PREFIX} --with-zlib=${BUILDLINK_PREFIX.zlib}
-PKGCONFIG_OVERRIDE+=	yate.pc.in
-
-SUBST_CLASSES+=		prefix
-SUBST_FILES.prefix=	configure
-SUBST_MESSAGE.prefix=	Fixing PREFIX path.
-SUBST_SED.prefix=	-e "s|/usr/local|${PREFIX}|g"
-SUBST_STAGE.prefix=	post-patch
-
-.include "options.mk"
-
-LIBS+=			${LIBOSSAUDIO}
-SUBST_CLASSES+=		moc
-SUBST_FILES.moc=	clients/qt4/Makefile modules/Makefile
-SUBST_MESSAGE.moc=	Fixing MOC path.
-SUBST_SED.moc=		-e "s|MOC := moc|MOC := ${QTDIR}/bin/moc|1"
-SUBST_STAGE.moc=	post-configure
-
-EGDIR=			share/examples/yate
-CONF_FILES+=		${EGDIR}/accfile.conf \
-				${PKG_SYSCONFDIR}/yate/accfile.conf
-CONF_FILES+=		${EGDIR}/amrnbcodec.conf \
-				${PKG_SYSCONFDIR}/yate/amrnbcodec.conf
-CONF_FILES+=		${EGDIR}/analog.conf ${PKG_SYSCONFDIR}/yate/analog.conf
-CONF_FILES+=		${EGDIR}/cache.conf ${PKG_SYSCONFDIR}/yate/cache.conf
-CONF_FILES+=		${EGDIR}/callcounters.conf \
-				${PKG_SYSCONFDIR}/yate/callcounters.conf
-CONF_FILES+=		${EGDIR}/callfork.conf \
-				${PKG_SYSCONFDIR}/yate/callfork.conf
-CONF_FILES+=		${EGDIR}/camel_map.conf \
-				${PKG_SYSCONFDIR}/yate/camel_map.conf
-CONF_FILES+=		${EGDIR}/ccongestion.conf \
-				${PKG_SYSCONFDIR}/yate/ccongestion.conf
-CONF_FILES+=		${EGDIR}/cdrbuild.conf \
-				${PKG_SYSCONFDIR}/yate/cdrbuild.conf
-CONF_FILES+=		${EGDIR}/cdrfile.conf \
-				${PKG_SYSCONFDIR}/yate/cdrfile.conf
-CONF_FILES+=		${EGDIR}/ciscosm.conf \
-				${PKG_SYSCONFDIR}/yate/ciscosm.conf
-CONF_FILES+=		${EGDIR}/clustering.conf \
-				${PKG_SYSCONFDIR}/yate/clustering.conf
-CONF_FILES+=		${EGDIR}/cpuload.conf \
-				${PKG_SYSCONFDIR}/yate/cpuload.conf
-CONF_FILES+=		${EGDIR}/dbpbx.conf ${PKG_SYSCONFDIR}/yate/dbpbx.conf
-CONF_FILES+=		${EGDIR}/dsoundchan.conf \
-				${PKG_SYSCONFDIR}/yate/dsoundchan.conf
-CONF_FILES+=		${EGDIR}/enumroute.conf \
-				${PKG_SYSCONFDIR}/yate/enumroute.conf
-CONF_FILES+=		${EGDIR}/eventlogs.conf \
-				${PKG_SYSCONFDIR}/yate/eventlogs.conf
-CONF_FILES+=		${EGDIR}/extmodule.conf \
-				${PKG_SYSCONFDIR}/yate/extmodule.conf
-CONF_FILES+=		${EGDIR}/filetransfer.conf \
-				${PKG_SYSCONFDIR}/yate/filetransfer.conf
-CONF_FILES+=		${EGDIR}/gvoice.conf ${PKG_SYSCONFDIR}/yate/gvoice.conf
-CONF_FILES+=		${EGDIR}/h323chan.conf \
-				${PKG_SYSCONFDIR}/yate/h323chan.conf
-CONF_FILES+=		${EGDIR}/heartbeat.conf \
-				${PKG_SYSCONFDIR}/yate/heartbeat.conf
-CONF_FILES+=		${EGDIR}/isupmangler.conf \
-				${PKG_SYSCONFDIR}/yate/isupmangler.conf
-CONF_FILES+=		${EGDIR}/jabberclient.conf \
-				${PKG_SYSCONFDIR}/yate/jabberclient.conf
-CONF_FILES+=		${EGDIR}/jabberserver.conf \
-				${PKG_SYSCONFDIR}/yate/jabberserver.conf
-CONF_FILES+=		${EGDIR}/javascript.conf \
-				${PKG_SYSCONFDIR}/yate/javascript.conf
-CONF_FILES+=		${EGDIR}/jbfeatures.conf \
-				${PKG_SYSCONFDIR}/yate/jbfeatures.conf
-CONF_FILES+=		${EGDIR}/lateroute.conf \
-				${PKG_SYSCONFDIR}/yate/lateroute.conf
-CONF_FILES+=		${EGDIR}/lksctp.conf \
-				${PKG_SYSCONFDIR}/yate/lksctp.conf
-CONF_FILES+=		${EGDIR}/mgcpca.conf \
-				${PKG_SYSCONFDIR}/yate/mgcpca.conf
-CONF_FILES+=		${EGDIR}/mgcpgw.conf \
-				${PKG_SYSCONFDIR}/yate/mgcpgw.conf
-CONF_FILES+=		${EGDIR}/moh.conf ${PKG_SYSCONFDIR}/yate/moh.conf
-CONF_FILES+=		${EGDIR}/monitoring.conf \
-				${PKG_SYSCONFDIR}/yate/monitoring.conf
-CONF_FILES+=		${EGDIR}/mux.conf ${PKG_SYSCONFDIR}/yate/mux.conf
-CONF_FILES+=		${EGDIR}/mysqldb.conf \
-				${PKG_SYSCONFDIR}/yate/mysqldb.conf
-CONF_FILES+=		${EGDIR}/openssl.conf \
-				${PKG_SYSCONFDIR}/yate/openssl.conf
-CONF_FILES+=		${EGDIR}/pbxassist.conf \
-				${PKG_SYSCONFDIR}/yate/pbxassist.conf
-CONF_FILES+=		${EGDIR}/pgsqldb.conf \
-				${PKG_SYSCONFDIR}/yate/pgsqldb.conf
-CONF_FILES+=		${EGDIR}/presence.conf \
-				${PKG_SYSCONFDIR}/yate/presence.conf
-CONF_FILES+=		${EGDIR}/providers.conf \
-				${PKG_SYSCONFDIR}/yate/providers.conf
-CONF_FILES+=		${EGDIR}/queues.conf ${PKG_SYSCONFDIR}/yate/queues.conf
-CONF_FILES+=		${EGDIR}/queuesnotify.conf \
-				${PKG_SYSCONFDIR}/yate/queuesnotify.conf
-CONF_FILES+=		${EGDIR}/regexroute.conf \
-				${PKG_SYSCONFDIR}/yate/regexroute.conf
-CONF_FILES+=		${EGDIR}/regfile.conf \
-				${PKG_SYSCONFDIR}/yate/regfile.conf
-CONF_FILES+=		${EGDIR}/register.conf \
-				${PKG_SYSCONFDIR}/yate/register.conf
-CONF_FILES+=		${EGDIR}/rmanager.conf \
-				${PKG_SYSCONFDIR}/yate/rmanager.conf
-CONF_FILES+=		${EGDIR}/sigtransport.conf \
-				${PKG_SYSCONFDIR}/yate/sigtransport.conf
-CONF_FILES+=		${EGDIR}/sip_cnam_lnp.conf \
-				${PKG_SYSCONFDIR}/yate/sip_cnam_lnp.conf
-CONF_FILES+=		${EGDIR}/sipfeatures.conf \
-				${PKG_SYSCONFDIR}/yate/sipfeatures.conf
-CONF_FILES+=		${EGDIR}/ss7_lnp_ansi.conf \
-				${PKG_SYSCONFDIR}/yate/ss7_lnp_ansi.conf
-CONF_FILES+=		${EGDIR}/subscription.conf \
-				${PKG_SYSCONFDIR}/yate/subscription.conf
-CONF_FILES+=		${EGDIR}/tdmcard.conf \
-				${PKG_SYSCONFDIR}/yate/tdmcard.conf
-CONF_FILES+=		${EGDIR}/tonegen.conf \
-				${PKG_SYSCONFDIR}/yate/tonegen.conf
-CONF_FILES+=		${EGDIR}/users.conf ${PKG_SYSCONFDIR}/yate/users.conf
-CONF_FILES+=		${EGDIR}/wpcard.conf ${PKG_SYSCONFDIR}/yate/wpcard.conf
-CONF_FILES+=		${EGDIR}/yate-qt4.conf \
-				${PKG_SYSCONFDIR}/yate/yate-qt4.conf
-CONF_FILES+=		${EGDIR}/yate.conf ${PKG_SYSCONFDIR}/yate/yate.conf
-CONF_FILES+=		${EGDIR}/yiaxchan.conf \
-				${PKG_SYSCONFDIR}/yate/yiaxchan.conf
-CONF_FILES+=		${EGDIR}/yjinglechan.conf \
-				${PKG_SYSCONFDIR}/yate/yjinglechan.conf
-CONF_FILES+=		${EGDIR}/yradius.conf \
-				${PKG_SYSCONFDIR}/yate/yradius.conf
-CONF_FILES+=		${EGDIR}/yrtpchan.conf \
-				${PKG_SYSCONFDIR}/yate/yrtpchan.conf
-CONF_FILES+=		${EGDIR}/ysigchan.conf \
-				${PKG_SYSCONFDIR}/yate/ysigchan.conf
-CONF_FILES+=		${EGDIR}/ysipchan.conf \
-				${PKG_SYSCONFDIR}/yate/ysipchan.conf
-CONF_FILES+=		${EGDIR}/ysnmpagent.conf \
-				${PKG_SYSCONFDIR}/yate/ysnmpagent.conf
-CONF_FILES+=		${EGDIR}/ysockschan.conf \
-				${PKG_SYSCONFDIR}/yate/ysockschan.conf
-CONF_FILES+=		${EGDIR}/ystunchan.conf \
-				${PKG_SYSCONFDIR}/yate/ystunchan.conf
-CONF_FILES+=		${EGDIR}/zapcard.conf \
-				${PKG_SYSCONFDIR}/yate/zapcard.conf
-CONF_FILES+=		${EGDIR}/zlibcompress.conf \
-				${PKG_SYSCONFDIR}/yate/zlibcompress.conf
-
-SUBST_CLASSES+=		egdir
-SUBST_FILES.egdir=	conf.d/Makefile
-SUBST_MESSAGE.egdir=	Fixing EGDIR path.
-SUBST_SED.egdir=	-e "s|etc/yate|${EGDIR}|1"
-SUBST_STAGE.egdir=	pre-install
-INSTALLATION_DIRS+=	${PKG_SYSCONFDIR}
-
-SUBST_CLASSES+=		php
-SUBST_FILES.php=	share/scripts/banbrutes.php share/scripts/leavemail.php
-SUBST_FILES.php+=	share/scripts/queue_in.php share/scripts/queue_out.php
-SUBST_FILES.php+=	share/scripts/route.php share/scripts/voicemail.php
-SUBST_MESSAGE.php=	Fixing PHP interpreter path.
-SUBST_SED.php=		-e "s|/usr/bin/php|${PREFIX}/bin/php|1"
-SUBST_STAGE.php=	post-patch
-
-.include "../../lang/php/phpversion.mk"
-.include "${PHPPKGSRCDIR}/buildlink3.mk"
-.include "../../mk/oss.buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt4-tools=	full
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-#.include "../../devel/pwlib/buildlink3.mk"
-.include "../../mk/mysql.buildlink3.mk"
-.include "../../mk/pgsql.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/yateclient/PLIST b/yateclient/PLIST
deleted file mode 100644
index 26af0e6b1c..0000000000
--- a/yateclient/PLIST
+++ /dev/null
@@ -1,1116 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2013/08/12 02:51:45 othyro Exp $
-bin/yate
-bin/yate-config
-bin/yate-qt4
-include/yate/qt4client.h
-include/yate/yatecbase.h
-include/yate/yateclass.h
-include/yate/yatemime.h
-include/yate/yatengine.h
-include/yate/yatephone.h
-include/yate/yateversn.h
-lib/libyate.so
-lib/libyate.so.4.3.0
-lib/libyatejabber.so
-lib/libyatejabber.so.4.3.0
-lib/libyatemgcp.so
-lib/libyatemgcp.so.4.3.0
-lib/libyateqt4.so
-lib/libyateqt4.so.4.3.0
-lib/libyatescript.so
-lib/libyatescript.so.4.3.0
-lib/libyatesig.so
-lib/libyatesig.so.4.3.0
-lib/menu/yate-qt4.menu
-lib/pkgconfig/yate.pc
-lib/yate/analyzer.yate
-lib/yate/callfork.yate
-lib/yate/callgen.yate
-lib/yate/cdrbuild.yate
-lib/yate/cdrfile.yate
-lib/yate/client/jabberclient.yate
-lib/yate/client/osschan.yate
-lib/yate/conference.yate
-lib/yate/dumbchan.yate
-lib/yate/enumroute.yate
-lib/yate/extmodule.yate
-${PLIST.spandsp}lib/yate/faxchan.yate
-lib/yate/filetransfer.yate
-${PLIST.gsm}lib/yate/gsmcodec.yate
-lib/yate/gvoice.yate
-lib/yate/ilbccodec.yate
-lib/yate/ilbcwebrtc.yate
-lib/yate/isaccodec.yate
-lib/yate/jabber/jabberserver.yate
-lib/yate/jabber/jbfeatures.yate
-lib/yate/javascript.yate
-lib/yate/moh.yate
-lib/yate/msgsniff.yate
-lib/yate/mux.yate
-lib/yate/openssl.yate
-lib/yate/pbx.yate
-lib/yate/qt4/clientarchive.yate
-lib/yate/qt4/customtable.yate
-lib/yate/qt4/customtext.yate
-lib/yate/qt4/customtree.yate
-lib/yate/qt4/updater.yate
-lib/yate/qt4/widgetlist.yate
-lib/yate/regexroute.yate
-lib/yate/rmanager.yate
-lib/yate/server/accfile.yate
-lib/yate/server/analog.yate
-lib/yate/server/analogdetect.yate
-lib/yate/server/cache.yate
-lib/yate/server/callcounters.yate
-lib/yate/server/ccongestion.yate
-lib/yate/server/ciscosm.yate
-lib/yate/server/clustering.yate
-lib/yate/server/cpuload.yate
-lib/yate/server/dbpbx.yate
-lib/yate/server/dbwave.yate
-lib/yate/server/eventlogs.yate
-lib/yate/server/heartbeat.yate
-lib/yate/server/lateroute.yate
-lib/yate/server/mgcpca.yate
-lib/yate/server/mgcpgw.yate
-lib/yate/server/monitoring.yate
-lib/yate/server/mrcpspeech.yate
-lib/yate/server/mysqldb.yate
-lib/yate/server/park.yate
-lib/yate/server/pbxassist.yate
-lib/yate/server/presence.yate
-lib/yate/server/queues.yate
-lib/yate/server/queuesnotify.yate
-lib/yate/server/regfile.yate
-lib/yate/server/register.yate
-lib/yate/server/sigtransport.yate
-lib/yate/server/sipfeatures.yate
-lib/yate/server/subscription.yate
-lib/yate/server/users.yate
-lib/yate/server/yradius.yate
-lib/yate/server/ysigchan.yate
-lib/yate/server/ysnmpagent.yate
-lib/yate/sip/sip_cnam_lnp.yate
-${PLIST.speex}lib/yate/speexcodec.yate
-lib/yate/tonedetect.yate
-lib/yate/tonegen.yate
-lib/yate/wavefile.yate
-lib/yate/yiaxchan.yate
-lib/yate/yjinglechan.yate
-lib/yate/yrtpchan.yate
-lib/yate/ysipchan.yate
-lib/yate/ysockschan.yate
-lib/yate/ystunchan.yate
-lib/yate/zlibcompress.yate
-man/man8/yate-config.8
-man/man8/yate.8
-share/applications/yate-qt4.desktop
-share/doc/yate-4.3.0/COPYING
-share/doc/yate-4.3.0/ChangeLog
-share/doc/yate-4.3.0/README
-share/doc/yate-4.3.0/api/TelEngine.html
-share/doc/yate-4.3.0/api/TelEngine__Array.html
-share/doc/yate-4.3.0/api/TelEngine__Base64.html
-share/doc/yate-4.3.0/api/TelEngine__CallEndpoint.html
-share/doc/yate-4.3.0/api/TelEngine__CapturedEvent.html
-share/doc/yate-4.3.0/api/TelEngine__Channel.html
-share/doc/yate-4.3.0/api/TelEngine__Cipher.html
-share/doc/yate-4.3.0/api/TelEngine__Client.html
-share/doc/yate-4.3.0/api/TelEngine__ClientAccount.html
-share/doc/yate-4.3.0/api/TelEngine__ClientAccountList.html
-share/doc/yate-4.3.0/api/TelEngine__ClientChannel.html
-share/doc/yate-4.3.0/api/TelEngine__ClientContact.html
-share/doc/yate-4.3.0/api/TelEngine__ClientDriver.html
-share/doc/yate-4.3.0/api/TelEngine__ClientLogic.html
-share/doc/yate-4.3.0/api/TelEngine__ClientResource.html
-share/doc/yate-4.3.0/api/TelEngine__ClientSound.html
-share/doc/yate-4.3.0/api/TelEngine__Compressor.html
-share/doc/yate-4.3.0/api/TelEngine__Configuration.html
-share/doc/yate-4.3.0/api/TelEngine__DataBlock.html
-share/doc/yate-4.3.0/api/TelEngine__DataConsumer.html
-share/doc/yate-4.3.0/api/TelEngine__DataEndpoint.html
-share/doc/yate-4.3.0/api/TelEngine__DataFormat.html
-share/doc/yate-4.3.0/api/TelEngine__DataNode.html
-share/doc/yate-4.3.0/api/TelEngine__DataSource.html
-share/doc/yate-4.3.0/api/TelEngine__DataTranslator.html
-share/doc/yate-4.3.0/api/TelEngine__DebugEnabler.html
-share/doc/yate-4.3.0/api/TelEngine__Debugger.html
-share/doc/yate-4.3.0/api/TelEngine__DefaultLogic.html
-share/doc/yate-4.3.0/api/TelEngine__DnsRecord.html
-share/doc/yate-4.3.0/api/TelEngine__Driver.html
-share/doc/yate-4.3.0/api/TelEngine__DurationUpdate.html
-share/doc/yate-4.3.0/api/TelEngine__Engine.html
-share/doc/yate-4.3.0/api/TelEngine__EngineCheck.html
-share/doc/yate-4.3.0/api/TelEngine__File.html
-share/doc/yate-4.3.0/api/TelEngine__FormatInfo.html
-share/doc/yate-4.3.0/api/TelEngine__FormatRepository.html
-share/doc/yate-4.3.0/api/TelEngine__GenObject.html
-share/doc/yate-4.3.0/api/TelEngine__GenPointer.html
-share/doc/yate-4.3.0/api/TelEngine__HashList.html
-share/doc/yate-4.3.0/api/TelEngine__ImageInfo.html
-share/doc/yate-4.3.0/api/TelEngine__ListIterator.html
-share/doc/yate-4.3.0/api/TelEngine__Lock.html
-share/doc/yate-4.3.0/api/TelEngine__Lock2.html
-share/doc/yate-4.3.0/api/TelEngine__Lockable.html
-share/doc/yate-4.3.0/api/TelEngine__MD5.html
-share/doc/yate-4.3.0/api/TelEngine__MemoryStream.html
-share/doc/yate-4.3.0/api/TelEngine__Message.html
-share/doc/yate-4.3.0/api/TelEngine__MessageDispatcher.html
-share/doc/yate-4.3.0/api/TelEngine__MessageHandler.html
-share/doc/yate-4.3.0/api/TelEngine__MessageNotifier.html
-share/doc/yate-4.3.0/api/TelEngine__MessagePostHook.html
-share/doc/yate-4.3.0/api/TelEngine__MessageReceiver.html
-share/doc/yate-4.3.0/api/TelEngine__MessageRelay.html
-share/doc/yate-4.3.0/api/TelEngine__MimeAuthLine.html
-share/doc/yate-4.3.0/api/TelEngine__MimeBinaryBody.html
-share/doc/yate-4.3.0/api/TelEngine__MimeBody.html
-share/doc/yate-4.3.0/api/TelEngine__MimeHeaderLine.html
-share/doc/yate-4.3.0/api/TelEngine__MimeLinesBody.html
-share/doc/yate-4.3.0/api/TelEngine__MimeMultipartBody.html
-share/doc/yate-4.3.0/api/TelEngine__MimeSdpBody.html
-share/doc/yate-4.3.0/api/TelEngine__MimeStringBody.html
-share/doc/yate-4.3.0/api/TelEngine__Module.html
-share/doc/yate-4.3.0/api/TelEngine__MucRoom.html
-share/doc/yate-4.3.0/api/TelEngine__MucRoomMember.html
-share/doc/yate-4.3.0/api/TelEngine__Mutex.html
-share/doc/yate-4.3.0/api/TelEngine__MutexPool.html
-share/doc/yate-4.3.0/api/TelEngine__NamedIterator.html
-share/doc/yate-4.3.0/api/TelEngine__NamedList.html
-share/doc/yate-4.3.0/api/TelEngine__NamedPointer.html
-share/doc/yate-4.3.0/api/TelEngine__NamedString.html
-share/doc/yate-4.3.0/api/TelEngine__NaptrRecord.html
-share/doc/yate-4.3.0/api/TelEngine__ObjList.html
-share/doc/yate-4.3.0/api/TelEngine__ObjVector.html
-share/doc/yate-4.3.0/api/TelEngine__Plugin.html
-share/doc/yate-4.3.0/api/TelEngine__Random.html
-share/doc/yate-4.3.0/api/TelEngine__RefObject.html
-share/doc/yate-4.3.0/api/TelEngine__RefPointer.html
-share/doc/yate-4.3.0/api/TelEngine__RefPointerBase.html
-share/doc/yate-4.3.0/api/TelEngine__Regexp.html
-share/doc/yate-4.3.0/api/TelEngine__Resolver.html
-share/doc/yate-4.3.0/api/TelEngine__Router.html
-share/doc/yate-4.3.0/api/TelEngine__Runnable.html
-share/doc/yate-4.3.0/api/TelEngine__SHA1.html
-share/doc/yate-4.3.0/api/TelEngine__SctpSocket.html
-share/doc/yate-4.3.0/api/TelEngine__Semaphore.html
-share/doc/yate-4.3.0/api/TelEngine__SharedVars.html
-share/doc/yate-4.3.0/api/TelEngine__Socket.html
-share/doc/yate-4.3.0/api/TelEngine__SocketAddr.html
-share/doc/yate-4.3.0/api/TelEngine__SocketFilter.html
-share/doc/yate-4.3.0/api/TelEngine__SrvRecord.html
-share/doc/yate-4.3.0/api/TelEngine__Stream.html
-share/doc/yate-4.3.0/api/TelEngine__String.html
-share/doc/yate-4.3.0/api/TelEngine__SysUsage.html
-share/doc/yate-4.3.0/api/TelEngine__Thread.html
-share/doc/yate-4.3.0/api/TelEngine__ThreadedSource.html
-share/doc/yate-4.3.0/api/TelEngine__Time.html
-share/doc/yate-4.3.0/api/TelEngine__TokenDict.html
-share/doc/yate-4.3.0/api/TelEngine__TranslatorCaps.html
-share/doc/yate-4.3.0/api/TelEngine__TranslatorFactory.html
-share/doc/yate-4.3.0/api/TelEngine__UIFactory.html
-share/doc/yate-4.3.0/api/TelEngine__UIWidget.html
-share/doc/yate-4.3.0/api/TelEngine__URI.html
-share/doc/yate-4.3.0/api/TelEngine__Window.html
-share/doc/yate-4.3.0/api/all-globals.html
-${PLIST.doc}share/doc/yate-4.3.0/api/annotated.html
-${PLIST.doc}share/doc/yate-4.3.0/api/bc_s.png
-${PLIST.doc}share/doc/yate-4.3.0/api/bdwn.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Array-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Array.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Array.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Base64-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Base64.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Base64.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1CallEndpoint-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1CallEndpoint.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1CallEndpoint.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1CapturedEvent-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1CapturedEvent.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1CapturedEvent.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Channel-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Channel.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Channel.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Cipher-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Cipher.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Cipher.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Client-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Client.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Client.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientAccount-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientAccount.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientAccount.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientAccountList-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientAccountList.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientAccountList.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientChannel-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientChannel.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientChannel.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientContact-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientContact.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientContact.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientDriver-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientDriver.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientDriver.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientLogic-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientLogic.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientLogic.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientResource-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientResource.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientResource.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientSound-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientSound.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ClientSound.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Compressor-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Compressor.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Compressor.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Configuration-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Configuration.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Configuration.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataBlock-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataBlock.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataBlock.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataConsumer-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataConsumer.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataConsumer.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataEndpoint-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataEndpoint.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataEndpoint.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataFormat-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataFormat.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataFormat.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataNode-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataNode.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataNode.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataSource-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataSource.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataSource.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataTranslator-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataTranslator.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DataTranslator.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DebugEnabler-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DebugEnabler.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DebugEnabler.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Debugger-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Debugger.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DefaultLogic-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DefaultLogic.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DefaultLogic.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DnsRecord-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DnsRecord.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DnsRecord.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Driver-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Driver.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Driver.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DurationUpdate-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DurationUpdate.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1DurationUpdate.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Engine-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Engine.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1EngineCheck-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1EngineCheck.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1File-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1File.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1File.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1FormatRepository-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1FormatRepository.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1GenObject-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1GenObject.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1GenObject.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1GenPointer-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1GenPointer.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1GenPointer.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1HashList-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1HashList.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1HashList.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ListIterator-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ListIterator.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Lock-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Lock.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Lock2-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Lock2.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Lockable-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Lockable.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Lockable.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MD5-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MD5.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MemoryStream-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MemoryStream.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MemoryStream.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Message-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Message.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Message.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageDispatcher-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageDispatcher.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageDispatcher.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageHandler-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageHandler.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageHandler.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageNotifier-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageNotifier.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageNotifier.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessagePostHook-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessagePostHook.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessagePostHook.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageReceiver-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageReceiver.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageReceiver.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageRelay-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageRelay.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MessageRelay.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeAuthLine-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeAuthLine.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeAuthLine.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeBinaryBody-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeBinaryBody.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeBinaryBody.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeBody-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeBody.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeBody.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeHeaderLine-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeHeaderLine.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeHeaderLine.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeLinesBody-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeLinesBody.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeLinesBody.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeMultipartBody-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeMultipartBody.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeMultipartBody.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeSdpBody-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeSdpBody.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeSdpBody.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeStringBody-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeStringBody.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MimeStringBody.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Module-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Module.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Module.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MucRoom-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MucRoom.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MucRoom.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MucRoomMember-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MucRoomMember.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MucRoomMember.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Mutex-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Mutex.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Mutex.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MutexPool-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1MutexPool.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1NamedIterator-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1NamedIterator.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1NamedList-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1NamedList.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1NamedList.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1NamedPointer-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1NamedPointer.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1NamedPointer.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1NamedString-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1NamedString.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1NamedString.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1NaptrRecord-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1NaptrRecord.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1NaptrRecord.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ObjList-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ObjList.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ObjList.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ObjVector-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ObjVector.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ObjVector.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Plugin-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Plugin.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Plugin.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Random-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Random.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1RefObject-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1RefObject.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1RefObject.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1RefPointer-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1RefPointer.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1RefPointer.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1RefPointerBase-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1RefPointerBase.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1RefPointerBase.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Regexp-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Regexp.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Regexp.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Resolver-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Resolver.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Router-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Router.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Router.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Runnable-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Runnable.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Runnable.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SHA1-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SHA1.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SctpSocket-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SctpSocket.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SctpSocket.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Semaphore-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Semaphore.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Semaphore.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SharedVars-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SharedVars.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SharedVars.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Socket-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Socket.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Socket.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SocketAddr-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SocketAddr.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SocketAddr.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SocketFilter-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SocketFilter.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SocketFilter.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SrvRecord-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SrvRecord.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SrvRecord.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Stream-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Stream.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Stream.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1String-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1String.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1String.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SysUsage-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1SysUsage.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Thread-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Thread.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Thread.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ThreadedSource-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ThreadedSource.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1ThreadedSource.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Time-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Time.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1TranslatorFactory-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1TranslatorFactory.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1TranslatorFactory.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1UIFactory-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1UIFactory.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1UIFactory.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1UIWidget-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1UIWidget.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1UIWidget.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1URI-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1URI.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1URI.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Window-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Window.html
-${PLIST.doc}share/doc/yate-4.3.0/api/classTelEngine_1_1Window.png
-${PLIST.doc}share/doc/yate-4.3.0/api/classes.html
-${PLIST.doc}share/doc/yate-4.3.0/api/closed.png
-${PLIST.doc}share/doc/yate-4.3.0/api/dataflow.html
-${PLIST.doc}share/doc/yate-4.3.0/api/doxygen.css
-${PLIST.doc}share/doc/yate-4.3.0/api/doxygen.png
-${PLIST.doc}share/doc/yate-4.3.0/api/dynsections.js
-${PLIST.doc}share/doc/yate-4.3.0/api/files.html
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2blank.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2cl.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2doc.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2folderclosed.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2folderopen.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2lastnode.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2link.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2mlastnode.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2mnode.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2mo.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2node.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2ns.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2plastnode.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2pnode.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2splitbar.png
-${PLIST.doc}share/doc/yate-4.3.0/api/ftv2vertline.png
-share/doc/yate-4.3.0/api/full-list-TelEngine.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Array.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Base64.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__CallEndpoint.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__CapturedEvent.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Channel.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Cipher.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Client.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__ClientAccount.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__ClientAccountList.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__ClientChannel.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__ClientContact.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__ClientDriver.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__ClientLogic.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__ClientResource.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__ClientSound.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Compressor.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Configuration.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__DataBlock.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__DataConsumer.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__DataEndpoint.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__DataFormat.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__DataNode.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__DataSource.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__DataTranslator.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__DebugEnabler.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Debugger.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__DefaultLogic.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__DnsRecord.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Driver.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__DurationUpdate.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Engine.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__EngineCheck.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__File.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__FormatInfo.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__FormatRepository.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__GenObject.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__GenPointer.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__HashList.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__ImageInfo.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__ListIterator.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Lock.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Lock2.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Lockable.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MD5.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MemoryStream.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Message.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MessageDispatcher.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MessageHandler.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MessageNotifier.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MessagePostHook.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MessageReceiver.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MessageRelay.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MimeAuthLine.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MimeBinaryBody.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MimeBody.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MimeHeaderLine.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MimeLinesBody.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MimeMultipartBody.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MimeSdpBody.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MimeStringBody.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Module.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MucRoom.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MucRoomMember.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Mutex.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__MutexPool.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__NamedIterator.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__NamedList.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__NamedPointer.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__NamedString.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__NaptrRecord.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__ObjList.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__ObjVector.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Plugin.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Random.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__RefObject.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__RefPointer.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__RefPointerBase.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Regexp.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Resolver.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Router.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Runnable.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__SHA1.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__SctpSocket.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Semaphore.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__SharedVars.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Socket.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__SocketAddr.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__SocketFilter.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__SrvRecord.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Stream.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__String.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__SysUsage.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Thread.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__ThreadedSource.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Time.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__TokenDict.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__TranslatorCaps.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__TranslatorFactory.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__UIFactory.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__UIWidget.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__URI.html
-share/doc/yate-4.3.0/api/full-list-TelEngine__Window.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x62.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x63.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x64.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x65.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x66.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x67.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x68.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x69.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x6a.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x6b.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x6c.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x6d.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x6e.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x6f.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x70.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x71.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x72.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x73.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x74.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x75.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x76.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x77.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x79.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x7a.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_0x7e.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_enum.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x62.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x63.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x64.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x65.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x66.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x67.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x68.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x69.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x6a.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x6b.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x6c.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x6d.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x6e.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x6f.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x70.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x71.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x72.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x73.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x74.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x75.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x76.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x77.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x79.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x7a.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_func_0x7e.html
-${PLIST.doc}share/doc/yate-4.3.0/api/functions_vars.html
-share/doc/yate-4.3.0/api/header-list.html
-share/doc/yate-4.3.0/api/hier.html
-${PLIST.doc}share/doc/yate-4.3.0/api/hierarchy.html
-share/doc/yate-4.3.0/api/index-long.html
-share/doc/yate-4.3.0/api/index.html
-${PLIST.doc}share/doc/yate-4.3.0/api/jquery.js
-${PLIST.doc}share/doc/yate-4.3.0/api/namespaceTelEngine.html
-${PLIST.doc}share/doc/yate-4.3.0/api/namespacemembers.html
-${PLIST.doc}share/doc/yate-4.3.0/api/namespacemembers_enum.html
-${PLIST.doc}share/doc/yate-4.3.0/api/namespacemembers_func.html
-${PLIST.doc}share/doc/yate-4.3.0/api/namespacemembers_type.html
-${PLIST.doc}share/doc/yate-4.3.0/api/namespaces.html
-${PLIST.doc}share/doc/yate-4.3.0/api/nav_f.png
-${PLIST.doc}share/doc/yate-4.3.0/api/nav_g.png
-${PLIST.doc}share/doc/yate-4.3.0/api/nav_h.png
-${PLIST.doc}share/doc/yate-4.3.0/api/open.png
-${PLIST.doc}share/doc/yate-4.3.0/api/structTelEngine_1_1FormatInfo-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/structTelEngine_1_1FormatInfo.html
-${PLIST.doc}share/doc/yate-4.3.0/api/structTelEngine_1_1ImageInfo-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/structTelEngine_1_1ImageInfo.html
-${PLIST.doc}share/doc/yate-4.3.0/api/structTelEngine_1_1TokenDict-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/structTelEngine_1_1TokenDict.html
-${PLIST.doc}share/doc/yate-4.3.0/api/structTelEngine_1_1TranslatorCaps-members.html
-${PLIST.doc}share/doc/yate-4.3.0/api/structTelEngine_1_1TranslatorCaps.html
-${PLIST.doc}share/doc/yate-4.3.0/api/sync_off.png
-${PLIST.doc}share/doc/yate-4.3.0/api/sync_on.png
-${PLIST.doc}share/doc/yate-4.3.0/api/tab_a.png
-${PLIST.doc}share/doc/yate-4.3.0/api/tab_b.png
-${PLIST.doc}share/doc/yate-4.3.0/api/tab_h.png
-${PLIST.doc}share/doc/yate-4.3.0/api/tab_s.png
-${PLIST.doc}share/doc/yate-4.3.0/api/tabs.css
-${PLIST.doc}share/doc/yate-4.3.0/api/yatecbase_8h_source.html
-share/doc/yate-4.3.0/api/yatecbase_h.html
-${PLIST.doc}share/doc/yate-4.3.0/api/yateclass_8h_source.html
-share/doc/yate-4.3.0/api/yateclass_h.html
-${PLIST.doc}share/doc/yate-4.3.0/api/yatemime_8h_source.html
-share/doc/yate-4.3.0/api/yatemime_h.html
-${PLIST.doc}share/doc/yate-4.3.0/api/yatengine_8h_source.html
-share/doc/yate-4.3.0/api/yatengine_h.html
-${PLIST.doc}share/doc/yate-4.3.0/api/yatephone_8h_source.html
-share/doc/yate-4.3.0/api/yatephone_h.html
-share/doc/yate-4.3.0/dataflow.html
-share/doc/yate-4.3.0/extmodule.html
-share/doc/yate-4.3.0/index.html
-share/doc/yate-4.3.0/messages.html
-share/examples/yate/accfile.conf
-share/examples/yate/amrnbcodec.conf
-share/examples/yate/analog.conf
-share/examples/yate/cache.conf
-share/examples/yate/callcounters.conf
-share/examples/yate/callfork.conf
-share/examples/yate/camel_map.conf
-share/examples/yate/ccongestion.conf
-share/examples/yate/cdrbuild.conf
-share/examples/yate/cdrfile.conf
-share/examples/yate/ciscosm.conf
-share/examples/yate/clustering.conf
-share/examples/yate/cpuload.conf
-share/examples/yate/dbpbx.conf
-share/examples/yate/dsoundchan.conf
-share/examples/yate/enumroute.conf
-share/examples/yate/eventlogs.conf
-share/examples/yate/extmodule.conf
-share/examples/yate/filetransfer.conf
-share/examples/yate/gvoice.conf
-share/examples/yate/h323chan.conf
-share/examples/yate/heartbeat.conf
-share/examples/yate/isupmangler.conf
-share/examples/yate/jabberclient.conf
-share/examples/yate/jabberserver.conf
-share/examples/yate/javascript.conf
-share/examples/yate/jbfeatures.conf
-share/examples/yate/lateroute.conf
-share/examples/yate/lksctp.conf
-share/examples/yate/mgcpca.conf
-share/examples/yate/mgcpgw.conf
-share/examples/yate/moh.conf
-share/examples/yate/monitoring.conf
-share/examples/yate/mux.conf
-share/examples/yate/mysqldb.conf
-share/examples/yate/openssl.conf
-share/examples/yate/pbxassist.conf
-share/examples/yate/pgsqldb.conf
-share/examples/yate/presence.conf
-share/examples/yate/providers.conf
-share/examples/yate/queues.conf
-share/examples/yate/queuesnotify.conf
-share/examples/yate/regexroute.conf
-share/examples/yate/regfile.conf
-share/examples/yate/register.conf
-share/examples/yate/rmanager.conf
-share/examples/yate/sigtransport.conf
-share/examples/yate/sip_cnam_lnp.conf
-share/examples/yate/sipfeatures.conf
-share/examples/yate/ss7_lnp_ansi.conf
-share/examples/yate/subscription.conf
-share/examples/yate/tdmcard.conf
-share/examples/yate/tonegen.conf
-share/examples/yate/users.conf
-share/examples/yate/wpcard.conf
-share/examples/yate/yate-qt4.conf
-share/examples/yate/yate.conf
-share/examples/yate/yiaxchan.conf
-share/examples/yate/yjinglechan.conf
-share/examples/yate/yradius.conf
-share/examples/yate/yrtpchan.conf
-share/examples/yate/ysigchan.conf
-share/examples/yate/ysipchan.conf
-share/examples/yate/ysnmpagent.conf
-share/examples/yate/ysockschan.conf
-share/examples/yate/ystunchan.conf
-share/examples/yate/zapcard.conf
-share/examples/yate/zlibcompress.conf
-share/pixmaps/null_team-16.png
-share/pixmaps/null_team-32.png
-share/pixmaps/null_team-48.png
-share/yate/data/NULL-TEAM-MIB.txt
-share/yate/data/YATE-MIB.txt
-share/yate/data/snmp_mib.conf
-share/yate/help/0.yhlp
-share/yate/help/1.yhlp
-share/yate/help/2.yhlp
-share/yate/help/3.yhlp
-share/yate/help/4.yhlp
-share/yate/help/99.yhlp
-share/yate/scripts/Yate.pm
-share/yate/scripts/banbrutes.php
-share/yate/scripts/leavemail.php
-share/yate/scripts/libvoicemail.php
-share/yate/scripts/libyate.php
-share/yate/scripts/libyate.py
-share/yate/scripts/libyatechan.php
-share/yate/scripts/libyateivr.php
-share/yate/scripts/queue_in.php
-share/yate/scripts/queue_out.php
-share/yate/scripts/route.php
-share/yate/scripts/voicemail.php
-share/yate/skins/default/account.ui
-share/yate/skins/default/account_title.png
-share/yate/skins/default/accountlist.ui
-share/yate/skins/default/accountlist_title.png
-share/yate/skins/default/accountwizard.ui
-share/yate/skins/default/accountwizard_title.png
-share/yate/skins/default/activ.png
-share/yate/skins/default/add.png
-share/yate/skins/default/add_hover.png
-share/yate/skins/default/add_menu.png
-share/yate/skins/default/add_pressed.png
-share/yate/skins/default/addaccount.png
-share/yate/skins/default/addaccount_menu.png
-share/yate/skins/default/addaccountwiz.png
-share/yate/skins/default/addaccountwiz_menu.png
-share/yate/skins/default/addchatroom.png
-share/yate/skins/default/addchatroom_menu.png
-share/yate/skins/default/addcontact.png
-share/yate/skins/default/addrbook.ui
-share/yate/skins/default/addrbook_title.png
-share/yate/skins/default/answer.png
-share/yate/skins/default/answer_20.png
-share/yate/skins/default/answer_20_hover.png
-share/yate/skins/default/answer_20_pressed.png
-share/yate/skins/default/arch_contact_item.ui
-share/yate/skins/default/arch_room_item.ui
-share/yate/skins/default/arch_roompriv_item.ui
-share/yate/skins/default/arch_session_item.ui
-share/yate/skins/default/archive.png
-share/yate/skins/default/archive.ui
-share/yate/skins/default/archive_hover.png
-share/yate/skins/default/archive_menu.png
-share/yate/skins/default/archive_pressed.png
-share/yate/skins/default/archive_title.png
-share/yate/skins/default/ask.png
-share/yate/skins/default/ask_32.png
-share/yate/skins/default/bell.png
-share/yate/skins/default/book.png
-share/yate/skins/default/book_32.png
-share/yate/skins/default/call.png
-share/yate/skins/default/call_hover.png
-share/yate/skins/default/call_pressed.png
-share/yate/skins/default/calls_tab.png
-share/yate/skins/default/calls_tab_hover.png
-share/yate/skins/default/calls_tab_pressed.png
-share/yate/skins/default/cancel.png
-share/yate/skins/default/cancel_hover.png
-share/yate/skins/default/cancel_pressed.png
-share/yate/skins/default/cancel_transfer_20.png
-share/yate/skins/default/cancel_transfer_20_hover.png
-share/yate/skins/default/cancel_transfer_20_pressed.png
-share/yate/skins/default/cb_arrow.png
-share/yate/skins/default/cdr.png
-share/yate/skins/default/cdr_32.png
-share/yate/skins/default/cdr_tab.png
-share/yate/skins/default/cdr_tab_hover.png
-share/yate/skins/default/cdr_tab_pressed.png
-share/yate/skins/default/chan_idle.png
-share/yate/skins/default/chan_progress.png
-share/yate/skins/default/chan_ringing.png
-share/yate/skins/default/chan_routed.png
-share/yate/skins/default/channel_conf_add.ui
-share/yate/skins/default/channel_conf_item.ui
-share/yate/skins/default/channel_item.ui
-share/yate/skins/default/channel_transfer_item.ui
-share/yate/skins/default/channel_transfer_start.ui
-share/yate/skins/default/chat.png
-share/yate/skins/default/chat.ui
-share/yate/skins/default/chat_menu.png
-share/yate/skins/default/chat_tab.png
-share/yate/skins/default/chat_tab_hover.png
-share/yate/skins/default/chat_tab_pressed.png
-share/yate/skins/default/chat_title.png
-share/yate/skins/default/chatroomedit.ui
-share/yate/skins/default/chatroomedit_title.png
-share/yate/skins/default/checkbox_off.png
-share/yate/skins/default/checkbox_on.png
-share/yate/skins/default/checkmark_menu.png
-share/yate/skins/default/clear.png
-share/yate/skins/default/clear_hover.png
-share/yate/skins/default/clear_pressed.png
-share/yate/skins/default/close.png
-share/yate/skins/default/collapsed.png
-share/yate/skins/default/conf_bg.png
-share/yate/skins/default/conference.png
-share/yate/skins/default/conference_20.png
-share/yate/skins/default/conference_20_hover.png
-share/yate/skins/default/conference_20_pressed.png
-share/yate/skins/default/configure.png
-share/yate/skins/default/configure_menu.png
-share/yate/skins/default/confirm.ui
-share/yate/skins/default/contactedit.ui
-share/yate/skins/default/contactedit_title.png
-share/yate/skins/default/contactinfo.ui
-share/yate/skins/default/contactinfo_title.png
-share/yate/skins/default/contacts_tab.png
-share/yate/skins/default/contacts_tab_hover.png
-share/yate/skins/default/contacts_tab_pressed.png
-share/yate/skins/default/delete.png
-share/yate/skins/default/delete_hover.png
-share/yate/skins/default/delete_menu.png
-share/yate/skins/default/delete_pressed.png
-share/yate/skins/default/dialpad_20.png
-share/yate/skins/default/dialpad_20_hover.png
-share/yate/skins/default/dialpad_20_pressed.png
-share/yate/skins/default/digit0.png
-share/yate/skins/default/digit0_hover.png
-share/yate/skins/default/digit0_pressed.png
-share/yate/skins/default/digit1.png
-share/yate/skins/default/digit1_hover.png
-share/yate/skins/default/digit1_pressed.png
-share/yate/skins/default/digit2.png
-share/yate/skins/default/digit2_hover.png
-share/yate/skins/default/digit2_pressed.png
-share/yate/skins/default/digit3.png
-share/yate/skins/default/digit3_hover.png
-share/yate/skins/default/digit3_pressed.png
-share/yate/skins/default/digit4.png
-share/yate/skins/default/digit4_hover.png
-share/yate/skins/default/digit4_pressed.png
-share/yate/skins/default/digit5.png
-share/yate/skins/default/digit5_hover.png
-share/yate/skins/default/digit5_pressed.png
-share/yate/skins/default/digit6.png
-share/yate/skins/default/digit6_hover.png
-share/yate/skins/default/digit6_pressed.png
-share/yate/skins/default/digit7.png
-share/yate/skins/default/digit7_hover.png
-share/yate/skins/default/digit7_pressed.png
-share/yate/skins/default/digit8.png
-share/yate/skins/default/digit8_hover.png
-share/yate/skins/default/digit8_pressed.png
-share/yate/skins/default/digit9.png
-share/yate/skins/default/digit9_hover.png
-share/yate/skins/default/digit9_pressed.png
-share/yate/skins/default/digitpound.png
-share/yate/skins/default/digitpound_hover.png
-share/yate/skins/default/digitpound_pressed.png
-share/yate/skins/default/digitstar.png
-share/yate/skins/default/digitstar_hover.png
-share/yate/skins/default/digitstar_pressed.png
-share/yate/skins/default/dockedchat.ui
-share/yate/skins/default/dockedchat_title.png
-share/yate/skins/default/down.png
-share/yate/skins/default/down_active.png
-share/yate/skins/default/down_small.png
-share/yate/skins/default/down_small_off.png
-share/yate/skins/default/edit.png
-share/yate/skins/default/edit_hover.png
-share/yate/skins/default/edit_menu.png
-share/yate/skins/default/edit_pressed.png
-share/yate/skins/default/events.png
-share/yate/skins/default/events.ui
-share/yate/skins/default/events_menu.png
-share/yate/skins/default/events_title.png
-share/yate/skins/default/expanded.png
-share/yate/skins/default/file_trans.png
-share/yate/skins/default/file_trans_menu.png
-share/yate/skins/default/fileprogress.ui
-share/yate/skins/default/fileprogress_item.ui
-share/yate/skins/default/fileprogress_title.png
-share/yate/skins/default/find.png
-share/yate/skins/default/findnext.png
-share/yate/skins/default/findprev.png
-share/yate/skins/default/handshake.png
-share/yate/skins/default/handshake_x.png
-share/yate/skins/default/hangup.png
-share/yate/skins/default/hangup_20.png
-share/yate/skins/default/hangup_20_hover.png
-share/yate/skins/default/hangup_20_pressed.png
-share/yate/skins/default/help.ui
-share/yate/skins/default/help_title.png
-share/yate/skins/default/hold.png
-share/yate/skins/default/hold_20.png
-share/yate/skins/default/hold_20_hover.png
-share/yate/skins/default/hold_20_pressed.png
-share/yate/skins/default/home.png
-share/yate/skins/default/home_hover.png
-share/yate/skins/default/home_pressed.png
-share/yate/skins/default/incoming.png
-share/yate/skins/default/info.png
-share/yate/skins/default/info_32.png
-share/yate/skins/default/info_menu.png
-share/yate/skins/default/input.ui
-share/yate/skins/default/inputacccred.ui
-share/yate/skins/default/inputacccred_title.png
-share/yate/skins/default/inputpwd.ui
-share/yate/skins/default/inputpwd_title.png
-share/yate/skins/default/joinmucwizard.ui
-share/yate/skins/default/joinmucwizard_title.png
-share/yate/skins/default/keyboard.png
-share/yate/skins/default/left.png
-share/yate/skins/default/left_hover.png
-share/yate/skins/default/left_pressed.png
-share/yate/skins/default/message.ui
-share/yate/skins/default/messages_generic.ui
-share/yate/skins/default/messages_header.ui
-share/yate/skins/default/messages_loginfail.ui
-share/yate/skins/default/messages_okrejignore.ui
-share/yate/skins/default/minus.png
-share/yate/skins/default/muc.png
-share/yate/skins/default/muc_16.png
-share/yate/skins/default/muc_hover.png
-share/yate/skins/default/muc_menu.png
-share/yate/skins/default/muc_pressed.png
-share/yate/skins/default/mucchat.ui
-share/yate/skins/default/mucinvite.ui
-share/yate/skins/default/mucprivchat.ui
-share/yate/skins/default/mucs.ui
-share/yate/skins/default/mucs_title.png
-share/yate/skins/default/next.png
-share/yate/skins/default/notif.png
-share/yate/skins/default/notif_menu.png
-share/yate/skins/default/null_team-16.png
-share/yate/skins/default/null_team-32.png
-share/yate/skins/default/null_team-48.png
-share/yate/skins/default/ok.png
-share/yate/skins/default/ok_hover.png
-share/yate/skins/default/ok_pressed.png
-share/yate/skins/default/outgoing.png
-share/yate/skins/default/phone.png
-share/yate/skins/default/phone_32.png
-share/yate/skins/default/phone_menu.png
-share/yate/skins/default/phone_tab.png
-share/yate/skins/default/phone_tab_hover.png
-share/yate/skins/default/phone_tab_pressed.png
-share/yate/skins/default/plus.png
-share/yate/skins/default/pointer.png
-share/yate/skins/default/prev.png
-share/yate/skins/default/progress.gif
-share/yate/skins/default/qt4client.rc
-share/yate/skins/default/qt4client.ui
-share/yate/skins/default/quest.png
-share/yate/skins/default/quest_hover.png
-share/yate/skins/default/quest_pressed.png
-share/yate/skins/default/quit.png
-share/yate/skins/default/radio_off.png
-share/yate/skins/default/radio_on.png
-share/yate/skins/default/right.png
-share/yate/skins/default/right_hover.png
-share/yate/skins/default/right_pressed.png
-share/yate/skins/default/room_member.ui
-share/yate/skins/default/room_subject.png
-share/yate/skins/default/room_subject_hover.png
-share/yate/skins/default/room_subject_pressed.png
-share/yate/skins/default/save.png
-share/yate/skins/default/save_hover.png
-share/yate/skins/default/save_pressed.png
-share/yate/skins/default/scroll_down.png
-share/yate/skins/default/scroll_left.png
-share/yate/skins/default/scroll_right.png
-share/yate/skins/default/scroll_up.png
-share/yate/skins/default/search.png
-share/yate/skins/default/send_transfer_20.png
-share/yate/skins/default/send_transfer_20_hover.png
-share/yate/skins/default/send_transfer_20_pressed.png
-share/yate/skins/default/sendchat.png
-share/yate/skins/default/sendchat_hover.png
-share/yate/skins/default/sendchat_pressed.png
-share/yate/skins/default/sendfile.png
-share/yate/skins/default/sendfile_menu.png
-share/yate/skins/default/settings.ui
-share/yate/skins/default/settings_title.png
-share/yate/skins/default/speaker.png
-share/yate/skins/default/speaker_x.png
-share/yate/skins/default/status_away.png
-share/yate/skins/default/status_away_menu.png
-share/yate/skins/default/status_busy.png
-share/yate/skins/default/status_busy_menu.png
-share/yate/skins/default/status_connecting.png
-share/yate/skins/default/status_dnd.png
-share/yate/skins/default/status_dnd_menu.png
-share/yate/skins/default/status_offline.png
-share/yate/skins/default/status_offline_menu.png
-share/yate/skins/default/status_online.png
-share/yate/skins/default/status_online_menu.png
-share/yate/skins/default/status_xa.png
-share/yate/skins/default/status_xa_menu.png
-share/yate/skins/default/stylesheet.css
-share/yate/skins/default/stylesheet_mac.css
-share/yate/skins/default/stylesheet_oswindows.css
-share/yate/skins/default/trans_bg.png
-share/yate/skins/default/transfer.png
-share/yate/skins/default/transfer_20.png
-share/yate/skins/default/transfer_20_hover.png
-share/yate/skins/default/transfer_20_pressed.png
-share/yate/skins/default/tray_incomingcall.png
-share/yate/skins/default/tray_incomingchat.png
-share/yate/skins/default/tray_info.png
-share/yate/skins/default/tray_notification.png
-share/yate/skins/default/up.png
-share/yate/skins/default/up_active.png
-share/yate/skins/default/up_small.png
-share/yate/skins/default/up_small_off.png
-share/yate/skins/default/update.png
-share/yate/skins/default/updater.ui
-share/yate/skins/default/user.png
-share/yate/skins/default/user_hover.png
-share/yate/skins/default/user_menu.png
-share/yate/skins/default/user_pressed.png
-share/yate/sounds/ring.au
-share/yate/sounds/ring.wav
-share/yate/sounds/tone.wav
diff --git a/yateclient/TODO b/yateclient/TODO
deleted file mode 100644
index f2092acb57..0000000000
--- a/yateclient/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Reduce dependencies into PKG_OPTIONS using options.mk.
diff --git a/yateclient/distinfo b/yateclient/distinfo
deleted file mode 100644
index ad0f7c1a56..0000000000
--- a/yateclient/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2013/08/12 02:51:45 othyro Exp $
-
-RMD160 (yate-4.3.0-1.tar.gz) = 822b04a7f772a576e0c3ed6a734cf5f52c402957
-SHA512 (yate-4.3.0-1.tar.gz) = 3a9b484d77cd633092ef10a37c8c0c6dcc51e38a7b2771d0e3dd75ddd1dac5be0e2a9b99787f89cfeb38e6eb50a18b4dd3d6eb57dec632c7671c2f56331539c6
-Size (yate-4.3.0-1.tar.gz) = 3826549 bytes
-SHA1 (patch-yateclass.h) = 8f64563fc3e58610b59ee6315750c0c2e0efb746
diff --git a/yateclient/options.mk b/yateclient/options.mk
deleted file mode 100644
index 3004682d2a..0000000000
--- a/yateclient/options.mk
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2013/08/12 02:51:45 othyro Exp $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.yateclient
-PKG_SUPPORTED_OPTIONS=	alsa doc gsm ilbc spandsp speex
-PKG_SUGGESTED_OPTIONS+=	gsm ilbc spandsp speex # blank
-PLIST_VARS+=		doc gsm spandsp speex
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Malsa)
-.include "../../audio/alsa-lib/buildlink3.mk"
-.endif
-
-.if !empty(PKG_OPTIONS:Mdoc)
-# XXX also use kdoc for doc option
-BUILD_DEPENDS+=		doxygen-[0-9]*:../../devel/doxygen
-CONFIGURE_ARGS+=	--with-doxygen=yes
-PLIST.doc=		yes
-.else
-CONFIGURE_ARGS+=	--with-doxygen=no
-.endif
-
-.if !empty(PKG_OPTIONS:Mgsm)
-.include "../../audio/gsm/buildlink3.mk"
-PLIST.gsm=		yes
-.endif
-
-.if !empty(PKG_OPTIONS:Milbc)
-.include "../../wip/ilbc-rfc3951/buildlink3.mk"
-.endif
-
-.if !empty(PKG_OPTIONS:Mspandsp)
-.include "../../comms/spandsp/buildlink3.mk"
-PLIST.spandsp=		yes
-.endif
-
-.if !empty(PKG_OPTIONS:Mspeex)
-.include "../../audio/speex/buildlink3.mk"
-PLIST.speex=		yes
-.endif
diff --git a/yateclient/patches/patch-yateclass.h b/yateclient/patches/patch-yateclass.h
deleted file mode 100644
index 4abd82fdf2..0000000000
--- a/yateclient/patches/patch-yateclass.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-yateclass.h,v 1.1 2013/06/10 12:33:30 othyro Exp $
-
-Add NetBSD support.
-
---- yateclass.h.orig	2012-08-07 12:58:45.000000000 +0000
-+++ yateclass.h
-@@ -129,7 +129,7 @@ typedef unsigned long in_addr_t;
- #include <sys/time.h>
- #include <sys/socket.h>
- 
--#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__)
- #include <netinet/in_systm.h>
- #endif
- 


Home | Main Index | Thread Index | Old Index