summaryrefslogtreecommitdiff
path: root/pbx.c
AgeCommit message (Expand)Author
2006-03-21Bug 6745 - Fix for ranges that wrap around the endsTilghman Lesher
2006-03-17move the definition of the mappings between extension states and their textRussell Bryant
2006-03-14add an option to cdr.conf that enables ending CDRs before executingRussell Bryant
2006-03-12add locking to protect the list of global dialplan variablesRussell Bryant
2006-03-07added show globals and set global from oej's patchMatt O'Gorman
2006-02-15Fix the retrieval of the new SYSTEMNAME variable. Also, clarify someRussell Bryant
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)Kevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-25use arg parsing macros for WaitExten and Background (issue #6185)Russell Bryant
2006-01-22prevent writing outside of the provided workspace when calculating aRussell Bryant
2006-01-21const-ify some fields in the ast_exten and ast_include structures (issue #6270)Russell Bryant
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21finish reverting my pass through the tree to remove checks of the result ofRussell Bryant
2006-01-21remove some useless checks after calls to ast_strdupaRussell Bryant
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-17remove some more deprecated (pre-1.2) stuffKevin P. Fleming
2006-01-13 Another patch against this code (the right one now) to deal with cyclic rang...BJ Weschke
2006-01-13 Range should be inclusive, not exclusive, of the end of the range.BJ Weschke
2006-01-12Remove unnecessary (but unexecutable) unlocks, cleanup code (bug #6220)Mark Spencer
2006-01-12Merge rizzo's range optimizations (bug #6101)Mark Spencer
2006-01-11fix locking bug - lock instead of unlock (see commit to r7960 to branches/1.2)Russell Bryant
2006-01-09Bug 6099 - cleanup of parse_variable_name and pbx_retrieve_variableTilghman Lesher
2006-01-04add memory-pool based string field management for structuresKevin P. Fleming
2006-01-03update copyright headers for files changed this yearKevin P. Fleming
2006-01-01clean up some loops and replace some duplicate code with a for loop (issue #6...Russell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-27minor cleanups for another cli completion function ...Russell Bryant
2005-12-27avoid duplicate strlen calls for the command completion functions forRussell Bryant
2005-12-26- normalize some loopsRussell Bryant
2005-12-26Bug 6057 - Deprecate builtins that have been replaced by functionsTilghman Lesher
2005-12-24minor cleanups ...Russell Bryant
2005-12-23Alphabetize the functions listTilghman Lesher
2005-12-13Merged revisions 7448-7449,7451,7453 via svnmerge from Kevin P. Fleming
2005-12-08Merged revisions 7386 via svnmerge from Kevin P. Fleming
2005-12-07Merged revisions 7382 via svnmerge from Kevin P. Fleming
2005-12-07This is the first round of removing applications that were marked as deprecatedRussell Bryant
2005-12-05add support for 'show functions like <text>' (issue #5923)Russell Bryant
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from Kevin P. Fleming
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-25Fix hint case sensitivity (bug #5856)Mark Spencer
2005-11-21issue #5805Russell Bryant
2005-11-14finish merging doxygen updates from issue #5605Russell Bryant
2005-11-11issue #5673Kevin P. Fleming
2005-11-09clean up descriptions for built-in applicationsRussell Bryant
2005-11-09issue #5664Kevin P. Fleming
2005-11-08issue #2720Kevin P. Fleming
2005-11-08issue #5569 minus lock.h changesKevin P. Fleming