summaryrefslogtreecommitdiff
path: root/channels/chan_gtalk.c
AgeCommit message (Expand)Author
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-12-09Merged revisions 297957 via svnmerge from David Vossel
2010-11-02New CLI command 'gtalk show settings'.Paul Belanger
2010-10-14Merged revisions 291827 via svnmerge from David Vossel
2010-10-14Merged revisions 291758 via svnmerge from Paul Belanger
2010-10-13Merged revisions 291578 via svnmerge from David Vossel
2010-10-11Merged revisions 291192 via svnmerge from David Vossel
2010-10-08Merged revisions 290973 via svnmerge from David Vossel
2010-10-07Merged revisions 290829 via svnmerge from David Vossel
2010-10-07Merged revisions 290828 via svnmerge from David Vossel
2010-10-06Merged revisions 290674 via svnmerge from David Vossel
2010-10-06Merged revisions 290648 via svnmerge from David Vossel
2010-10-05Merged revisions 290479 via svnmerge from David Vossel
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-14ast_callerid restructuringRichard Mudgett
2010-07-08Fix calls of ast_sockaddr_from_sin() from IPv6 integration.Richard Mudgett
2010-07-08Add IPv6 to Asterisk.Mark Michelson
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-09-25Add JABBER_RECEIVE as a dialplan function, implement SendText in Jingle channelsPhilippe Sultan
2009-08-12Always specify which RTP engine is desired for a new RTP instance.Russell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-05-22Don't crash if an RTP instance can't be created. This could occur when anSean Bright
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.Joshua Colp
2009-04-02Merge in the RTP engine API.Joshua Colp
2009-03-31Merged revisions 185362 via svnmerge from David Brooks
2009-02-12Issue a warning message if our candidate's IP is the loopback address.Philippe Sultan
2009-02-12Merged revisions 175029 via svnmerge from Philippe Sultan
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-21Fix two memory leaks in chan_gtalk, thanks Eliel!Philippe Sultan
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-06-02Do not link the guest account with any configured XMPP client (inPhilippe Sultan
2008-05-23- remove whitespaces between tags in received XML packets before givingPhilippe Sultan
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-04-28Merged revisions 114708 via svnmerge from Tilghman Lesher
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-04-21(closes issue #6113)Jeff Peeler
2008-04-04Merged revisions 112820 via svnmerge from Philippe Sultan
2008-04-04Merged revisions 112766 via svnmerge from Philippe Sultan
2008-03-11Merged revisions 107714 via svnmerge from Jason Parker
2008-02-29Remove unnecessary if statements before calling iks_delete (redundant check isPhilippe Sultan
2008-01-09Merged revisions 97489 via svnmerge from Philippe Sultan
2007-11-27Manager events from the "moremanager" branchOlle Johansson
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-11-06Allow gtalk and jingle to use TLS connections again.Jason Parker