aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_gtalk.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()pabelanger1-3/+3
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel1-71/+122
2010-12-20Some scheduler API cleanup and improvements.russell1-2/+2
2010-12-09Merged revisions 297957 via svnmerge from dvossel1-5/+40
2010-11-02New CLI command 'gtalk show settings'.pabelanger1-14/+62
2010-10-14Merged revisions 291827 via svnmerge from dvossel1-133/+92
2010-10-14Merged revisions 291758 via svnmerge from pabelanger1-2/+2
2010-10-13Merged revisions 291578 via svnmerge from dvossel1-42/+64
2010-10-11Merged revisions 291192 via svnmerge from dvossel1-134/+130
2010-10-08Merged revisions 290973 via svnmerge from dvossel1-3/+15
2010-10-07Merged revisions 290829 via svnmerge from dvossel1-0/+2
2010-10-07Merged revisions 290828 via svnmerge from dvossel1-1/+1
2010-10-06Merged revisions 290674 via svnmerge from dvossel1-4/+6
2010-10-06Merged revisions 290648 via svnmerge from dvossel1-8/+38
2010-10-05Merged revisions 290479 via svnmerge from dvossel1-96/+152
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-14ast_callerid restructuringrmudgett1-3/+5
2010-07-08Fix calls of ast_sockaddr_from_sin() from IPv6 integration.rmudgett1-3/+3
2010-07-08Add IPv6 to Asterisk.mmichelson1-10/+25
2010-03-02fixes adaptive jitterbuffer configurationdvossel1-1/+2
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-26/+29
2009-09-25Add JABBER_RECEIVE as a dialplan function, implement SendText in Jingle channelsphsultan1-0/+21
2009-08-12Always specify which RTP engine is desired for a new RTP instance.russell1-1/+1
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-6/+6
2009-05-22Don't crash if an RTP instance can't be created. This could occur when anseanbright1-1/+5
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-1/+1
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.file1-3/+3
2009-04-02Merge in the RTP engine API.file1-49/+46
2009-03-31Merged revisions 185362 via svnmerge from dbrooks1-7/+7
2009-02-12Issue a warning message if our candidate's IP is the loopback address.phsultan1-0/+3
2009-02-12Merged revisions 175029 via svnmerge from phsultan1-5/+47
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+5
2008-08-21Fix two memory leaks in chan_gtalk, thanks Eliel!phsultan1-0/+2
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-2/+2
2008-06-02Do not link the guest account with any configured XMPP client (inphsultan1-10/+26
2008-05-23- remove whitespaces between tags in received XML packets before givingphsultan1-1/+4
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-2/+2
2008-04-28Merged revisions 114708 via svnmerge from tilghman1-2/+7
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-2/+2
2008-04-21(closes issue #6113)jpeeler1-0/+12
2008-04-04Merged revisions 112820 via svnmerge from phsultan1-1/+2
2008-04-04Merged revisions 112766 via svnmerge from phsultan1-45/+124
2008-03-11Merged revisions 107714 via svnmerge from qwell1-0/+7
2008-02-29Remove unnecessary if statements before calling iks_delete (redundant check isphsultan1-46/+34
2008-01-09Merged revisions 97489 via svnmerge from phsultan1-15/+4
2007-11-27Manager events from the "moremanager" branchoej1-1/+6
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-17more removal of duplicate #include linesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0