Commit Graph

556 Commits (3913dcbc40039ca3c1942b7300fc45daeb4970ea)

Author SHA1 Message Date
Tilghman Lesher 63cc189747 AST-2009-005
17 years ago
Kevin P. Fleming 75f1eaf2a1 Ensure that user-provided CFLAGS and LDFLAGS are honored.
17 years ago
Sean Bright f3b85fface Fix a possible crash in pbx_spool.
17 years ago
David Brooks 4a734fd926 Patch to fix tab-completion crash on "remove extension"
17 years ago
Sean Bright 5de742a483 Properly handle @s within hints in AEL.
17 years ago
Jeff Peeler 21ca773c28 Fix malloc debug macros to work properly with h323.
18 years ago
Steve Murphy 39a6b55183 This patch fixes a regression of sorts that was introduced in
18 years ago
Tilghman Lesher 39e797b9d9 Allow global variables after substitution to be as long as other variables.
18 years ago
Steve Murphy 93e9f63794 This patch fixes a problem where a goto (or jump, in this case)
18 years ago
Russell Bryant 2404b83404 Specify uint32_t for variables storing a CRC32 so that it is actually 32 bits
18 years ago
Matthew Nicholson 11e2a937dc Clean up the dundi cache every 5 minutes.
18 years ago
Steve Murphy 8f25d5a5c2 (closes issue #14022)
18 years ago
Steve Murphy 8582a3e924 In discussion with seanbright on #asterisk-dev, I have added a default rule, and an option to suppress the default rule from being generated in the flex output, for the sake of those OS's where they didn't tweak flex's ECHO macro, and the compiler doesn't like it. The regressions are OK with this.
18 years ago
Steve Murphy fd31201630 Previous fix used ast_malloc and ast_copy_string and messed up the standalone stuff. Fixed.
18 years ago
Steve Murphy a36a0d7dbd (closes issue #14019)
18 years ago
Tilghman Lesher 648d21d098 If an entry is added to the directory during a scan when another entry expires,
18 years ago
Tilghman Lesher 6326f47ce5 Don't start scanning the directory until all modules are loaded, because some
18 years ago
Kevin P. Fleming 187f6d485a the gcc optimizer frequently finds broken code (use of uninitalized variables, unreachable code, etc.), which is good. however, developers usually compile with the optimizer turned off, because if they need to debug the resulting code, optimized code makes that process very difficult. this means that we get code changes committed that weren't adequately checked over for these sorts of problems.
18 years ago
Kevin P. Fleming 18df35a2c1 somehow missed a bunch of gcc 4.3.x warnings in this branch on the first pass
18 years ago
Kevin P. Fleming add5ff5b05 fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends
18 years ago
Kevin P. Fleming 50a28e9853 improve header inclusion process in a few small ways:
18 years ago
Doug Bailey d4748ad3c3 Adjust for technology when generating user extension
18 years ago
Steve Murphy 00256a00c2 (closes issue #13357)
18 years ago
Steve Murphy 195fe34304 (closes issue #13236)
18 years ago
Tilghman Lesher da57d237e6 Specify codecs in callfiles and manager, to allow video calls to be set up
18 years ago
Steve Murphy aaf314cf46 (closes issue #13197)
18 years ago
Russell Bryant a3bc8d9d7c Reduce stack consumption by 12.5% of the max stack size to fix a crash when
18 years ago
Steve Murphy 3fcfa47611 (closes issue #13090)
18 years ago
Michiel van Baak 32a392ae0c in 1.4 the functions still have | as argument seperator.
18 years ago
Tilghman Lesher 7073477f44 Move the free down one
18 years ago
Tilghman Lesher e9d086a277 Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch,
18 years ago
Kevin P. Fleming 31a9e3085d ignore warnings for prototypes in GTK headers
18 years ago
Tilghman Lesher 29261555d4 Set the variables top-down, so that if a script sets a variable more than once,
18 years ago
Jeff Peeler f9818af8dd Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow.
18 years ago
Russell Bryant be1dc4a3da Make the "dialplan remove include" CLI command actually work. Also, tweak
18 years ago
Joshua Colp 7b230ded04 Fix a log message and add a message for when the dialplan is done reloading.
18 years ago
Tilghman Lesher 815951acdc Due to incorrect use of the AST_LIST_INSERT_HEAD() macro the loopback switch
18 years ago
Steve Murphy 6f93af198e Updated the regressions on AEL. Hadn't updated
18 years ago
Steve Murphy bfd56d7f25 as per http://lists.digium.com/pipermail/asterisk-users/2008-June/212934.html,
18 years ago
Tilghman Lesher 7cf2eecaf6 Revert accidental commit of the last change
18 years ago
Tilghman Lesher 0b0f6a1a58 Strip the preamble from the output also when -rx is not being used
18 years ago
Russell Bryant 2c4b2d92dd 1) Don't print the verbose marker in front of every message from ast_verbose()
18 years ago
Steve Murphy 0ce3eb0e2a (closes issue #12302)
19 years ago
Steve Murphy 7f77c58ed5 (closes issue #11903)
19 years ago
Kevin P. Fleming 553070456b fix up various compiler warnings found with gcc-4.3:
19 years ago
Kevin P. Fleming 5b8cef7ecb ensure that all remaining multi-object modules are built using their proper CFLAGS and include directory paths
19 years ago
Tilghman Lesher 7060a6888d When deleting a task from the scheduler, ignoring the return value could
19 years ago
Russell Bryant 665c498c52 Fix up setting the EID on BSD based systems.
19 years ago
Steve Murphy b04af32888 Applied the same fixes for ael.flex as was done in 97849 for ast_expr2.fl; overrode the normally generate yyfree func with our own version that checks the pointer for non-null before passing to free(). Also takes care of a little problem with 2.5.33 and the use of the __STDC_VERSION__ macro.
19 years ago
Russell Bryant 142e5dd457 Remove other remnants of pbx_kdeconsole
19 years ago