summaryrefslogtreecommitdiff
path: root/channels/chan_jingle.c
AgeCommit message (Expand)Author
2012-03-28Fix setting CDR variables in the hangup extensionTerry Wilson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-11-23Fix res_jabber resource leaksKinsey Moore
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-05Merged revisions 326411 via svnmerge from Tilghman Lesher
2011-05-05Merged revisions 317474 via svnmerge from Russell Bryant
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-10-14Merged revisions 291758 via svnmerge from Paul Belanger
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-14Expand the caller ANI field to an ast_party_idRichard Mudgett
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-04-10Fix some uninitialized memory notices that appeared under valgrind.Joshua Colp
2009-04-02Merge in the RTP engine API.Joshua Colp
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-09Merge more changes from the resolve-shadow-warnings branch (henceforth knownSean Bright
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-28Changed to temporary namespaces to match with latest XEPs. As soon asPhilippe Sultan
2008-05-28Code simplificationPhilippe 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-03-11Merged revisions 107714 via svnmerge from Jason Parker
2008-02-29Remove unnecessary if statements before calling iks_delete (redundant check isPhilippe Sultan
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
2007-11-01Remove traces of gnutls, since we no longer use/need it.Jason Parker
2007-10-31Merged revisions 87906 via svnmerge from Jason Parker
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker