Date: Tue, 6 Oct 2015 08:09:00 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398685 - in head/net/yate: . files Message-ID: <201510060809.t96890AO055006@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Tue Oct 6 08:08:59 2015 New Revision: 398685 URL: https://svnweb.freebsd.org/changeset/ports/398685 Log: net/yate: update 5.4.0 -> 5.5.0 - Delete obsolete patches PR: 203008 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Deleted: head/net/yate/files/patch-configure.in head/net/yate/files/patch-engine-TelEngine.cpp Modified: head/net/yate/Makefile head/net/yate/distinfo head/net/yate/files/patch-Makefile.in head/net/yate/files/patch-conf.d__Makefile.in head/net/yate/files/patch-modules-Makefile.in head/net/yate/files/pkg-message.in head/net/yate/pkg-plist Modified: head/net/yate/Makefile ============================================================================== --- head/net/yate/Makefile Tue Oct 6 07:57:17 2015 (r398684) +++ head/net/yate/Makefile Tue Oct 6 08:08:59 2015 (r398685) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= yate -DISTVERSION= 5.4.0p1 -PORTREVISION= 4 +DISTVERSION= 5.5.0p1 CATEGORIES= net MASTER_SITES= http://yate.null.ro/tarballs/yate5/ -DISTNAME= ${PORTNAME}-5.4.0-1 +DISTNAME= ${PORTNAME}-5.5.0-1 MAINTAINER= koue@chaosophia.net COMMENT= Yet Another Telephony Engine @@ -144,7 +143,7 @@ post-extract: post-stage: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/yate @cd ${STAGEDIR}${PREFIX}/lib; \ - for FILE in *.5.4.0; do \ + for FILE in *.5.5.0; do \ ${STRIP_CMD} $${FILE}; \ done @cd ${STAGEDIR}${PREFIX}/lib/yate; \ Modified: head/net/yate/distinfo ============================================================================== --- head/net/yate/distinfo Tue Oct 6 07:57:17 2015 (r398684) +++ head/net/yate/distinfo Tue Oct 6 08:08:59 2015 (r398685) @@ -1,2 +1,2 @@ -SHA256 (yate-5.4.0-1.tar.gz) = 4705af7b4c110de11b0cee70e37f9815d130082a4c49b3f093cae07c79539344 -SIZE (yate-5.4.0-1.tar.gz) = 5027248 +SHA256 (yate-5.5.0-1.tar.gz) = a9fc472df082e92d578efa3de54689e10ee1a24fdd67a9cc928db7c2e1568676 +SIZE (yate-5.5.0-1.tar.gz) = 4186159 Modified: head/net/yate/files/patch-Makefile.in ============================================================================== --- head/net/yate/files/patch-Makefile.in Tue Oct 6 07:57:17 2015 (r398684) +++ head/net/yate/files/patch-Makefile.in Tue Oct 6 08:08:59 2015 (r398685) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2014-08-26 10:40:38.000000000 +0300 -+++ Makefile.in 2014-08-26 10:41:58.000000000 +0300 -@@ -227,8 +227,8 @@ install-noconf: all +--- Makefile.in.orig 2015-05-08 09:34:48 UTC ++++ Makefile.in +@@ -230,8 +230,8 @@ install-noconf: all for i in $(MAN8) ; do \ install -m 0644 @srcdir@/docs/man/$$i "$(DESTDIR)$(mandir)/man8/" ; \ done @@ -11,7 +11,7 @@ @mkdir -p "$(DESTDIR)$(incdir)/" && \ for i in $(INCS) ; do \ install -m 0644 @srcdir@/$$i "$(DESTDIR)$(incdir)/" ; \ -@@ -261,7 +261,7 @@ uninstall uninstall-root: +@@ -270,7 +270,7 @@ uninstall uninstall-root: @-for i in $(PROGS) yate-config ; do \ rm "$(DESTDIR)$(bindir)/$$i" ; \ done Modified: head/net/yate/files/patch-conf.d__Makefile.in ============================================================================== --- head/net/yate/files/patch-conf.d__Makefile.in Tue Oct 6 07:57:17 2015 (r398684) +++ head/net/yate/files/patch-conf.d__Makefile.in Tue Oct 6 08:08:59 2015 (r398685) @@ -1,6 +1,6 @@ ---- ./conf.d/Makefile.in.orig 2009-09-19 17:55:58.000000000 +0400 -+++ ./conf.d/Makefile.in 2013-02-14 19:58:02.000000000 +0400 -@@ -20,14 +20,14 @@ +--- conf.d/Makefile.in.orig 2009-09-19 13:55:58 UTC ++++ conf.d/Makefile.in +@@ -20,14 +20,14 @@ install: lst="`ls -1 @srcdir@/*.conf @srcdir@/*.sample @srcdir@/*.default 2>/dev/null | sed 's/\.sample//g; s/\.default//g; s/[^ ]*\*\.[^ ]*//g' | sort | uniq`" ; \ for s in $$lst; do \ d="$(DESTDIR)$(confdir)/`echo $$s | sed 's,.*/,,'`" ; \ Modified: head/net/yate/files/patch-modules-Makefile.in ============================================================================== --- head/net/yate/files/patch-modules-Makefile.in Tue Oct 6 07:57:17 2015 (r398684) +++ head/net/yate/files/patch-modules-Makefile.in Tue Oct 6 08:08:59 2015 (r398685) @@ -1,6 +1,6 @@ ---- modules/Makefile.in.orig 2014-08-19 11:56:08.000000000 +0300 -+++ modules/Makefile.in 2014-08-19 11:56:22.000000000 +0300 -@@ -350,7 +350,7 @@ server/mgcpgw.yate: LOCALFLAGS = -I@top_ +--- modules/Makefile.in.orig 2015-05-08 09:34:48 UTC ++++ modules/Makefile.in +@@ -361,7 +361,7 @@ server/mgcpgw.yate: LOCALFLAGS = -I@top_ server/mgcpgw.yate: LOCALLIBS = -lyatemgcp -L../libs/ysdp -lyatesdp server/lksctp.yate: EXTERNFLAGS = @SCTP_FLAGS@ Modified: head/net/yate/files/pkg-message.in ============================================================================== --- head/net/yate/files/pkg-message.in Tue Oct 6 07:57:17 2015 (r398684) +++ head/net/yate/files/pkg-message.in Tue Oct 6 08:08:59 2015 (r398685) @@ -2,7 +2,7 @@ IMPORTANT! MAKE SURE TO READ THE FOLLOWING! To start the YATE sever automatically when the system is started, append -the following in your /etc/rc.conf file: +the following in your ${PREFIX}/etc/rc.conf file: yate_enable="YES" # YATE iPBX/Softswitch server Modified: head/net/yate/pkg-plist ============================================================================== --- head/net/yate/pkg-plist Tue Oct 6 07:57:17 2015 (r398684) +++ head/net/yate/pkg-plist Tue Oct 6 08:08:59 2015 (r398685) @@ -50,6 +50,7 @@ bin/yate-config @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 @@ -76,19 +77,23 @@ include/yate/yatephone.h include/yate/yatecbase.h include/yate/yatexml.h include/yate/yateversn.h -include/yate/yategsm.h -lib/libyate.so.5.4.0 +include/yate/yateasn.h +include/yate/yateradio.h +include/yate/yatescript.h +lib/libyate.so.5.5.0 lib/libyate.so -lib/libyatescript.so.5.4.0 +lib/libyatescript.so.5.5.0 lib/libyatescript.so -lib/libyatesig.so.5.4.0 +lib/libyatesig.so.5.5.0 lib/libyatesig.so -lib/libyategsm.so.5.4.0 -lib/libyategsm.so -lib/libyatemgcp.so.5.4.0 +lib/libyatemgcp.so.5.5.0 lib/libyatemgcp.so -lib/libyatejabber.so.5.4.0 +lib/libyatejabber.so.5.5.0 lib/libyatejabber.so +lib/libyateasn.so +lib/libyateasn.so.5.5.0 +lib/libyateradio.so +lib/libyateradio.so.5.5.0 lib/yate/client/jabberclient.yate lib/yate/client/osschan.yate lib/yate/client/alsachan.yate @@ -173,869 +178,288 @@ lib/yate/zlibcompress.yate libdata/pkgconfig/yate.pc man/man8/yate.8.gz man/man8/yate-config.8.gz -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__ApplicationSyntax.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__Counter64.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__DateAndTime.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__DisplayString.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__Gauge32.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__GetBulkRequest_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__GetNextRequest_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__GetRequest_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__HeaderData.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__InformRequest_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SccpLocalSubsystem.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SccpRemote.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/header-list.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__InstancePointer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__IpAddress.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__KeyChange.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__MacAddress.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__Message.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__ObjectName.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__ObjectSyntax.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__Opaque.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__PDUs.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__PhysAddress.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__Report_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__Response_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__RowPointer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__RowStatus.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__SNMPv2_Trap_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__SnmpSecurityLevel.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__SNMPv3Message.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__ScopedPDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__ScopedPduData.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__SetRequest_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__SimpleSyntax.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__SnmpAdminString.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__SnmpEngineID.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__SnmpMessageProcessingModel.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__SnmpSecurityModel.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__StorageType.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__SysOREntry.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__TAddress.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__TDomain.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__TestAndIncr.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__TimeInterval.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__TimeStamp.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__TimeTicks.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__TruthValue.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__Unsigned32.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__UsmSecurityParameters.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__UsmUserEntry.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__VarBind.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__VarBindList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__VariablePointer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ASNLib.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ASNObjId.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ASPUser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__AnalogLine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__AnalogLineEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__AnalogLineGroup.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Array.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__AsnMib.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__AsnObject.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__AsnTag.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__AsnValue.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Atom.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Base64.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__BitAccumulator.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__CallEndpoint.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__CallInfo.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__CallList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__CapturedEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__File.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ChanAssist.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ChanAssistList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Channel.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Cipher.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Client.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ClientAccount.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ClientAccountList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ClientChannel.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ClientContact.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ClientDir.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ClientDriver.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ClientFile.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ClientFileItem.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/index-long.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ClientLogic.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ClientResource.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ClientSound.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Compressor.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Configuration.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__DataBlock.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__DataConsumer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__DataEndpoint.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__DataFormat.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__DataNode.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__DataSource.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__DataTranslator.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__DebugEnabler.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/hier.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Debugger.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__DefaultLogic.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__DnsRecord.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Driver.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__DurationUpdate.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ETSIModem.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Engine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__EngineCheck.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ExpEvaluator.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ExpExtender.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ExpFunction.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ExpOperation.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ExpWrapper.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__FSKModem.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Flags32.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__FormatInfo.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__FormatRepository.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__GSML3Codec.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__GTT.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__GenObject.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__GenPointer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__HandledMSU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__HashList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Hasher.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXAuthMethod.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXControl.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXInfoElementBinary.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXFormat.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXFormatDesc.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXFrame.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXFrameOut.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXFullFrame.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXIEList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXInfoElement.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXInfoElementNumeric.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXInfoElementString.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXMediaData.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXMetaTrunkFrame.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MD5.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXTransaction.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__IAXTrunkInfo.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNFrame.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNIUA.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNIUAClient.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNLayer2.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNLayer3.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNQ921.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNQ921Management.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNQ921Passive.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNQ931.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNQ931Call.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MessageDispatcher.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNQ931CallMonitor.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNQ931IE.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNQ931IEData.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNQ931Message.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNQ931Monitor.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNQ931ParserData.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ISDNQ931State.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ImageInfo.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBClientEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBClientStream.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBClusterStream.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBConnect.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBEntityCaps.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBEntityCapsList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBRemoteDomainDef.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBServerEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBServerStream.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBStream.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBStreamSet.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBStreamSetList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBStreamSetProcessor.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JBStreamSetReceive.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JGCrypto.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JGEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JGEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JGRtpCandidate.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JGRtpCandidateP2P.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JGRtpCandidates.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JGRtpMedia.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JGRtpMediaList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JGSentStanza.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JGSession.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JGSession0.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JGSession1.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JGSessionContent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JGStreamHost.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JIDIdentity.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JIDIdentityList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JabberID.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JsArray.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JsFunction.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JsObject.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JsParser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__JsRegExp.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ListIterator.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Lock.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Lock2.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Lockable.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MGCPEndpoint.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MGCPEndpointId.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MGCPEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MGCPEpInfo.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MGCPEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MGCPMessage.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MGCPTransaction.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MemoryStream.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Message.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MessageHandler.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MessageHook.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MessageNotifier.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MessagePostHook.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MessageQueue.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MessageReceiver.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MessageRelay.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MimeAuthLine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MimeBinaryBody.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MimeBody.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MimeHeaderLine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MimeLinesBody.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MimeMultipartBody.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MimeSdpBody.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MimeStringBody.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Module.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MucRoom.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MucRoomMember.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MultiRouter.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__RemoteBackupSubsystem.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Mutex.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__MutexPool.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__NamedCounter.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__NamedInt.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__NamedIterator.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__NamedList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__NamedPointer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__NamedString.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__NaptrRecord.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ObjList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ObjVector.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__OctetString.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ParsePoint.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Plugin.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__RTPBaseIO.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__RTPDejitter.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__RTPGroup.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__RTPProcessor.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__RTPReceiver.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__RTPSecure.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__RTPSender.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__RTPSession.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__RTPTransport.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Random.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__RefObject.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__RefPointer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__RefPointerBase.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Regexp.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Resolver.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Router.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Runnable.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SASL.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SCCP.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SCCPManagement.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SCCPUser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SDPMedia.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SDPParser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SDPSession.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SHA1.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SHA256.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SIGAdaptClient.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SIGAdaptServer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SIGAdaptUser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SIGAdaptation.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SIGTRAN.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SIGTransport.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SIPDialog.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SIPEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SIPEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SIPMessage.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SIPParty.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SIPSequence.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SIPTransaction.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7AnsiSccpManagement.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7ItuSccpManagement.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7BICC.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7ISUP.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7ISUPCall.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7L2User.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7L3User.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7Label.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7Layer2.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7Layer3.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7Layer4.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7M2PA.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7M2UA.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7M2UAClient.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7M3UA.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XMPPFeatureCompress.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7MSU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7MTP2.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7MTP3.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7Management.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7MsgISUP.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7MsgMTN.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7MsgSCCP.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7MsgSNM.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7MsgSccpReassemble.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7PointCode.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7Route.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7Router.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7SCCP.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7SUA.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7SCCPDataSegment.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7TCAP.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7TCAPANSI.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7TCAPComponent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7TCAPError.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7TCAPITU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7TCAPMessage.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7TCAPTransaction.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7TCAPTransactionANSI.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7TCAPTransactionITU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7TUP.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SS7Testing.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Socket.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SccpLocalSubsystem.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SccpRemote.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SccpSubsystem.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ScriptAsync.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ScriptCode.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ScriptContext.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ScriptParser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ScriptRun.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ScriptStack.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SctpSocket.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Semaphore.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SharedVars.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingCall.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/index.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingCallControl.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingCircuit.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingCircuitEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingCircuitGroup.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingCircuitRange.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingCircuitSpan.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingComponent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingCounter.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingDumpable.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingDumper.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingFactory.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingFlags.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingInterface.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingMessage.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingMessageTimer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingMessageTimerList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingNotifier.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingReceiver.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingTimer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SignallingUtils.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Stream.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SocketAddr.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SocketFilter.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SrvRecord.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__String.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__StringArray.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SubsystemStatusTest.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__SysUsage.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__TCAPUser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__TableEvaluator.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__TempObjectCounter.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Thread.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__ThreadedSource.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Time.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__URI.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__TokenDict.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__TranslatorCaps.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__TranslatorFactory.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__TxtRecord.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__UART.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__UARTBuffer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__UChar.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__UDPSession.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__UDPTLSession.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__UIFactory.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__UIWidget.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__Window.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XMPPDirVal.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XMPPError.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XMPPFeature.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XMPPFeatureList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XMPPFeatureSasl.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XMPPNamespace.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XMPPUtils.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlCData.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlChild.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlComment.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlDeclaration.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlDoctype.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlDocument.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlDomParser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__SNMPv2_Trap_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlElement.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlElementOut.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlEscape.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlFragment.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlParent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlSaxParser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlTag.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/TelEngine__XmlText.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/all-globals.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__ApplicationSyntax.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__AutonomousType.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__BulkPDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__Opaque.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__Counter32.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__Counter64.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__DateAndTime.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__DisplayString.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__Gauge32.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__GetBulkRequest_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__GetNextRequest_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__GetRequest_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__HeaderData.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__InformRequest_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__InstancePointer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/yatecbase_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__IpAddress.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__KeyChange.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__MacAddress.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__Message.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__ObjectName.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__ObjectSyntax.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__PDUs.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__PhysAddress.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__Report_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__Response_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__RowPointer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/yateclass_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__RowStatus.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__SNMPv3Message.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__ScopedPDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__ScopedPduData.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__SetRequest_PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__SimpleSyntax.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__SnmpAdminString.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__SnmpEngineID.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__SnmpMessageProcessingModel.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__SnmpSecurityLevel.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__UsmUserEntry.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__SnmpSecurityModel.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__StorageType.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__SysOREntry.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__TAddress.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__TDomain.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__TestAndIncr.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__TimeInterval.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__TimeStamp.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__TimeTicks.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__TruthValue.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__Unsigned32.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__UsmSecurityParameters.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__VarBind.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__VarBindList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-Snmp__VariablePointer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ASNLib.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ASNObjId.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ASPUser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__AnalogLine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__AnalogLineEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__AnalogLineGroup.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXInfoElementBinary.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Array.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__AsnMib.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__AsnObject.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__AsnTag.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__AsnValue.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Atom.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Base64.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__BitAccumulator.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__CallEndpoint.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__CallInfo.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__CallList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/yatemime_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__CapturedEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ChanAssist.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ChanAssistList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Channel.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Cipher.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Client.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ClientAccount.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ClientAccountList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ClientChannel.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ClientContact.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___ysip___util_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ClientDir.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ClientDriver.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ClientFile.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ClientFileItem.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ClientLogic.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ClientResource.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ClientSound.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Compressor.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Configuration.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__DataBlock.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/yatephone_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__DataConsumer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__DataEndpoint.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__DataFormat.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__DataNode.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__DataSource.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__DataTranslator.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__DebugEnabler.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Debugger.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__DefaultLogic.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__DnsRecord.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__File.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Driver.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__DurationUpdate.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ETSIModem.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Engine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__EngineCheck.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ExpEvaluator.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ExpExtender.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ExpFunction.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ExpOperation.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ExpWrapper.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__GTT.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__FSKModem.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Flags32.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__FormatInfo.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__FormatRepository.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__GSML3Codec.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__GenObject.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__GenPointer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__HandledMSU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__HashList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Hasher.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXAuthMethod.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXControl.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXFormat.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXFormatDesc.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXFrame.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXFrameOut.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXFullFrame.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXIEList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXInfoElement.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXMediaData.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXInfoElementNumeric.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXInfoElementString.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXMetaTrunkFrame.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXTransaction.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__IAXTrunkInfo.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNFrame.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNIUA.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNIUAClient.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNLayer2.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNQ921Management.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNLayer3.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNQ921.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNQ921Passive.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNQ931.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNQ931Call.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNQ931CallMonitor.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNQ931IE.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNQ931IEData.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNQ931Message.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MGCPEndpointId.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNQ931Monitor.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNQ931ParserData.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ISDNQ931State.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ImageInfo.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBClientEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBClientStream.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBClusterStream.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBConnect.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBEntityCaps.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBEntityCapsList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBRemoteDomainDef.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBServerEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBServerStream.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBStream.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBStreamSet.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBStreamSetList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBStreamSetProcessor.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JBStreamSetReceive.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JGCrypto.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JGEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JGEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JGRtpCandidate.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JGRtpCandidateP2P.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JGRtpCandidates.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JGRtpMedia.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JGRtpMediaList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JGSentStanza.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JGSession.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JGSession0.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JGSession1.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JGSessionContent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JGStreamHost.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JIDIdentity.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JIDIdentityList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JabberID.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JsArray.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JsFunction.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JsObject.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__AutonomousType.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JsParser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__JsRegExp.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ListIterator.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Lock.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Lock2.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Lockable.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MD5.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MGCPEndpoint.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MGCPEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MGCPEpInfo.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MGCPMessage.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MGCPEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MGCPTransaction.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MemoryStream.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Message.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MessageDispatcher.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MessageHandler.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MessageHook.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MessageNotifier.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MessagePostHook.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MessageQueue.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MessageReceiver.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MessageRelay.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MimeAuthLine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MimeBinaryBody.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MimeBody.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MimeHeaderLine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MimeLinesBody.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MimeMultipartBody.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MimeSdpBody.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__RemoteBackupSubsystem.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MimeStringBody.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Module.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MucRoom.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MucRoomMember.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MultiRouter.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Mutex.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__MutexPool.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__NamedCounter.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__NamedInt.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__NamedIterator.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__NamedList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__NamedPointer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__NamedString.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__NaptrRecord.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ObjList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ObjVector.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__OctetString.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ParsePoint.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Plugin.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__RTPBaseIO.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__RTPDejitter.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__RTPGroup.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__RTPProcessor.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__RTPReceiver.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__RTPSecure.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__RTPSender.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__RTPSession.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__RTPTransport.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Random.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__RefObject.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__RefPointer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__RefPointerBase.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Regexp.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Resolver.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Router.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Runnable.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SASL.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SCCP.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SCCPManagement.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SCCPUser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SDPMedia.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SDPParser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SDPSession.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7TCAPTransactionITU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SHA1.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SHA256.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SIGAdaptClient.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SIGAdaptServer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SIGAdaptUser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SIGAdaptation.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SIGTRAN.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SIGTransport.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SIPDialog.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SIPEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SIPEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SIPMessage.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SIPParty.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SIPSequence.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SIPTransaction.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7AnsiSccpManagement.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7BICC.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7ISUP.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7ISUPCall.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7ItuSccpManagement.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7L2User.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/yatengine_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7L3User.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7Label.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7Layer2.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7Layer3.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7Layer4.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7M2PA.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7M2UA.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7M2UAClient.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7M3UA.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7MSU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7MTP2.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/yatexml_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7MTP3.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7Management.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7MsgISUP.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7MsgMTN.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7MsgSCCP.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7MsgSNM.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7MsgSccpReassemble.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7PointCode.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7Route.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7Router.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7SCCP.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7SCCPDataSegment.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7SUA.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7TCAP.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7TCAPANSI.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7TCAPComponent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7TCAPError.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7TCAPITU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7TCAPMessage.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7TCAPTransaction.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7TCAPTransactionANSI.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7TUP.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SS7Testing.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SccpSubsystem.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ScriptAsync.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ScriptCode.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ScriptContext.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ScriptParser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___ysnmp___yatesnmp_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___yxml___yatexml_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ScriptRun.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ScriptStack.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SctpSocket.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Semaphore.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SharedVars.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingCall.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingCallControl.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingCircuit.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingCircuitEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingCircuitGroup.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingCircuitRange.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingCircuitSpan.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingComponent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingCounter.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingDumpable.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingDumper.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingEngine.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingEvent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingFactory.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__PDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingFlags.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingInterface.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingMessage.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingMessageTimer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingMessageTimerList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingNotifier.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingReceiver.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingTimer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SignallingUtils.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Socket.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SocketAddr.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SocketFilter.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SrvRecord.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Stream.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__String.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__StringArray.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SubsystemStatusTest.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__SysUsage.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__TCAPUser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Thread.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__TableEvaluator.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__TempObjectCounter.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__ThreadedSource.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Time.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__TokenDict.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__TranslatorCaps.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__TranslatorFactory.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__TxtRecord.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__UART.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__UARTBuffer.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__Counter32.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__UChar.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__UDPSession.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__UDPTLSession.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__UIFactory.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__UIWidget.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__URI.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__Window.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XMPPDirVal.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XMPPError.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XMPPFeature.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XMPPFeatureCompress.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XMPPFeatureList.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XMPPFeatureSasl.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XMPPNamespace.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XMPPUtils.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlCData.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlChild.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlComment.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlDeclaration.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlDoctype.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlDocument.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/Snmp__BulkPDU.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlDomParser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlElement.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlElementOut.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlEscape.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlFragment.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlParent.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlSaxParser.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlTag.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/full-list-TelEngine__XmlText.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___yasn___yateasn_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___ygsm___yategsm_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___yiax___yateiax_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___yjabber___xmpputils_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___yjabber___yatejabber_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___yjabber___yatejingle_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___ymgcp___yatemgcp_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___ymodem___yatemodem_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___ypbx___yatepbx_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___yrtp___yatertp_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___yscript___yatescript_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___ysdp___yatesdp_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___ysig___yatesig_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/api/libs___ysip___yatesip_h.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/README -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/COPYING -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/dataflow.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/extmodule.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/index.html -%%PORTDOCS%%%%DOCSDIR%%-5.4.0/messages.html +%%PORTDOCS%%%%DOCSDIR%%-5.5.0/WebRTC-LICENSE +%%PORTDOCS%%%%DOCSDIR%%-5.5.0/WebRTC-LICENSE_THIRD_PARTY +%%PORTDOCS%%%%DOCSDIR%%-5.5.0/WebRTC-PATENTS *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510060809.t96890AO055006>