Commit Graph

399 Commits (db502da8705196b5aa2dea954c0fb6aeeaa42549)

Author SHA1 Message Date
Luigi Rizzo 7afdb70d31 large rewrite of the extension matching code,
20 years ago
Luigi Rizzo 052191ec65 misc fixups
20 years ago
Luigi Rizzo 6758577d97 remove trailing whitespace
20 years ago
Luigi Rizzo 865785bffb more code simplifications.
20 years ago
Luigi Rizzo a7c5ce76f6 simplify matchcid()
20 years ago
Luigi Rizzo 8d12c56f16 more small simplifications
20 years ago
Luigi Rizzo eb4ba3b888 another function restructured
20 years ago
Luigi Rizzo 481cde0294 more code restructuring
20 years ago
Luigi Rizzo 3b5fccac94 remove some common code in parsing function calls
20 years ago
Luigi Rizzo a8379be554 more code restructuring
20 years ago
Luigi Rizzo 3a9bd2a478 restructure a function reducing nesting depth.
20 years ago
Luigi Rizzo 8a0476c335 fix indentation of a large block.
20 years ago
Luigi Rizzo d54ec2ced4 minor code restructuring in preparation for more work.
20 years ago
Luigi Rizzo 123ebb0c99 localize some variables
20 years ago
Luigi Rizzo 55c6781c9e document th way extensions are sorted
20 years ago
Russell Bryant 0fd612930a - convert the lists of switches to use the linked list macros
20 years ago
Russell Bryant a252d79484 remove an XXX comment
20 years ago
Russell Bryant 816a7cf13b constify the argument to pbx_checkcondition
20 years ago
Russell Bryant 0765f065ca staticize the list heads from my recent conversions to list macros
20 years ago
Russell Bryant 992e0c1eed - convert the list of dialplan function to the list macros
20 years ago
Russell Bryant 205d0aa430 convert the applications list to the list macros
20 years ago
Russell Bryant 8085f4e14b a bunch of conversion to ast_channel_*lock (issue #7058)
20 years ago
Luigi Rizzo e61e34e8a1 simplify pbx_builtin_execiftime
20 years ago
Luigi Rizzo a702e1f001 simplify a function
20 years ago
Luigi Rizzo 97d1c9a3c6 minor cleanup
20 years ago
Luigi Rizzo eb6dca850d one more client for find_context_locked()
20 years ago
Luigi Rizzo 73c8b06dcc localize a variable, and make a minor code rearrangement.
20 years ago
Luigi Rizzo da7721169d one more client for find_context_locked(),
20 years ago
Luigi Rizzo 065367db37 use a function, set_ext_pri(), to assign extension and priority.
20 years ago
Luigi Rizzo 91b441abdf replace repeated code to walk contexts with a function,
20 years ago
Kevin P. Fleming bcecc3d863 doh! don't double-increment the bracket count for embedded references
20 years ago
Kevin P. Fleming c87f4bd7a8 don't ignore left-curly-braces when searching for the end of a variable/function reference; match them up with right-curly-braces so we choose the proper brace to end the reference (will still fail to parse properly if the reference contains unbalanced braces)
20 years ago
Luigi Rizzo 9df5296c9b simplify logic in various functions, remove unnecessary variables
20 years ago
Luigi Rizzo 9d825a2126 simplify a couple of functions.
20 years ago
Luigi Rizzo 147c9e5e73 misc. code cleanup
20 years ago
Luigi Rizzo 1029b57707 constify a couple of function arguments
20 years ago
Kevin P. Fleming cf15740eaf remove support for BYEXTENSION (which nobody even knows about anymore)
20 years ago
Luigi Rizzo a36a1c8e2a minor formatting changes again
20 years ago
Joshua Colp 3f76f9e442 Merged revisions 17702 via svnmerge from
20 years ago
Kevin P. Fleming 2de95d53bc Merged revisions 16742 via svnmerge from
20 years ago
Luigi Rizzo 6c232811c0 as discussed with Mark a few weeks ago, the 'newstack' argument
20 years ago
Russell Bryant aa029f44f0 convert calloc and malloc+memset to ast_calloc and remove duplicate error messages
20 years ago
Tilghman Lesher a532c787f2 Merged revisions 16192 via svnmerge from
20 years ago
Luigi Rizzo b5c5446ec4 another batch of cli simplifications.
20 years ago
Tilghman Lesher 0f48e2ba9e Merged revisions 16082 via svnmerge from
20 years ago
Kevin P. Fleming e255a172f0 let's format that output sanely instead :-(
20 years ago
Kevin P. Fleming 4bf8e92c1d make 'show hints' CLI command show context name for each hint
20 years ago
Matt O'Gorman a5ece3388a Janitor work converting !ast_strlen_zero(a)?a:b
20 years ago
Kevin P. Fleming be537d95eb ensure global variables lock is held during 'show globals' CLI command
20 years ago
Kevin P. Fleming 4b6ab497c8 correct typo
20 years ago