Commit Graph

459 Commits (ed2918cfd1e2dd445f58c37ae73eb1f5d46a0987)

Author SHA1 Message Date
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
20 years ago
Luigi Rizzo 7e0d402e88 move wait_and_stream to ast_wait_and_stream() because equivalent
20 years ago
Luigi Rizzo 11551079cf more strncpy/ast_copy_string replacement.
20 years ago
Luigi Rizzo 66c4068149 more strncpy/ast_copy_string replacement
20 years ago
Luigi Rizzo 23c6d5eff8 comment a possible memory leak
20 years ago
Luigi Rizzo 6553aa3a36 merge some common code into a function
20 years ago
Luigi Rizzo 7ecc442d77 more NULL "" equivalence in cid fields.
20 years ago
Luigi Rizzo 4cef4ef720 more NULL / "" equivalence for CID fields.
20 years ago
Russell Bryant 501ac5189c update res_odbc to support pooled connections
20 years ago
Luigi Rizzo 51743a4aea simplify the flow of builtin_atxfer().
20 years ago
Tilghman Lesher 5bcdea5102 Merged revisions 20966 via svnmerge from
20 years ago
Olle Johansson 39b530f4d6 - Doxygen formatting
20 years ago
Luigi Rizzo b7e36b50cc preparation for reduction of the nesting of a large function
20 years ago
Luigi Rizzo 7cb4a9df38 more usages of stream_and_wait
20 years ago
Luigi Rizzo db107f93e1 more usages of function 'finishup()'
20 years ago
Luigi Rizzo 2c7b77814c one more instance of stream_and_wait, and remove an extra
20 years ago
Luigi Rizzo 6e6315099c more replaceemnt of dup code with functions.
20 years ago
Luigi Rizzo ed8f2e43f6 localize several variables, and simplify the last part of park_exec()
20 years ago
Luigi Rizzo 3e20f8d75d more formatting cleanup including removal of a useless check
20 years ago
Luigi Rizzo 09a1511672 rename a variable same as used in a very similar function,
20 years ago
Luigi Rizzo 4ca8c0fc8d s/pu->chan/chan in a few places;
20 years ago
Luigi Rizzo 36ea51ecd7 put some common code into functions (still more instances to be replaced)
20 years ago
Luigi Rizzo 70109abc39 properly reindent a large block.
20 years ago
Luigi Rizzo e304a986fd more readability fixes - localize some variables and invert
20 years ago
Luigi Rizzo d29f8a677e introduce a function to set context, extension and priority
20 years ago
Luigi Rizzo 81ed862e67 minor readability fixes in preparation for more work on this file:
20 years ago
Joshua Colp 4657dc770c We are shaking up trunk tonight! allow data dir to be specified (issue #6967 reported by tzafrir)
20 years ago
Luigi Rizzo e42087f5e3 - normalize for() loops to navigate through variables,
20 years ago
Luigi Rizzo d043954dc1 - remove some unnecessary casts and braces;
20 years ago
Luigi Rizzo 62712ea668 constification and code simplifications
20 years ago
Luigi Rizzo 6d574f36ca partial fix of the module API to use the new method.
20 years ago
Luigi Rizzo 8d98d44e82 fix another svn merge bug
20 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
20 years ago
Joshua Colp 5e43f18529 Updates to speech recognition API and dialplan utilities. Moved to using dialplan functions, and some other misc things.
20 years ago
Luigi Rizzo 7507309732 normalize code in preparation to module changes
20 years ago
Joshua Colp e4811a8248 Presenting a revised data stores and oh my, a generic speech recognition API! I wonder what we can do with this now...
20 years ago
BJ Weschke 70e407c5be Merged revisions 18866 via svnmerge from
20 years ago
Russell Bryant f7c5aee2ad remove a couple more unnecessary "out of memory" error messages
20 years ago
Russell Bryant 7878538953 use ast_*alloc and don't create duplicated error messages.
20 years ago
Russell Bryant 9a5c7c75a3 Instead of using strncpy, use ast_copy_string. Also, in the case of copying a
20 years ago
Russell Bryant d13bc3fc83 run the module through indent to fix the formatting issues that violate the
20 years ago
Russell Bryant d203e9c6c0 add back braces that were removed in a recent commit that leave a bunch of
20 years ago
Olle Johansson 70f18e5f31 Issue 6917 - some cleanups for res_config_pgsql.c (mithraen)
20 years ago
Kevin P. Fleming 699f55071b a few cleanups from the last commit
20 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
20 years ago
Russell Bryant af2609dfbe fix bug in smdi config parsing (issue #6908)
20 years ago
Olle Johansson 7089dc1341 Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c
20 years ago
Luigi Rizzo c3249e2cb4 normalize repeated instances of code as follows:
20 years ago
Luigi Rizzo e5d48fd45f use the new module interface for this module, but make it
20 years ago
Olle Johansson d75fed39ca Issue #6893 - Compiler warnings for PostgreSQL ARA driver
20 years ago