summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-09Don't destroy pvt prematurely. Wait for answer or timeout.Olle Johansson
2006-09-09Clear proper flagOlle Johansson
2006-09-09Add warning about res_adsi not being optional to menuselectOlle Johansson
2006-09-09more makefile tweaks to keep targets from being run when they don't need to beKevin P. Fleming
2006-09-08Get rid of ugly tmp directory, although I really shouldMatt O'Gorman
2006-09-08minor performance improvementKevin P. Fleming
2006-09-08Merged revisions 42452 via svnmerge from Joshua Colp
2006-09-08As per discussion on bug 7862, the problem wasn't the fact that the documenta...Steve Murphy
2006-09-08Merged revisions 42421 via svnmerge from Tilghman Lesher
2006-09-08Blocked revisions 42402 via svnmergeJoshua Colp
2006-09-08Formatting fixes for chan_oss (issue #7808 reported by Mithraen)Joshua Colp
2006-09-08Formatting fixes for chan_alsa (issue #7807 reported by Mithraen with more mo...Joshua Colp
2006-09-08whentohangup is already in seconds, just need to convert to millisecondsJoshua Colp
2006-09-08Destroy msg_cfg after it's used, not before (issue #7618 reported by wvolz wi...Joshua Colp
2006-09-07Merged revisions 42355 via svnmerge from Tilghman Lesher
2006-09-07Use flags instead of variables on the private structure for thingsJoshua Colp
2006-09-07Make sure we give a little warning about the echotraining optionMatthew Fredrickson
2006-09-07Code cleaning/updates/potential bug fixesJoshua Colp
2006-09-07Minor cleanup and make sure the tmp variable is cleanJoshua Colp
2006-09-07Use lower case 'x' instead of a UTF-8 character (issue #7888 reported by flef...Joshua Colp
2006-09-07protect curhst and curusrMatt O'Gorman
2006-09-07Convert some warnings into debug messages since they can exist under perfectl...Joshua Colp
2006-09-07minor wording fixKevin P. Fleming
2006-09-07Set the variable even if the caller disconnects (issue #7896 reported by jsmith)Joshua Colp
2006-09-07Merged revisions 42260 via svnmerge from Joshua Colp
2006-09-07patch to fix several things wrong with voicemailMatt O'Gorman
2006-09-07Comment out default from extensions.aelMark Spencer
2006-09-07With respect to bug 7862, the syntax and description are misleading to users....Steve Murphy
2006-09-07Made changes corresponding to those in 1.2 here in main/logger.c for bug 7544.Steve Murphy
2006-09-07don't try to get the length of the string in the ast_dynamic_str object unles...Kevin P. Fleming
2006-09-06Fix a small typo, to make app_followme.c show properly in "show version files"Jason Parker
2006-09-06This one's for you, mogJason Parker
2006-09-06Merged revisions 42148 via svnmerge from Joshua Colp
2006-09-06fixed pipe consuming bug when using chanIsAvail (#7878), also moved a debug l...Christian Richter
2006-09-06These small app documentation changes to app_dial and app_read will hopefully...Steve Murphy
2006-09-06Make this module fit the guidelines betterJoshua Colp
2006-09-06Merged revisions 42086 via svnmerge from Joshua Colp
2006-09-05- Free allocated memory before returning from functionOlle Johansson
2006-09-05Blocked revisions 42054 via svnmergeJoshua Colp
2006-09-05Missing field terminatorTilghman Lesher
2006-09-05Minor tweak - we need to lock the channel when we are removing the spy from it.Joshua Colp
2006-09-05Merged revisions 42014 via svnmerge from Jason Parker
2006-09-04Make sure we handle CANCEL/ACK properly (imported with mods from 1.2)Olle Johansson
2006-09-04Remove old unused functionsJoshua Colp
2006-09-03Use tabs instead of spaces (I <3 tabs -- this is for you Qwell)Joshua Colp
2006-09-03Make the difference clear about what the responsibilities of the core and a s...Joshua Colp
2006-09-03Add the ability to specify that a frame should not be considered for cachingRussell Bryant
2006-09-03when calling this function to append to a dynamic string and the buffer was notRussell Bryant
2006-09-03 Provide a little more protection to make sure that a MOH class is specified ...BJ Weschke
2006-09-03 Fix enum indexing problem with m() in WaitExten. Reported by Pavel J, in ast...BJ Weschke