aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-23Merged revisions 65676 via svnmerge from kpfleming1-3/+4
2007-05-23Merged revisions 65588 via svnmerge from russell1-16/+31
2007-05-22when building a version string for a developer branch, include the base branc...kpfleming1-1/+3
2007-05-22List res_smdi as a dependency for app_voicemail and chan_zaprussell2-0/+2
2007-05-22Remove a double const.file1-1/+1
2007-05-22 Fix a problem with flag recognition. bweschke1-3/+3
2007-05-22Merged revisions 65389 via svnmerge from russell1-0/+2
2007-05-22Merged revisions 65328 via svnmerge from crichter1-1/+2
2007-05-20res_agi needs to export two symbols (ast_agi_register and ast_agi_unregister)...file1-1/+4
2007-05-18Ugh. The svnmerge didn't catch the shift from cdr.c to main/cdr.c, and neithe...murf1-2/+20
2007-05-18Merged revisions 65172 via svnmerge from murf2-2/+17
2007-05-18Merged revisions 65122 via svnmerge from oej1-1/+4
2007-05-18Merged revisions 65075 via svnmerge from oej1-2/+7
2007-05-18- Adding support for putting calls OFF hold with a re-invite with blank SDP. ...oej1-33/+37