summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-16remove duplicate headers.Luigi Rizzo
2007-11-16put back default optimization to -O6 (previously changed by mistake)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-16Fixing a problem pointed out by QwellMark Michelson
2007-11-16Added some locks that should have been around astman_send_error,Mark Michelson
2007-11-16This corrects a hashtab removal, given a bad argumentSteve Murphy
2007-11-16This fixes a problem with pattern ranges; and corrects a situation in res_fea...Steve Murphy
2007-11-16both md5sum and variable substitutions such as ${BUILDSUM:0:8}Luigi Rizzo
2007-11-16Adding confirmation playback when forwarding voicemail messages. This will at...Mark Michelson
2007-11-16Merged revisions 89325 via svnmerge from Kevin P. Fleming
2007-11-16Merged revisions 89323 via svnmerge from Mark Michelson
2007-11-16add a small new function to retrieve variables from a configLuigi Rizzo
2007-11-16fixed #10631, about one way audio. thanks IgorG again.Christian Richter
2007-11-16move the inner part of config file parsing to a separate function,Luigi Rizzo
2007-11-16fixed compilation of chan_misdn, #11269, thanks IgorG.Christian Richter
2007-11-15If we're going to be passing a negative value for the size of a stringfield,Tilghman Lesher
2007-11-15Merged revisions 89302 via svnmerge from Tilghman Lesher
2007-11-15Merged revisions 89301 via svnmerge from Tilghman Lesher
2007-11-15Fix trunk breakage due to chan->lock being renamed.Tilghman Lesher
2007-11-15Merged revisions 89298 via svnmerge from Tilghman Lesher
2007-11-15Merged revisions 89296 via svnmerge from Russell Bryant
2007-11-15Get rid of a previously missed ast_log call for debug, no longer nec.Steve Murphy
2007-11-15Perhaps I went overboard on initializing things. I can remove unnecc. stuff l...Steve Murphy
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notLuigi Rizzo
2007-11-15Fix typo in UPGRADE.txt. 'increase' should have been used, not 'increasing'.Joshua Colp
2007-11-15And file said... let trunk build again! Accomplished by some more constificat...Joshua Colp
2007-11-15Merged revisions 89288 via svnmerge from Mark Michelson
2007-11-15Merged revisions 89286 via svnmerge from Mark Michelson
2007-11-15Always relying on the responses when crossing NAT's are not a goodOlle Johansson
2007-11-15Merged revisions 89281 via svnmerge from Olle Johansson
2007-11-15Merged revisions 89280 via svnmerge from Olle Johansson
2007-11-15Exit early instead of deciding to exit after processing the message.Olle Johansson
2007-11-15Add support for application/dtmf SIP INFO dtmf handling. Yep, anotherOlle Johansson
2007-11-15Had trouble playing with parking; spent a long time trying to reason out MATC...Steve Murphy
2007-11-15Merged revisions 89275 via svnmerge from Tilghman Lesher
2007-11-14TypoTilghman Lesher
2007-11-14Add callerid to the Hangup manager event.Tilghman Lesher
2007-11-14Rescaled the weights of the patterns to give something more independent of pa...Steve Murphy
2007-11-14A further problem highlighted by 11233 has been resolved; a certain combinati...Steve Murphy
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...Tilghman Lesher
2007-11-14TypoTilghman Lesher
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-14Fix up various coding guidelines issues ...Russell Bryant
2007-11-14- Use the ARRAY_LEN macro in a couple placesRussell Bryant
2007-11-14Use BEGIN_OPTIONS / END_OPTIONS to make the syntax highlighting in my editor ...Russell Bryant
2007-11-14Instead of reserving 800 bytes for periodic announcements, use an array ofRussell Bryant
2007-11-14Merged revisions 89260 via svnmerge from Joshua Colp
2007-11-14Convert most of the strings in the call_queue struct to use stringfields.Russell Bryant
2007-11-14use simpler technique for removing known entries from listsKevin P. Fleming
2007-11-14- Simplify removing an item from a listRussell Bryant