summaryrefslogtreecommitdiff
path: root/pbx.c
AgeCommit message (Expand)Author
2006-04-21simplify pbx_builtin_execiftimeLuigi Rizzo
2006-04-21simplify a functionLuigi Rizzo
2006-04-21minor cleanupLuigi Rizzo
2006-04-21one more client for find_context_locked()Luigi Rizzo
2006-04-21localize a variable, and make a minor code rearrangement.Luigi Rizzo
2006-04-19one more client for find_context_locked(),Luigi Rizzo
2006-04-19use a function, set_ext_pri(), to assign extension and priority.Luigi Rizzo
2006-04-19replace repeated code to walk contexts with a function,Luigi Rizzo
2006-04-18doh! don't double-increment the bracket count for embedded referencesKevin P. Fleming
2006-04-18don't ignore left-curly-braces when searching for the end of a variable/funct...Kevin P. Fleming
2006-04-18simplify logic in various functions, remove unnecessary variablesLuigi Rizzo
2006-04-16simplify a couple of functions.Luigi Rizzo
2006-04-14misc. code cleanupLuigi Rizzo
2006-04-14constify a couple of function argumentsLuigi Rizzo
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)Kevin P. Fleming
2006-04-06minor formatting changes againLuigi Rizzo
2006-04-05Merged revisions 17702 via svnmerge from Joshua Colp
2006-03-31Merged revisions 16742 via svnmerge from Kevin P. Fleming
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-29convert calloc and malloc+memset to ast_calloc and remove duplicate error mes...Russell Bryant
2006-03-29Merged revisions 16192 via svnmerge from Tilghman Lesher
2006-03-29another batch of cli simplifications.Luigi Rizzo
2006-03-29Merged revisions 16082 via svnmerge from Tilghman Lesher
2006-03-28let's format that output sanely instead :-(Kevin P. Fleming
2006-03-28make 'show hints' CLI command show context name for each hintKevin P. Fleming
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-03-23ensure global variables lock is held during 'show globals' CLI commandKevin P. Fleming
2006-03-23correct typoKevin P. Fleming
2006-03-23Replace ast_say_* functionn with function pointers, so that modulesLuigi Rizzo
2006-03-22Issue #6780 - ast_pbx_outgoing_cdr_failed description fix. (Reported and fixe...Joshua Colp
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