aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-09more code simplifications.rizzo1-29/+14
2006-05-09simplify matchcid()rizzo1-9/+18
2006-05-09more small simplificationsrizzo1-5/+6
2006-05-08another function restructuredrizzo1-43/+27
2006-05-08more code restructuringrizzo1-26/+24
2006-05-08remove some common code in parsing function callsrizzo1-36/+29
2006-05-08more code restructuringrizzo1-52/+45
2006-05-08restructure a function reducing nesting depth.rizzo1-157/+142
2006-05-08fix indentation of a large block.rizzo1-74/+73
2006-05-08minor code restructuring in preparation for more work.rizzo1-11/+20
2006-05-08localize some variablesrizzo1-6/+7
2006-05-08document th way extensions are sortedrizzo1-7/+27
2006-05-08 - convert the lists of switches to use the linked list macrosrussell1-146/+72
2006-05-08remove an XXX commentrussell1-1/+1
2006-05-05constify the argument to pbx_checkconditionrussell1-1/+1
2006-05-02staticize the list heads from my recent conversions to list macrosrussell1-2/+2
2006-05-01- convert the list of dialplan function to the list macrosrussell1-81/+43
2006-05-01convert the applications list to the list macrosrussell1-80/+52
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)russell1-17/+17
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