yate/modules
marian fd04da7b91 Fixed bug: avoid infinite loop when stringifying an array with holes (index is missing). Put null for missing indexes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@6308 acf43c95-373e-0410-b603-e72c3f656dc1
2018-04-11 12:00:37 +00:00
..
client Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
jabber Added a helper class SocketRef and use it instead of all ad-hoc similar classes. 2018-02-20 11:58:02 +00:00
qt4 Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
radio Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
server Fixed vendor value build from individual octets: avoid generating wrong values when octets are promoted to int. 2018-03-13 13:07:51 +00:00
sig Allow encoding all variation of A-F address digits in ISUP, SCCP, MAP/CAMEL. 2017-11-01 16:59:05 +00:00
sip Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
test Moved radiotest module to modules/radio. 2017-03-22 09:11:01 +00:00
.cvsignore Directory reorder #3 2007-11-15 23:06:36 +00:00
Makefile.in Moved radiotest module to modules/radio. 2017-03-22 09:11:01 +00:00
amrnbcodec.cpp Removed useless undefined method. 2017-08-10 08:28:22 +00:00
analyzer.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
callfork.cpp Resolved or silenced a number of compile warnings. 2014-07-31 16:30:15 +00:00
callgen.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
cdrbuild.cpp Added method for URI escaping an entire list of characters. 2017-02-16 11:24:25 +00:00
cdrcombine.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
cdrfile.cpp Added setting for new CDR file permissions, defaults to 0640. 2017-03-15 11:09:41 +00:00
conference.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
dumbchan.cpp Allow calls to be directed from dumb: check for 'direct' parameter, use it as target (skip routing) if present. 2014-07-02 14:14:43 +00:00
efrcodec.cpp Added GSM-EFR codec support and transcoder. 2015-02-26 10:26:51 +00:00
enumroute.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
extmodule.cpp Fixed unescaping of handler filter parameters. 2018-03-21 13:31:09 +00:00
faxchan.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
fileinfo.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
filetransfer.cpp Removed unused functions. Silenced unused variable warning. 2014-08-05 07:58:03 +00:00
gsmcodec.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
gvoice.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
h323chan.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
ilbccodec.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
ilbcwebrtc.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
isaccodec.cpp Fixed PLC for the iSAC codec, caused memory corruption and crashes. 2014-10-21 11:56:46 +00:00
javascript.cpp Fixed bug: avoid infinite loop when stringifying an array with holes (index is missing). Put null for missing indexes. 2018-04-11 12:00:37 +00:00
moh.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
msgsniff.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
mux.cpp Added extra checks for race conditions where CallEndpoint::setEndpoint() may fail. 2017-01-27 11:25:29 +00:00
openssl.cpp Fixed OpenSSL build on newer versions lacking AES_ctr128_encrypt. 2018-01-09 12:28:41 +00:00
pbx.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
regexroute.cpp Correctly handle a non-block rule on the same line as the closing brace of a block. 2018-01-12 17:07:40 +00:00
rmanager.cpp Added a helper class SocketRef and use it instead of all ad-hoc similar classes. 2018-02-20 11:58:02 +00:00
speexcodec.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
tonedetect.cpp Added extra checks for race conditions where CallEndpoint::setEndpoint() may fail. 2017-01-27 11:25:29 +00:00
tonegen.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
wavefile.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
yiaxchan.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
yjinglechan.cpp Resolved or silenced a number of compile warnings. 2014-07-31 16:30:15 +00:00
yrtpchan.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
ysipchan.cpp Added a helper class SocketRef and use it instead of all ad-hoc similar classes. 2018-02-20 11:58:02 +00:00
ysockschan.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
ystunchan.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
zlibcompress.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00