aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-31Issue 9850 - update preferred command line syntaxtilghman1-4/+6
2007-05-31Change a couple of header files to not use "new", which is a reserved keywordrussell3-3/+3
2007-05-31Merged revisions 66744 via svnmerge from tilghman1-5/+6
2007-05-31Merged revisions 66764 via svnmerge from file1-3/+3
2007-05-30Fixed seg-faults when recording greetings in voicemail with IMAP enabled. (Is...mmichelson1-0/+32
2007-05-30Silly me for having out of date source! Oh well... I'm still leaving my comment.file1-1/+0
2007-05-30When calling some peer/host that may not exist/reply back... don't keep the d...file1-1/+2
2007-05-30Change how channel names are generated a bit. (issue #9825 reported by eldadran)file2-7/+7
2007-05-29Merged revisions 66537 via svnmerge from tilghman1-2/+6
2007-05-29Properly handle 408 request timeout - according to the RFC, the dialog dies i...oej1-0/+24
2007-05-29Don't issue hangup on hangup on hangup on hangup (for jcmoore)oej1-1/+1
2007-05-29Handle cases where a frame may have no data. (issue #9519 reported by dmb)file1-2/+3
2007-05-29Don't reset hangupcause if we already have oneoej1-1/+1
2007-05-29Tracking down hanging channels, killing them one by one. Issue #9235 and relatedoej1-3/+11
2007-05-29Update datastores documentation. (issue #9801 reported by mnicholson)file1-9/+4
2007-05-29Merged revisions 66349 via svnmerge from oej1-0/+4
2007-05-28Make the usedistinctiveringdetection option work again. (issue #9823 reported...file1-2/+1
2007-05-27I don't know what this was trying to do, but it's clearly incorrect.qwell1-5/+5
2007-05-25have to check for OSP toolkit _after_ checking for OpenSSLkpfleming2-408/+406
2007-05-25Merged revisions 66127 via svnmerge from tilghman1-26/+1
2007-05-25handle the GNUTLS library properly in the configure script and build systemkpfleming5-74/+79
2007-05-24if the string field init fails, clean up the stuff that was allocated alreadyrussell1-1/+4
2007-05-24Fix slinfactory logic when dealing with frames coming in that may already be ...file1-3/+5
2007-05-24Check the result of ast_string_field_init() in ast_channel_alloc()russell1-1/+2
2007-05-24Make 1.4 build on my machine, too..russell1-1/+1
2007-05-24Rebuild configure script for previous ar fix.qwell1-124/+89
2007-05-24Following moving strip to AC_PATH_TOOL, we need to do something similar for ar.qwell1-2/+1
2007-05-24Checking for the strip application needs to be done with AC_PATH_TOOLrussell3-5324/+1676
2007-05-24Clear CFLAGS before running make for menuselect.russell1-2/+2
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-24don't use uninitialized variableskpfleming1-1/+1
2007-05-24Add the ability to blacklist certain commands from being executed using the C...file1-1/+13
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-24Update cleancount for that last commit - just for good measure.qwell1-1/+1
2007-05-24Fix handling of zero-length frames when a codec is capable of native PLC.qwell4-1/+6
2007-05-24merged qwell's func_math patch for issue 9507dhubbard1-7/+16
2007-05-24I like it when the RTP stack compiles myself...file1-1/+1
2007-05-24Issue 7686, fix by phsultan, NAT issues when calling from gtalk to SIP over nat.oej1-1/+1
2007-05-24Ensure that frames are fully initialized. This will probably fix gettingrussell1-2/+3
2007-05-24Fix the calculation of the RTT for RTCP. The previous code would result inrussell1-19/+37
2007-05-24Issue #8536 - Caller ID not set in CDR for jingleoej1-3/+16
2007-05-24Merged revisions 65837 via svnmerge from file1-0/+1
2007-05-24Issue 8409 - phsultan - Fix "login" as component to jabber server.oej2-3/+11
2007-05-24Merged revisions 65767 via svnmerge from crichter1-0/+2
2007-05-23start the delayed PBX when receive voice or video full frames as well, and co...kpfleming1-12/+22
2007-05-23Merged revisions 65682 via svnmerge from kpfleming1-3/+5
2007-05-23clear the 'delay PBX' flag when we are ready to start the PBXkpfleming1-0/+1
2007-05-23don't start a PBX on a new incoming IAX2 channel until we have some sort of r...kpfleming1-6/+21