aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-21simplify pbx_builtin_execiftimerizzo1-28/+22
2006-04-21simplify a functionrizzo1-27/+16
2006-04-21minor cleanuprizzo1-9/+6
2006-04-21one more client for find_context_locked()rizzo1-20/+6
2006-04-21localize a variable, and make a minor code rearrangement.rizzo1-4/+6
2006-04-19one more client for find_context_locked(),rizzo1-33/+18
2006-04-19use a function, set_ext_pri(), to assign extension and priority.rizzo1-24/+26
2006-04-19replace repeated code to walk contexts with a function,rizzo1-109/+69
2006-04-18doh! don't double-increment the bracket count for embedded referenceskpfleming1-1/+0
2006-04-18don't ignore left-curly-braces when searching for the end of a variable/funct...kpfleming1-1/+3
2006-04-18simplify logic in various functions, remove unnecessary variablesrizzo1-60/+31
2006-04-16simplify a couple of functions.rizzo1-22/+10
2006-04-14misc. code cleanuprizzo1-19/+9
2006-04-14constify a couple of function argumentsrizzo1-2/+2
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)kpfleming1-4/+1
2006-04-06minor formatting changes againrizzo1-34/+30
2006-04-05Merged revisions 17702 via svnmerge from file1-4/+10
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