aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_gtalk.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-31Fix incorrect parsing in chan_gtalk when xmpp contains extra whitespacesdbrooks1-7/+7
2009-02-12Set the initiator attribute to lowercase in our replies when receiving calls.phsultan1-5/+47
2008-08-21Apply fix for issue #13310 to branch 1.4, too.phsultan1-0/+2
2008-06-02Do not link the guest account with any configured XMPP client (inphsultan1-10/+26
2008-04-28When modules are embedded, they take on a different name, without the ".so"tilghman1-2/+7
2008-04-04Free newly allocated channel before returningphsultan1-1/+2
2008-04-04Prevent call connections when codecs don't match.phsultan1-44/+123
2008-03-11Copy voicemail dependency logic for res_adsi to chan_gtalk (for jabber).qwell1-0/+7
2008-01-09Set the caller id within the gtalk_alloc function.phsultan1-15/+4
2007-10-31Don't try to allocate memory that we're just going to re-allocate later anyways.qwell1-3/+0
2007-10-16Fix the output for this channel help CLI commandphsultan1-3/+3
2007-09-13Closes issue #9401, reported and patched by irrot, with slightphsultan1-13/+29
2007-09-06Various string length fixes. Removed an unused variable in aji_client structu...phsultan1-6/+6
2007-08-31Make the 'gtalk show channels' CLI command available.phsultan1-2/+43
2007-08-24Closes issue #10509phsultan1-1/+27
2007-08-13(closes issue #10437)file1-2/+0
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