Commit Graph

429 Commits (ead48c38cbc087e8110acd52e41e09dbb7442b7d)

Author SHA1 Message Date
Russell Bryant 205d0aa430 convert the applications list to the list macros
19 years ago
Russell Bryant 8085f4e14b a bunch of conversion to ast_channel_*lock (issue #7058)
19 years ago
Luigi Rizzo e61e34e8a1 simplify pbx_builtin_execiftime
19 years ago
Luigi Rizzo a702e1f001 simplify a function
19 years ago
Luigi Rizzo 97d1c9a3c6 minor cleanup
19 years ago
Luigi Rizzo eb6dca850d one more client for find_context_locked()
19 years ago
Luigi Rizzo 73c8b06dcc localize a variable, and make a minor code rearrangement.
19 years ago
Luigi Rizzo da7721169d one more client for find_context_locked(),
19 years ago
Luigi Rizzo 065367db37 use a function, set_ext_pri(), to assign extension and priority.
19 years ago
Luigi Rizzo 91b441abdf replace repeated code to walk contexts with a function,
19 years ago
Kevin P. Fleming bcecc3d863 doh! don't double-increment the bracket count for embedded references
19 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)
19 years ago
Luigi Rizzo 9df5296c9b simplify logic in various functions, remove unnecessary variables
19 years ago
Luigi Rizzo 9d825a2126 simplify a couple of functions.
19 years ago
Luigi Rizzo 147c9e5e73 misc. code cleanup
19 years ago
Luigi Rizzo 1029b57707 constify a couple of function arguments
19 years ago
Kevin P. Fleming cf15740eaf remove support for BYEXTENSION (which nobody even knows about anymore)
19 years ago
Luigi Rizzo a36a1c8e2a minor formatting changes again
19 years ago
Joshua Colp 3f76f9e442 Merged revisions 17702 via svnmerge from
19 years ago
Kevin P. Fleming 2de95d53bc Merged revisions 16742 via svnmerge from
19 years ago
Luigi Rizzo 6c232811c0 as discussed with Mark a few weeks ago, the 'newstack' argument
19 years ago
Russell Bryant aa029f44f0 convert calloc and malloc+memset to ast_calloc and remove duplicate error messages
19 years ago
Tilghman Lesher a532c787f2 Merged revisions 16192 via svnmerge from
19 years ago
Luigi Rizzo b5c5446ec4 another batch of cli simplifications.
19 years ago
Tilghman Lesher 0f48e2ba9e Merged revisions 16082 via svnmerge from
19 years ago
Kevin P. Fleming e255a172f0 let's format that output sanely instead :-(
19 years ago
Kevin P. Fleming 4bf8e92c1d make 'show hints' CLI command show context name for each hint
19 years ago
Matt O'Gorman a5ece3388a Janitor work converting !ast_strlen_zero(a)?a:b
19 years ago
Kevin P. Fleming be537d95eb ensure global variables lock is held during 'show globals' CLI command
19 years ago
Kevin P. Fleming 4b6ab497c8 correct typo
19 years ago
Luigi Rizzo dde76c531c Replace ast_say_* functionn with function pointers, so that modules
19 years ago
Joshua Colp ca27f447e0 Issue #6780 - ast_pbx_outgoing_cdr_failed description fix. (Reported and fixed by casper) - imported from 1.2
19 years ago
Tilghman Lesher 96ec20c0fc Bug 6745 - Fix for ranges that wrap around the ends
19 years ago
Russell Bryant 0838e30076 move the definition of the mappings between extension states and their text
19 years ago
Russell Bryant 4e6af293f9 add an option to cdr.conf that enables ending CDRs before executing
19 years ago
Russell Bryant 556469d48d add locking to protect the list of global dialplan variables
19 years ago
Matt O'Gorman 09ea61fc73 added show globals and set global from oej's patch
19 years ago
Russell Bryant 5c95b9955c Fix the retrieval of the new SYSTEMNAME variable. Also, clarify some
20 years ago
Kevin P. Fleming 124b00c4a4 add 'systemname' option to prefix channel unique IDs with (issue #5825)
20 years ago
Kevin P. Fleming 96bf384e7d major dialplan functions update
20 years ago
Russell Bryant 95151cead2 Merged revisions 9581 via svnmerge from
20 years ago
Kevin P. Fleming a16ae226b6 use string fields for some stuff in ast_channel
20 years ago
Russell Bryant 99872975bf use arg parsing macros for WaitExten and Background (issue #6185)
20 years ago
Russell Bryant 92f13e8d9f prevent writing outside of the provided workspace when calculating a
20 years ago
Russell Bryant 5e6968ea86 const-ify some fields in the ast_exten and ast_include structures (issue #6270)
20 years ago
Russell Bryant 4414f45393 on this pass, only remove duplicate log messages
20 years ago
Russell Bryant e040a10d81 finish reverting my pass through the tree to remove checks of the result of
20 years ago
Russell Bryant a501cdb8c6 remove some useless checks after calls to ast_strdupa
20 years ago
Russell Bryant 6f71e1178e constify arguments in more places where strings should not be modified (issue #6286)
20 years ago
Kevin P. Fleming 065a368463 remove some more deprecated (pre-1.2) stuff
20 years ago
BJ Weschke 21796e2569 Another patch against this code (the right one now) to deal with cyclic ranges. #6230
20 years ago
BJ Weschke 34ba77e702 Range should be inclusive, not exclusive, of the end of the range.
20 years ago
Mark Spencer af155f9c28 Remove unnecessary (but unexecutable) unlocks, cleanup code (bug #6220)
20 years ago
Mark Spencer 7b6c46a6d4 Merge rizzo's range optimizations (bug #6101)
20 years ago
Russell Bryant 109ce5273f fix locking bug - lock instead of unlock (see commit to r7960 to branches/1.2)
20 years ago
Tilghman Lesher 8d42b1eb74 Bug 6099 - cleanup of parse_variable_name and pbx_retrieve_variable
20 years ago
Kevin P. Fleming 80fa9689b7 add memory-pool based string field management for structures
20 years ago
Kevin P. Fleming a4f8d466e8 update copyright headers for files changed this year
20 years ago
Russell Bryant ae3d9d38cd clean up some loops and replace some duplicate code with a for loop (issue #6100)
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Russell Bryant 04fc58d038 minor cleanups for another cli completion function ...
20 years ago
Russell Bryant 27a345626c avoid duplicate strlen calls for the command completion functions for
20 years ago
Russell Bryant a4f1d606b7 - normalize some loops
20 years ago
Tilghman Lesher dc51afacc6 Bug 6057 - Deprecate builtins that have been replaced by functions
20 years ago
Russell Bryant 85efb20313 minor cleanups ...
20 years ago
Tilghman Lesher c66748df1c Alphabetize the functions list
20 years ago
Kevin P. Fleming b7b2317d81 Merged revisions 7448-7449,7451,7453 via svnmerge from
20 years ago
Kevin P. Fleming 13d25649b2 Merged revisions 7386 via svnmerge from
20 years ago
Kevin P. Fleming f791f18f7c Merged revisions 7382 via svnmerge from
20 years ago
Russell Bryant cac0f4d095 This is the first round of removing applications that were marked as deprecated
20 years ago
Russell Bryant b5dfd1174e add support for 'show functions like <text>' (issue #5923)
20 years ago
Tilghman Lesher 870f98f02d Bug 5858 - Make the chanvars.c functions return a 'const char *'
20 years ago
Kevin P. Fleming 0242a69b3f Merged revisions 7265-7266,7268-7275 via svnmerge from
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Mark Spencer f831c89066 Fix hint case sensitivity (bug #5856)
20 years ago
Russell Bryant 070f6c9510 issue #5805
20 years ago
Russell Bryant d8dfa4434d finish merging doxygen updates from issue #5605
20 years ago
Kevin P. Fleming ba349963a8 issue #5673
20 years ago
Russell Bryant 9b037b4872 clean up descriptions for built-in applications
20 years ago
Kevin P. Fleming 580d6f3482 issue #5664
20 years ago
Kevin P. Fleming 9b03ffc513 issue #2720
20 years ago
Kevin P. Fleming 0941c32d38 issue #5569 minus lock.h changes
20 years ago
Kevin P. Fleming 2ea48ce114 issue #5583
20 years ago
Russell Bryant 7d4a5abb1d Convert some built-in applications to use new args parsing macros.
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
20 years ago
Kevin P. Fleming 8fb55e2478 fix various bugs related to list handling of channel variables (issue #5548)
20 years ago
Russell Bryant 3332a8acd1 clean up a lot of doxygen errors and warnings (issue #5522)
20 years ago
Russell Bryant a736096e0b change ast_strlen_zero to also check for the string to be defined
20 years ago
Russell Bryant 6324072247 more doxygenification (issue #5513)
20 years ago
Mark Spencer 0b36348b12 Allow limitation by loadavg not just calls (should be BSD friendly)...
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Mark Spencer eace0101f2 The amazing disappearing and reappearing patch... This time with documentation explaining it.
20 years ago
Mark Spencer a16432e294 Setting variables should NOT overwrite prefixed (sorry! revert of 5444)
20 years ago
Mark Spencer 37add4fee5 Be sure to not consider prefix on variable updates (bug #5444)
20 years ago
Mark Spencer 68c2c01b1c Fix truth of strings
20 years ago
Kevin P. Fleming 28dacd0815 use English states in 'show hints' CLI command
20 years ago
Mark Spencer 3f285f03e1 If you're hanging up channels, be sure we clean it up...
20 years ago
Kevin P. Fleming 7eb43aa05d re-factor variable/function name parsing, and add substring support to function results (issue #5284)
20 years ago
Kevin P. Fleming 02c80ab20b one more oops (when global variables need substitutions)
20 years ago
Kevin P. Fleming 5156c0621f oops
20 years ago