├── LICENSE ├── README.md ├── yate ├── .cvsignore ├── COPYING ├── ChangeLog ├── Makefile ├── Makefile.in ├── README ├── autogen.sh ├── autom4te.cache │ ├── output.0 │ ├── requests │ └── traces.0 ├── clients │ ├── .cvsignore │ ├── Makefile │ ├── Makefile.in │ ├── main-qt4.cpp │ ├── null_team-16.png │ ├── null_team-32.png │ ├── null_team-48.png │ ├── qt4 │ │ ├── .cvsignore │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── qt4client.cpp │ │ └── qt4client.h │ ├── run-qt4 │ ├── yate-qt4.desktop │ └── yate-qt4.menu ├── conf.d │ ├── .cvsignore │ ├── Makefile │ ├── Makefile.in │ ├── accfile.conf.sample │ ├── amrnbcodec.conf.sample │ ├── analog.conf.sample │ ├── cache.conf.sample │ ├── callcounters.conf.sample │ ├── callfork.conf.sample │ ├── camel_map.conf.sample │ ├── ccongestion.conf.sample │ ├── cdrbuild.conf.sample │ ├── cdrfile.conf.sample │ ├── ciscosm.conf.sample │ ├── clustering.conf.sample │ ├── cpuload.conf.sample │ ├── dbpbx.conf.sample │ ├── dsoundchan.conf.sample │ ├── dummyradio.conf.sample │ ├── enumroute.conf.sample │ ├── eventlogs.conf.sample │ ├── extmodule.conf.sample │ ├── fileinfo.conf.sample │ ├── filetransfer.conf.sample │ ├── gvoice.conf.sample │ ├── h323chan.conf.sample │ ├── heartbeat.conf.sample │ ├── isupmangler.conf.sample │ ├── jabberclient.conf.sample │ ├── jabberserver.conf.sample │ ├── javascript.conf.sample │ ├── jbfeatures.conf.sample │ ├── lateroute.conf.sample │ ├── lksctp.conf.sample │ ├── mgcpca.conf.sample │ ├── mgcpgw.conf.sample │ ├── moh.conf.sample │ ├── monitoring.conf.sample │ ├── mux.conf.sample │ ├── mysqldb.conf.sample │ ├── openssl.conf.sample │ ├── pbxassist.conf.sample │ ├── pgsqldb.conf.sample │ ├── presence.conf.sample │ ├── providers.conf.default │ ├── queues.conf.sample │ ├── queuesnotify.conf.sample │ ├── radiotest.conf.sample │ ├── regexroute.conf.sample │ ├── regfile.conf.sample │ ├── register.conf.sample │ ├── rmanager.conf.sample │ ├── sigtransport.conf.sample │ ├── sip_cnam_lnp.conf.sample │ ├── sipfeatures.conf.sample │ ├── sqlitedb.conf.sample │ ├── ss7_lnp_ansi.conf.sample │ ├── subscription.conf.sample │ ├── tdmcard.conf.sample │ ├── tonegen.conf.sample │ ├── users.conf.sample │ ├── wpcard.conf.sample │ ├── yate-qt4.conf.default │ ├── yate.conf.sample │ ├── ybladerf.conf.sample │ ├── yiaxchan.conf.sample │ ├── yjinglechan.conf.sample │ ├── yradius.conf.sample │ ├── yrtpchan.conf.sample │ ├── ysigchan.conf.sample │ ├── ysipchan.conf.sample │ ├── ysnmpagent.conf.sample │ ├── ysockschan.conf.sample │ ├── ystunchan.conf.sample │ ├── zapcard.conf.sample │ └── zlibcompress.conf.sample ├── config.log ├── config.status ├── configure ├── configure.ac ├── docs │ ├── .cvsignore │ ├── Doxyfile │ ├── api │ │ ├── .cvsignore │ │ ├── annotated.html │ │ ├── arrowdown.png │ │ ├── arrowright.png │ │ ├── bc_s.png │ │ ├── bdwn.png │ │ ├── classTelEngine_1_1Array-members.html │ │ ├── classTelEngine_1_1Array.html │ │ ├── classTelEngine_1_1Array.png │ │ ├── classTelEngine_1_1Atom-members.html │ │ ├── classTelEngine_1_1Atom.html │ │ ├── classTelEngine_1_1Base64-members.html │ │ ├── classTelEngine_1_1Base64.html │ │ ├── classTelEngine_1_1Base64.png │ │ ├── classTelEngine_1_1BitVector-members.html │ │ ├── classTelEngine_1_1BitVector.html │ │ ├── classTelEngine_1_1BitVector.png │ │ ├── classTelEngine_1_1CallAccount-members.html │ │ ├── classTelEngine_1_1CallAccount.html │ │ ├── classTelEngine_1_1CallEndpoint-members.html │ │ ├── classTelEngine_1_1CallEndpoint.html │ │ ├── classTelEngine_1_1CallEndpoint.png │ │ ├── classTelEngine_1_1CapturedEvent-members.html │ │ ├── classTelEngine_1_1CapturedEvent.html │ │ ├── classTelEngine_1_1CapturedEvent.png │ │ ├── classTelEngine_1_1Channel-members.html │ │ ├── classTelEngine_1_1Channel.html │ │ ├── classTelEngine_1_1Channel.png │ │ ├── classTelEngine_1_1Cipher-members.html │ │ ├── classTelEngine_1_1Cipher.html │ │ ├── classTelEngine_1_1Cipher.png │ │ ├── classTelEngine_1_1Client-members.html │ │ ├── classTelEngine_1_1Client.html │ │ ├── classTelEngine_1_1Client.png │ │ ├── classTelEngine_1_1ClientAccount-members.html │ │ ├── classTelEngine_1_1ClientAccount.html │ │ ├── classTelEngine_1_1ClientAccount.png │ │ ├── classTelEngine_1_1ClientAccountList-members.html │ │ ├── classTelEngine_1_1ClientAccountList.html │ │ ├── classTelEngine_1_1ClientAccountList.png │ │ ├── classTelEngine_1_1ClientChannel-members.html │ │ ├── classTelEngine_1_1ClientChannel.html │ │ ├── classTelEngine_1_1ClientChannel.png │ │ ├── classTelEngine_1_1ClientContact-members.html │ │ ├── classTelEngine_1_1ClientContact.html │ │ ├── classTelEngine_1_1ClientContact.png │ │ ├── classTelEngine_1_1ClientDir-members.html │ │ ├── classTelEngine_1_1ClientDir.html │ │ ├── classTelEngine_1_1ClientDir.png │ │ ├── classTelEngine_1_1ClientDriver-members.html │ │ ├── classTelEngine_1_1ClientDriver.html │ │ ├── classTelEngine_1_1ClientDriver.png │ │ ├── classTelEngine_1_1ClientFile-members.html │ │ ├── classTelEngine_1_1ClientFile.html │ │ ├── classTelEngine_1_1ClientFile.png │ │ ├── classTelEngine_1_1ClientFileItem-members.html │ │ ├── classTelEngine_1_1ClientFileItem.html │ │ ├── classTelEngine_1_1ClientFileItem.png │ │ ├── classTelEngine_1_1ClientLogic-members.html │ │ ├── classTelEngine_1_1ClientLogic.html │ │ ├── classTelEngine_1_1ClientLogic.png │ │ ├── classTelEngine_1_1ClientResource-members.html │ │ ├── classTelEngine_1_1ClientResource.html │ │ ├── classTelEngine_1_1ClientResource.png │ │ ├── classTelEngine_1_1ClientSound-members.html │ │ ├── classTelEngine_1_1ClientSound.html │ │ ├── classTelEngine_1_1ClientSound.png │ │ ├── classTelEngine_1_1Complex-members.html │ │ ├── classTelEngine_1_1Complex.html │ │ ├── classTelEngine_1_1Compressor-members.html │ │ ├── classTelEngine_1_1Compressor.html │ │ ├── classTelEngine_1_1Compressor.png │ │ ├── classTelEngine_1_1Configuration-members.html │ │ ├── classTelEngine_1_1Configuration.html │ │ ├── classTelEngine_1_1Configuration.png │ │ ├── classTelEngine_1_1DataBlock-members.html │ │ ├── classTelEngine_1_1DataBlock.html │ │ ├── classTelEngine_1_1DataBlock.png │ │ ├── classTelEngine_1_1DataConsumer-members.html │ │ ├── classTelEngine_1_1DataConsumer.html │ │ ├── classTelEngine_1_1DataConsumer.png │ │ ├── classTelEngine_1_1DataEndpoint-members.html │ │ ├── classTelEngine_1_1DataEndpoint.html │ │ ├── classTelEngine_1_1DataEndpoint.png │ │ ├── classTelEngine_1_1DataFormat-members.html │ │ ├── classTelEngine_1_1DataFormat.html │ │ ├── classTelEngine_1_1DataFormat.png │ │ ├── classTelEngine_1_1DataNode-members.html │ │ ├── classTelEngine_1_1DataNode.html │ │ ├── classTelEngine_1_1DataNode.png │ │ ├── classTelEngine_1_1DataSource-members.html │ │ ├── classTelEngine_1_1DataSource.html │ │ ├── classTelEngine_1_1DataSource.png │ │ ├── classTelEngine_1_1DataTranslator-members.html │ │ ├── classTelEngine_1_1DataTranslator.html │ │ ├── classTelEngine_1_1DataTranslator.png │ │ ├── classTelEngine_1_1DebugEnabler-members.html │ │ ├── classTelEngine_1_1DebugEnabler.html │ │ ├── classTelEngine_1_1DebugEnabler.png │ │ ├── classTelEngine_1_1Debugger-members.html │ │ ├── classTelEngine_1_1Debugger.html │ │ ├── classTelEngine_1_1DefaultLogic-members.html │ │ ├── classTelEngine_1_1DefaultLogic.html │ │ ├── classTelEngine_1_1DefaultLogic.png │ │ ├── classTelEngine_1_1DnsRecord-members.html │ │ ├── classTelEngine_1_1DnsRecord.html │ │ ├── classTelEngine_1_1DnsRecord.png │ │ ├── classTelEngine_1_1Driver-members.html │ │ ├── classTelEngine_1_1Driver.html │ │ ├── classTelEngine_1_1Driver.png │ │ ├── classTelEngine_1_1DurationUpdate-members.html │ │ ├── classTelEngine_1_1DurationUpdate.html │ │ ├── classTelEngine_1_1DurationUpdate.png │ │ ├── classTelEngine_1_1Engine-members.html │ │ ├── classTelEngine_1_1Engine.html │ │ ├── classTelEngine_1_1EngineCheck-members.html │ │ ├── classTelEngine_1_1EngineCheck.html │ │ ├── classTelEngine_1_1File-members.html │ │ ├── classTelEngine_1_1File.html │ │ ├── classTelEngine_1_1File.png │ │ ├── classTelEngine_1_1Flags32-members.html │ │ ├── classTelEngine_1_1Flags32.html │ │ ├── classTelEngine_1_1FormatRepository-members.html │ │ ├── classTelEngine_1_1FormatRepository.html │ │ ├── classTelEngine_1_1GenObject-members.html │ │ ├── classTelEngine_1_1GenObject.html │ │ ├── classTelEngine_1_1GenObject.png │ │ ├── classTelEngine_1_1GenPointer-members.html │ │ ├── classTelEngine_1_1GenPointer.html │ │ ├── classTelEngine_1_1GenPointer.png │ │ ├── classTelEngine_1_1HashList-members.html │ │ ├── classTelEngine_1_1HashList.html │ │ ├── classTelEngine_1_1HashList.png │ │ ├── classTelEngine_1_1Hasher-members.html │ │ ├── classTelEngine_1_1Hasher.html │ │ ├── classTelEngine_1_1Hasher.png │ │ ├── classTelEngine_1_1ListIterator-members.html │ │ ├── classTelEngine_1_1ListIterator.html │ │ ├── classTelEngine_1_1Lock-members.html │ │ ├── classTelEngine_1_1Lock.html │ │ ├── classTelEngine_1_1Lock2-members.html │ │ ├── classTelEngine_1_1Lock2.html │ │ ├── classTelEngine_1_1Lockable-members.html │ │ ├── classTelEngine_1_1Lockable.html │ │ ├── classTelEngine_1_1Lockable.png │ │ ├── classTelEngine_1_1MD5-members.html │ │ ├── classTelEngine_1_1MD5.html │ │ ├── classTelEngine_1_1MD5.png │ │ ├── classTelEngine_1_1Math-members.html │ │ ├── classTelEngine_1_1Math.html │ │ ├── classTelEngine_1_1MathVectorBase-members.html │ │ ├── classTelEngine_1_1MathVectorBase.html │ │ ├── classTelEngine_1_1MathVectorBase.png │ │ ├── classTelEngine_1_1MemoryStream-members.html │ │ ├── classTelEngine_1_1MemoryStream.html │ │ ├── classTelEngine_1_1MemoryStream.png │ │ ├── classTelEngine_1_1Message-members.html │ │ ├── classTelEngine_1_1Message.html │ │ ├── classTelEngine_1_1Message.png │ │ ├── classTelEngine_1_1MessageDispatcher-members.html │ │ ├── classTelEngine_1_1MessageDispatcher.html │ │ ├── classTelEngine_1_1MessageDispatcher.png │ │ ├── classTelEngine_1_1MessageHandler-members.html │ │ ├── classTelEngine_1_1MessageHandler.html │ │ ├── classTelEngine_1_1MessageHandler.png │ │ ├── classTelEngine_1_1MessageHook-members.html │ │ ├── classTelEngine_1_1MessageHook.html │ │ ├── classTelEngine_1_1MessageHook.png │ │ ├── classTelEngine_1_1MessageNotifier-members.html │ │ ├── classTelEngine_1_1MessageNotifier.html │ │ ├── classTelEngine_1_1MessageNotifier.png │ │ ├── classTelEngine_1_1MessagePostHook-members.html │ │ ├── classTelEngine_1_1MessagePostHook.html │ │ ├── classTelEngine_1_1MessagePostHook.png │ │ ├── classTelEngine_1_1MessageQueue-members.html │ │ ├── classTelEngine_1_1MessageQueue.html │ │ ├── classTelEngine_1_1MessageQueue.png │ │ ├── classTelEngine_1_1MessageReceiver-members.html │ │ ├── classTelEngine_1_1MessageReceiver.html │ │ ├── classTelEngine_1_1MessageReceiver.png │ │ ├── classTelEngine_1_1MessageRelay-members.html │ │ ├── classTelEngine_1_1MessageRelay.html │ │ ├── classTelEngine_1_1MessageRelay.png │ │ ├── classTelEngine_1_1MimeAuthLine-members.html │ │ ├── classTelEngine_1_1MimeAuthLine.html │ │ ├── classTelEngine_1_1MimeAuthLine.png │ │ ├── classTelEngine_1_1MimeBinaryBody-members.html │ │ ├── classTelEngine_1_1MimeBinaryBody.html │ │ ├── classTelEngine_1_1MimeBinaryBody.png │ │ ├── classTelEngine_1_1MimeBody-members.html │ │ ├── classTelEngine_1_1MimeBody.html │ │ ├── classTelEngine_1_1MimeBody.png │ │ ├── classTelEngine_1_1MimeHeaderLine-members.html │ │ ├── classTelEngine_1_1MimeHeaderLine.html │ │ ├── classTelEngine_1_1MimeHeaderLine.png │ │ ├── classTelEngine_1_1MimeLinesBody-members.html │ │ ├── classTelEngine_1_1MimeLinesBody.html │ │ ├── classTelEngine_1_1MimeLinesBody.png │ │ ├── classTelEngine_1_1MimeMultipartBody-members.html │ │ ├── classTelEngine_1_1MimeMultipartBody.html │ │ ├── classTelEngine_1_1MimeMultipartBody.png │ │ ├── classTelEngine_1_1MimeSdpBody-members.html │ │ ├── classTelEngine_1_1MimeSdpBody.html │ │ ├── classTelEngine_1_1MimeSdpBody.png │ │ ├── classTelEngine_1_1MimeStringBody-members.html │ │ ├── classTelEngine_1_1MimeStringBody.html │ │ ├── classTelEngine_1_1MimeStringBody.png │ │ ├── classTelEngine_1_1Module-members.html │ │ ├── classTelEngine_1_1Module.html │ │ ├── classTelEngine_1_1Module.png │ │ ├── classTelEngine_1_1MucRoom-members.html │ │ ├── classTelEngine_1_1MucRoom.html │ │ ├── classTelEngine_1_1MucRoom.png │ │ ├── classTelEngine_1_1MucRoomMember-members.html │ │ ├── classTelEngine_1_1MucRoomMember.html │ │ ├── classTelEngine_1_1MucRoomMember.png │ │ ├── classTelEngine_1_1Mutex-members.html │ │ ├── classTelEngine_1_1Mutex.html │ │ ├── classTelEngine_1_1Mutex.png │ │ ├── classTelEngine_1_1MutexPool-members.html │ │ ├── classTelEngine_1_1MutexPool.html │ │ ├── classTelEngine_1_1NamedCounter-members.html │ │ ├── classTelEngine_1_1NamedCounter.html │ │ ├── classTelEngine_1_1NamedCounter.png │ │ ├── classTelEngine_1_1NamedInt-members.html │ │ ├── classTelEngine_1_1NamedInt.html │ │ ├── classTelEngine_1_1NamedInt.png │ │ ├── classTelEngine_1_1NamedIterator-members.html │ │ ├── classTelEngine_1_1NamedIterator.html │ │ ├── classTelEngine_1_1NamedList-members.html │ │ ├── classTelEngine_1_1NamedList.html │ │ ├── classTelEngine_1_1NamedList.png │ │ ├── classTelEngine_1_1NamedPointer-members.html │ │ ├── classTelEngine_1_1NamedPointer.html │ │ ├── classTelEngine_1_1NamedPointer.png │ │ ├── classTelEngine_1_1NamedString-members.html │ │ ├── classTelEngine_1_1NamedString.html │ │ ├── classTelEngine_1_1NamedString.png │ │ ├── classTelEngine_1_1NaptrRecord-members.html │ │ ├── classTelEngine_1_1NaptrRecord.html │ │ ├── classTelEngine_1_1NaptrRecord.png │ │ ├── classTelEngine_1_1ObjList-members.html │ │ ├── classTelEngine_1_1ObjList.html │ │ ├── classTelEngine_1_1ObjList.png │ │ ├── classTelEngine_1_1ObjVector-members.html │ │ ├── classTelEngine_1_1ObjVector.html │ │ ├── classTelEngine_1_1ObjVector.png │ │ ├── classTelEngine_1_1Plugin-members.html │ │ ├── classTelEngine_1_1Plugin.html │ │ ├── classTelEngine_1_1Plugin.png │ │ ├── classTelEngine_1_1Random-members.html │ │ ├── classTelEngine_1_1Random.html │ │ ├── classTelEngine_1_1RefObject-members.html │ │ ├── classTelEngine_1_1RefObject.html │ │ ├── classTelEngine_1_1RefObject.png │ │ ├── classTelEngine_1_1RefPointer-members.html │ │ ├── classTelEngine_1_1RefPointer.html │ │ ├── classTelEngine_1_1RefPointer.png │ │ ├── classTelEngine_1_1RefPointerBase-members.html │ │ ├── classTelEngine_1_1RefPointerBase.html │ │ ├── classTelEngine_1_1RefPointerBase.png │ │ ├── classTelEngine_1_1RefStorage-members.html │ │ ├── classTelEngine_1_1RefStorage.html │ │ ├── classTelEngine_1_1RefStorage.png │ │ ├── classTelEngine_1_1Regexp-members.html │ │ ├── classTelEngine_1_1Regexp.html │ │ ├── classTelEngine_1_1Regexp.png │ │ ├── classTelEngine_1_1Resolver-members.html │ │ ├── classTelEngine_1_1Resolver.html │ │ ├── classTelEngine_1_1Router-members.html │ │ ├── classTelEngine_1_1Router.html │ │ ├── classTelEngine_1_1Router.png │ │ ├── classTelEngine_1_1Runnable-members.html │ │ ├── classTelEngine_1_1Runnable.html │ │ ├── classTelEngine_1_1Runnable.png │ │ ├── classTelEngine_1_1SHA1-members.html │ │ ├── classTelEngine_1_1SHA1.html │ │ ├── classTelEngine_1_1SHA1.png │ │ ├── classTelEngine_1_1SHA256-members.html │ │ ├── classTelEngine_1_1SHA256.html │ │ ├── classTelEngine_1_1SHA256.png │ │ ├── classTelEngine_1_1SctpSocket-members.html │ │ ├── classTelEngine_1_1SctpSocket.html │ │ ├── classTelEngine_1_1SctpSocket.png │ │ ├── classTelEngine_1_1Semaphore-members.html │ │ ├── classTelEngine_1_1Semaphore.html │ │ ├── classTelEngine_1_1Semaphore.png │ │ ├── classTelEngine_1_1SharedVars-members.html │ │ ├── classTelEngine_1_1SharedVars.html │ │ ├── classTelEngine_1_1SharedVars.png │ │ ├── classTelEngine_1_1SliceVector-members.html │ │ ├── classTelEngine_1_1SliceVector.html │ │ ├── classTelEngine_1_1SliceVector.png │ │ ├── classTelEngine_1_1Socket-members.html │ │ ├── classTelEngine_1_1Socket.html │ │ ├── classTelEngine_1_1Socket.png │ │ ├── classTelEngine_1_1SocketAddr-members.html │ │ ├── classTelEngine_1_1SocketAddr.html │ │ ├── classTelEngine_1_1SocketAddr.png │ │ ├── classTelEngine_1_1SocketFilter-members.html │ │ ├── classTelEngine_1_1SocketFilter.html │ │ ├── classTelEngine_1_1SocketFilter.png │ │ ├── classTelEngine_1_1SrvRecord-members.html │ │ ├── classTelEngine_1_1SrvRecord.html │ │ ├── classTelEngine_1_1SrvRecord.png │ │ ├── classTelEngine_1_1Stream-members.html │ │ ├── classTelEngine_1_1Stream.html │ │ ├── classTelEngine_1_1Stream.png │ │ ├── classTelEngine_1_1String-members.html │ │ ├── classTelEngine_1_1String.html │ │ ├── classTelEngine_1_1String.png │ │ ├── classTelEngine_1_1SysUsage-members.html │ │ ├── classTelEngine_1_1SysUsage.html │ │ ├── classTelEngine_1_1TempObjectCounter-members.html │ │ ├── classTelEngine_1_1TempObjectCounter.html │ │ ├── classTelEngine_1_1Thread-members.html │ │ ├── classTelEngine_1_1Thread.html │ │ ├── classTelEngine_1_1Thread.png │ │ ├── classTelEngine_1_1ThreadedSource-members.html │ │ ├── classTelEngine_1_1ThreadedSource.html │ │ ├── classTelEngine_1_1ThreadedSource.png │ │ ├── classTelEngine_1_1Time-members.html │ │ ├── classTelEngine_1_1Time.html │ │ ├── classTelEngine_1_1TranslatorFactory-members.html │ │ ├── classTelEngine_1_1TranslatorFactory.html │ │ ├── classTelEngine_1_1TranslatorFactory.png │ │ ├── classTelEngine_1_1TxtRecord-members.html │ │ ├── classTelEngine_1_1TxtRecord.html │ │ ├── classTelEngine_1_1TxtRecord.png │ │ ├── classTelEngine_1_1UChar-members.html │ │ ├── classTelEngine_1_1UChar.html │ │ ├── classTelEngine_1_1UIFactory-members.html │ │ ├── classTelEngine_1_1UIFactory.html │ │ ├── classTelEngine_1_1UIFactory.png │ │ ├── classTelEngine_1_1UIWidget-members.html │ │ ├── classTelEngine_1_1UIWidget.html │ │ ├── classTelEngine_1_1UIWidget.png │ │ ├── classTelEngine_1_1URI-members.html │ │ ├── classTelEngine_1_1URI.html │ │ ├── classTelEngine_1_1URI.png │ │ ├── classTelEngine_1_1Window-members.html │ │ ├── classTelEngine_1_1Window.html │ │ ├── classTelEngine_1_1Window.png │ │ ├── classTelEngine_1_1XmlCData-members.html │ │ ├── classTelEngine_1_1XmlCData.html │ │ ├── classTelEngine_1_1XmlCData.png │ │ ├── classTelEngine_1_1XmlChild-members.html │ │ ├── classTelEngine_1_1XmlChild.html │ │ ├── classTelEngine_1_1XmlChild.png │ │ ├── classTelEngine_1_1XmlComment-members.html │ │ ├── classTelEngine_1_1XmlComment.html │ │ ├── classTelEngine_1_1XmlComment.png │ │ ├── classTelEngine_1_1XmlDeclaration-members.html │ │ ├── classTelEngine_1_1XmlDeclaration.html │ │ ├── classTelEngine_1_1XmlDeclaration.png │ │ ├── classTelEngine_1_1XmlDoctype-members.html │ │ ├── classTelEngine_1_1XmlDoctype.html │ │ ├── classTelEngine_1_1XmlDoctype.png │ │ ├── classTelEngine_1_1XmlDocument-members.html │ │ ├── classTelEngine_1_1XmlDocument.html │ │ ├── classTelEngine_1_1XmlDocument.png │ │ ├── classTelEngine_1_1XmlDomParser-members.html │ │ ├── classTelEngine_1_1XmlDomParser.html │ │ ├── classTelEngine_1_1XmlDomParser.png │ │ ├── classTelEngine_1_1XmlElement-members.html │ │ ├── classTelEngine_1_1XmlElement.html │ │ ├── classTelEngine_1_1XmlElement.png │ │ ├── classTelEngine_1_1XmlFragment-members.html │ │ ├── classTelEngine_1_1XmlFragment.html │ │ ├── classTelEngine_1_1XmlFragment.png │ │ ├── classTelEngine_1_1XmlParent-members.html │ │ ├── classTelEngine_1_1XmlParent.html │ │ ├── classTelEngine_1_1XmlParent.png │ │ ├── classTelEngine_1_1XmlSaxParser-members.html │ │ ├── classTelEngine_1_1XmlSaxParser.html │ │ ├── classTelEngine_1_1XmlSaxParser.png │ │ ├── classTelEngine_1_1XmlText-members.html │ │ ├── classTelEngine_1_1XmlText.html │ │ ├── classTelEngine_1_1XmlText.png │ │ ├── classes.html │ │ ├── closed.png │ │ ├── doc.png │ │ ├── doxygen.css │ │ ├── doxygen.png │ │ ├── files.html │ │ ├── folderclosed.png │ │ ├── folderopen.png │ │ ├── functions.html │ │ ├── functions_b.html │ │ ├── functions_c.html │ │ ├── functions_d.html │ │ ├── functions_e.html │ │ ├── functions_enum.html │ │ ├── functions_f.html │ │ ├── functions_func.html │ │ ├── functions_func_b.html │ │ ├── functions_func_c.html │ │ ├── functions_func_d.html │ │ ├── functions_func_e.html │ │ ├── functions_func_f.html │ │ ├── functions_func_g.html │ │ ├── functions_func_h.html │ │ ├── functions_func_i.html │ │ ├── functions_func_j.html │ │ ├── functions_func_k.html │ │ ├── functions_func_l.html │ │ ├── functions_func_m.html │ │ ├── functions_func_n.html │ │ ├── functions_func_o.html │ │ ├── functions_func_p.html │ │ ├── functions_func_q.html │ │ ├── functions_func_r.html │ │ ├── functions_func_s.html │ │ ├── functions_func_t.html │ │ ├── functions_func_u.html │ │ ├── functions_func_v.html │ │ ├── functions_func_w.html │ │ ├── functions_func_x.html │ │ ├── functions_func_y.html │ │ ├── functions_func_z.html │ │ ├── functions_func_~.html │ │ ├── functions_g.html │ │ ├── functions_h.html │ │ ├── functions_i.html │ │ ├── functions_j.html │ │ ├── functions_k.html │ │ ├── functions_l.html │ │ ├── functions_m.html │ │ ├── functions_n.html │ │ ├── functions_o.html │ │ ├── functions_p.html │ │ ├── functions_q.html │ │ ├── functions_r.html │ │ ├── functions_s.html │ │ ├── functions_t.html │ │ ├── functions_u.html │ │ ├── functions_v.html │ │ ├── functions_vars.html │ │ ├── functions_w.html │ │ ├── functions_x.html │ │ ├── functions_y.html │ │ ├── functions_z.html │ │ ├── functions_~.html │ │ ├── hierarchy.html │ │ ├── index.html │ │ ├── jquery.js │ │ ├── namespaceTelEngine.html │ │ ├── namespacemembers.html │ │ ├── namespacemembers_enum.html │ │ ├── namespacemembers_func.html │ │ ├── namespacemembers_type.html │ │ ├── namespaces.html │ │ ├── nav_f.png │ │ ├── nav_g.png │ │ ├── nav_h.png │ │ ├── open.png │ │ ├── splitbar.png │ │ ├── structTelEngine_1_1FormatInfo-members.html │ │ ├── structTelEngine_1_1FormatInfo.html │ │ ├── structTelEngine_1_1ImageInfo-members.html │ │ ├── structTelEngine_1_1ImageInfo.html │ │ ├── structTelEngine_1_1TokenDict-members.html │ │ ├── structTelEngine_1_1TokenDict.html │ │ ├── structTelEngine_1_1TranslatorCaps-members.html │ │ ├── structTelEngine_1_1TranslatorCaps.html │ │ ├── structTelEngine_1_1XmlEscape-members.html │ │ ├── structTelEngine_1_1XmlEscape.html │ │ ├── sync_off.png │ │ ├── sync_on.png │ │ ├── tab_a.png │ │ ├── tab_b.png │ │ ├── tab_h.png │ │ ├── tab_s.png │ │ ├── tabs.css │ │ ├── yatecbase_8h_source.html │ │ ├── yateclass_8h_source.html │ │ ├── yatemath_8h_source.html │ │ ├── yatemime_8h_source.html │ │ ├── yatengine_8h_source.html │ │ ├── yatephone_8h_source.html │ │ └── yatexml_8h_source.html │ ├── dataflow.dia │ ├── dataflow.html │ ├── doc-filter.sh │ ├── doxygen_sqlite3.db │ ├── extmodule.html │ ├── index.html │ ├── man │ │ ├── yate-config.8 │ │ └── yate.8 │ └── messages.html ├── engine │ ├── .cvsignore │ ├── Array.cpp │ ├── Base64.cpp │ ├── Channel.cpp │ ├── Cipher.cpp │ ├── Client.cpp │ ├── ClientLogic.cpp │ ├── Compressor.cpp │ ├── Configuration.cpp │ ├── DataBlock.cpp │ ├── DataFormat.cpp │ ├── Engine.cpp │ ├── HashList.cpp │ ├── Hasher.cpp │ ├── Iterator.cpp │ ├── Makefile │ ├── Makefile.in │ ├── Math.cpp │ ├── Message.cpp │ ├── Mime.cpp │ ├── Mutex.cpp │ ├── NamedList.cpp │ ├── ObjList.cpp │ ├── Plugin.cpp │ ├── Resolver.cpp │ ├── Socket.cpp │ ├── String.cpp │ ├── TelEngine.cpp │ ├── Thread.cpp │ ├── URI.cpp │ ├── XML.cpp │ ├── YMD5.cpp │ ├── YSHA1.cpp │ ├── YSHA256.cpp │ ├── macosx │ │ ├── MacOSXUtils.h │ │ └── MacOSXUtils.mm │ ├── regex │ │ ├── .cvsignore │ │ ├── regex.c │ │ └── regex.h │ └── tables │ │ ├── .cvsignore │ │ ├── a2s.h │ │ ├── a2u.h │ │ ├── u2a.h │ │ └── u2s.h ├── libs │ ├── ilbc │ │ ├── .cvsignore │ │ ├── FrameClassify.c │ │ ├── FrameClassify.h │ │ ├── LICENSE.txt │ │ ├── LPCdecode.c │ │ ├── LPCdecode.h │ │ ├── LPCencode.c │ │ ├── LPCencode.h │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── StateConstructW.c │ │ ├── StateConstructW.h │ │ ├── StateSearchW.c │ │ ├── StateSearchW.h │ │ ├── anaFilter.c │ │ ├── anaFilter.h │ │ ├── constants.c │ │ ├── constants.h │ │ ├── createCB.c │ │ ├── createCB.h │ │ ├── doCPLC.c │ │ ├── doCPLC.h │ │ ├── enhancer.c │ │ ├── enhancer.h │ │ ├── filter.c │ │ ├── filter.h │ │ ├── gainquant.c │ │ ├── gainquant.h │ │ ├── getCBvec.c │ │ ├── getCBvec.h │ │ ├── helpfun.c │ │ ├── helpfun.h │ │ ├── hpInput.c │ │ ├── hpInput.h │ │ ├── hpOutput.c │ │ ├── hpOutput.h │ │ ├── iCBConstruct.c │ │ ├── iCBConstruct.h │ │ ├── iCBSearch.c │ │ ├── iCBSearch.h │ │ ├── iLBC_decode.c │ │ ├── iLBC_decode.h │ │ ├── iLBC_define.h │ │ ├── iLBC_encode.c │ │ ├── iLBC_encode.h │ │ ├── lsf.c │ │ ├── lsf.h │ │ ├── packing.c │ │ ├── packing.h │ │ ├── syntFilter.c │ │ └── syntFilter.h │ ├── miniwebrtc │ │ ├── LICENSE │ │ ├── LICENSE_THIRD_PARTY │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── PATENTS │ │ ├── README.txt │ │ ├── audio │ │ │ ├── coding_ilbc │ │ │ │ ├── abs_quant.c │ │ │ │ ├── abs_quant.h │ │ │ │ ├── abs_quant_loop.c │ │ │ │ ├── abs_quant_loop.h │ │ │ │ ├── augmented_cb_corr.c │ │ │ │ ├── augmented_cb_corr.h │ │ │ │ ├── bw_expand.c │ │ │ │ ├── bw_expand.h │ │ │ │ ├── cb_construct.c │ │ │ │ ├── cb_construct.h │ │ │ │ ├── cb_mem_energy.c │ │ │ │ ├── cb_mem_energy.h │ │ │ │ ├── cb_mem_energy_augmentation.c │ │ │ │ ├── cb_mem_energy_augmentation.h │ │ │ │ ├── cb_mem_energy_calc.c │ │ │ │ ├── cb_mem_energy_calc.h │ │ │ │ ├── cb_search.c │ │ │ │ ├── cb_search.h │ │ │ │ ├── cb_search_core.c │ │ │ │ ├── cb_search_core.h │ │ │ │ ├── cb_update_best_index.c │ │ │ │ ├── cb_update_best_index.h │ │ │ │ ├── chebyshev.c │ │ │ │ ├── chebyshev.h │ │ │ │ ├── comp_corr.c │ │ │ │ ├── comp_corr.h │ │ │ │ ├── constants.c │ │ │ │ ├── constants.h │ │ │ │ ├── create_augmented_vec.c │ │ │ │ ├── create_augmented_vec.h │ │ │ │ ├── decode.c │ │ │ │ ├── decode.h │ │ │ │ ├── decode_residual.c │ │ │ │ ├── decode_residual.h │ │ │ │ ├── decoder_interpolate_lsf.c │ │ │ │ ├── decoder_interpolate_lsf.h │ │ │ │ ├── defines.h │ │ │ │ ├── do_plc.c │ │ │ │ ├── do_plc.h │ │ │ │ ├── encode.c │ │ │ │ ├── encode.h │ │ │ │ ├── energy_inverse.c │ │ │ │ ├── energy_inverse.h │ │ │ │ ├── enh_upsample.c │ │ │ │ ├── enh_upsample.h │ │ │ │ ├── enhancer.c │ │ │ │ ├── enhancer.h │ │ │ │ ├── enhancer_interface.c │ │ │ │ ├── enhancer_interface.h │ │ │ │ ├── filtered_cb_vecs.c │ │ │ │ ├── filtered_cb_vecs.h │ │ │ │ ├── frame_classify.c │ │ │ │ ├── frame_classify.h │ │ │ │ ├── gain_dequant.c │ │ │ │ ├── gain_dequant.h │ │ │ │ ├── gain_quant.c │ │ │ │ ├── gain_quant.h │ │ │ │ ├── get_cd_vec.c │ │ │ │ ├── get_cd_vec.h │ │ │ │ ├── get_lsp_poly.c │ │ │ │ ├── get_lsp_poly.h │ │ │ │ ├── get_sync_seq.c │ │ │ │ ├── get_sync_seq.h │ │ │ │ ├── hp_input.c │ │ │ │ ├── hp_input.h │ │ │ │ ├── hp_output.c │ │ │ │ ├── hp_output.h │ │ │ │ ├── ilbc.c │ │ │ │ ├── ilbc.h │ │ │ │ ├── index_conv_dec.c │ │ │ │ ├── index_conv_dec.h │ │ │ │ ├── index_conv_enc.c │ │ │ │ ├── index_conv_enc.h │ │ │ │ ├── init_decode.c │ │ │ │ ├── init_decode.h │ │ │ │ ├── init_encode.c │ │ │ │ ├── init_encode.h │ │ │ │ ├── interpolate.c │ │ │ │ ├── interpolate.h │ │ │ │ ├── interpolate_samples.c │ │ │ │ ├── interpolate_samples.h │ │ │ │ ├── lpc_encode.c │ │ │ │ ├── lpc_encode.h │ │ │ │ ├── lsf_check.c │ │ │ │ ├── lsf_check.h │ │ │ │ ├── lsf_interpolate_to_poly_dec.c │ │ │ │ ├── lsf_interpolate_to_poly_dec.h │ │ │ │ ├── lsf_interpolate_to_poly_enc.c │ │ │ │ ├── lsf_interpolate_to_poly_enc.h │ │ │ │ ├── lsf_to_lsp.c │ │ │ │ ├── lsf_to_lsp.h │ │ │ │ ├── lsf_to_poly.c │ │ │ │ ├── lsf_to_poly.h │ │ │ │ ├── lsp_to_lsf.c │ │ │ │ ├── lsp_to_lsf.h │ │ │ │ ├── my_corr.c │ │ │ │ ├── my_corr.h │ │ │ │ ├── nearest_neighbor.c │ │ │ │ ├── nearest_neighbor.h │ │ │ │ ├── pack_bits.c │ │ │ │ ├── pack_bits.h │ │ │ │ ├── poly_to_lsf.c │ │ │ │ ├── poly_to_lsf.h │ │ │ │ ├── poly_to_lsp.c │ │ │ │ ├── poly_to_lsp.h │ │ │ │ ├── refiner.c │ │ │ │ ├── refiner.h │ │ │ │ ├── simple_interpolate_lsf.c │ │ │ │ ├── simple_interpolate_lsf.h │ │ │ │ ├── simple_lpc_analysis.c │ │ │ │ ├── simple_lpc_analysis.h │ │ │ │ ├── simple_lsf_dequant.c │ │ │ │ ├── simple_lsf_dequant.h │ │ │ │ ├── simple_lsf_quant.c │ │ │ │ ├── simple_lsf_quant.h │ │ │ │ ├── smooth.c │ │ │ │ ├── smooth.h │ │ │ │ ├── smooth_out_data.c │ │ │ │ ├── smooth_out_data.h │ │ │ │ ├── sort_sq.c │ │ │ │ ├── sort_sq.h │ │ │ │ ├── split_vq.c │ │ │ │ ├── split_vq.h │ │ │ │ ├── state_construct.c │ │ │ │ ├── state_construct.h │ │ │ │ ├── state_search.c │ │ │ │ ├── state_search.h │ │ │ │ ├── swap_bytes.c │ │ │ │ ├── swap_bytes.h │ │ │ │ ├── unpack_bits.c │ │ │ │ ├── unpack_bits.h │ │ │ │ ├── vq3.c │ │ │ │ ├── vq3.h │ │ │ │ ├── vq4.c │ │ │ │ ├── vq4.h │ │ │ │ ├── window32_w32.c │ │ │ │ ├── window32_w32.h │ │ │ │ ├── xcorr_coef.c │ │ │ │ └── xcorr_coef.h │ │ │ ├── coding_isac │ │ │ │ ├── fix │ │ │ │ │ ├── arith_routines.c │ │ │ │ │ ├── arith_routines_hist.c │ │ │ │ │ ├── arith_routines_logist.c │ │ │ │ │ ├── arith_routins.h │ │ │ │ │ ├── bandwidth_estimator.c │ │ │ │ │ ├── bandwidth_estimator.h │ │ │ │ │ ├── codec.h │ │ │ │ │ ├── decode.c │ │ │ │ │ ├── decode_bwe.c │ │ │ │ │ ├── decode_plc.c │ │ │ │ │ ├── encode.c │ │ │ │ │ ├── entropy_coding.c │ │ │ │ │ ├── entropy_coding.h │ │ │ │ │ ├── fft.c │ │ │ │ │ ├── fft.h │ │ │ │ │ ├── filterbank_tables.c │ │ │ │ │ ├── filterbank_tables.h │ │ │ │ │ ├── filterbanks.c │ │ │ │ │ ├── filters.c │ │ │ │ │ ├── filters_neon.c │ │ │ │ │ ├── initialize.c │ │ │ │ │ ├── isacfix.c │ │ │ │ │ ├── isacfix.h │ │ │ │ │ ├── lattice.c │ │ │ │ │ ├── lattice_c.c │ │ │ │ │ ├── lpc_masking_model.c │ │ │ │ │ ├── lpc_masking_model.h │ │ │ │ │ ├── lpc_tables.c │ │ │ │ │ ├── lpc_tables.h │ │ │ │ │ ├── pitch_estimator.c │ │ │ │ │ ├── pitch_estimator.h │ │ │ │ │ ├── pitch_filter.c │ │ │ │ │ ├── pitch_gain_tables.c │ │ │ │ │ ├── pitch_gain_tables.h │ │ │ │ │ ├── pitch_lag_tables.c │ │ │ │ │ ├── pitch_lag_tables.h │ │ │ │ │ ├── settings.h │ │ │ │ │ ├── spectrum_ar_model_tables.c │ │ │ │ │ ├── spectrum_ar_model_tables.h │ │ │ │ │ ├── structs.h │ │ │ │ │ └── transform.c │ │ │ │ └── main │ │ │ │ │ ├── arith_routines.c │ │ │ │ │ ├── arith_routines.h │ │ │ │ │ ├── arith_routines_hist.c │ │ │ │ │ ├── arith_routines_logist.c │ │ │ │ │ ├── bandwidth_estimator.c │ │ │ │ │ ├── bandwidth_estimator.h │ │ │ │ │ ├── codec.h │ │ │ │ │ ├── crc.c │ │ │ │ │ ├── crc.h │ │ │ │ │ ├── decode.c │ │ │ │ │ ├── decode_bwe.c │ │ │ │ │ ├── encode.c │ │ │ │ │ ├── encode_lpc_swb.c │ │ │ │ │ ├── encode_lpc_swb.h │ │ │ │ │ ├── entropy_coding.c │ │ │ │ │ ├── entropy_coding.h │ │ │ │ │ ├── fft.c │ │ │ │ │ ├── fft.h │ │ │ │ │ ├── filter_functions.c │ │ │ │ │ ├── filterbank_tables.c │ │ │ │ │ ├── filterbank_tables.h │ │ │ │ │ ├── filterbanks.c │ │ │ │ │ ├── intialize.c │ │ │ │ │ ├── isac.c │ │ │ │ │ ├── isac.h │ │ │ │ │ ├── lattice.c │ │ │ │ │ ├── lpc_analysis.c │ │ │ │ │ ├── lpc_analysis.h │ │ │ │ │ ├── lpc_gain_swb_tables.c │ │ │ │ │ ├── lpc_gain_swb_tables.h │ │ │ │ │ ├── lpc_shape_swb12_tables.c │ │ │ │ │ ├── lpc_shape_swb12_tables.h │ │ │ │ │ ├── lpc_shape_swb16_tables.c │ │ │ │ │ ├── lpc_shape_swb16_tables.h │ │ │ │ │ ├── lpc_tables.c │ │ │ │ │ ├── lpc_tables.h │ │ │ │ │ ├── os_specific_inline.h │ │ │ │ │ ├── pitch_estimator.c │ │ │ │ │ ├── pitch_estimator.h │ │ │ │ │ ├── pitch_filter.c │ │ │ │ │ ├── pitch_gain_tables.c │ │ │ │ │ ├── pitch_gain_tables.h │ │ │ │ │ ├── pitch_lag_tables.c │ │ │ │ │ ├── pitch_lag_tables.h │ │ │ │ │ ├── settings.h │ │ │ │ │ ├── spectrum_ar_model_tables.c │ │ │ │ │ ├── spectrum_ar_model_tables.h │ │ │ │ │ ├── structs.h │ │ │ │ │ └── transform.c │ │ │ ├── common │ │ │ │ ├── processing │ │ │ │ │ ├── auto_corr_to_refl_coef.c │ │ │ │ │ ├── auto_correlation.c │ │ │ │ │ ├── complex_bit_reverse.c │ │ │ │ │ ├── complex_fft.c │ │ │ │ │ ├── copy_set_operations.c │ │ │ │ │ ├── cross_correlation.c │ │ │ │ │ ├── division_operations.c │ │ │ │ │ ├── dot_product_with_scale.c │ │ │ │ │ ├── downsample_fast.c │ │ │ │ │ ├── energy.c │ │ │ │ │ ├── filter_ar.c │ │ │ │ │ ├── filter_ar_fast_q12.c │ │ │ │ │ ├── filter_ma_fast_q12.c │ │ │ │ │ ├── get_hanning_window.c │ │ │ │ │ ├── get_scaling_square.c │ │ │ │ │ ├── ilbc_specific_functions.c │ │ │ │ │ ├── levinson_durbin.c │ │ │ │ │ ├── lpc_to_refl_coef.c │ │ │ │ │ ├── min_max_operations.c │ │ │ │ │ ├── min_max_operations_neon.c │ │ │ │ │ ├── randomization_functions.c │ │ │ │ │ ├── refl_coef_to_lpc.c │ │ │ │ │ ├── resample.c │ │ │ │ │ ├── resample_48khz.c │ │ │ │ │ ├── resample_by_2.c │ │ │ │ │ ├── resample_by_2_internal.c │ │ │ │ │ ├── resample_by_2_internal.h │ │ │ │ │ ├── resample_fractional.c │ │ │ │ │ ├── signal_processing_library.h │ │ │ │ │ ├── spl_inl.h │ │ │ │ │ ├── spl_inl_armv7.h │ │ │ │ │ ├── spl_sqrt.c │ │ │ │ │ ├── spl_sqrt_floor.c │ │ │ │ │ ├── spl_version.c │ │ │ │ │ ├── splitting_filter.c │ │ │ │ │ ├── sqrt_of_one_minus_x_squared.c │ │ │ │ │ ├── vector_scaling_operations.c │ │ │ │ │ ├── webrtc_fft_t_1024_8.c │ │ │ │ │ └── webrtc_fft_t_rad.c │ │ │ │ ├── resampler │ │ │ │ │ ├── resampler.cc │ │ │ │ │ └── resampler.h │ │ │ │ └── vad │ │ │ │ │ ├── vad_core.c │ │ │ │ │ ├── vad_core.h │ │ │ │ │ ├── vad_defines.h │ │ │ │ │ ├── vad_filterbank.c │ │ │ │ │ ├── vad_filterbank.h │ │ │ │ │ ├── vad_gmm.c │ │ │ │ │ ├── vad_gmm.h │ │ │ │ │ ├── vad_sp.c │ │ │ │ │ ├── vad_sp.h │ │ │ │ │ ├── webrtc_vad.c │ │ │ │ │ └── webrtc_vad.h │ │ │ └── processing │ │ │ │ ├── aec │ │ │ │ ├── aec_core.c │ │ │ │ ├── aec_core.h │ │ │ │ ├── aec_core_sse2.c │ │ │ │ ├── aec_rdft.c │ │ │ │ ├── aec_rdft.h │ │ │ │ ├── aec_rdft_sse2.c │ │ │ │ ├── aec_resampler.c │ │ │ │ ├── aec_resampler.h │ │ │ │ ├── echo_cancellation.c │ │ │ │ └── echo_cancellation.h │ │ │ │ ├── aecm │ │ │ │ ├── aecm_core.c │ │ │ │ ├── aecm_core.h │ │ │ │ ├── aecm_core_neon.c │ │ │ │ ├── echo_control_mobile.c │ │ │ │ └── echo_control_mobile.h │ │ │ │ ├── agc │ │ │ │ ├── analog_agc.c │ │ │ │ ├── analog_agc.h │ │ │ │ ├── digital_agc.c │ │ │ │ ├── digital_agc.h │ │ │ │ └── gain_control.h │ │ │ │ ├── audio_buffer.cc │ │ │ │ ├── audio_buffer.h │ │ │ │ ├── audio_processing.h │ │ │ │ ├── audio_processing_impl.cc │ │ │ │ ├── audio_processing_impl.h │ │ │ │ ├── echo_cancellation_impl.cc │ │ │ │ ├── echo_cancellation_impl.h │ │ │ │ ├── echo_control_mobile_impl.cc │ │ │ │ ├── echo_control_mobile_impl.h │ │ │ │ ├── gain_control_impl.cc │ │ │ │ ├── gain_control_impl.h │ │ │ │ ├── high_pass_filter_impl.cc │ │ │ │ ├── high_pass_filter_impl.h │ │ │ │ ├── level_estimator_impl.cc │ │ │ │ ├── level_estimator_impl.h │ │ │ │ ├── noise_suppression_impl.cc │ │ │ │ ├── noise_suppression_impl.h │ │ │ │ ├── ns │ │ │ │ ├── defines.h │ │ │ │ ├── noise_suppression.c │ │ │ │ ├── noise_suppression.h │ │ │ │ ├── noise_suppression_x.c │ │ │ │ ├── noise_suppression_x.h │ │ │ │ ├── ns_core.c │ │ │ │ ├── ns_core.h │ │ │ │ ├── nsx_core.c │ │ │ │ ├── nsx_core.h │ │ │ │ ├── nsx_core_neon.c │ │ │ │ ├── nsx_defines.h │ │ │ │ └── windows_private.h │ │ │ │ ├── processing_component.cc │ │ │ │ ├── processing_component.h │ │ │ │ ├── splitting_filter.cc │ │ │ │ ├── splitting_filter.h │ │ │ │ ├── utility │ │ │ │ ├── delay_estimator.c │ │ │ │ ├── delay_estimator.h │ │ │ │ ├── delay_estimator_wrapper.c │ │ │ │ ├── delay_estimator_wrapper.h │ │ │ │ ├── fft4g.c │ │ │ │ ├── fft4g.h │ │ │ │ ├── ring_buffer.c │ │ │ │ └── ring_buffer.h │ │ │ │ ├── voice_detection_impl.cc │ │ │ │ └── voice_detection_impl.h │ │ ├── common_types.h │ │ ├── import.sh │ │ ├── module.h │ │ ├── module_common_types.h │ │ ├── system_wrappers │ │ │ ├── cpu_features.cc │ │ │ ├── cpu_features_arm.c │ │ │ ├── cpu_features_wrapper.h │ │ │ ├── critical_section.cc │ │ │ ├── critical_section_posix.cc │ │ │ ├── critical_section_posix.h │ │ │ ├── critical_section_win.cc │ │ │ ├── critical_section_win.h │ │ │ ├── critical_section_wrapper.h │ │ │ ├── file_impl.cc │ │ │ ├── file_impl.h │ │ │ ├── file_wrapper.h │ │ │ └── scoped_ptr.h │ │ └── typedefs.h │ ├── yasn │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── asn.cpp │ │ └── yateasn.h │ ├── yiax │ │ ├── .cvsignore │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── engine.cpp │ │ ├── frame.cpp │ │ ├── transaction.cpp │ │ └── yateiax.h │ ├── yjabber │ │ ├── .cvsignore │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── jbengine.cpp │ │ ├── jbstream.cpp │ │ ├── jgengine.cpp │ │ ├── session.cpp │ │ ├── xmpputils.cpp │ │ ├── xmpputils.h │ │ ├── yatejabber.h │ │ └── yatejingle.h │ ├── ymgcp │ │ ├── .cvsignore │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── endpoint.cpp │ │ ├── engine.cpp │ │ ├── message.cpp │ │ ├── transaction.cpp │ │ └── yatemgcp.h │ ├── ymodem │ │ ├── .cvsignore │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── modem.cpp │ │ ├── uart.cpp │ │ └── yatemodem.h │ ├── ypbx │ │ ├── .cvsignore │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── assist.cpp │ │ ├── multiroute.cpp │ │ └── yatepbx.h │ ├── yradio │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── codec.cpp │ │ ├── radio.cpp │ │ └── yateradio.h │ ├── yrtp │ │ ├── .cvsignore │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── dejitter.cpp │ │ ├── secure.cpp │ │ ├── session.cpp │ │ ├── transport.cpp │ │ └── yatertp.h │ ├── yscript │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── evaluator.cpp │ │ ├── javascript.cpp │ │ ├── jsobjects.cpp │ │ ├── script.cpp │ │ └── yatescript.h │ ├── ysdp │ │ ├── .cvsignore │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── media.cpp │ │ ├── parser.cpp │ │ ├── session.cpp │ │ └── yatesdp.h │ ├── ysig │ │ ├── .cvsignore │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── address.cpp │ │ ├── classes.dia │ │ ├── dumper.cpp │ │ ├── engine.cpp │ │ ├── interface.cpp │ │ ├── isup.cpp │ │ ├── layer2.cpp │ │ ├── layer3.cpp │ │ ├── layer4.cpp │ │ ├── main-ss7test.cpp │ │ ├── management.cpp │ │ ├── q921.cpp │ │ ├── q931.cpp │ │ ├── router.cpp │ │ ├── run-ss7test │ │ ├── sccp.cpp │ │ ├── sigcall.cpp │ │ ├── sigtran.cpp │ │ ├── tcap.cpp │ │ ├── testpart.cpp │ │ ├── tup.cpp │ │ ├── usage.txt │ │ └── yatesig.h │ ├── ysip │ │ ├── .cvsignore │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── engine.cpp │ │ ├── message.cpp │ │ ├── transaction.cpp │ │ ├── util.cpp │ │ ├── util.h │ │ └── yatesip.h │ └── ysnmp │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── snmp.cpp │ │ └── yatesnmp.h ├── main.cpp ├── modules │ ├── .cvsignore │ ├── Makefile │ ├── Makefile.in │ ├── amrnbcodec.cpp │ ├── analyzer.cpp │ ├── callfork.cpp │ ├── callgen.cpp │ ├── cdrbuild.cpp │ ├── cdrcombine.cpp │ ├── cdrfile.cpp │ ├── client │ │ ├── .cvsignore │ │ ├── alsachan.cpp │ │ ├── coreaudio.cpp │ │ ├── dsoundchan.cpp │ │ ├── jabberclient.cpp │ │ └── osschan.cpp │ ├── conference.cpp │ ├── dumbchan.cpp │ ├── efrcodec.cpp │ ├── enumroute.cpp │ ├── extmodule.cpp │ ├── faxchan.cpp │ ├── fileinfo.cpp │ ├── filetransfer.cpp │ ├── gsmcodec.cpp │ ├── gvoice.cpp │ ├── h323chan.cpp │ ├── ilbccodec.cpp │ ├── ilbcwebrtc.cpp │ ├── isaccodec.cpp │ ├── jabber │ │ ├── .cvsignore │ │ ├── jabberserver.cpp │ │ └── jbfeatures.cpp │ ├── javascript.cpp │ ├── moh.cpp │ ├── msgsniff.cpp │ ├── mux.cpp │ ├── openssl.cpp │ ├── pbx.cpp │ ├── qt4 │ │ ├── clientarchive.cpp │ │ ├── clientarchive.h │ │ ├── customtable.cpp │ │ ├── customtable.h │ │ ├── customtext.cpp │ │ ├── customtext.h │ │ ├── customtree.cpp │ │ ├── customtree.h │ │ ├── updater.cpp │ │ ├── updater.h │ │ ├── widgetlist.cpp │ │ └── widgetlist.h │ ├── radio │ │ ├── dummyradio.cpp │ │ └── ybladerf.cpp │ ├── regexroute.cpp │ ├── rmanager.cpp │ ├── server │ │ ├── .cvsignore │ │ ├── accfile.cpp │ │ ├── analog.cpp │ │ ├── analogdetect.cpp │ │ ├── cache.cpp │ │ ├── callcounters.cpp │ │ ├── ccongestion.cpp │ │ ├── ciscosm.cpp │ │ ├── clustering.cpp │ │ ├── cpuload.cpp │ │ ├── dbpbx.cpp │ │ ├── dbwave.cpp │ │ ├── eventlogs.cpp │ │ ├── heartbeat.cpp │ │ ├── lateroute.cpp │ │ ├── lksctp.cpp │ │ ├── mgcpca.cpp │ │ ├── mgcpgw.cpp │ │ ├── monitoring.cpp │ │ ├── mrcpspeech.cpp │ │ ├── mysqldb.cpp │ │ ├── park.cpp │ │ ├── pbxassist.cpp │ │ ├── pgsqldb.cpp │ │ ├── presence.cpp │ │ ├── queues.cpp │ │ ├── queuesnotify.cpp │ │ ├── regfile.cpp │ │ ├── register.cpp │ │ ├── sigtransport.cpp │ │ ├── sipfeatures.cpp │ │ ├── sqlitedb.cpp │ │ ├── subscription.cpp │ │ ├── tdmcard.cpp │ │ ├── users.cpp │ │ ├── wpcard.cpp │ │ ├── wpcardw.cpp │ │ ├── yradius.cpp │ │ ├── ysigchan.cpp │ │ ├── ysnmpagent.cpp │ │ └── zapcard.cpp │ ├── sig │ │ ├── camel_map.cpp │ │ ├── isupmangler.cpp │ │ └── ss7_lnp_ansi.cpp │ ├── sip │ │ └── sip_cnam_lnp.cpp │ ├── speexcodec.cpp │ ├── test │ │ ├── .cvsignore │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── crypto.cpp │ │ ├── jsext.cpp │ │ ├── msgdelay.cpp │ │ ├── nettest.cpp │ │ ├── radiotest.cpp │ │ ├── randcall.cpp │ │ ├── test.cpp │ │ └── test1.cpp │ ├── tonedetect.cpp │ ├── tonegen.cpp │ ├── wavefile.cpp │ ├── yiaxchan.cpp │ ├── yjinglechan.cpp │ ├── yrtpchan.cpp │ ├── ysipchan.cpp │ ├── ysockschan.cpp │ ├── ystunchan.cpp │ └── zlibcompress.cpp ├── packing │ ├── .cvsignore │ ├── deb │ │ ├── yate.init │ │ └── yate.init.defaults │ ├── portage │ │ ├── yate.conf │ │ ├── yate.ebuild │ │ ├── yate.ebuild.in │ │ └── yate.init │ ├── rpm │ │ ├── .cvsignore │ │ ├── yate.init │ │ ├── yate.service │ │ ├── yate.spec │ │ └── yate.spec.in │ ├── tarballs │ │ └── .cvsignore │ ├── yate.logrotate │ └── yate.url ├── run ├── run.in ├── share │ ├── .cvsignore │ ├── Makefile │ ├── Makefile.in │ ├── data │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── NULL-TEAM-MIB.txt │ │ ├── YATE-MIB.txt │ │ ├── hostedx115.rbf │ │ ├── hostedx40.rbf │ │ └── snmp_mib.conf │ ├── help │ │ ├── .cvsignore │ │ ├── 0.yhlp │ │ ├── 1.yhlp │ │ ├── 2.yhlp │ │ ├── 3.yhlp │ │ ├── 4.yhlp │ │ ├── 99.yhlp │ │ ├── Makefile │ │ └── Makefile.in │ ├── scripts │ │ ├── .cvsignore │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── Yate.pm │ │ ├── banbrutes.php │ │ ├── detector.php │ │ ├── dialout-dialer.php │ │ ├── dialout-scheduler.php │ │ ├── dtmf1.pl │ │ ├── echo.sh │ │ ├── eliza.js │ │ ├── ivrsample.php │ │ ├── leavemail.php │ │ ├── leavemail_sipt.php │ │ ├── libchatbot.js │ │ ├── libeliza.js │ │ ├── libvoicemail.php │ │ ├── libyate.php │ │ ├── libyate.py │ │ ├── libyatechan.php │ │ ├── libyateivr.php │ │ ├── noise.sh │ │ ├── noroute.pl │ │ ├── overlapped.php │ │ ├── pbxassist.php │ │ ├── pickup.php │ │ ├── play.sh │ │ ├── playrec.php │ │ ├── postanm_dtmf.php │ │ ├── queue_in.php │ │ ├── queue_out.php │ │ ├── registration.php │ │ ├── resolver.php │ │ ├── ringback.php │ │ ├── route.php │ │ ├── sipfeatures.php │ │ ├── test.php │ │ ├── test.py │ │ ├── test.sh │ │ ├── testpbx.php │ │ ├── voicemail.php │ │ ├── yaypm │ │ │ ├── README.txt │ │ │ ├── setup.py │ │ │ └── yaypm │ │ │ │ ├── __init__.py │ │ │ │ ├── examples │ │ │ │ ├── __init__.py │ │ │ │ ├── keyecho.py │ │ │ │ ├── keyecho2.py │ │ │ │ └── pbx.py │ │ │ │ ├── flow.py │ │ │ │ └── utils │ │ │ │ ├── __init__.py │ │ │ │ ├── answer.py │ │ │ │ ├── resources │ │ │ │ └── __init__.py │ │ │ │ ├── srcmon.py │ │ │ │ └── tester │ │ │ │ ├── __init__.py │ │ │ │ └── dtmfetc.py │ │ └── ypike │ │ │ ├── AUTHORS │ │ │ ├── CHANGES │ │ │ ├── INSTALL │ │ │ ├── LICENSE │ │ │ ├── Makefile.in │ │ │ ├── README │ │ │ ├── Yate.pmod.in │ │ │ └── module.pmod │ │ │ ├── configure.in │ │ │ └── example │ │ │ ├── fax.pike │ │ │ └── voicemail.pike │ ├── skins │ │ ├── .cvsignore │ │ ├── Makefile │ │ ├── Makefile.in │ │ └── default │ │ │ ├── .cvsignore │ │ │ ├── account.ui │ │ │ ├── account_title.png │ │ │ ├── accountlist.ui │ │ │ ├── accountlist_title.png │ │ │ ├── accountwizard.ui │ │ │ ├── accountwizard_title.png │ │ │ ├── activ.png │ │ │ ├── add.png │ │ │ ├── add_hover.png │ │ │ ├── add_menu.png │ │ │ ├── add_pressed.png │ │ │ ├── addaccount.png │ │ │ ├── addaccount_menu.png │ │ │ ├── addaccountwiz.png │ │ │ ├── addaccountwiz_menu.png │ │ │ ├── addchatroom.png │ │ │ ├── addchatroom_menu.png │ │ │ ├── addcontact.png │ │ │ ├── addrbook.ui │ │ │ ├── addrbook_title.png │ │ │ ├── answer.png │ │ │ ├── answer_20.png │ │ │ ├── answer_20_hover.png │ │ │ ├── answer_20_pressed.png │ │ │ ├── arch_contact_item.ui │ │ │ ├── arch_room_item.ui │ │ │ ├── arch_roompriv_item.ui │ │ │ ├── arch_session_item.ui │ │ │ ├── archive.png │ │ │ ├── archive.ui │ │ │ ├── archive_hover.png │ │ │ ├── archive_menu.png │ │ │ ├── archive_pressed.png │ │ │ ├── archive_title.png │ │ │ ├── ask.png │ │ │ ├── ask_32.png │ │ │ ├── bell.png │ │ │ ├── book.png │ │ │ ├── book_32.png │ │ │ ├── busy.ui │ │ │ ├── call.png │ │ │ ├── call_hover.png │ │ │ ├── call_pressed.png │ │ │ ├── calls_tab.png │ │ │ ├── calls_tab_hover.png │ │ │ ├── calls_tab_pressed.png │ │ │ ├── cancel.png │ │ │ ├── cancel_hover.png │ │ │ ├── cancel_pressed.png │ │ │ ├── cancel_transfer_20.png │ │ │ ├── cancel_transfer_20_hover.png │ │ │ ├── cancel_transfer_20_pressed.png │ │ │ ├── cb_arrow.png │ │ │ ├── cdr.png │ │ │ ├── cdr_32.png │ │ │ ├── cdr_tab.png │ │ │ ├── cdr_tab_hover.png │ │ │ ├── cdr_tab_pressed.png │ │ │ ├── chan_idle.png │ │ │ ├── chan_progress.png │ │ │ ├── chan_ringing.png │ │ │ ├── chan_routed.png │ │ │ ├── channel_conf_add.ui │ │ │ ├── channel_conf_item.ui │ │ │ ├── channel_item.ui │ │ │ ├── channel_transfer_item.ui │ │ │ ├── channel_transfer_start.ui │ │ │ ├── chat.png │ │ │ ├── chat.ui │ │ │ ├── chat_menu.png │ │ │ ├── chat_tab.png │ │ │ ├── chat_tab_hover.png │ │ │ ├── chat_tab_pressed.png │ │ │ ├── chat_title.png │ │ │ ├── chatroomedit.ui │ │ │ ├── chatroomedit_title.png │ │ │ ├── checkbox_off.png │ │ │ ├── checkbox_on.png │ │ │ ├── checkmark_menu.png │ │ │ ├── clear.png │ │ │ ├── clear_hover.png │ │ │ ├── clear_pressed.png │ │ │ ├── close.png │ │ │ ├── close_16.png │ │ │ ├── close_16_hover.png │ │ │ ├── close_16_pressed.png │ │ │ ├── collapsed.png │ │ │ ├── conf_bg.png │ │ │ ├── conference.png │ │ │ ├── conference_20.png │ │ │ ├── conference_20_hover.png │ │ │ ├── conference_20_pressed.png │ │ │ ├── configure.png │ │ │ ├── configure_menu.png │ │ │ ├── confirm.ui │ │ │ ├── contactedit.ui │ │ │ ├── contactedit_title.png │ │ │ ├── contactfs.ui │ │ │ ├── contactfsd.ui │ │ │ ├── contactinfo.ui │ │ │ ├── contactinfo_title.png │ │ │ ├── contacts_tab.png │ │ │ ├── contacts_tab_hover.png │ │ │ ├── contacts_tab_pressed.png │ │ │ ├── delete.png │ │ │ ├── delete_hover.png │ │ │ ├── delete_menu.png │ │ │ ├── delete_pressed.png │ │ │ ├── dialpad_20.png │ │ │ ├── dialpad_20_hover.png │ │ │ ├── dialpad_20_pressed.png │ │ │ ├── digit0.png │ │ │ ├── digit0_hover.png │ │ │ ├── digit0_pressed.png │ │ │ ├── digit1.png │ │ │ ├── digit1_hover.png │ │ │ ├── digit1_pressed.png │ │ │ ├── digit2.png │ │ │ ├── digit2_hover.png │ │ │ ├── digit2_pressed.png │ │ │ ├── digit3.png │ │ │ ├── digit3_hover.png │ │ │ ├── digit3_pressed.png │ │ │ ├── digit4.png │ │ │ ├── digit4_hover.png │ │ │ ├── digit4_pressed.png │ │ │ ├── digit5.png │ │ │ ├── digit5_hover.png │ │ │ ├── digit5_pressed.png │ │ │ ├── digit6.png │ │ │ ├── digit6_hover.png │ │ │ ├── digit6_pressed.png │ │ │ ├── digit7.png │ │ │ ├── digit7_hover.png │ │ │ ├── digit7_pressed.png │ │ │ ├── digit8.png │ │ │ ├── digit8_hover.png │ │ │ ├── digit8_pressed.png │ │ │ ├── digit9.png │ │ │ ├── digit9_hover.png │ │ │ ├── digit9_pressed.png │ │ │ ├── digitpound.png │ │ │ ├── digitpound_hover.png │ │ │ ├── digitpound_pressed.png │ │ │ ├── digitstar.png │ │ │ ├── digitstar_hover.png │ │ │ ├── digitstar_pressed.png │ │ │ ├── dockedchat.ui │ │ │ ├── dockedchat_title.png │ │ │ ├── down.png │ │ │ ├── down_active.png │ │ │ ├── down_small.png │ │ │ ├── down_small_off.png │ │ │ ├── edit.png │ │ │ ├── edit_hover.png │ │ │ ├── edit_menu.png │ │ │ ├── edit_pressed.png │ │ │ ├── events.png │ │ │ ├── events.ui │ │ │ ├── events_menu.png │ │ │ ├── events_title.png │ │ │ ├── expanded.png │ │ │ ├── file_trans.png │ │ │ ├── file_trans_menu.png │ │ │ ├── fileprogress.ui │ │ │ ├── fileprogress_item.ui │ │ │ ├── fileprogress_title.png │ │ │ ├── find.png │ │ │ ├── findnext.png │ │ │ ├── findprev.png │ │ │ ├── folder_16.png │ │ │ ├── folder_open_16.png │ │ │ ├── handshake.png │ │ │ ├── handshake_x.png │ │ │ ├── hangup.png │ │ │ ├── hangup_20.png │ │ │ ├── hangup_20_hover.png │ │ │ ├── hangup_20_pressed.png │ │ │ ├── help.ui │ │ │ ├── help_title.png │ │ │ ├── hold.png │ │ │ ├── hold_20.png │ │ │ ├── hold_20_hover.png │ │ │ ├── hold_20_pressed.png │ │ │ ├── home.png │ │ │ ├── home_hover.png │ │ │ ├── home_pressed.png │ │ │ ├── incoming.png │ │ │ ├── info.png │ │ │ ├── info_32.png │ │ │ ├── info_menu.png │ │ │ ├── input.ui │ │ │ ├── inputacccred.ui │ │ │ ├── inputacccred_title.png │ │ │ ├── inputpwd.ui │ │ │ ├── inputpwd_title.png │ │ │ ├── joinmucwizard.ui │ │ │ ├── joinmucwizard_title.png │ │ │ ├── keyboard.png │ │ │ ├── left.png │ │ │ ├── left_hover.png │ │ │ ├── left_pressed.png │ │ │ ├── message.ui │ │ │ ├── messages_generic.ui │ │ │ ├── messages_header.ui │ │ │ ├── messages_loginfail.ui │ │ │ ├── messages_okrejignore.ui │ │ │ ├── minus.png │ │ │ ├── muc.png │ │ │ ├── muc_16.png │ │ │ ├── muc_hover.png │ │ │ ├── muc_menu.png │ │ │ ├── muc_pressed.png │ │ │ ├── mucchat.ui │ │ │ ├── mucinvite.ui │ │ │ ├── mucprivchat.ui │ │ │ ├── mucs.ui │ │ │ ├── mucs_title.png │ │ │ ├── next.png │ │ │ ├── notif.png │ │ │ ├── notif_menu.png │ │ │ ├── notification.ui │ │ │ ├── null_team-16.png │ │ │ ├── null_team-32.png │ │ │ ├── null_team-48.png │ │ │ ├── ok.png │ │ │ ├── ok_hover.png │ │ │ ├── ok_pressed.png │ │ │ ├── outgoing.png │ │ │ ├── phone.png │ │ │ ├── phone_32.png │ │ │ ├── phone_menu.png │ │ │ ├── phone_tab.png │ │ │ ├── phone_tab_hover.png │ │ │ ├── phone_tab_pressed.png │ │ │ ├── plus.png │ │ │ ├── pointer.png │ │ │ ├── prev.png │ │ │ ├── progress.gif │ │ │ ├── qt4client.rc │ │ │ ├── qt4client.ui │ │ │ ├── quest.png │ │ │ ├── quest_hover.png │ │ │ ├── quest_pressed.png │ │ │ ├── quit.png │ │ │ ├── radio_off.png │ │ │ ├── radio_on.png │ │ │ ├── right.png │ │ │ ├── right_hover.png │ │ │ ├── right_pressed.png │ │ │ ├── room_member.ui │ │ │ ├── room_subject.png │ │ │ ├── room_subject_hover.png │ │ │ ├── room_subject_pressed.png │ │ │ ├── save.png │ │ │ ├── save_hover.png │ │ │ ├── save_pressed.png │ │ │ ├── scroll_down.png │ │ │ ├── scroll_left.png │ │ │ ├── scroll_right.png │ │ │ ├── scroll_up.png │ │ │ ├── search.png │ │ │ ├── send_transfer_20.png │ │ │ ├── send_transfer_20_hover.png │ │ │ ├── send_transfer_20_pressed.png │ │ │ ├── sendchat.png │ │ │ ├── sendchat_hover.png │ │ │ ├── sendchat_pressed.png │ │ │ ├── sendfile.png │ │ │ ├── sendfile_20.png │ │ │ ├── sendfile_hover_20.png │ │ │ ├── sendfile_menu.png │ │ │ ├── sendfile_pressed_20.png │ │ │ ├── settings.ui │ │ │ ├── settings_title.png │ │ │ ├── sharedfile_20.png │ │ │ ├── sharedfile_hover_20.png │ │ │ ├── sharedfile_menu.png │ │ │ ├── sharedfile_pressed_20.png │ │ │ ├── sharedfile_title.png │ │ │ ├── sharefile_20.png │ │ │ ├── sharefile_hover_20.png │ │ │ ├── sharefile_menu.png │ │ │ ├── sharefile_none_20.png │ │ │ ├── sharefile_none_hover_20.png │ │ │ ├── sharefile_none_pressed_20.png │ │ │ ├── sharefile_pressed_20.png │ │ │ ├── sharefile_title.png │ │ │ ├── speaker.png │ │ │ ├── speaker_x.png │ │ │ ├── status_away.png │ │ │ ├── status_away_menu.png │ │ │ ├── status_busy.png │ │ │ ├── status_busy_menu.png │ │ │ ├── status_connecting.png │ │ │ ├── status_dnd.png │ │ │ ├── status_dnd_menu.png │ │ │ ├── status_offline.png │ │ │ ├── status_offline_menu.png │ │ │ ├── status_online.png │ │ │ ├── status_online_menu.png │ │ │ ├── status_xa.png │ │ │ ├── status_xa_menu.png │ │ │ ├── stylesheet.css │ │ │ ├── stylesheet_mac.css │ │ │ ├── stylesheet_oswindows.css │ │ │ ├── trans_bg.png │ │ │ ├── transfer.png │ │ │ ├── transfer_20.png │ │ │ ├── transfer_20_hover.png │ │ │ ├── transfer_20_pressed.png │ │ │ ├── tray_incomingcall.png │ │ │ ├── tray_incomingchat.png │ │ │ ├── tray_info.png │ │ │ ├── tray_notification.png │ │ │ ├── up.png │ │ │ ├── up_active.png │ │ │ ├── up_small.png │ │ │ ├── up_small_off.png │ │ │ ├── update.png │ │ │ ├── updater.ui │ │ │ ├── user.png │ │ │ ├── user_hover.png │ │ │ ├── user_menu.png │ │ │ ├── user_pressed.png │ │ │ └── waiting_32.gif │ └── sounds │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── ring.au │ │ ├── ring.wav │ │ └── tone.wav ├── tools │ ├── .cvsignore │ ├── addcopy.sh │ ├── gdb-bt-all.txt │ ├── log_rotate.sh │ ├── mkpatch.sh │ ├── rmendw.sh │ ├── sctp_linux.sh │ ├── tabify.sh │ ├── untabify.sh │ ├── upcopy.sh │ └── yatemon.sh ├── windows │ ├── .cvsignore │ ├── Client.vcproj │ ├── Console.vcproj │ ├── Extra.vcproj │ ├── LibQt4.vcproj │ ├── Libyate.vcproj │ ├── Modules.vcproj │ ├── QT4Modules.vcproj │ ├── Qt4Client.vcproj │ ├── Service.vcproj │ ├── TestSS7.vcproj │ ├── YATE.sln │ ├── YATE.vcproj │ ├── _accfile.vcproj │ ├── _amrnbcodec.vcproj │ ├── _analog.vcproj │ ├── _analogdetect.vcproj │ ├── _analyzer.vcproj │ ├── _cache.vcproj │ ├── _callcounters.vcproj │ ├── _callfork.vcproj │ ├── _callgen.vcproj │ ├── _camel_map.vcproj │ ├── _ccongestion.vcproj │ ├── _cdrbuild.vcproj │ ├── _cdrcombine.vcproj │ ├── _cdrfile.vcproj │ ├── _ciscosm.vcproj │ ├── _clientarchive.vcproj │ ├── _clustering.vcproj │ ├── _conference.vcproj │ ├── _cpuload.vcproj │ ├── _customtable.vcproj │ ├── _customtext.vcproj │ ├── _customtree.vcproj │ ├── _dbpbx.vcproj │ ├── _dbwave.vcproj │ ├── _dsoundchan.vcproj │ ├── _dumbchan.vcproj │ ├── _enumroute.vcproj │ ├── _eventlogs.vcproj │ ├── _extmodule.vcproj │ ├── _fileinfo.vcproj │ ├── _filetransfer.vcproj │ ├── _gsmcodec.vcproj │ ├── _gvoice.vcproj │ ├── _h323chan.vcproj │ ├── _heartbeat.vcproj │ ├── _ilbccodec.vcproj │ ├── _ilbcwebrtc.vcproj │ ├── _isaccodec.vcproj │ ├── _isupmangler.vcproj │ ├── _jabberclient.vcproj │ ├── _jabberserver.vcproj │ ├── _javascript.vcproj │ ├── _jbfeatures.vcproj │ ├── _lateroute.vcproj │ ├── _mgcpca.vcproj │ ├── _mgcpgw.vcproj │ ├── _monitoring.vcproj │ ├── _msgsniff.vcproj │ ├── _mux.vcproj │ ├── _mysqldb.vcproj │ ├── _openssl.vcproj │ ├── _park.vcproj │ ├── _pbx.vcproj │ ├── _pbxassist.vcproj │ ├── _pgsqldb.vcproj │ ├── _presence.vcproj │ ├── _queues.vcproj │ ├── _queuesnotify.vcproj │ ├── _regexroute.vcproj │ ├── _regfile.vcproj │ ├── _register.vcproj │ ├── _rmanager.vcproj │ ├── _sigtransport.vcproj │ ├── _sip_cnam_lnp.vcproj │ ├── _sipfeatures.vcproj │ ├── _speexcodec.vcproj │ ├── _sqlitedb.vcproj │ ├── _ss7_lnp_ansi.vcproj │ ├── _subscription.vcproj │ ├── _tonedetect.vcproj │ ├── _tonegen.vcproj │ ├── _updater.vcproj │ ├── _users.vcproj │ ├── _wavefile.vcproj │ ├── _widgetlist.vcproj │ ├── _wpcard.vcproj │ ├── _yiaxchan.vcproj │ ├── _yjinglechan.vcproj │ ├── _yradius.vcproj │ ├── _yrtpchan.vcproj │ ├── _ysigchan.vcproj │ ├── _ysipchan.vcproj │ ├── _ysnmpagent.vcproj │ ├── _ysockschan.vcproj │ ├── _ystunchan.vcproj │ ├── _zlibcompress.vcproj │ ├── client.rc │ ├── libilbc.vcproj │ ├── libminiwebrtc.vcproj │ ├── libregex.vcproj │ ├── libyasn.vcproj │ ├── libyiax.vcproj │ ├── libyjabber.vcproj │ ├── libymgcp.vcproj │ ├── libymodem.vcproj │ ├── libypbx.vcproj │ ├── libyrtp.vcproj │ ├── libyscript.vcproj │ ├── libysdp.vcproj │ ├── libysig.vcproj │ ├── libysip.vcproj │ ├── libysnmp.vcproj │ ├── main-client.cpp │ ├── main-service.cpp │ ├── msvcrtest.c │ ├── msvcrtest.vcproj │ ├── null_team.ico │ ├── resource.h │ ├── run-console.bat │ ├── run-qt4.bat │ ├── unistd.h │ ├── ver+icon.rc │ ├── version.rc │ ├── yate.iss │ ├── yateiss.inc │ └── yateversn.h ├── yate-config ├── yate-config.in ├── yate-config.sh ├── yate.pc ├── yate.pc.in ├── yatecbase.h ├── yateclass.h ├── yateiss.inc ├── yateiss.inc.in ├── yatemath.h ├── yatemime.h ├── yatengine.h ├── yatephone.h ├── yateversn.h ├── yateversn.h.in └── yatexml.h └── yatebts ├── COPYING ├── INSTALL ├── Makefile ├── Makefile.in ├── README ├── autogen.sh ├── autom4te.cache ├── output.0 ├── requests └── traces.0 ├── config.h ├── config.h.in ├── config.log ├── config.status ├── configure ├── configure.ac ├── gsmtrx.cpp ├── mbts ├── A53 │ ├── COPYING │ ├── Makefile │ ├── Makefile.in │ ├── a5.c │ ├── a5.h │ ├── a53.h │ ├── a53test.cpp │ ├── a5_speed.c │ ├── a5_test.c │ ├── bits.c │ ├── bits.h │ ├── gea.c │ ├── gea.h │ ├── gea_test.c │ ├── gprs_cipher.h │ ├── ifc.cpp │ ├── kasumi.c │ ├── kasumi.h │ ├── kasumi_test.c │ ├── linuxlist.h │ ├── utils.c │ └── utils.h ├── AUTHORS ├── CLI │ ├── CLI.cpp │ ├── CLI.h │ ├── Makefile │ ├── Makefile.in │ └── README.CLI ├── COPYING ├── CommonLibs │ ├── A51.cpp │ ├── A51.h │ ├── A51Test.cpp │ ├── BitVector.cpp │ ├── BitVector.h │ ├── BitVectorTest.cpp │ ├── COPYING │ ├── Configuration.cpp │ ├── Configuration.h │ ├── ConfigurationTest.cpp │ ├── F16.h │ ├── F16Test.cpp │ ├── Interthread.h │ ├── InterthreadTest.cpp │ ├── LinkedLists.cpp │ ├── LinkedLists.h │ ├── LogTest.cpp │ ├── Logger.cpp │ ├── Logger.h │ ├── Makefile │ ├── Makefile.in │ ├── MemoryLeak.h │ ├── README.common │ ├── Reporting.cpp │ ├── Reporting.h │ ├── ReportingTest.cpp │ ├── ScalarTypes.h │ ├── Sockets.cpp │ ├── Sockets.h │ ├── SocketsTest.cpp │ ├── Threads.cpp │ ├── Threads.h │ ├── Timeval.cpp │ ├── Timeval.h │ ├── TimevalTest.cpp │ ├── Utils.cpp │ ├── Utils.h │ ├── Vector.h │ ├── VectorTest.cpp │ ├── example.config │ ├── sqlite3util.cpp │ └── sqlite3util.h ├── Connection │ ├── CmdConnection.cpp │ ├── CmdConnection.h │ ├── ConnectionMap.cpp │ ├── ConnectionMap.h │ ├── GenConnection.cpp │ ├── GenConnection.h │ ├── GprsConnMap.cpp │ ├── GprsConnMap.h │ ├── LogConnection.cpp │ ├── LogConnection.h │ ├── Makefile │ ├── Makefile.in │ ├── MediaConnection.cpp │ ├── MediaConnection.h │ ├── SigConnection.cpp │ └── SigConnection.h ├── Control │ ├── ControlCommon.cpp │ ├── ControlCommon.h │ ├── DCCHDispatch.cpp │ ├── Makefile │ ├── Makefile.in │ ├── README.Control │ ├── RadioResource.cpp │ ├── RadioResource.h │ └── SMSCB.cpp ├── GPRS │ ├── BSSG.cpp │ ├── BSSG.h │ ├── BSSGMessages.cpp │ ├── BSSGMessages.h │ ├── ByteVector.cpp │ ├── ByteVector.h │ ├── CS4.txt │ ├── FEC.cpp │ ├── FEC.h │ ├── GPRSCLI.cpp │ ├── GPRSExport.h │ ├── GPRSInternal.h │ ├── GPRSRLC.h │ ├── GPRSTDMA.h │ ├── MAC.cpp │ ├── MAC.h │ ├── MSInfo.cpp │ ├── MSInfo.h │ ├── Makefile │ ├── Makefile.in │ ├── MsgBase.cpp │ ├── MsgBase.h │ ├── RLC.cpp │ ├── RLCEngine.cpp │ ├── RLCEngine.h │ ├── RLCHdr.h │ ├── RLCMessages.cpp │ ├── RLCMessages.h │ ├── RList.h │ ├── ScalarTypes.h │ ├── TBF.cpp │ ├── TBF.h │ ├── makefile.pat │ ├── makefile.tests │ ├── notes.txt │ ├── pat.txt │ ├── pinghttp.c │ └── todo.txt ├── GSM │ ├── AppInfTest.cpp │ ├── GSM610Tables.cpp │ ├── GSM610Tables.h │ ├── GSMCommon.cpp │ ├── GSMCommon.h │ ├── GSMConfig.cpp │ ├── GSMConfig.h │ ├── GSML1FEC.cpp │ ├── GSML1FEC.h │ ├── GSML2LAPDm.cpp │ ├── GSML2LAPDm.h │ ├── GSML3CommonElements.cpp │ ├── GSML3CommonElements.h │ ├── GSML3GPRSElements.cpp │ ├── GSML3GPRSElements.h │ ├── GSML3Message.cpp │ ├── GSML3Message.h │ ├── GSML3RRElements.cpp │ ├── GSML3RRElements.h │ ├── GSML3RRMessages.cpp │ ├── GSML3RRMessages.h │ ├── GSMLogicalChannel.cpp │ ├── GSMLogicalChannel.h │ ├── GSMSAPMux.cpp │ ├── GSMSAPMux.h │ ├── GSMSMSCBL3Messages.cpp │ ├── GSMSMSCBL3Messages.h │ ├── GSMTAPDump.cpp │ ├── GSMTAPDump.h │ ├── GSMTDMA.cpp │ ├── GSMTDMA.h │ ├── GSMTransfer.cpp │ ├── GSMTransfer.h │ ├── Makefile │ ├── Makefile.in │ ├── PhysicalStatus.cpp │ ├── PhysicalStatus.h │ ├── PowerManager.cpp │ ├── PowerManager.h │ └── gsmtap.h ├── Globals │ ├── Defines.h │ ├── Globals.cpp │ ├── Globals.h │ ├── Makefile │ └── Makefile.in ├── LEGAL ├── Makefile.head.in ├── Makefile.tail.in ├── Peering │ ├── Makefile │ ├── Makefile.in │ ├── NeighborTable.cpp │ └── NeighborTable.h ├── README ├── SGSNGGSN │ ├── GPRSL3Messages.cpp │ ├── GPRSL3Messages.h │ ├── Ggsn.cpp │ ├── Ggsn.h │ ├── LLC.cpp │ ├── LLC.h │ ├── Makefile │ ├── Makefile.in │ ├── Sgsn.cpp │ ├── Sgsn.h │ ├── SgsnBase.h │ ├── SgsnCli.cpp │ ├── SgsnConn.h │ ├── SgsnExport.h │ ├── iputils.cpp │ ├── miniggsn.cpp │ └── miniggsn.h ├── TRXManager │ ├── Makefile │ ├── Makefile.in │ ├── README.TRXManager │ ├── TRXManager.cpp │ ├── TRXManager.h │ └── clockdump.sh ├── apps │ ├── GetConfigurationKeys.cpp │ ├── Makefile │ ├── Makefile.in │ └── OpenBTS.cpp ├── ctags.sh ├── doxconfig └── sqlite3 │ ├── Makefile │ ├── Makefile.in │ ├── sqlite3.c │ ├── sqlite3.h │ └── sqlite3ext.h ├── nib ├── Makefile ├── Makefile.in ├── auth │ ├── Makefile │ ├── Makefile.in │ ├── do_comp128.c │ ├── gsm_auth.sh │ ├── milenage │ │ ├── main.c │ │ ├── milenage.c │ │ ├── milenage.h │ │ ├── rijndael.c │ │ └── rijndael.h │ └── test_crypto.sh ├── custom_sms.js ├── echo.au ├── nib.js ├── subscribers.conf.sample ├── web │ ├── .htaccess │ ├── README │ ├── ansql │ │ ├── COPYING │ │ ├── ansql_tests │ │ │ ├── runTest_JsObjFile.php │ │ │ └── test_js1.js │ │ ├── base_classes.php │ │ ├── config.php.sample │ │ ├── debug.php │ │ ├── debug_all.php │ │ ├── default_classes │ │ │ └── actionlog.php │ │ ├── force_update.php │ │ ├── framework.php │ │ ├── javascript.js │ │ ├── lib.php │ │ ├── lib_files.php │ │ ├── lib_json_requests.php │ │ ├── set_debug.php │ │ ├── socketconn.php │ │ └── use_json_requests.php │ ├── config.php │ ├── css │ │ └── main.css │ ├── custom_sms.php │ ├── defaults.php │ ├── download.php │ ├── images │ │ ├── advanced.jpg │ │ ├── basic.jpg │ │ ├── question.jpg │ │ ├── sim_programmer.png │ │ └── yatebts_nib_logo.png │ ├── index.php │ ├── javascript.js │ ├── lib │ │ ├── lib_proj.php │ │ └── menu.php │ ├── main.php │ ├── modules │ │ └── default │ │ │ ├── bts_configuration.php │ │ │ ├── call_logs.php │ │ │ ├── outgoing.php │ │ │ └── subscribers.php │ ├── structure.php │ └── ybts │ │ ├── check_validity_fields_ybts.php │ │ ├── create_radio_band_select_array.php │ │ ├── lib_ybts.php │ │ ├── test │ │ └── test_ybts_fields_validity.php │ │ ├── ybts_fields.php │ │ └── ybts_menu.php ├── welcome.au └── welcome.js ├── roaming ├── Makefile ├── Makefile.in ├── handover.js ├── lib_str_util.js └── roaming.js ├── transceiver ├── Makefile ├── Makefile.in ├── gsmutil.cpp ├── gsmutil.h ├── main.cpp ├── sigproc.cpp ├── sigproc.h ├── transceiver.cpp └── transceiver.h ├── yate-bts.spec ├── yate-bts.spec.in ├── ybts.conf.sample ├── ybts.cpp └── ybts.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/README.md -------------------------------------------------------------------------------- /yate/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/.cvsignore -------------------------------------------------------------------------------- /yate/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/COPYING -------------------------------------------------------------------------------- /yate/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/ChangeLog -------------------------------------------------------------------------------- /yate/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/Makefile -------------------------------------------------------------------------------- /yate/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/Makefile.in -------------------------------------------------------------------------------- /yate/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/README -------------------------------------------------------------------------------- /yate/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/autogen.sh -------------------------------------------------------------------------------- /yate/autom4te.cache/output.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/autom4te.cache/output.0 -------------------------------------------------------------------------------- /yate/autom4te.cache/requests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/autom4te.cache/requests -------------------------------------------------------------------------------- /yate/autom4te.cache/traces.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/autom4te.cache/traces.0 -------------------------------------------------------------------------------- /yate/clients/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/.cvsignore -------------------------------------------------------------------------------- /yate/clients/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/Makefile -------------------------------------------------------------------------------- /yate/clients/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/Makefile.in -------------------------------------------------------------------------------- /yate/clients/main-qt4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/main-qt4.cpp -------------------------------------------------------------------------------- /yate/clients/null_team-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/null_team-16.png -------------------------------------------------------------------------------- /yate/clients/null_team-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/null_team-32.png -------------------------------------------------------------------------------- /yate/clients/null_team-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/null_team-48.png -------------------------------------------------------------------------------- /yate/clients/qt4/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/qt4/.cvsignore -------------------------------------------------------------------------------- /yate/clients/qt4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/qt4/Makefile -------------------------------------------------------------------------------- /yate/clients/qt4/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/qt4/Makefile.in -------------------------------------------------------------------------------- /yate/clients/qt4/qt4client.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/qt4/qt4client.cpp -------------------------------------------------------------------------------- /yate/clients/qt4/qt4client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/qt4/qt4client.h -------------------------------------------------------------------------------- /yate/clients/run-qt4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/run-qt4 -------------------------------------------------------------------------------- /yate/clients/yate-qt4.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/yate-qt4.desktop -------------------------------------------------------------------------------- /yate/clients/yate-qt4.menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/clients/yate-qt4.menu -------------------------------------------------------------------------------- /yate/conf.d/.cvsignore: -------------------------------------------------------------------------------- 1 | Makefile 2 | YateLocal* 3 | core* 4 | *.conf 5 | *.orig 6 | *~ 7 | .*.swp 8 | -------------------------------------------------------------------------------- /yate/conf.d/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/Makefile -------------------------------------------------------------------------------- /yate/conf.d/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/Makefile.in -------------------------------------------------------------------------------- /yate/conf.d/accfile.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/accfile.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/amrnbcodec.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/amrnbcodec.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/analog.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/analog.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/cache.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/cache.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/callfork.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/callfork.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/camel_map.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/camel_map.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/cdrbuild.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/cdrbuild.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/cdrfile.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/cdrfile.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/ciscosm.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/ciscosm.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/clustering.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/clustering.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/cpuload.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/cpuload.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/dbpbx.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/dbpbx.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/dsoundchan.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/dsoundchan.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/dummyradio.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/dummyradio.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/enumroute.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/enumroute.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/eventlogs.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/eventlogs.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/extmodule.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/extmodule.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/fileinfo.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/fileinfo.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/gvoice.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/gvoice.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/h323chan.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/h323chan.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/heartbeat.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/heartbeat.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/javascript.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/javascript.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/jbfeatures.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/jbfeatures.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/lateroute.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/lateroute.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/lksctp.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/lksctp.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/mgcpca.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/mgcpca.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/mgcpgw.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/mgcpgw.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/moh.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/moh.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/monitoring.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/monitoring.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/mux.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/mux.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/mysqldb.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/mysqldb.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/openssl.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/openssl.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/pbxassist.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/pbxassist.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/pgsqldb.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/pgsqldb.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/presence.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/presence.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/providers.conf.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/providers.conf.default -------------------------------------------------------------------------------- /yate/conf.d/queues.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/queues.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/radiotest.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/radiotest.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/regexroute.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/regexroute.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/regfile.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/regfile.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/register.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/register.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/rmanager.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/rmanager.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/sqlitedb.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/sqlitedb.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/tdmcard.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/tdmcard.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/tonegen.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/tonegen.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/users.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/users.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/wpcard.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/wpcard.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/yate-qt4.conf.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/yate-qt4.conf.default -------------------------------------------------------------------------------- /yate/conf.d/yate.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/yate.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/ybladerf.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/ybladerf.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/yiaxchan.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/yiaxchan.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/yradius.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/yradius.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/yrtpchan.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/yrtpchan.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/ysigchan.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/ysigchan.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/ysipchan.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/ysipchan.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/ysnmpagent.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/ysnmpagent.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/ysockschan.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/ysockschan.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/ystunchan.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/ystunchan.conf.sample -------------------------------------------------------------------------------- /yate/conf.d/zapcard.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/conf.d/zapcard.conf.sample -------------------------------------------------------------------------------- /yate/config.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/config.log -------------------------------------------------------------------------------- /yate/config.status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/config.status -------------------------------------------------------------------------------- /yate/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/configure -------------------------------------------------------------------------------- /yate/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/configure.ac -------------------------------------------------------------------------------- /yate/docs/.cvsignore: -------------------------------------------------------------------------------- 1 | core* 2 | *.orig 3 | *~ 4 | .*.swp 5 | -------------------------------------------------------------------------------- /yate/docs/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/Doxyfile -------------------------------------------------------------------------------- /yate/docs/api/.cvsignore: -------------------------------------------------------------------------------- 1 | core* 2 | *.* 3 | *~ 4 | -------------------------------------------------------------------------------- /yate/docs/api/annotated.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/annotated.html -------------------------------------------------------------------------------- /yate/docs/api/arrowdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/arrowdown.png -------------------------------------------------------------------------------- /yate/docs/api/arrowright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/arrowright.png -------------------------------------------------------------------------------- /yate/docs/api/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/bc_s.png -------------------------------------------------------------------------------- /yate/docs/api/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/bdwn.png -------------------------------------------------------------------------------- /yate/docs/api/classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/classes.html -------------------------------------------------------------------------------- /yate/docs/api/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/closed.png -------------------------------------------------------------------------------- /yate/docs/api/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/doc.png -------------------------------------------------------------------------------- /yate/docs/api/doxygen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/doxygen.css -------------------------------------------------------------------------------- /yate/docs/api/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/doxygen.png -------------------------------------------------------------------------------- /yate/docs/api/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/files.html -------------------------------------------------------------------------------- /yate/docs/api/folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/folderclosed.png -------------------------------------------------------------------------------- /yate/docs/api/folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/folderopen.png -------------------------------------------------------------------------------- /yate/docs/api/functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions.html -------------------------------------------------------------------------------- /yate/docs/api/functions_b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_b.html -------------------------------------------------------------------------------- /yate/docs/api/functions_c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_c.html -------------------------------------------------------------------------------- /yate/docs/api/functions_d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_d.html -------------------------------------------------------------------------------- /yate/docs/api/functions_e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_e.html -------------------------------------------------------------------------------- /yate/docs/api/functions_enum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_enum.html -------------------------------------------------------------------------------- /yate/docs/api/functions_f.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_f.html -------------------------------------------------------------------------------- /yate/docs/api/functions_func.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_func.html -------------------------------------------------------------------------------- /yate/docs/api/functions_g.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_g.html -------------------------------------------------------------------------------- /yate/docs/api/functions_h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_h.html -------------------------------------------------------------------------------- /yate/docs/api/functions_i.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_i.html -------------------------------------------------------------------------------- /yate/docs/api/functions_j.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_j.html -------------------------------------------------------------------------------- /yate/docs/api/functions_k.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_k.html -------------------------------------------------------------------------------- /yate/docs/api/functions_l.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_l.html -------------------------------------------------------------------------------- /yate/docs/api/functions_m.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_m.html -------------------------------------------------------------------------------- /yate/docs/api/functions_n.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_n.html -------------------------------------------------------------------------------- /yate/docs/api/functions_o.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_o.html -------------------------------------------------------------------------------- /yate/docs/api/functions_p.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_p.html -------------------------------------------------------------------------------- /yate/docs/api/functions_q.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_q.html -------------------------------------------------------------------------------- /yate/docs/api/functions_r.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_r.html -------------------------------------------------------------------------------- /yate/docs/api/functions_s.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_s.html -------------------------------------------------------------------------------- /yate/docs/api/functions_t.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_t.html -------------------------------------------------------------------------------- /yate/docs/api/functions_u.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_u.html -------------------------------------------------------------------------------- /yate/docs/api/functions_v.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_v.html -------------------------------------------------------------------------------- /yate/docs/api/functions_vars.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_vars.html -------------------------------------------------------------------------------- /yate/docs/api/functions_w.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_w.html -------------------------------------------------------------------------------- /yate/docs/api/functions_x.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_x.html -------------------------------------------------------------------------------- /yate/docs/api/functions_y.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_y.html -------------------------------------------------------------------------------- /yate/docs/api/functions_z.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_z.html -------------------------------------------------------------------------------- /yate/docs/api/functions_~.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/functions_~.html -------------------------------------------------------------------------------- /yate/docs/api/hierarchy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/hierarchy.html -------------------------------------------------------------------------------- /yate/docs/api/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/index.html -------------------------------------------------------------------------------- /yate/docs/api/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/jquery.js -------------------------------------------------------------------------------- /yate/docs/api/namespaces.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/namespaces.html -------------------------------------------------------------------------------- /yate/docs/api/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/nav_f.png -------------------------------------------------------------------------------- /yate/docs/api/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/nav_g.png -------------------------------------------------------------------------------- /yate/docs/api/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/nav_h.png -------------------------------------------------------------------------------- /yate/docs/api/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/open.png -------------------------------------------------------------------------------- /yate/docs/api/splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/splitbar.png -------------------------------------------------------------------------------- /yate/docs/api/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/sync_off.png -------------------------------------------------------------------------------- /yate/docs/api/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/sync_on.png -------------------------------------------------------------------------------- /yate/docs/api/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/tab_a.png -------------------------------------------------------------------------------- /yate/docs/api/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/tab_b.png -------------------------------------------------------------------------------- /yate/docs/api/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/tab_h.png -------------------------------------------------------------------------------- /yate/docs/api/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/tab_s.png -------------------------------------------------------------------------------- /yate/docs/api/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/api/tabs.css -------------------------------------------------------------------------------- /yate/docs/dataflow.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/dataflow.dia -------------------------------------------------------------------------------- /yate/docs/dataflow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/dataflow.html -------------------------------------------------------------------------------- /yate/docs/doc-filter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/doc-filter.sh -------------------------------------------------------------------------------- /yate/docs/doxygen_sqlite3.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/doxygen_sqlite3.db -------------------------------------------------------------------------------- /yate/docs/extmodule.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/extmodule.html -------------------------------------------------------------------------------- /yate/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/index.html -------------------------------------------------------------------------------- /yate/docs/man/yate-config.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/man/yate-config.8 -------------------------------------------------------------------------------- /yate/docs/man/yate.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/man/yate.8 -------------------------------------------------------------------------------- /yate/docs/messages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/docs/messages.html -------------------------------------------------------------------------------- /yate/engine/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/.cvsignore -------------------------------------------------------------------------------- /yate/engine/Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Array.cpp -------------------------------------------------------------------------------- /yate/engine/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Base64.cpp -------------------------------------------------------------------------------- /yate/engine/Channel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Channel.cpp -------------------------------------------------------------------------------- /yate/engine/Cipher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Cipher.cpp -------------------------------------------------------------------------------- /yate/engine/Client.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Client.cpp -------------------------------------------------------------------------------- /yate/engine/ClientLogic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/ClientLogic.cpp -------------------------------------------------------------------------------- /yate/engine/Compressor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Compressor.cpp -------------------------------------------------------------------------------- /yate/engine/Configuration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Configuration.cpp -------------------------------------------------------------------------------- /yate/engine/DataBlock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/DataBlock.cpp -------------------------------------------------------------------------------- /yate/engine/DataFormat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/DataFormat.cpp -------------------------------------------------------------------------------- /yate/engine/Engine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Engine.cpp -------------------------------------------------------------------------------- /yate/engine/HashList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/HashList.cpp -------------------------------------------------------------------------------- /yate/engine/Hasher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Hasher.cpp -------------------------------------------------------------------------------- /yate/engine/Iterator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Iterator.cpp -------------------------------------------------------------------------------- /yate/engine/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Makefile -------------------------------------------------------------------------------- /yate/engine/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Makefile.in -------------------------------------------------------------------------------- /yate/engine/Math.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Math.cpp -------------------------------------------------------------------------------- /yate/engine/Message.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Message.cpp -------------------------------------------------------------------------------- /yate/engine/Mime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Mime.cpp -------------------------------------------------------------------------------- /yate/engine/Mutex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Mutex.cpp -------------------------------------------------------------------------------- /yate/engine/NamedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/NamedList.cpp -------------------------------------------------------------------------------- /yate/engine/ObjList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/ObjList.cpp -------------------------------------------------------------------------------- /yate/engine/Plugin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Plugin.cpp -------------------------------------------------------------------------------- /yate/engine/Resolver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Resolver.cpp -------------------------------------------------------------------------------- /yate/engine/Socket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Socket.cpp -------------------------------------------------------------------------------- /yate/engine/String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/String.cpp -------------------------------------------------------------------------------- /yate/engine/TelEngine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/TelEngine.cpp -------------------------------------------------------------------------------- /yate/engine/Thread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/Thread.cpp -------------------------------------------------------------------------------- /yate/engine/URI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/URI.cpp -------------------------------------------------------------------------------- /yate/engine/XML.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/XML.cpp -------------------------------------------------------------------------------- /yate/engine/YMD5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/YMD5.cpp -------------------------------------------------------------------------------- /yate/engine/YSHA1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/YSHA1.cpp -------------------------------------------------------------------------------- /yate/engine/YSHA256.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/YSHA256.cpp -------------------------------------------------------------------------------- /yate/engine/macosx/MacOSXUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/macosx/MacOSXUtils.h -------------------------------------------------------------------------------- /yate/engine/macosx/MacOSXUtils.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/macosx/MacOSXUtils.mm -------------------------------------------------------------------------------- /yate/engine/regex/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/regex/.cvsignore -------------------------------------------------------------------------------- /yate/engine/regex/regex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/regex/regex.c -------------------------------------------------------------------------------- /yate/engine/regex/regex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/regex/regex.h -------------------------------------------------------------------------------- /yate/engine/tables/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/tables/.cvsignore -------------------------------------------------------------------------------- /yate/engine/tables/a2s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/tables/a2s.h -------------------------------------------------------------------------------- /yate/engine/tables/a2u.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/tables/a2u.h -------------------------------------------------------------------------------- /yate/engine/tables/u2a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/tables/u2a.h -------------------------------------------------------------------------------- /yate/engine/tables/u2s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/engine/tables/u2s.h -------------------------------------------------------------------------------- /yate/libs/ilbc/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/.cvsignore -------------------------------------------------------------------------------- /yate/libs/ilbc/FrameClassify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/FrameClassify.c -------------------------------------------------------------------------------- /yate/libs/ilbc/FrameClassify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/FrameClassify.h -------------------------------------------------------------------------------- /yate/libs/ilbc/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/LICENSE.txt -------------------------------------------------------------------------------- /yate/libs/ilbc/LPCdecode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/LPCdecode.c -------------------------------------------------------------------------------- /yate/libs/ilbc/LPCdecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/LPCdecode.h -------------------------------------------------------------------------------- /yate/libs/ilbc/LPCencode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/LPCencode.c -------------------------------------------------------------------------------- /yate/libs/ilbc/LPCencode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/LPCencode.h -------------------------------------------------------------------------------- /yate/libs/ilbc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/Makefile -------------------------------------------------------------------------------- /yate/libs/ilbc/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/Makefile.in -------------------------------------------------------------------------------- /yate/libs/ilbc/StateConstructW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/StateConstructW.c -------------------------------------------------------------------------------- /yate/libs/ilbc/StateConstructW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/StateConstructW.h -------------------------------------------------------------------------------- /yate/libs/ilbc/StateSearchW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/StateSearchW.c -------------------------------------------------------------------------------- /yate/libs/ilbc/StateSearchW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/StateSearchW.h -------------------------------------------------------------------------------- /yate/libs/ilbc/anaFilter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/anaFilter.c -------------------------------------------------------------------------------- /yate/libs/ilbc/anaFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/anaFilter.h -------------------------------------------------------------------------------- /yate/libs/ilbc/constants.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/constants.c -------------------------------------------------------------------------------- /yate/libs/ilbc/constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/constants.h -------------------------------------------------------------------------------- /yate/libs/ilbc/createCB.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/createCB.c -------------------------------------------------------------------------------- /yate/libs/ilbc/createCB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/createCB.h -------------------------------------------------------------------------------- /yate/libs/ilbc/doCPLC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/doCPLC.c -------------------------------------------------------------------------------- /yate/libs/ilbc/doCPLC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/doCPLC.h -------------------------------------------------------------------------------- /yate/libs/ilbc/enhancer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/enhancer.c -------------------------------------------------------------------------------- /yate/libs/ilbc/enhancer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/enhancer.h -------------------------------------------------------------------------------- /yate/libs/ilbc/filter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/filter.c -------------------------------------------------------------------------------- /yate/libs/ilbc/filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/filter.h -------------------------------------------------------------------------------- /yate/libs/ilbc/gainquant.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/gainquant.c -------------------------------------------------------------------------------- /yate/libs/ilbc/gainquant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/gainquant.h -------------------------------------------------------------------------------- /yate/libs/ilbc/getCBvec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/getCBvec.c -------------------------------------------------------------------------------- /yate/libs/ilbc/getCBvec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/getCBvec.h -------------------------------------------------------------------------------- /yate/libs/ilbc/helpfun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/helpfun.c -------------------------------------------------------------------------------- /yate/libs/ilbc/helpfun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/helpfun.h -------------------------------------------------------------------------------- /yate/libs/ilbc/hpInput.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/hpInput.c -------------------------------------------------------------------------------- /yate/libs/ilbc/hpInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/hpInput.h -------------------------------------------------------------------------------- /yate/libs/ilbc/hpOutput.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/hpOutput.c -------------------------------------------------------------------------------- /yate/libs/ilbc/hpOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/hpOutput.h -------------------------------------------------------------------------------- /yate/libs/ilbc/iCBConstruct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/iCBConstruct.c -------------------------------------------------------------------------------- /yate/libs/ilbc/iCBConstruct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/iCBConstruct.h -------------------------------------------------------------------------------- /yate/libs/ilbc/iCBSearch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/iCBSearch.c -------------------------------------------------------------------------------- /yate/libs/ilbc/iCBSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/iCBSearch.h -------------------------------------------------------------------------------- /yate/libs/ilbc/iLBC_decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/iLBC_decode.c -------------------------------------------------------------------------------- /yate/libs/ilbc/iLBC_decode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/iLBC_decode.h -------------------------------------------------------------------------------- /yate/libs/ilbc/iLBC_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/iLBC_define.h -------------------------------------------------------------------------------- /yate/libs/ilbc/iLBC_encode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/iLBC_encode.c -------------------------------------------------------------------------------- /yate/libs/ilbc/iLBC_encode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/iLBC_encode.h -------------------------------------------------------------------------------- /yate/libs/ilbc/lsf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/lsf.c -------------------------------------------------------------------------------- /yate/libs/ilbc/lsf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/lsf.h -------------------------------------------------------------------------------- /yate/libs/ilbc/packing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/packing.c -------------------------------------------------------------------------------- /yate/libs/ilbc/packing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/packing.h -------------------------------------------------------------------------------- /yate/libs/ilbc/syntFilter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/syntFilter.c -------------------------------------------------------------------------------- /yate/libs/ilbc/syntFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ilbc/syntFilter.h -------------------------------------------------------------------------------- /yate/libs/miniwebrtc/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/miniwebrtc/LICENSE -------------------------------------------------------------------------------- /yate/libs/miniwebrtc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/miniwebrtc/Makefile -------------------------------------------------------------------------------- /yate/libs/miniwebrtc/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/miniwebrtc/Makefile.in -------------------------------------------------------------------------------- /yate/libs/miniwebrtc/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/miniwebrtc/PATENTS -------------------------------------------------------------------------------- /yate/libs/miniwebrtc/README.txt: -------------------------------------------------------------------------------- 1 | WebRTC SVN version : 1768 -------------------------------------------------------------------------------- /yate/libs/miniwebrtc/import.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/miniwebrtc/import.sh -------------------------------------------------------------------------------- /yate/libs/miniwebrtc/module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/miniwebrtc/module.h -------------------------------------------------------------------------------- /yate/libs/miniwebrtc/typedefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/miniwebrtc/typedefs.h -------------------------------------------------------------------------------- /yate/libs/yasn/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yasn/Makefile -------------------------------------------------------------------------------- /yate/libs/yasn/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yasn/Makefile.in -------------------------------------------------------------------------------- /yate/libs/yasn/asn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yasn/asn.cpp -------------------------------------------------------------------------------- /yate/libs/yasn/yateasn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yasn/yateasn.h -------------------------------------------------------------------------------- /yate/libs/yiax/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yiax/.cvsignore -------------------------------------------------------------------------------- /yate/libs/yiax/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yiax/Makefile -------------------------------------------------------------------------------- /yate/libs/yiax/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yiax/Makefile.in -------------------------------------------------------------------------------- /yate/libs/yiax/engine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yiax/engine.cpp -------------------------------------------------------------------------------- /yate/libs/yiax/frame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yiax/frame.cpp -------------------------------------------------------------------------------- /yate/libs/yiax/transaction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yiax/transaction.cpp -------------------------------------------------------------------------------- /yate/libs/yiax/yateiax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yiax/yateiax.h -------------------------------------------------------------------------------- /yate/libs/yjabber/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yjabber/.cvsignore -------------------------------------------------------------------------------- /yate/libs/yjabber/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yjabber/Makefile -------------------------------------------------------------------------------- /yate/libs/yjabber/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yjabber/Makefile.in -------------------------------------------------------------------------------- /yate/libs/yjabber/jbengine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yjabber/jbengine.cpp -------------------------------------------------------------------------------- /yate/libs/yjabber/jbstream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yjabber/jbstream.cpp -------------------------------------------------------------------------------- /yate/libs/yjabber/jgengine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yjabber/jgengine.cpp -------------------------------------------------------------------------------- /yate/libs/yjabber/session.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yjabber/session.cpp -------------------------------------------------------------------------------- /yate/libs/yjabber/xmpputils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yjabber/xmpputils.cpp -------------------------------------------------------------------------------- /yate/libs/yjabber/xmpputils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yjabber/xmpputils.h -------------------------------------------------------------------------------- /yate/libs/yjabber/yatejabber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yjabber/yatejabber.h -------------------------------------------------------------------------------- /yate/libs/yjabber/yatejingle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yjabber/yatejingle.h -------------------------------------------------------------------------------- /yate/libs/ymgcp/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ymgcp/.cvsignore -------------------------------------------------------------------------------- /yate/libs/ymgcp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ymgcp/Makefile -------------------------------------------------------------------------------- /yate/libs/ymgcp/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ymgcp/Makefile.in -------------------------------------------------------------------------------- /yate/libs/ymgcp/endpoint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ymgcp/endpoint.cpp -------------------------------------------------------------------------------- /yate/libs/ymgcp/engine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ymgcp/engine.cpp -------------------------------------------------------------------------------- /yate/libs/ymgcp/message.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ymgcp/message.cpp -------------------------------------------------------------------------------- /yate/libs/ymgcp/transaction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ymgcp/transaction.cpp -------------------------------------------------------------------------------- /yate/libs/ymgcp/yatemgcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ymgcp/yatemgcp.h -------------------------------------------------------------------------------- /yate/libs/ymodem/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ymodem/.cvsignore -------------------------------------------------------------------------------- /yate/libs/ymodem/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ymodem/Makefile -------------------------------------------------------------------------------- /yate/libs/ymodem/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ymodem/Makefile.in -------------------------------------------------------------------------------- /yate/libs/ymodem/modem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ymodem/modem.cpp -------------------------------------------------------------------------------- /yate/libs/ymodem/uart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ymodem/uart.cpp -------------------------------------------------------------------------------- /yate/libs/ymodem/yatemodem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ymodem/yatemodem.h -------------------------------------------------------------------------------- /yate/libs/ypbx/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ypbx/.cvsignore -------------------------------------------------------------------------------- /yate/libs/ypbx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ypbx/Makefile -------------------------------------------------------------------------------- /yate/libs/ypbx/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ypbx/Makefile.in -------------------------------------------------------------------------------- /yate/libs/ypbx/assist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ypbx/assist.cpp -------------------------------------------------------------------------------- /yate/libs/ypbx/multiroute.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ypbx/multiroute.cpp -------------------------------------------------------------------------------- /yate/libs/ypbx/yatepbx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ypbx/yatepbx.h -------------------------------------------------------------------------------- /yate/libs/yradio/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yradio/Makefile -------------------------------------------------------------------------------- /yate/libs/yradio/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yradio/Makefile.in -------------------------------------------------------------------------------- /yate/libs/yradio/codec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yradio/codec.cpp -------------------------------------------------------------------------------- /yate/libs/yradio/radio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yradio/radio.cpp -------------------------------------------------------------------------------- /yate/libs/yradio/yateradio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yradio/yateradio.h -------------------------------------------------------------------------------- /yate/libs/yrtp/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yrtp/.cvsignore -------------------------------------------------------------------------------- /yate/libs/yrtp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yrtp/Makefile -------------------------------------------------------------------------------- /yate/libs/yrtp/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yrtp/Makefile.in -------------------------------------------------------------------------------- /yate/libs/yrtp/dejitter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yrtp/dejitter.cpp -------------------------------------------------------------------------------- /yate/libs/yrtp/secure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yrtp/secure.cpp -------------------------------------------------------------------------------- /yate/libs/yrtp/session.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yrtp/session.cpp -------------------------------------------------------------------------------- /yate/libs/yrtp/transport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yrtp/transport.cpp -------------------------------------------------------------------------------- /yate/libs/yrtp/yatertp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yrtp/yatertp.h -------------------------------------------------------------------------------- /yate/libs/yscript/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yscript/Makefile -------------------------------------------------------------------------------- /yate/libs/yscript/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yscript/Makefile.in -------------------------------------------------------------------------------- /yate/libs/yscript/evaluator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yscript/evaluator.cpp -------------------------------------------------------------------------------- /yate/libs/yscript/javascript.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yscript/javascript.cpp -------------------------------------------------------------------------------- /yate/libs/yscript/jsobjects.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yscript/jsobjects.cpp -------------------------------------------------------------------------------- /yate/libs/yscript/script.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yscript/script.cpp -------------------------------------------------------------------------------- /yate/libs/yscript/yatescript.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/yscript/yatescript.h -------------------------------------------------------------------------------- /yate/libs/ysdp/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysdp/.cvsignore -------------------------------------------------------------------------------- /yate/libs/ysdp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysdp/Makefile -------------------------------------------------------------------------------- /yate/libs/ysdp/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysdp/Makefile.in -------------------------------------------------------------------------------- /yate/libs/ysdp/media.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysdp/media.cpp -------------------------------------------------------------------------------- /yate/libs/ysdp/parser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysdp/parser.cpp -------------------------------------------------------------------------------- /yate/libs/ysdp/session.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysdp/session.cpp -------------------------------------------------------------------------------- /yate/libs/ysdp/yatesdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysdp/yatesdp.h -------------------------------------------------------------------------------- /yate/libs/ysig/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/.cvsignore -------------------------------------------------------------------------------- /yate/libs/ysig/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/Makefile -------------------------------------------------------------------------------- /yate/libs/ysig/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/Makefile.in -------------------------------------------------------------------------------- /yate/libs/ysig/address.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/address.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/classes.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/classes.dia -------------------------------------------------------------------------------- /yate/libs/ysig/dumper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/dumper.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/engine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/engine.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/interface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/interface.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/isup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/isup.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/layer2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/layer2.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/layer3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/layer3.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/layer4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/layer4.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/main-ss7test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/main-ss7test.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/management.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/management.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/q921.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/q921.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/q931.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/q931.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/router.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/router.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/run-ss7test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/run-ss7test -------------------------------------------------------------------------------- /yate/libs/ysig/sccp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/sccp.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/sigcall.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/sigcall.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/sigtran.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/sigtran.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/tcap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/tcap.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/testpart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/testpart.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/tup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/tup.cpp -------------------------------------------------------------------------------- /yate/libs/ysig/usage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/usage.txt -------------------------------------------------------------------------------- /yate/libs/ysig/yatesig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysig/yatesig.h -------------------------------------------------------------------------------- /yate/libs/ysip/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysip/.cvsignore -------------------------------------------------------------------------------- /yate/libs/ysip/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysip/Makefile -------------------------------------------------------------------------------- /yate/libs/ysip/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysip/Makefile.in -------------------------------------------------------------------------------- /yate/libs/ysip/engine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysip/engine.cpp -------------------------------------------------------------------------------- /yate/libs/ysip/message.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysip/message.cpp -------------------------------------------------------------------------------- /yate/libs/ysip/transaction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysip/transaction.cpp -------------------------------------------------------------------------------- /yate/libs/ysip/util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysip/util.cpp -------------------------------------------------------------------------------- /yate/libs/ysip/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysip/util.h -------------------------------------------------------------------------------- /yate/libs/ysip/yatesip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysip/yatesip.h -------------------------------------------------------------------------------- /yate/libs/ysnmp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysnmp/Makefile -------------------------------------------------------------------------------- /yate/libs/ysnmp/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysnmp/Makefile.in -------------------------------------------------------------------------------- /yate/libs/ysnmp/snmp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysnmp/snmp.cpp -------------------------------------------------------------------------------- /yate/libs/ysnmp/yatesnmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/libs/ysnmp/yatesnmp.h -------------------------------------------------------------------------------- /yate/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/main.cpp -------------------------------------------------------------------------------- /yate/modules/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/.cvsignore -------------------------------------------------------------------------------- /yate/modules/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/Makefile -------------------------------------------------------------------------------- /yate/modules/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/Makefile.in -------------------------------------------------------------------------------- /yate/modules/amrnbcodec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/amrnbcodec.cpp -------------------------------------------------------------------------------- /yate/modules/analyzer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/analyzer.cpp -------------------------------------------------------------------------------- /yate/modules/callfork.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/callfork.cpp -------------------------------------------------------------------------------- /yate/modules/callgen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/callgen.cpp -------------------------------------------------------------------------------- /yate/modules/cdrbuild.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/cdrbuild.cpp -------------------------------------------------------------------------------- /yate/modules/cdrcombine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/cdrcombine.cpp -------------------------------------------------------------------------------- /yate/modules/cdrfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/cdrfile.cpp -------------------------------------------------------------------------------- /yate/modules/client/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/client/.cvsignore -------------------------------------------------------------------------------- /yate/modules/client/alsachan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/client/alsachan.cpp -------------------------------------------------------------------------------- /yate/modules/client/coreaudio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/client/coreaudio.cpp -------------------------------------------------------------------------------- /yate/modules/client/dsoundchan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/client/dsoundchan.cpp -------------------------------------------------------------------------------- /yate/modules/client/osschan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/client/osschan.cpp -------------------------------------------------------------------------------- /yate/modules/conference.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/conference.cpp -------------------------------------------------------------------------------- /yate/modules/dumbchan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/dumbchan.cpp -------------------------------------------------------------------------------- /yate/modules/efrcodec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/efrcodec.cpp -------------------------------------------------------------------------------- /yate/modules/enumroute.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/enumroute.cpp -------------------------------------------------------------------------------- /yate/modules/extmodule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/extmodule.cpp -------------------------------------------------------------------------------- /yate/modules/faxchan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/faxchan.cpp -------------------------------------------------------------------------------- /yate/modules/fileinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/fileinfo.cpp -------------------------------------------------------------------------------- /yate/modules/filetransfer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/filetransfer.cpp -------------------------------------------------------------------------------- /yate/modules/gsmcodec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/gsmcodec.cpp -------------------------------------------------------------------------------- /yate/modules/gvoice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/gvoice.cpp -------------------------------------------------------------------------------- /yate/modules/h323chan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/h323chan.cpp -------------------------------------------------------------------------------- /yate/modules/ilbccodec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/ilbccodec.cpp -------------------------------------------------------------------------------- /yate/modules/ilbcwebrtc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/ilbcwebrtc.cpp -------------------------------------------------------------------------------- /yate/modules/isaccodec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/isaccodec.cpp -------------------------------------------------------------------------------- /yate/modules/jabber/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/jabber/.cvsignore -------------------------------------------------------------------------------- /yate/modules/jabber/jbfeatures.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/jabber/jbfeatures.cpp -------------------------------------------------------------------------------- /yate/modules/javascript.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/javascript.cpp -------------------------------------------------------------------------------- /yate/modules/moh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/moh.cpp -------------------------------------------------------------------------------- /yate/modules/msgsniff.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/msgsniff.cpp -------------------------------------------------------------------------------- /yate/modules/mux.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/mux.cpp -------------------------------------------------------------------------------- /yate/modules/openssl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/openssl.cpp -------------------------------------------------------------------------------- /yate/modules/pbx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/pbx.cpp -------------------------------------------------------------------------------- /yate/modules/qt4/clientarchive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/qt4/clientarchive.cpp -------------------------------------------------------------------------------- /yate/modules/qt4/clientarchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/qt4/clientarchive.h -------------------------------------------------------------------------------- /yate/modules/qt4/customtable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/qt4/customtable.cpp -------------------------------------------------------------------------------- /yate/modules/qt4/customtable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/qt4/customtable.h -------------------------------------------------------------------------------- /yate/modules/qt4/customtext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/qt4/customtext.cpp -------------------------------------------------------------------------------- /yate/modules/qt4/customtext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/qt4/customtext.h -------------------------------------------------------------------------------- /yate/modules/qt4/customtree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/qt4/customtree.cpp -------------------------------------------------------------------------------- /yate/modules/qt4/customtree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/qt4/customtree.h -------------------------------------------------------------------------------- /yate/modules/qt4/updater.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/qt4/updater.cpp -------------------------------------------------------------------------------- /yate/modules/qt4/updater.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/qt4/updater.h -------------------------------------------------------------------------------- /yate/modules/qt4/widgetlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/qt4/widgetlist.cpp -------------------------------------------------------------------------------- /yate/modules/qt4/widgetlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/qt4/widgetlist.h -------------------------------------------------------------------------------- /yate/modules/radio/dummyradio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/radio/dummyradio.cpp -------------------------------------------------------------------------------- /yate/modules/radio/ybladerf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/radio/ybladerf.cpp -------------------------------------------------------------------------------- /yate/modules/regexroute.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/regexroute.cpp -------------------------------------------------------------------------------- /yate/modules/rmanager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/rmanager.cpp -------------------------------------------------------------------------------- /yate/modules/server/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/.cvsignore -------------------------------------------------------------------------------- /yate/modules/server/accfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/accfile.cpp -------------------------------------------------------------------------------- /yate/modules/server/analog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/analog.cpp -------------------------------------------------------------------------------- /yate/modules/server/cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/cache.cpp -------------------------------------------------------------------------------- /yate/modules/server/ciscosm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/ciscosm.cpp -------------------------------------------------------------------------------- /yate/modules/server/clustering.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/clustering.cpp -------------------------------------------------------------------------------- /yate/modules/server/cpuload.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/cpuload.cpp -------------------------------------------------------------------------------- /yate/modules/server/dbpbx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/dbpbx.cpp -------------------------------------------------------------------------------- /yate/modules/server/dbwave.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/dbwave.cpp -------------------------------------------------------------------------------- /yate/modules/server/eventlogs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/eventlogs.cpp -------------------------------------------------------------------------------- /yate/modules/server/heartbeat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/heartbeat.cpp -------------------------------------------------------------------------------- /yate/modules/server/lateroute.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/lateroute.cpp -------------------------------------------------------------------------------- /yate/modules/server/lksctp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/lksctp.cpp -------------------------------------------------------------------------------- /yate/modules/server/mgcpca.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/mgcpca.cpp -------------------------------------------------------------------------------- /yate/modules/server/mgcpgw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/mgcpgw.cpp -------------------------------------------------------------------------------- /yate/modules/server/monitoring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/monitoring.cpp -------------------------------------------------------------------------------- /yate/modules/server/mrcpspeech.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/mrcpspeech.cpp -------------------------------------------------------------------------------- /yate/modules/server/mysqldb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/mysqldb.cpp -------------------------------------------------------------------------------- /yate/modules/server/park.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/park.cpp -------------------------------------------------------------------------------- /yate/modules/server/pbxassist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/pbxassist.cpp -------------------------------------------------------------------------------- /yate/modules/server/pgsqldb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/pgsqldb.cpp -------------------------------------------------------------------------------- /yate/modules/server/presence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/presence.cpp -------------------------------------------------------------------------------- /yate/modules/server/queues.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/queues.cpp -------------------------------------------------------------------------------- /yate/modules/server/regfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/regfile.cpp -------------------------------------------------------------------------------- /yate/modules/server/register.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/register.cpp -------------------------------------------------------------------------------- /yate/modules/server/sqlitedb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/sqlitedb.cpp -------------------------------------------------------------------------------- /yate/modules/server/tdmcard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/tdmcard.cpp -------------------------------------------------------------------------------- /yate/modules/server/users.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/users.cpp -------------------------------------------------------------------------------- /yate/modules/server/wpcard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/wpcard.cpp -------------------------------------------------------------------------------- /yate/modules/server/wpcardw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/wpcardw.cpp -------------------------------------------------------------------------------- /yate/modules/server/yradius.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/yradius.cpp -------------------------------------------------------------------------------- /yate/modules/server/ysigchan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/ysigchan.cpp -------------------------------------------------------------------------------- /yate/modules/server/ysnmpagent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/ysnmpagent.cpp -------------------------------------------------------------------------------- /yate/modules/server/zapcard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/server/zapcard.cpp -------------------------------------------------------------------------------- /yate/modules/sig/camel_map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/sig/camel_map.cpp -------------------------------------------------------------------------------- /yate/modules/sig/isupmangler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/sig/isupmangler.cpp -------------------------------------------------------------------------------- /yate/modules/sig/ss7_lnp_ansi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/sig/ss7_lnp_ansi.cpp -------------------------------------------------------------------------------- /yate/modules/sip/sip_cnam_lnp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/sip/sip_cnam_lnp.cpp -------------------------------------------------------------------------------- /yate/modules/speexcodec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/speexcodec.cpp -------------------------------------------------------------------------------- /yate/modules/test/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/test/.cvsignore -------------------------------------------------------------------------------- /yate/modules/test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/test/Makefile -------------------------------------------------------------------------------- /yate/modules/test/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/test/Makefile.in -------------------------------------------------------------------------------- /yate/modules/test/crypto.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/test/crypto.cpp -------------------------------------------------------------------------------- /yate/modules/test/jsext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/test/jsext.cpp -------------------------------------------------------------------------------- /yate/modules/test/msgdelay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/test/msgdelay.cpp -------------------------------------------------------------------------------- /yate/modules/test/nettest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/test/nettest.cpp -------------------------------------------------------------------------------- /yate/modules/test/radiotest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/test/radiotest.cpp -------------------------------------------------------------------------------- /yate/modules/test/randcall.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/test/randcall.cpp -------------------------------------------------------------------------------- /yate/modules/test/test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/test/test.cpp -------------------------------------------------------------------------------- /yate/modules/test/test1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/test/test1.cpp -------------------------------------------------------------------------------- /yate/modules/tonedetect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/tonedetect.cpp -------------------------------------------------------------------------------- /yate/modules/tonegen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/tonegen.cpp -------------------------------------------------------------------------------- /yate/modules/wavefile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/wavefile.cpp -------------------------------------------------------------------------------- /yate/modules/yiaxchan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/yiaxchan.cpp -------------------------------------------------------------------------------- /yate/modules/yjinglechan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/yjinglechan.cpp -------------------------------------------------------------------------------- /yate/modules/yrtpchan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/yrtpchan.cpp -------------------------------------------------------------------------------- /yate/modules/ysipchan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/ysipchan.cpp -------------------------------------------------------------------------------- /yate/modules/ysockschan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/ysockschan.cpp -------------------------------------------------------------------------------- /yate/modules/ystunchan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/ystunchan.cpp -------------------------------------------------------------------------------- /yate/modules/zlibcompress.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/modules/zlibcompress.cpp -------------------------------------------------------------------------------- /yate/packing/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/packing/.cvsignore -------------------------------------------------------------------------------- /yate/packing/deb/yate.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/packing/deb/yate.init -------------------------------------------------------------------------------- /yate/packing/portage/yate.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/packing/portage/yate.conf -------------------------------------------------------------------------------- /yate/packing/portage/yate.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/packing/portage/yate.ebuild -------------------------------------------------------------------------------- /yate/packing/portage/yate.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/packing/portage/yate.init -------------------------------------------------------------------------------- /yate/packing/rpm/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/packing/rpm/.cvsignore -------------------------------------------------------------------------------- /yate/packing/rpm/yate.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/packing/rpm/yate.init -------------------------------------------------------------------------------- /yate/packing/rpm/yate.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/packing/rpm/yate.service -------------------------------------------------------------------------------- /yate/packing/rpm/yate.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/packing/rpm/yate.spec -------------------------------------------------------------------------------- /yate/packing/rpm/yate.spec.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/packing/rpm/yate.spec.in -------------------------------------------------------------------------------- /yate/packing/tarballs/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/packing/tarballs/.cvsignore -------------------------------------------------------------------------------- /yate/packing/yate.logrotate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/packing/yate.logrotate -------------------------------------------------------------------------------- /yate/packing/yate.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://yate.null.ro/ 3 | -------------------------------------------------------------------------------- /yate/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/run -------------------------------------------------------------------------------- /yate/run.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/run.in -------------------------------------------------------------------------------- /yate/share/.cvsignore: -------------------------------------------------------------------------------- 1 | Makefile 2 | YateLocal* 3 | .xvpics 4 | core* 5 | *.orig 6 | *~ 7 | .*.swp 8 | -------------------------------------------------------------------------------- /yate/share/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/Makefile -------------------------------------------------------------------------------- /yate/share/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/Makefile.in -------------------------------------------------------------------------------- /yate/share/data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/data/Makefile -------------------------------------------------------------------------------- /yate/share/data/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/data/Makefile.in -------------------------------------------------------------------------------- /yate/share/data/NULL-TEAM-MIB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/data/NULL-TEAM-MIB.txt -------------------------------------------------------------------------------- /yate/share/data/YATE-MIB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/data/YATE-MIB.txt -------------------------------------------------------------------------------- /yate/share/data/hostedx115.rbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/data/hostedx115.rbf -------------------------------------------------------------------------------- /yate/share/data/hostedx40.rbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/data/hostedx40.rbf -------------------------------------------------------------------------------- /yate/share/data/snmp_mib.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/data/snmp_mib.conf -------------------------------------------------------------------------------- /yate/share/help/.cvsignore: -------------------------------------------------------------------------------- 1 | Makefile 2 | YateLocal* 3 | .xvpics 4 | core* 5 | *.orig 6 | *~ 7 | .*.swp 8 | -------------------------------------------------------------------------------- /yate/share/help/0.yhlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/help/0.yhlp -------------------------------------------------------------------------------- /yate/share/help/1.yhlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/help/1.yhlp -------------------------------------------------------------------------------- /yate/share/help/2.yhlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/help/2.yhlp -------------------------------------------------------------------------------- /yate/share/help/3.yhlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/help/3.yhlp -------------------------------------------------------------------------------- /yate/share/help/4.yhlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/help/4.yhlp -------------------------------------------------------------------------------- /yate/share/help/99.yhlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/help/99.yhlp -------------------------------------------------------------------------------- /yate/share/help/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/help/Makefile -------------------------------------------------------------------------------- /yate/share/help/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/help/Makefile.in -------------------------------------------------------------------------------- /yate/share/scripts/.cvsignore: -------------------------------------------------------------------------------- 1 | Makefile 2 | YateLocal* 3 | .xvpics 4 | core* 5 | *.orig 6 | *~ 7 | .*.swp 8 | -------------------------------------------------------------------------------- /yate/share/scripts/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/Makefile -------------------------------------------------------------------------------- /yate/share/scripts/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/Makefile.in -------------------------------------------------------------------------------- /yate/share/scripts/Yate.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/Yate.pm -------------------------------------------------------------------------------- /yate/share/scripts/detector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/detector.php -------------------------------------------------------------------------------- /yate/share/scripts/dtmf1.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/dtmf1.pl -------------------------------------------------------------------------------- /yate/share/scripts/echo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/echo.sh -------------------------------------------------------------------------------- /yate/share/scripts/eliza.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/eliza.js -------------------------------------------------------------------------------- /yate/share/scripts/libeliza.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/libeliza.js -------------------------------------------------------------------------------- /yate/share/scripts/libyate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/libyate.php -------------------------------------------------------------------------------- /yate/share/scripts/libyate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/libyate.py -------------------------------------------------------------------------------- /yate/share/scripts/noise.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/noise.sh -------------------------------------------------------------------------------- /yate/share/scripts/noroute.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/noroute.pl -------------------------------------------------------------------------------- /yate/share/scripts/pickup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/pickup.php -------------------------------------------------------------------------------- /yate/share/scripts/play.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/play.sh -------------------------------------------------------------------------------- /yate/share/scripts/playrec.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/playrec.php -------------------------------------------------------------------------------- /yate/share/scripts/queue_in.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/queue_in.php -------------------------------------------------------------------------------- /yate/share/scripts/resolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/resolver.php -------------------------------------------------------------------------------- /yate/share/scripts/ringback.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/ringback.php -------------------------------------------------------------------------------- /yate/share/scripts/route.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/route.php -------------------------------------------------------------------------------- /yate/share/scripts/test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/test.php -------------------------------------------------------------------------------- /yate/share/scripts/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/test.py -------------------------------------------------------------------------------- /yate/share/scripts/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/test.sh -------------------------------------------------------------------------------- /yate/share/scripts/testpbx.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/scripts/testpbx.php -------------------------------------------------------------------------------- /yate/share/scripts/yaypm/yaypm/examples/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /yate/share/scripts/ypike/CHANGES: -------------------------------------------------------------------------------- 1 | 0.1 Inital version. 2 | -------------------------------------------------------------------------------- /yate/share/scripts/ypike/README: -------------------------------------------------------------------------------- 1 | Engine only 2 | -------------------------------------------------------------------------------- /yate/share/skins/.cvsignore: -------------------------------------------------------------------------------- 1 | Makefile 2 | YateLocal* 3 | .xvpics 4 | core* 5 | *.orig 6 | *~ 7 | .*.swp 8 | -------------------------------------------------------------------------------- /yate/share/skins/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/skins/Makefile -------------------------------------------------------------------------------- /yate/share/skins/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/skins/Makefile.in -------------------------------------------------------------------------------- /yate/share/skins/default/.cvsignore: -------------------------------------------------------------------------------- 1 | .xvpics 2 | core* 3 | *.orig 4 | *~ 5 | .*.swp 6 | -------------------------------------------------------------------------------- /yate/share/skins/default/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/skins/default/ok.png -------------------------------------------------------------------------------- /yate/share/skins/default/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/skins/default/up.png -------------------------------------------------------------------------------- /yate/share/sounds/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/sounds/Makefile -------------------------------------------------------------------------------- /yate/share/sounds/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/sounds/Makefile.in -------------------------------------------------------------------------------- /yate/share/sounds/ring.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/sounds/ring.au -------------------------------------------------------------------------------- /yate/share/sounds/ring.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/sounds/ring.wav -------------------------------------------------------------------------------- /yate/share/sounds/tone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/share/sounds/tone.wav -------------------------------------------------------------------------------- /yate/tools/.cvsignore: -------------------------------------------------------------------------------- 1 | Makefile 2 | core* 3 | *.orig 4 | *~ 5 | .*.swp 6 | -------------------------------------------------------------------------------- /yate/tools/addcopy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/tools/addcopy.sh -------------------------------------------------------------------------------- /yate/tools/gdb-bt-all.txt: -------------------------------------------------------------------------------- 1 | thread apply all bt full 2 | quit 3 | -------------------------------------------------------------------------------- /yate/tools/log_rotate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/tools/log_rotate.sh -------------------------------------------------------------------------------- /yate/tools/mkpatch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/tools/mkpatch.sh -------------------------------------------------------------------------------- /yate/tools/rmendw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/tools/rmendw.sh -------------------------------------------------------------------------------- /yate/tools/sctp_linux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/tools/sctp_linux.sh -------------------------------------------------------------------------------- /yate/tools/tabify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/tools/tabify.sh -------------------------------------------------------------------------------- /yate/tools/untabify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/tools/untabify.sh -------------------------------------------------------------------------------- /yate/tools/upcopy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/tools/upcopy.sh -------------------------------------------------------------------------------- /yate/tools/yatemon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/tools/yatemon.sh -------------------------------------------------------------------------------- /yate/windows/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/.cvsignore -------------------------------------------------------------------------------- /yate/windows/Client.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/Client.vcproj -------------------------------------------------------------------------------- /yate/windows/Console.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/Console.vcproj -------------------------------------------------------------------------------- /yate/windows/Extra.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/Extra.vcproj -------------------------------------------------------------------------------- /yate/windows/LibQt4.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/LibQt4.vcproj -------------------------------------------------------------------------------- /yate/windows/Libyate.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/Libyate.vcproj -------------------------------------------------------------------------------- /yate/windows/Modules.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/Modules.vcproj -------------------------------------------------------------------------------- /yate/windows/QT4Modules.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/QT4Modules.vcproj -------------------------------------------------------------------------------- /yate/windows/Qt4Client.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/Qt4Client.vcproj -------------------------------------------------------------------------------- /yate/windows/Service.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/Service.vcproj -------------------------------------------------------------------------------- /yate/windows/TestSS7.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/TestSS7.vcproj -------------------------------------------------------------------------------- /yate/windows/YATE.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/YATE.sln -------------------------------------------------------------------------------- /yate/windows/YATE.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/YATE.vcproj -------------------------------------------------------------------------------- /yate/windows/_accfile.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_accfile.vcproj -------------------------------------------------------------------------------- /yate/windows/_amrnbcodec.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_amrnbcodec.vcproj -------------------------------------------------------------------------------- /yate/windows/_analog.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_analog.vcproj -------------------------------------------------------------------------------- /yate/windows/_analyzer.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_analyzer.vcproj -------------------------------------------------------------------------------- /yate/windows/_cache.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_cache.vcproj -------------------------------------------------------------------------------- /yate/windows/_callfork.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_callfork.vcproj -------------------------------------------------------------------------------- /yate/windows/_callgen.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_callgen.vcproj -------------------------------------------------------------------------------- /yate/windows/_camel_map.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_camel_map.vcproj -------------------------------------------------------------------------------- /yate/windows/_cdrbuild.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_cdrbuild.vcproj -------------------------------------------------------------------------------- /yate/windows/_cdrcombine.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_cdrcombine.vcproj -------------------------------------------------------------------------------- /yate/windows/_cdrfile.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_cdrfile.vcproj -------------------------------------------------------------------------------- /yate/windows/_ciscosm.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_ciscosm.vcproj -------------------------------------------------------------------------------- /yate/windows/_clustering.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_clustering.vcproj -------------------------------------------------------------------------------- /yate/windows/_conference.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_conference.vcproj -------------------------------------------------------------------------------- /yate/windows/_cpuload.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_cpuload.vcproj -------------------------------------------------------------------------------- /yate/windows/_customtext.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_customtext.vcproj -------------------------------------------------------------------------------- /yate/windows/_customtree.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_customtree.vcproj -------------------------------------------------------------------------------- /yate/windows/_dbpbx.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_dbpbx.vcproj -------------------------------------------------------------------------------- /yate/windows/_dbwave.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_dbwave.vcproj -------------------------------------------------------------------------------- /yate/windows/_dsoundchan.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_dsoundchan.vcproj -------------------------------------------------------------------------------- /yate/windows/_dumbchan.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_dumbchan.vcproj -------------------------------------------------------------------------------- /yate/windows/_enumroute.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_enumroute.vcproj -------------------------------------------------------------------------------- /yate/windows/_eventlogs.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_eventlogs.vcproj -------------------------------------------------------------------------------- /yate/windows/_extmodule.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_extmodule.vcproj -------------------------------------------------------------------------------- /yate/windows/_fileinfo.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_fileinfo.vcproj -------------------------------------------------------------------------------- /yate/windows/_gsmcodec.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_gsmcodec.vcproj -------------------------------------------------------------------------------- /yate/windows/_gvoice.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_gvoice.vcproj -------------------------------------------------------------------------------- /yate/windows/_h323chan.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_h323chan.vcproj -------------------------------------------------------------------------------- /yate/windows/_heartbeat.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_heartbeat.vcproj -------------------------------------------------------------------------------- /yate/windows/_ilbccodec.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_ilbccodec.vcproj -------------------------------------------------------------------------------- /yate/windows/_ilbcwebrtc.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_ilbcwebrtc.vcproj -------------------------------------------------------------------------------- /yate/windows/_isaccodec.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_isaccodec.vcproj -------------------------------------------------------------------------------- /yate/windows/_javascript.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_javascript.vcproj -------------------------------------------------------------------------------- /yate/windows/_jbfeatures.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_jbfeatures.vcproj -------------------------------------------------------------------------------- /yate/windows/_lateroute.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_lateroute.vcproj -------------------------------------------------------------------------------- /yate/windows/_mgcpca.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_mgcpca.vcproj -------------------------------------------------------------------------------- /yate/windows/_mgcpgw.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_mgcpgw.vcproj -------------------------------------------------------------------------------- /yate/windows/_monitoring.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_monitoring.vcproj -------------------------------------------------------------------------------- /yate/windows/_msgsniff.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_msgsniff.vcproj -------------------------------------------------------------------------------- /yate/windows/_mux.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_mux.vcproj -------------------------------------------------------------------------------- /yate/windows/_mysqldb.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_mysqldb.vcproj -------------------------------------------------------------------------------- /yate/windows/_openssl.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_openssl.vcproj -------------------------------------------------------------------------------- /yate/windows/_park.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_park.vcproj -------------------------------------------------------------------------------- /yate/windows/_pbx.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_pbx.vcproj -------------------------------------------------------------------------------- /yate/windows/_pbxassist.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_pbxassist.vcproj -------------------------------------------------------------------------------- /yate/windows/_pgsqldb.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_pgsqldb.vcproj -------------------------------------------------------------------------------- /yate/windows/_presence.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_presence.vcproj -------------------------------------------------------------------------------- /yate/windows/_queues.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_queues.vcproj -------------------------------------------------------------------------------- /yate/windows/_regexroute.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_regexroute.vcproj -------------------------------------------------------------------------------- /yate/windows/_regfile.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_regfile.vcproj -------------------------------------------------------------------------------- /yate/windows/_register.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_register.vcproj -------------------------------------------------------------------------------- /yate/windows/_rmanager.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_rmanager.vcproj -------------------------------------------------------------------------------- /yate/windows/_speexcodec.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_speexcodec.vcproj -------------------------------------------------------------------------------- /yate/windows/_sqlitedb.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_sqlitedb.vcproj -------------------------------------------------------------------------------- /yate/windows/_tonedetect.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_tonedetect.vcproj -------------------------------------------------------------------------------- /yate/windows/_tonegen.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_tonegen.vcproj -------------------------------------------------------------------------------- /yate/windows/_updater.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_updater.vcproj -------------------------------------------------------------------------------- /yate/windows/_users.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_users.vcproj -------------------------------------------------------------------------------- /yate/windows/_wavefile.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_wavefile.vcproj -------------------------------------------------------------------------------- /yate/windows/_widgetlist.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_widgetlist.vcproj -------------------------------------------------------------------------------- /yate/windows/_wpcard.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_wpcard.vcproj -------------------------------------------------------------------------------- /yate/windows/_yiaxchan.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_yiaxchan.vcproj -------------------------------------------------------------------------------- /yate/windows/_yradius.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_yradius.vcproj -------------------------------------------------------------------------------- /yate/windows/_yrtpchan.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_yrtpchan.vcproj -------------------------------------------------------------------------------- /yate/windows/_ysigchan.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_ysigchan.vcproj -------------------------------------------------------------------------------- /yate/windows/_ysipchan.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_ysipchan.vcproj -------------------------------------------------------------------------------- /yate/windows/_ysnmpagent.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_ysnmpagent.vcproj -------------------------------------------------------------------------------- /yate/windows/_ysockschan.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_ysockschan.vcproj -------------------------------------------------------------------------------- /yate/windows/_ystunchan.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/_ystunchan.vcproj -------------------------------------------------------------------------------- /yate/windows/client.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/client.rc -------------------------------------------------------------------------------- /yate/windows/libilbc.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/libilbc.vcproj -------------------------------------------------------------------------------- /yate/windows/libregex.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/libregex.vcproj -------------------------------------------------------------------------------- /yate/windows/libyasn.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/libyasn.vcproj -------------------------------------------------------------------------------- /yate/windows/libyiax.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/libyiax.vcproj -------------------------------------------------------------------------------- /yate/windows/libyjabber.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/libyjabber.vcproj -------------------------------------------------------------------------------- /yate/windows/libymgcp.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/libymgcp.vcproj -------------------------------------------------------------------------------- /yate/windows/libymodem.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/libymodem.vcproj -------------------------------------------------------------------------------- /yate/windows/libypbx.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/libypbx.vcproj -------------------------------------------------------------------------------- /yate/windows/libyrtp.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/libyrtp.vcproj -------------------------------------------------------------------------------- /yate/windows/libyscript.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/libyscript.vcproj -------------------------------------------------------------------------------- /yate/windows/libysdp.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/libysdp.vcproj -------------------------------------------------------------------------------- /yate/windows/libysig.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/libysig.vcproj -------------------------------------------------------------------------------- /yate/windows/libysip.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/libysip.vcproj -------------------------------------------------------------------------------- /yate/windows/libysnmp.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/libysnmp.vcproj -------------------------------------------------------------------------------- /yate/windows/main-client.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/main-client.cpp -------------------------------------------------------------------------------- /yate/windows/main-service.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/main-service.cpp -------------------------------------------------------------------------------- /yate/windows/msvcrtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/msvcrtest.c -------------------------------------------------------------------------------- /yate/windows/msvcrtest.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/msvcrtest.vcproj -------------------------------------------------------------------------------- /yate/windows/null_team.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/null_team.ico -------------------------------------------------------------------------------- /yate/windows/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/resource.h -------------------------------------------------------------------------------- /yate/windows/run-console.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/run-console.bat -------------------------------------------------------------------------------- /yate/windows/run-qt4.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/run-qt4.bat -------------------------------------------------------------------------------- /yate/windows/unistd.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /yate/windows/ver+icon.rc: -------------------------------------------------------------------------------- 1 | 1 ICON DISCARDABLE "null_team.ico" 2 | 3 | #include "version.rc" 4 | -------------------------------------------------------------------------------- /yate/windows/version.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/version.rc -------------------------------------------------------------------------------- /yate/windows/yate.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/yate.iss -------------------------------------------------------------------------------- /yate/windows/yateiss.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/yateiss.inc -------------------------------------------------------------------------------- /yate/windows/yateversn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/windows/yateversn.h -------------------------------------------------------------------------------- /yate/yate-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yate-config -------------------------------------------------------------------------------- /yate/yate-config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yate-config.in -------------------------------------------------------------------------------- /yate/yate-config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yate-config.sh -------------------------------------------------------------------------------- /yate/yate.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yate.pc -------------------------------------------------------------------------------- /yate/yate.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yate.pc.in -------------------------------------------------------------------------------- /yate/yatecbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yatecbase.h -------------------------------------------------------------------------------- /yate/yateclass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yateclass.h -------------------------------------------------------------------------------- /yate/yateiss.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yateiss.inc -------------------------------------------------------------------------------- /yate/yateiss.inc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yateiss.inc.in -------------------------------------------------------------------------------- /yate/yatemath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yatemath.h -------------------------------------------------------------------------------- /yate/yatemime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yatemime.h -------------------------------------------------------------------------------- /yate/yatengine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yatengine.h -------------------------------------------------------------------------------- /yate/yatephone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yatephone.h -------------------------------------------------------------------------------- /yate/yateversn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yateversn.h -------------------------------------------------------------------------------- /yate/yateversn.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yateversn.h.in -------------------------------------------------------------------------------- /yate/yatexml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yate/yatexml.h -------------------------------------------------------------------------------- /yatebts/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/COPYING -------------------------------------------------------------------------------- /yatebts/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/INSTALL -------------------------------------------------------------------------------- /yatebts/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/Makefile -------------------------------------------------------------------------------- /yatebts/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/Makefile.in -------------------------------------------------------------------------------- /yatebts/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/README -------------------------------------------------------------------------------- /yatebts/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/autogen.sh -------------------------------------------------------------------------------- /yatebts/autom4te.cache/output.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/autom4te.cache/output.0 -------------------------------------------------------------------------------- /yatebts/autom4te.cache/requests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/autom4te.cache/requests -------------------------------------------------------------------------------- /yatebts/autom4te.cache/traces.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/autom4te.cache/traces.0 -------------------------------------------------------------------------------- /yatebts/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/config.h -------------------------------------------------------------------------------- /yatebts/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/config.h.in -------------------------------------------------------------------------------- /yatebts/config.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/config.log -------------------------------------------------------------------------------- /yatebts/config.status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/config.status -------------------------------------------------------------------------------- /yatebts/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/configure -------------------------------------------------------------------------------- /yatebts/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/configure.ac -------------------------------------------------------------------------------- /yatebts/gsmtrx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/gsmtrx.cpp -------------------------------------------------------------------------------- /yatebts/mbts/A53/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/COPYING -------------------------------------------------------------------------------- /yatebts/mbts/A53/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/Makefile -------------------------------------------------------------------------------- /yatebts/mbts/A53/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/Makefile.in -------------------------------------------------------------------------------- /yatebts/mbts/A53/a5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/a5.c -------------------------------------------------------------------------------- /yatebts/mbts/A53/a5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/a5.h -------------------------------------------------------------------------------- /yatebts/mbts/A53/a53.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/a53.h -------------------------------------------------------------------------------- /yatebts/mbts/A53/a53test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/a53test.cpp -------------------------------------------------------------------------------- /yatebts/mbts/A53/a5_speed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/a5_speed.c -------------------------------------------------------------------------------- /yatebts/mbts/A53/a5_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/a5_test.c -------------------------------------------------------------------------------- /yatebts/mbts/A53/bits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/bits.c -------------------------------------------------------------------------------- /yatebts/mbts/A53/bits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/bits.h -------------------------------------------------------------------------------- /yatebts/mbts/A53/gea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/gea.c -------------------------------------------------------------------------------- /yatebts/mbts/A53/gea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/gea.h -------------------------------------------------------------------------------- /yatebts/mbts/A53/gea_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/gea_test.c -------------------------------------------------------------------------------- /yatebts/mbts/A53/gprs_cipher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/gprs_cipher.h -------------------------------------------------------------------------------- /yatebts/mbts/A53/ifc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/ifc.cpp -------------------------------------------------------------------------------- /yatebts/mbts/A53/kasumi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/kasumi.c -------------------------------------------------------------------------------- /yatebts/mbts/A53/kasumi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/kasumi.h -------------------------------------------------------------------------------- /yatebts/mbts/A53/kasumi_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/kasumi_test.c -------------------------------------------------------------------------------- /yatebts/mbts/A53/linuxlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/linuxlist.h -------------------------------------------------------------------------------- /yatebts/mbts/A53/utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/utils.c -------------------------------------------------------------------------------- /yatebts/mbts/A53/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/A53/utils.h -------------------------------------------------------------------------------- /yatebts/mbts/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/AUTHORS -------------------------------------------------------------------------------- /yatebts/mbts/CLI/CLI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/CLI/CLI.cpp -------------------------------------------------------------------------------- /yatebts/mbts/CLI/CLI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/CLI/CLI.h -------------------------------------------------------------------------------- /yatebts/mbts/CLI/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/CLI/Makefile -------------------------------------------------------------------------------- /yatebts/mbts/CLI/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/CLI/Makefile.in -------------------------------------------------------------------------------- /yatebts/mbts/CLI/README.CLI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/CLI/README.CLI -------------------------------------------------------------------------------- /yatebts/mbts/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/COPYING -------------------------------------------------------------------------------- /yatebts/mbts/CommonLibs/A51.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/CommonLibs/A51.cpp -------------------------------------------------------------------------------- /yatebts/mbts/CommonLibs/A51.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/CommonLibs/A51.h -------------------------------------------------------------------------------- /yatebts/mbts/CommonLibs/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/CommonLibs/COPYING -------------------------------------------------------------------------------- /yatebts/mbts/CommonLibs/F16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/CommonLibs/F16.h -------------------------------------------------------------------------------- /yatebts/mbts/CommonLibs/Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/CommonLibs/Utils.h -------------------------------------------------------------------------------- /yatebts/mbts/Control/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/Control/Makefile -------------------------------------------------------------------------------- /yatebts/mbts/Control/SMSCB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/Control/SMSCB.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/BSSG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/BSSG.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/BSSG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/BSSG.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/ByteVector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/ByteVector.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/CS4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/CS4.txt -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/FEC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/FEC.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/FEC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/FEC.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/GPRSCLI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/GPRSCLI.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/GPRSExport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/GPRSExport.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/GPRSRLC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/GPRSRLC.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/GPRSTDMA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/GPRSTDMA.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/MAC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/MAC.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/MAC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/MAC.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/MSInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/MSInfo.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/MSInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/MSInfo.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/Makefile -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/Makefile.in -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/MsgBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/MsgBase.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/MsgBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/MsgBase.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/RLC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/RLC.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/RLCEngine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/RLCEngine.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/RLCEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/RLCEngine.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/RLCHdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/RLCHdr.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/RLCMessages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/RLCMessages.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/RList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/RList.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/ScalarTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/ScalarTypes.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/TBF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/TBF.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/TBF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/TBF.h -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/makefile.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/makefile.pat -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/notes.txt -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/pat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/pat.txt -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/pinghttp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/pinghttp.c -------------------------------------------------------------------------------- /yatebts/mbts/GPRS/todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GPRS/todo.txt -------------------------------------------------------------------------------- /yatebts/mbts/GSM/AppInfTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/AppInfTest.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSM610Tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSM610Tables.h -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSMCommon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSMCommon.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSMCommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSMCommon.h -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSMConfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSMConfig.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSMConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSMConfig.h -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSML1FEC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSML1FEC.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSML1FEC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSML1FEC.h -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSML2LAPDm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSML2LAPDm.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSML2LAPDm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSML2LAPDm.h -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSML3Message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSML3Message.h -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSMSAPMux.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSMSAPMux.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSMSAPMux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSMSAPMux.h -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSMTAPDump.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSMTAPDump.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSMTAPDump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSMTAPDump.h -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSMTDMA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSMTDMA.cpp -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSMTDMA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSMTDMA.h -------------------------------------------------------------------------------- /yatebts/mbts/GSM/GSMTransfer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/GSMTransfer.h -------------------------------------------------------------------------------- /yatebts/mbts/GSM/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/Makefile -------------------------------------------------------------------------------- /yatebts/mbts/GSM/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/Makefile.in -------------------------------------------------------------------------------- /yatebts/mbts/GSM/PowerManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/PowerManager.h -------------------------------------------------------------------------------- /yatebts/mbts/GSM/gsmtap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/GSM/gsmtap.h -------------------------------------------------------------------------------- /yatebts/mbts/Globals/Defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/Globals/Defines.h -------------------------------------------------------------------------------- /yatebts/mbts/Globals/Globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/Globals/Globals.h -------------------------------------------------------------------------------- /yatebts/mbts/Globals/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/Globals/Makefile -------------------------------------------------------------------------------- /yatebts/mbts/LEGAL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/LEGAL -------------------------------------------------------------------------------- /yatebts/mbts/Makefile.head.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/Makefile.head.in -------------------------------------------------------------------------------- /yatebts/mbts/Makefile.tail.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/Makefile.tail.in -------------------------------------------------------------------------------- /yatebts/mbts/Peering/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/Peering/Makefile -------------------------------------------------------------------------------- /yatebts/mbts/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/README -------------------------------------------------------------------------------- /yatebts/mbts/SGSNGGSN/Ggsn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/SGSNGGSN/Ggsn.cpp -------------------------------------------------------------------------------- /yatebts/mbts/SGSNGGSN/Ggsn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/SGSNGGSN/Ggsn.h -------------------------------------------------------------------------------- /yatebts/mbts/SGSNGGSN/LLC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/SGSNGGSN/LLC.cpp -------------------------------------------------------------------------------- /yatebts/mbts/SGSNGGSN/LLC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/SGSNGGSN/LLC.h -------------------------------------------------------------------------------- /yatebts/mbts/SGSNGGSN/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/SGSNGGSN/Makefile -------------------------------------------------------------------------------- /yatebts/mbts/SGSNGGSN/Sgsn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/SGSNGGSN/Sgsn.cpp -------------------------------------------------------------------------------- /yatebts/mbts/SGSNGGSN/Sgsn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/SGSNGGSN/Sgsn.h -------------------------------------------------------------------------------- /yatebts/mbts/TRXManager/clockdump.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | sudo tcpdump -i lo0 -A udp port 5700 3 | 4 | -------------------------------------------------------------------------------- /yatebts/mbts/apps/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/apps/Makefile -------------------------------------------------------------------------------- /yatebts/mbts/apps/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/apps/Makefile.in -------------------------------------------------------------------------------- /yatebts/mbts/apps/OpenBTS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/apps/OpenBTS.cpp -------------------------------------------------------------------------------- /yatebts/mbts/ctags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/ctags.sh -------------------------------------------------------------------------------- /yatebts/mbts/doxconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/doxconfig -------------------------------------------------------------------------------- /yatebts/mbts/sqlite3/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/sqlite3/Makefile -------------------------------------------------------------------------------- /yatebts/mbts/sqlite3/sqlite3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/sqlite3/sqlite3.c -------------------------------------------------------------------------------- /yatebts/mbts/sqlite3/sqlite3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/mbts/sqlite3/sqlite3.h -------------------------------------------------------------------------------- /yatebts/nib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/Makefile -------------------------------------------------------------------------------- /yatebts/nib/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/Makefile.in -------------------------------------------------------------------------------- /yatebts/nib/auth/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/auth/Makefile -------------------------------------------------------------------------------- /yatebts/nib/auth/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/auth/Makefile.in -------------------------------------------------------------------------------- /yatebts/nib/auth/do_comp128.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/auth/do_comp128.c -------------------------------------------------------------------------------- /yatebts/nib/auth/gsm_auth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/auth/gsm_auth.sh -------------------------------------------------------------------------------- /yatebts/nib/auth/test_crypto.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/auth/test_crypto.sh -------------------------------------------------------------------------------- /yatebts/nib/custom_sms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/custom_sms.js -------------------------------------------------------------------------------- /yatebts/nib/echo.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/echo.au -------------------------------------------------------------------------------- /yatebts/nib/nib.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/nib.js -------------------------------------------------------------------------------- /yatebts/nib/web/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/web/.htaccess -------------------------------------------------------------------------------- /yatebts/nib/web/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/web/README -------------------------------------------------------------------------------- /yatebts/nib/web/ansql/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/web/ansql/COPYING -------------------------------------------------------------------------------- /yatebts/nib/web/ansql/debug.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/web/ansql/debug.php -------------------------------------------------------------------------------- /yatebts/nib/web/ansql/lib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/web/ansql/lib.php -------------------------------------------------------------------------------- /yatebts/nib/web/config.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /yatebts/nib/web/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/web/css/main.css -------------------------------------------------------------------------------- /yatebts/nib/web/custom_sms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/web/custom_sms.php -------------------------------------------------------------------------------- /yatebts/nib/web/defaults.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/web/defaults.php -------------------------------------------------------------------------------- /yatebts/nib/web/download.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/web/download.php -------------------------------------------------------------------------------- /yatebts/nib/web/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/web/index.php -------------------------------------------------------------------------------- /yatebts/nib/web/javascript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/web/javascript.js -------------------------------------------------------------------------------- /yatebts/nib/web/lib/menu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/web/lib/menu.php -------------------------------------------------------------------------------- /yatebts/nib/web/main.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/web/main.php -------------------------------------------------------------------------------- /yatebts/nib/web/structure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/web/structure.php -------------------------------------------------------------------------------- /yatebts/nib/welcome.au: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/welcome.au -------------------------------------------------------------------------------- /yatebts/nib/welcome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/nib/welcome.js -------------------------------------------------------------------------------- /yatebts/roaming/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/roaming/Makefile -------------------------------------------------------------------------------- /yatebts/roaming/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/roaming/Makefile.in -------------------------------------------------------------------------------- /yatebts/roaming/handover.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/roaming/handover.js -------------------------------------------------------------------------------- /yatebts/roaming/lib_str_util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/roaming/lib_str_util.js -------------------------------------------------------------------------------- /yatebts/roaming/roaming.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/roaming/roaming.js -------------------------------------------------------------------------------- /yatebts/transceiver/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/transceiver/Makefile -------------------------------------------------------------------------------- /yatebts/transceiver/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/transceiver/Makefile.in -------------------------------------------------------------------------------- /yatebts/transceiver/gsmutil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/transceiver/gsmutil.cpp -------------------------------------------------------------------------------- /yatebts/transceiver/gsmutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/transceiver/gsmutil.h -------------------------------------------------------------------------------- /yatebts/transceiver/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/transceiver/main.cpp -------------------------------------------------------------------------------- /yatebts/transceiver/sigproc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/transceiver/sigproc.cpp -------------------------------------------------------------------------------- /yatebts/transceiver/sigproc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/transceiver/sigproc.h -------------------------------------------------------------------------------- /yatebts/yate-bts.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/yate-bts.spec -------------------------------------------------------------------------------- /yatebts/yate-bts.spec.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/yate-bts.spec.in -------------------------------------------------------------------------------- /yatebts/ybts.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/ybts.conf.sample -------------------------------------------------------------------------------- /yatebts/ybts.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/ybts.cpp -------------------------------------------------------------------------------- /yatebts/ybts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strcpyblog/SubversiveBTS/HEAD/yatebts/ybts.h --------------------------------------------------------------------------------