aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-31Merged revisions 16742 via svnmerge from kpfleming1-6/+21
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-40/+22
2006-03-29convert calloc and malloc+memset to ast_calloc and remove duplicate error mes...russell1-87/+44
2006-03-29Merged revisions 16192 via svnmerge from tilghman1-1/+1
2006-03-29another batch of cli simplifications.rizzo1-35/+6
2006-03-29Merged revisions 16082 via svnmerge from tilghman1-5/+7
2006-03-28let's format that output sanely instead :-(kpfleming1-1/+1
2006-03-28make 'show hints' CLI command show context name for each hintkpfleming1-2/+9
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman1-2/+2
2006-03-23ensure global variables lock is held during 'show globals' CLI commandkpfleming1-1/+3
2006-03-23correct typokpfleming1-1/+1
2006-03-23Replace ast_say_* functionn with function pointers, so that modulesrizzo1-0/+1
2006-03-22Issue #6780 - ast_pbx_outgoing_cdr_failed description fix. (Reported and fixe...file1-3/+2
2006-03-21Bug 6745 - Fix for ranges that wrap around the endstilghman1-4/+8
2006-03-17move the definition of the mappings between extension states and their textrussell1-0/+12
2006-03-14add an option to cdr.conf that enables ending CDRs before executingrussell1-0/+2
2006-03-12add locking to protect the list of global dialplan variablesrussell1-11/+38
2006-03-07added show globals and set global from oej's patchmogorman1-0/+41
2006-02-15Fix the retrieval of the new SYSTEMNAME variable. Also, clarify somerussell1-2/+7
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)kpfleming1-2/+4
2006-02-12major dialplan functions updatekpfleming1-31/+30
2006-02-11Merged revisions 9581 via svnmerge from russell1-5/+14
2006-02-01use string fields for some stuff in ast_channelkpfleming1-3/+4
2006-01-25use arg parsing macros for WaitExten and Background (issue #6185)russell1-56/+43
2006-01-22prevent writing outside of the provided workspace when calculating arussell1-26/+23
2006-01-21const-ify some fields in the ast_exten and ast_include structures (issue #6270)russell1-25/+26
2006-01-21on this pass, only remove duplicate log messagesrussell1-20/+5
2006-01-21finish reverting my pass through the tree to remove checks of the result ofrussell1-12/+34
2006-01-21remove some useless checks after calls to ast_strduparussell1-34/+12
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-4/+4
2006-01-17remove some more deprecated (pre-1.2) stuffkpfleming1-73/+2
2006-01-13 Another patch against this code (the right one now) to deal with cyclic rang...bweschke1-2/+2
2006-01-13 Range should be inclusive, not exclusive, of the end of the range.bweschke1-1/+1
2006-01-12Remove unnecessary (but unexecutable) unlocks, cleanup code (bug #6220)markster1-3/+2
2006-01-12Merge rizzo's range optimizations (bug #6101)markster1-174/+83
2006-01-11fix locking bug - lock instead of unlock (see commit to r7960 to branches/1.2)russell1-84/+76
2006-01-09Bug 6099 - cleanup of parse_variable_name and pbx_retrieve_variabletilghman1-210/+170
2006-01-04add memory-pool based string field management for structureskpfleming1-1/+1
2006-01-03update copyright headers for files changed this yearkpfleming1-1/+1
2006-01-01clean up some loops and replace some duplicate code with a for loop (issue #6...russell1-33/+18
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-12-27minor cleanups for another cli completion function ...russell1-7/+6
2005-12-27avoid duplicate strlen calls for the command completion functions forrussell1-10/+12
2005-12-26- normalize some loopsrussell1-52/+43
2005-12-26Bug 6057 - Deprecate builtins that have been replaced by functionstilghman1-1/+16
2005-12-24minor cleanups ...russell1-224/+141
2005-12-23Alphabetize the functions listtilghman1-2/+26
2005-12-13Merged revisions 7448-7449,7451,7453 via svnmerge from kpfleming1-0/+2
2005-12-08Merged revisions 7386 via svnmerge from kpfleming1-1/+1
2005-12-07Merged revisions 7382 via svnmerge from kpfleming1-0/+10