aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_jingle.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+2
2011-07-05Merged revisions 326411 via svnmerge from tilghman1-1/+1
2011-05-05Merged revisions 317474 via svnmerge from russell1-4/+0
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...dvossel1-1/+1
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel1-53/+99
2010-12-20Some scheduler API cleanup and improvements.russell1-2/+2
2010-10-14Merged revisions 291758 via svnmerge from pabelanger1-4/+6
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-14Expand the caller ANI field to an ast_party_idrmudgett1-1/+4
2010-07-14ast_callerid restructuringrmudgett1-4/+6
2010-07-08Fix calls of ast_sockaddr_from_sin() from IPv6 integration.rmudgett1-4/+4
2010-07-08Add IPv6 to Asterisk.mmichelson1-5/+20
2010-03-02fixes adaptive jitterbuffer configurationdvossel1-1/+2
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-29/+32
2009-09-25Add JABBER_RECEIVE as a dialplan function, implement SendText in Jingle channelsphsultan1-0/+22
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-04-10Fix some uninitialized memory notices that appeared under valgrind.file1-1/+1
2009-04-02Merge in the RTP engine API.file1-43/+36
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+2
2008-08-09Merge more changes from the resolve-shadow-warnings branch (henceforth knownseanbright1-3/+3
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-8/+31
2008-05-28Changed to temporary namespaces to match with latest XEPs. As soon asphsultan1-10/+42
2008-05-28Code simplificationphsultan1-38/+40
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-1/+1
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-1/+1
2008-04-21(closes issue #6113)jpeeler1-0/+4
2008-03-11Merged revisions 107714 via svnmerge from qwell1-0/+7
2008-02-29Remove unnecessary if statements before calling iks_delete (redundant check isphsultan1-23/+21
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-4/+0
2007-11-06Commit some cleanups to the format type code.tilghman1-5/+2
2007-11-06Allow gtalk and jingle to use TLS connections again.qwell1-7/+7
2007-11-01Remove traces of gnutls, since we no longer use/need it.qwell1-10/+1
2007-10-31Merged revisions 87906 via svnmerge from qwell1-3/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-2/+2
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-2/+2
2007-10-16Fix CLI help outputphsultan1-2/+2
2007-10-16Added two CLI functions, taken from chan_gtalk :phsultan1-50/+107
2007-10-16Make an audio path under the following call configuration :phsultan1-11/+18
2007-10-15Allow RTP structure registrationphsultan1-2/+2
2007-10-09Remove redundant includes (patch by snuffy) (Closes issue #10922)tilghman1-1/+0
2007-09-25Comply with latest XEP-0166, XEP-0167, XEP-0176.phsultan1-106/+157
2007-09-19Replace Google namespace occurrences with Jingle. The former namespacephsultan1-22/+22
2007-09-19Remove namespaces in payload-type tags.phsultan1-11/+1
2007-09-19Transmit proper invitation, thus conforming to XEP-0166 (Jingle generalphsultan1-19/+33