aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_gtalk.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-27Make payload IDs for iLBC/Speex match to our list. Since these are dynamic pa...file1-2/+2
2007-06-27Don't modify a variable that we don't want modified. Make a copy of it instead.qwell1-7/+6
2007-06-19Only attempt to queue a hangup on the owner channel if it actually exists.russell1-2/+2
2007-05-25handle the GNUTLS library properly in the configure script and build systemkpfleming1-0/+1
2007-05-24oops, use #ifdef instead of #ifkpfleming1-2/+2
2007-05-24don't reference GnuTLS headers and functions unless the configure script foun...kpfleming1-1/+5
2007-05-24Issue 7672 - fix by zandbelt - Asterisk core dump since the GnuTLS interface ...oej1-0/+6
2007-05-24Issue 8193 - NAT issues with gtalk/STUN. Patch by phsultan. Thanks!oej1-2/+21
2007-05-24Issue 7686, fix by phsultan, NAT issues when calling from gtalk to SIP over nat.oej1-1/+1
2007-05-24Issue #8536 - Caller ID not set in CDR for jingleoej1-3/+16
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-1/+1
2007-02-21Fix locking issue, and accept "transport-accept" as a valid accept message.qwell1-6/+9
2007-02-21Fix segfault when buddy couldn't be found.qwell1-1/+1
2007-02-20No need to cast nor free with strdupa (thanks file)qwell1-10/+3
2007-02-09another dependencykpfleming1-0/+1
2007-01-23Update channel drivers to use module referencing so that unloading them while...file1-9/+2
2007-01-19Fix VLDTMF support in chan_gtalk. AST_FRAME_DTMF and AST_FRAME_DTMF_END arerussell1-3/+1
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-6/+18
2006-11-30Do not do a partial bridge for Google Talk since we need to handle STUN. (iss...file1-4/+5
2006-11-08Make this module build againrussell1-4/+4
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-8/+11
2006-11-01bind address support from bug 8164mogorman1-0/+9
2006-10-12fix for bug 7764.mogorman1-1/+2
2006-10-03fix issue with dialing client without resource.mogorman1-2/+6
2006-09-21updates for better compontent supportmogorman1-1/+1
2006-09-18seperate jingle and gtalk so it will be easier to trackmogorman1-0/+1830