Commit Graph

1150 Commits (7bcf0529c5bcfda5dd4d3d88e9633c087cc496ff)

Author SHA1 Message Date
Luigi Rizzo 9335ace850 another bunch of include removals (errno.h and asterisk/logger.h)
19 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
19 years ago
Steve Murphy 406f6f2909 a correction to code involved in an extension removal
19 years ago
Olle Johansson cc0e8cc412 Add some debugging to the routines that finds our local IP address.
19 years ago
Steve Murphy 1a5cdeb138 a quick fix to pbx_dundi.c to make it so it will compile. Hope I did the right thing. And some additions to removal of extens to take care of hashtab pointers in all cases.
19 years ago
Luigi Rizzo 1e6489a175 trim more redundant headers
19 years ago
Luigi Rizzo 907c86a781 remove unnecessary includes
19 years ago
Luigi Rizzo 5663ff6518 fix breakage induced by previous mistake
19 years ago
Luigi Rizzo a0f06d0dd5 start using asterisk/network.h for network related headers.
19 years ago
Luigi Rizzo f9ae0522f5 main is called main not amain!
19 years ago
Luigi Rizzo a9395206f9 conditional targets for building the windows version
19 years ago
Luigi Rizzo 7cd78079ae more cygwin/mingw32 compatibility fixes
19 years ago
Luigi Rizzo 6cca49b9d0 define RTLD_LOCAL for platforms that don't have it.
19 years ago
Luigi Rizzo 130b6291cb netdb.h is used for gethostbyname, and it was not included in some
19 years ago
Luigi Rizzo 2940cf943f Loader for cygwin where asterisk is really a big dll
19 years ago
Luigi Rizzo 5862c55451 use poll as detected by configure
19 years ago
Luigi Rizzo 5490960453 remove a bunch of duplicate includes
19 years ago
Steve Murphy 7953c2c46f My goodness, haven't handled an extension deletion. Add code to ast_context_remove_extension2() to remove an extension from the trie. Done by marking it deleted. The scoreboard won't update for it any more. Also, a couple of calls to insert hashtab had a spurious ->exten, which was removed.
19 years ago
Luigi Rizzo 04497db215 remove duplicate headers.
19 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
19 years ago
Mark Michelson fd7b3e7261 Fixing a problem pointed out by Qwell
19 years ago
Mark Michelson 3107395445 Added some locks that should have been around astman_send_error,
19 years ago
Steve Murphy ab32ff2ad8 This corrects a hashtab removal, given a bad argument
19 years ago
Steve Murphy 542f29ea0e This fixes a problem with pattern ranges; and corrects a situation in res_features, where an extension would be created with the name Zap/51, as an example. THe / is bad because it would tend to mean that the 51 is to be cid matched.
19 years ago
Kevin P. Fleming 547306835e Merged revisions 89325 via svnmerge from
19 years ago
Luigi Rizzo 02733f3290 add a small new function to retrieve variables from a config
19 years ago
Tilghman Lesher 8309f54e39 If we're going to be passing a negative value for the size of a stringfield,
19 years ago
Steve Murphy eee92d0881 Get rid of a previously missed ast_log call for debug, no longer nec.
19 years ago
Steve Murphy 0bad49b3dd Perhaps I went overboard on initializing things. I can remove unnecc. stuff later. A few bug fixes. Killing small bugs on the way to killing bigger ones. Removed locking on hashtabs; there's plenty of locks already being taken. A small bug in the root_tree hashtab compare func.
19 years ago
Luigi Rizzo 09d9cce1d8 access channel locks through ast_channel_lock/unlock/trylock and not
19 years ago
Mark Michelson 6260590ec2 Merged revisions 89288 via svnmerge from
19 years ago
Mark Michelson eee4ed80cf Merged revisions 89286 via svnmerge from
19 years ago
Steve Murphy 620e580ed6 Had trouble playing with parking; spent a long time trying to reason out MATCHMORE mode. made these updates and xfers on zaptel lines seem to work ok now
19 years ago
Tilghman Lesher 8820ae5b2e Merged revisions 89275 via svnmerge from
19 years ago
Tilghman Lesher 5112f2b7e9 Typo
19 years ago
Tilghman Lesher 36d9a5aaf3 Add callerid to the Hangup manager event.
19 years ago
Steve Murphy 20d24e1027 Rescaled the weights of the patterns to give something more independent of pattern length; and make . less likely to win. Question: which should win for 14102241145-- _1xxxxxxx. or _XXXXXXXXXXX -- right now, the pure X pattern will win.
19 years ago
Steve Murphy 225c94d950 A further problem highlighted by 11233 has been resolved; a certain combination of patterns in a certain order, led to a malformed trie, due to a ptr not being initialized in the loop. Also, some tree printing prettifications.
19 years ago
Tilghman Lesher 0f6892419e One more typo in config.c; and missed conversions due to the constifying of ast_variable_new parameters
19 years ago
Tilghman Lesher b4839d4d4a Typo
19 years ago
Luigi Rizzo 7f8ecd2cd3 make the 'name' and 'value' fields in ast_variable const char *
19 years ago
Russell Bryant d3414c7552 Fix up various coding guidelines issues ...
19 years ago
Joshua Colp 7d561b994c Merged revisions 89260 via svnmerge from
19 years ago
Kevin P. Fleming a34bbab643 use simpler technique for removing known entries from lists
19 years ago
Russell Bryant b30b1bc46f - Simplify removing an item from a list
19 years ago
Steve Murphy fd1f6df25f This hopefully will fix the re-opened 11233. Hadn't covered the case of a context with no patterns. (blush)
19 years ago
Steve Murphy f0a7e86177 closes issue #11233 -- where some fine points in the algorithm to build the tree needed to be corrected. Many thanks for the test case, jtodd
19 years ago
Tilghman Lesher 9cd09c5214 Merged revisions 89239 via svnmerge from
19 years ago
Jason Parker cfbc4f5fb8 Doxygen fixes.
19 years ago
Steve Murphy fd1fbb0223 Thanks to snuff-work, who brought up that these fixes might need to be made.
19 years ago