aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-09-09more makefile tweaks to keep targets from being run when they don't need to bekpfleming5-10/+20
2006-09-08Get rid of ugly tmp directory, although I really shouldmogorman1-11/+7
2006-09-08minor performance improvementkpfleming4-18/+22
2006-09-08Merged revisions 42452 via svnmerge from file1-0/+23
2006-09-08As per discussion on bug 7862, the problem wasn't the fact that the documenta...murf1-4/+6
2006-09-08Merged revisions 42421 via svnmerge from tilghman1-1/+1
2006-09-08Blocked revisions 42402 via svnmergefile0-0/+0
2006-09-08Formatting fixes for chan_oss (issue #7808 reported by Mithraen)file1-241/+211
2006-09-08Formatting fixes for chan_alsa (issue #7807 reported by Mithraen with more mo...file1-253/+247
2006-09-08whentohangup is already in seconds, just need to convert to millisecondsfile1-1/+1
2006-09-08Destroy msg_cfg after it's used, not before (issue #7618 reported by wvolz wi...file1-3/+10
2006-09-07Merged revisions 42355 via svnmerge from tilghman1-1/+28
2006-09-07Use flags instead of variables on the private structure for thingsfile1-21/+23
2006-09-07Make sure we give a little warning about the echotraining optionmattf1-0/+5
2006-09-07Code cleaning/updates/potential bug fixesfile1-75/+64
2006-09-07Minor cleanup and make sure the tmp variable is cleanfile1-5/+3
2006-09-07Use lower case 'x' instead of a UTF-8 character (issue #7888 reported by flef...file1-1/+1
2006-09-07protect curhst and curusrmogorman1-7/+5
2006-09-07Convert some warnings into debug messages since they can exist under perfectl...file1-2/+4
2006-09-07minor wording fixkpfleming1-1/+1
2006-09-07Set the variable even if the caller disconnects (issue #7896 reported by jsmith)file1-0/+1
2006-09-07Merged revisions 42260 via svnmerge from file1-3/+4
2006-09-07patch to fix several things wrong with voicemailmogorman1-112/+87
2006-09-07Comment out default from extensions.aelmarkster1-5/+12
2006-09-07With respect to bug 7862, the syntax and description are misleading to users....murf1-2/+6
2006-09-07Made changes corresponding to those in 1.2 here in main/logger.c for bug 7544.murf1-70/+76
2006-09-07don't try to get the length of the string in the ast_dynamic_str object unles...kpfleming1-1/+1
2006-09-06Fix a small typo, to make app_followme.c show properly in "show version files"qwell1-1/+1
2006-09-06This one's for you, mogqwell1-1/+1
2006-09-06Merged revisions 42148 via svnmerge from file1-1/+2
2006-09-06fixed pipe consuming bug when using chanIsAvail (#7878), also moved a debug l...crichter1-2/+4
2006-09-06These small app documentation changes to app_dial and app_read will hopefully...murf2-2/+4
2006-09-06Make this module fit the guidelines betterfile1-115/+103
2006-09-06Merged revisions 42086 via svnmerge from file1-6/+13
2006-09-05- Free allocated memory before returning from functionoej1-207/+194
2006-09-05Blocked revisions 42054 via svnmergefile0-0/+0
2006-09-05Missing field terminatortilghman1-0/+1
2006-09-05Minor tweak - we need to lock the channel when we are removing the spy from it.file1-0/+2
2006-09-05Merged revisions 42014 via svnmerge from qwell1-1/+1
2006-09-04Make sure we handle CANCEL/ACK properly (imported with mods from 1.2)oej1-10/+28
2006-09-04Remove old unused functionsfile2-107/+0
2006-09-03Use tabs instead of spaces (I <3 tabs -- this is for you Qwell)file1-4/+4
2006-09-03Make the difference clear about what the responsibilities of the core and a s...file4-83/+94
2006-09-03Add the ability to specify that a frame should not be considered for cachingrussell2-6/+14
2006-09-03when calling this function to append to a dynamic string and the buffer was notrussell1-0/+3
2006-09-03 Provide a little more protection to make sure that a MOH class is specified ...bweschke1-2/+4
2006-09-03 Fix enum indexing problem with m() in WaitExten. Reported by Pavel J, in ast...bweschke1-1/+1
2006-09-03 Changes/fixes to the app_waitforsilence app to make it behave more the way t...bweschke2-67/+86
2006-09-03 This was added to app_dial a while back, and now it's in app_queue as well. ...bweschke1-4/+14
2006-09-03 Some changes/fixes for func_curl. curl_global_init is only supposed to be ca...bweschke1-2/+13