aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-24Typo fix. Thanks Peter!oej1-1/+1
2006-05-23Handle ringing (early) state properly on SIPmarkster1-0/+6
2006-05-19Fix tab completion when you just do a plain tab without entering anything, an...file1-1/+3
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.russell1-3/+1
2006-05-11oops, missing ! in matchcid...rizzo1-1/+1
2006-05-11normalize the code to navigate through extensions and prioritiesrizzo1-28/+29
2006-05-11fix behaviour for earlymatch and matchmore.rizzo1-16/+4
2006-05-10replace a macro with actual code;rizzo1-36/+38
2006-05-10lock conlock before accessing the list.rizzo1-4/+3
2006-05-10lots of comments trying to document the agreed behaviour ofrizzo1-11/+20
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-16/+11
2006-05-10document special character interpretation.rizzo1-0/+31
2006-05-10indentation fixesrizzo1-8/+8
2006-05-10prevent a warning for uninitialized variable.rizzo1-0/+1
2006-05-09implement the new sorting algorithm for extensions,rizzo1-13/+130
2006-05-09various doxygen fixeskpfleming1-2/+2
2006-05-09remove duplicate atof() invokationrizzo1-4/+4
2006-05-09normalize code, remove some useless castsrizzo1-14/+12
2006-05-09change some log_warning into log_debug rizzo1-3/+3
2006-05-09large rewrite of the extension matching code,rizzo1-563/+513
2006-05-09misc fixupsrizzo1-6/+6
2006-05-09remove trailing whitespacerizzo1-198/+198
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