yate/modules
paulc 189eaa263b Fixed a delete / delete[] mismatch spotted using valgrind.
Should be just a cosmetic change on all known platforms.


git-svn-id: http://voip.null.ro/svn/yate@3707 acf43c95-373e-0410-b603-e72c3f656dc1
2010-10-11 14:04:36 +00:00
..
client Handle MUC invite/decline. 2010-10-05 14:00:56 +00:00
jabber Removed sender and recipient resource check when sending presence error. 2010-10-08 13:17:59 +00:00
qt4 Make sure the proper constructor is called and the probe config file is loaded. 2009-04-17 15:57:02 +00:00
server Fixed a delete / delete[] mismatch spotted using valgrind. 2010-10-11 14:04:36 +00:00
test Reorder libraries so that Yate libraries and modules can be linked using --as-needed avoiding underlinking or overlinking. 2010-03-24 13:46:12 +00:00
.cvsignore Directory reorder #3 2007-11-15 23:06:36 +00:00
Makefile.in Added an ISUP IAM parameter mangling module that alters messages transferred in STP mode. 2010-09-09 09:22:58 +00:00
amrnbcodec.cpp Added names to codec translator factories to aid in debugging. 2010-04-02 14:28:27 +00:00
analyzer.cpp Added Channel::initChan() method to add the channel to the driver explicitely, after the object is fully constructed. 2010-01-26 10:31:32 +00:00
callfork.cpp Avoid leaking call parameters from one fork leg to another by using a copy of the original call.execute message for every fork leg. 2010-09-24 15:04:22 +00:00
callgen.cpp Added flags to data forwarded through DataNodes. 2009-07-02 09:24:33 +00:00
cdrbuild.cpp Report the BillId in the cdrbuild status, the Peer cannot be reported reliably. 2010-07-15 12:32:07 +00:00
cdrfile.cpp Added mutex names to most Yate modules. 2009-05-05 14:06:39 +00:00
conference.cpp Spelling cleanup of a very common error: Retrive -> Retrieve 2010-06-11 11:25:10 +00:00
dumbchan.cpp Added Channel::initChan() method to add the channel to the driver explicitely, after the object is fully constructed. 2010-01-26 10:31:32 +00:00
enumroute.cpp Added mutex names to most Yate modules. 2009-05-05 14:06:39 +00:00
extmodule.cpp Explicitely initialize the m_running field of ExtModChan too. 2010-06-24 12:17:11 +00:00
faxchan.cpp Use static const Regexps wherever possible to speed up code. 2010-06-17 11:38:46 +00:00
filetransfer.cpp Use static const Regexps wherever possible to speed up code. 2010-06-17 11:38:46 +00:00
gsmcodec.cpp Added names to codec translator factories to aid in debugging. 2010-04-02 14:28:27 +00:00
h323chan.cpp Use H323Endpoint::InternalMakeCall instead of MakeCall. This will avoid useless SRV requests when compiled with H323Plus. 2010-09-21 15:09:55 +00:00
ilbccodec.cpp Added names to codec translator factories to aid in debugging. 2010-04-02 14:28:27 +00:00
moh.cpp Use static const Regexps wherever possible to speed up code. 2010-06-17 11:38:46 +00:00
msgsniff.cpp Added command line completion for sniffer. 2010-07-15 12:54:04 +00:00
mux.cpp Added Semaphore class, made Mutex derive from (new class) Lockable, made Lock able to get a lock on any Lockable - Mutex or Semaphore. 2009-07-22 12:57:14 +00:00
openssl.cpp Expose the OpenSSL implementations of AES cipher feedback mode and DES cipher-block chaining mode. 2010-07-15 13:30:19 +00:00
pbx.cpp Try harder to masquerade the call.answered message to give the modules - in particular callfork - a chance to populate proper parameters. 2009-05-20 17:54:29 +00:00
regexroute.cpp Support the ${param$defvalue} syntax in parameter matching similar to parameter expansions. 2010-06-16 14:15:44 +00:00
rmanager.cpp Print uptime in days and hh:mm:ss instead of hhhhh:mm:ss so it's easier to read. 2010-06-18 15:05:40 +00:00
speexcodec.cpp Removed all the bitrate specific Speex formats and use only the default mode (but will add the mode in the format parameters after the API change). 2010-04-27 22:55:04 +00:00
tonedetect.cpp Use a RefPointer for DataEndpoint when it could be obtained from setEndpoint instead of being carried (and referenced) by a message. 2010-09-15 10:30:35 +00:00
tonegen.cpp Allow attaching an opposite type (consumer for tone and wave/play, source for wave/record) data node for tone and wave channels. 2010-04-30 15:19:51 +00:00
wavefile.cpp Use a RefPointer for DataEndpoint when it could be obtained from setEndpoint instead of being carried (and referenced) by a message. 2010-09-15 10:30:35 +00:00
yiaxchan.cpp Use static const Regexps wherever possible to speed up code. 2010-06-17 11:38:46 +00:00
yjinglechan.cpp Changed default value for resource priority in presences generated by the jingle module and made it configurable. 2010-09-21 12:31:04 +00:00
yrtpchan.cpp Added separate setting to control if initial RTP timeout should cause an action. 2010-09-20 14:30:25 +00:00
ysipchan.cpp Made several Regexps static const so they are compiled only once, speeds up processing. 2010-06-17 11:08:00 +00:00
ysockschan.cpp Always reset I/O blocking on listener and accepted sockets. Added more debug. 2009-09-21 12:41:01 +00:00
ystunchan.cpp Fixed warnings and a few minor bugs when compiling on a different architecture. 2009-06-19 11:19:20 +00:00
zlibcompress.cpp Added support for zlib 1.2.2 and earlier that do not define Z_TEXT. 2010-07-16 21:02:17 +00:00