Commit Graph

821 Commits (e5b5dce811e85e37dd73626fcb8a7507f6e2e430)

Author SHA1 Message Date
Luigi Rizzo aaf99191c8 include/asterisk/ael_structs.h:
20 years ago
Russell Bryant c2d851de2b add the missing prototype for the included asprintf
20 years ago
Russell Bryant 046375190a another Solaris compatability fix - this makes sure u_int64_t is defined
20 years ago
Kevin P. Fleming 5f58cc8770 Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now no longer considered experimental :-)
20 years ago
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
Jim Dixon a83297d85f Added "Operator Services" connection mode for Zap channels, and the 'O' option
20 years ago
Luigi Rizzo 7e0d402e88 move wait_and_stream to ast_wait_and_stream() because equivalent
20 years ago
Luigi Rizzo 0dbf814a79 - use symbolic constants and macros to play with the debug flag
20 years ago
Luigi Rizzo 08220b9073 comment that for callerid field, NULL and "" should be considered
20 years ago
Russell Bryant d722e66e07 add the malloc attribute to the memory allocation wrappers
20 years ago
Luigi Rizzo 585e50fb38 move to a different file (channel.c for the time being) the
20 years ago
Kevin P. Fleming d85073dc1f correct array index calculation (thanks mtaht3!)
20 years ago
Russell Bryant 501ac5189c update res_odbc to support pooled connections
20 years ago
Kevin P. Fleming 987f24840c add an API so that the number of steps required for a translation path can be acquired
20 years ago
Olle Johansson 4a312a044d - Fixes to ast_channel_lock functions
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
Olle Johansson e75fa47099 More ast_channel_lock fixes
20 years ago
Olle Johansson 6b3367bf5c New functions for locking a channel - these simplify debugging
20 years ago
Luigi Rizzo 62712ea668 constification and code simplifications
20 years ago
Luigi Rizzo 1029b57707 constify a couple of function arguments
20 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
20 years ago
Luigi Rizzo 33a3a7375a temporarily revert the way mutex are initialized on BSD systems.
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
Kevin P. Fleming 371e0316f0 simplify macro usage
20 years ago
Russell Bryant a015d0b36f make sure uint64_t is available on mac
20 years ago
Luigi Rizzo 2876a25505 add 'show threads' and 'show profile' commands.
20 years ago
Luigi Rizzo d20575d2af fix various bugs in the DEBUG_THREADS code including:
20 years ago
Joshua Colp 2f854fabc6 Merged revisions 19303 via svnmerge from
20 years ago
Luigi Rizzo 08d6fd6e17 remove an unused function
20 years ago
Luigi Rizzo e785b81c5d as discussed with kevin, move
20 years ago
Olle Johansson 91d7e66454 Add new documentation files to index file 00README.1st and to doxygen
20 years ago
Joshua Colp 0f1321d423 Data stores do not need a lock. As well change the way they are removed from the channel when it is destroyed (thanks Russell Wussell) and finally... because C++ is silly... change our list macro info thing to be "entry" instead of "list".
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
Tilghman Lesher 2cd46d59ea Bug 6829 - asprintf for Solaris
20 years ago
Luigi Rizzo 957fff010c rename FR_SET_BUF to AST_FRAME_SET_BUFFER
20 years ago
Kevin P. Fleming 628a3e8d1b update module license key text and update loader to accept it
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
Kevin P. Fleming 1bba6ec6fc merge rizzo's codec module rework (very similar to the format module rework)
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 a60d8196df small cleanups to module.h and loader.c to start playing with
20 years ago
Olle Johansson e4c129c1b6 - Doxygen fixes
20 years ago
Luigi Rizzo 4beb6deeaa Largely simplify format handlers (for file copy etc.)
20 years ago
Luigi Rizzo ec67c650ad some fields are const
20 years ago
Mark Spencer f11fb65262 Does nobody know how to write a linked list properly? I mean seriously!
20 years ago
Matt O'Gorman 3112b3b49f list word cant be used with g++ and causes problems
20 years ago
Olle Johansson 1b6d24a09e Add misdn.txt to doxygen docs
20 years ago
Olle Johansson 141d9b693a - Doxygen additions
20 years ago
Mark Spencer 6cfd28423c Unify manager behind a single event queue
20 years ago
Mark Spencer bfba044b5f Flesh out the remainder of the manager + http changes and create a sample application to partially
20 years ago
Luigi Rizzo 03ac858251 trailing whitespace/ useless extern removal
20 years ago