Commit Graph

520 Commits (16)

Author SHA1 Message Date
Kevin Harwell 1d3d6e0661 Check return value on fwrite
12 years ago
David M. Lee 9bed50db41 optional_api: Fix linking problems between modules that export global symbols
12 years ago
Kevin Harwell d7b9a702d8 Verbose logging discrepancies
12 years ago
Kevin Harwell e1cfc18a78 Memory leaks fix
12 years ago
Joshua Colp dd33217762 Add the bucket API.
12 years ago
Walter Doekes 28e9d3afc9 Don't store repeated commands in the editline history buffer.
12 years ago
Kinsey Moore d7f1f31270 Refactor CEL to avoid using the event system core
12 years ago
Kinsey Moore bd352e0827 Remove leading spaces from the CLI command before parsing
12 years ago
David M. Lee 357b275239 Fix res_ari_asterisk load issue
12 years ago
Matthew Jordan 38236e54a8 Remove dead code from features.c; refactor pickup code into pickup.c
12 years ago
Matthew Jordan 715d894d48 Update copyright year to 2013 in asterisk.c; some whitespace fixes
12 years ago
Kinsey Moore c3b8939be8 Add CEL local optimization record type
12 years ago
Jason Parker 7422581b6d Move channel driver Registry manager events to core.
12 years ago
Matthew Jordan d0a55fa52d Refactor RTCP events over to Stasis; associate with channels
12 years ago
David M. Lee a75fd32212 ARI - channel recording support
12 years ago
David M. Lee c4adaf9106 Configuration for Stasis threadpool
12 years ago
Matthew Jordan 6cc03db642 Better handle parking in CDRs
12 years ago
Kinsey Moore a0b7a49a4a Index installed sounds and implement ARI sounds queries
12 years ago
Matthew Jordan 6258bbe7bd Update Asterisk's CDRs for the new bridging framework
12 years ago
Kinsey Moore b51b437bf3 Refactor CEL bridge events on top of Stasis-Core
12 years ago
Kinsey Moore 4f84e48028 Refactor CEL channel events on top of Stasis-Core
12 years ago
Jason Parker a1494300c9 Replace ast_manager_publish_message() with a more useful version.
12 years ago
David M. Lee d81c846724 Avoid unnecessary cleanups during immediate shutdown
12 years ago
Matthew Jordan fe3ca5401f Fix a variety of memory corruption/assertion errors
12 years ago
Matthew Jordan 97c6062dfc Restore initialization of security topics
12 years ago
Matthew Jordan 06be8463b6 Migrate a large number of AMI events over to Stasis-Core
12 years ago
Richard Mudgett 3d63833bd6 Merge in the bridge_construction branch to make the system use the Bridging API.
12 years ago
Jonathan Rose b90bba7a30 Stasis: Update security events to use Stasis
12 years ago
David M. Lee 9648e258c7 Refactored the rest of the message types to use the STASIS_MESSAGE_TYPE_*
12 years ago
David M. Lee e06e519a90 Initial support for endpoints.
12 years ago
Jason Parker 6b4da0959b Fix building with LOW_MEMORY defined.
12 years ago
Matthew Jordan 6e2fe0c9ab Clean up documentation; prevent ref leak on exit
12 years ago
Jonathan Rose 1eac5a7988 Stasis: Convert network change events into network change stasis messages
12 years ago
Kinsey Moore 191cf99ae1 Move device state distribution to Stasis-core
12 years ago
David M. Lee cfd2b244f7 Corrected some module issues introduced by r383579.
12 years ago
Kinsey Moore 99aa02d17f Transition MWI to Stasis-core
12 years ago
David M. Lee 4edd8be35c This patch adds a new message bus API to Asterisk.
12 years ago
Matthew Jordan d04ab3c645 Add CLI configuration documentation
12 years ago
Kinsey Moore 2e1e0735fe Revamp of terminal color codes
12 years ago
Joshua Colp 3fa4278a31 Merge the sorcery data access layer API.
12 years ago
Matthew Jordan a3e7a77a82 Update init.d scripts to handle stderr; readd splash screen for remote consoles
12 years ago
Matthew Jordan 01763fd41b Fix astcanary startup problem due to wrong pid value from before daemon call
12 years ago
Mark Michelson 8cb156bfc1 Add UUID support to Asterisk.
13 years ago
Richard Mudgett 7c0b94a3e5 Remove init_framer(). It no longer does anything.
13 years ago
Richard Mudgett 83c5fac6b1 Cleanup ast_run_atexits() atexits list.
13 years ago
Richard Mudgett 77561124b0 Cleanup core main on exit.
13 years ago
Richard Mudgett 2686dde98b Add MALLOC_DEBUG atexit unreleased malloc memory summary.
13 years ago
Matthew Jordan 530ce21b5d Reorder startup sequence to prevent lockups when process is sent to background
13 years ago
Richard Mudgett 3a9640b605 Add MALLOC_DEBUG enhancements.
13 years ago
Andrew Latham 6c20cf2d8a Doxygen Updates - Title update
13 years ago
Matthew Jordan bfe35ee0b0 Ensure Shutdown AMI event is still fired during Asterisk shutdown
13 years ago
Matthew Jordan a094707d51 Fix a variety of ref counting issues
13 years ago
Andrew Latham 4e228fce03 Doxygen Cleanup
13 years ago
Andrew Latham fd98835f1f Doxygen Updates Janitor Work
13 years ago
Andrew Latham 6f61cb50c5 Doxygen Updates - janitor work
13 years ago
Mark Michelson 8963829390 Fix inability to shutdown gracefully due to an unending channel reference.
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Kevin P. Fleming 7d4ccea736 Enable usage of system-provided NetBSD editline library if available.
13 years ago
Jonathan Rose 10afdf3a2a Named ACLs: Introduces a system for creating and sharing ACLs
13 years ago
Matthew Jordan 9bc2127d7b Fix validation errors when producing documentation using default build script
13 years ago
Matthew Jordan 2ffae5745d Add some additional documentation for core AMI events
13 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002
13 years ago
Mark Michelson 14a985560e Merge changes dealing with support for Digium phones.
13 years ago
Terry Wilson c7f2d02ef1 Fix race condition for CEL LINKEDID_END event
13 years ago
Jonathan Rose 8227f70cd7 Coverity Report: Fix issues for error type CHECKED_RETURN for core
13 years ago
Terry Wilson 49a49a51ef Add more constness to the end_buf pointer in the netconsole
13 years ago
Olle Johansson 7aa0c3c64b Make it possible to change the minimum DTMF duration in asterisk.conf
13 years ago
Terry Wilson 18045c9a07 OpenBSD doesn't have rawmemchr, use strchr
13 years ago
Terry Wilson 772ad8a641 Handle multiple commands per connection via netconsole
13 years ago
Matthew Jordan f78290068a Fix a variety of potential buffer overflows
13 years ago
Matthew Jordan 3934b0478d Fix places in main where a negative return value could impact execution
13 years ago
Walter Doekes fc63e07135 Avoid cppcheck warnings; removing unused vars and a bit of cleanup.
13 years ago
Richard Mudgett a35c7ba8e7 Add option to invoke the extensions.conf stdexten using the legacy macro method.
13 years ago
Kinsey Moore c5b3db1956 Kill off red blobs in most of main/*
13 years ago
Tilghman Lesher a93fbe2ad5 Non-verbose output should always go to the remote console, regardless of the previous level.
13 years ago
Tilghman Lesher a78b0af5ea Re-commit the verbose branch.
13 years ago
Walter Doekes ef0de1358d Allow only one thread at a time to do asterisk cleanup/shutdown.
14 years ago
Kinsey Moore 76888b5990 Make sure asterisk builds on OpenBSD
14 years ago
Richard Mudgett 70b246f338 Make Asterisk -x command line parameter imply -r parameter presence.
14 years ago
Jonathan Rose ebf40f1129 Ensures Asterisk closes when receiving terminal signals in 'no fork' mode.
14 years ago
Matthew Jordan 9057aa20b6 Backed out core changes from r346391
14 years ago
Terry Wilson 980ab2d018 Add ASTSBINDIR to the list of configurable paths
14 years ago
Tilghman Lesher 3106f64eac Fix edge case for overflow buffer.
14 years ago
Tilghman Lesher 77b670c4ab Allow each logging destination and console to have its own notion of the verbosity level.
14 years ago
Tzafrir Cohen 57a8b5a781 do parse defaultlanguage from asterisk.conf
14 years ago
Richard Mudgett 3ad6dccac8 Merged revisions 332101 via svnmerge from
14 years ago
Mark Murawki 23140a044e Merged revisions 328609 via svnmerge from
14 years ago
Terry Wilson efd040cd11 Replace Berkeley DB with SQLite 3
14 years ago
Tilghman Lesher db15b0010c Merged revisions 324955 via svnmerge from
14 years ago
Jonathan Rose 4ab3825fe4 Merged revisions 322069 via svnmerge from
14 years ago
Russell Bryant 3f4d0e8743 Support routing text messages outside of a call.
14 years ago
Sean Bright d508a921bf Add some new editline bindings by default, and allow for user specified configuration.
14 years ago
Russell Bryant 37aa52fd78 Merged revisions 316265 via svnmerge from
14 years ago
Russell Bryant 98f94daf88 Merged revisions 315810 via svnmerge from
14 years ago
Tilghman Lesher 3731fd9ccc Merged revisions 312286,312288 via svnmerge from
14 years ago
Tilghman Lesher 798212c828 Merged revisions 309678 via svnmerge from
14 years ago
David Vossel d760e81f37 Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff
14 years ago
Jason Parker 96cbd4ffcd Merged revisions 307536 via svnmerge from
14 years ago
David Vossel c26c190711 Asterisk media architecture conversion - no more format bitfields
14 years ago
Sean Bright 036bef072f Remove some trailing whitespace and steal revision 300000.
15 years ago
Jeff Peeler 78bd0de1a9 Add support for several platforms to obtain the real thread ID.
15 years ago
Stefan Schmidt 1482ba3057 move devices from hints into an ao2_container
15 years ago
Tilghman Lesher 22cca55597 Merged revisions 296534 via svnmerge from
15 years ago
Jeff Peeler 3d801ab964 Merged revisions 290864 via svnmerge from
15 years ago
Russell Bryant cbabf4c6f7 Merged revisions 288341 via svnmerge from
15 years ago
Tilghman Lesher a24ffd93e9 Merged revisions 287935 via svnmerge from
15 years ago
Tilghman Lesher 5eae9f44f7 Merged revisions 284597 via svnmerge from
15 years ago
Tilghman Lesher ec482eac9c Merged revisions 278981 via svnmerge from
15 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases
15 years ago
Tilghman Lesher 1555c082e3 Merged revisions 272925 via svnmerge from
15 years ago
Tilghman Lesher 5d313f51b9 Merged revisions 269635 via svnmerge from
15 years ago
Richard Mudgett afd4454c44 Generic Advice of Charge.
15 years ago
Tilghman Lesher dd26c53707 Merged revisions 266585 via svnmerge from
15 years ago
Tilghman Lesher 2da88f1977 Setup environment variables for the benefit of child processes and disallow changing them.
15 years ago
Tilghman Lesher 7e204048fc Only report swap on platforms which can examine those statistics
15 years ago
Tilghman Lesher fb80119b87 Merged revisions 266142 via svnmerge from
15 years ago
Terry Wilson 0390dae08d Merge the rest of the FullyBooted patch
15 years ago
Tilghman Lesher 6f998f06af On systems with a LOT of RAM, a signed integer sometimes printed negative.
15 years ago
Mark Michelson 6bb45831eb Fix transcode_via_sln option with SIP calls and improve PLC usage.
15 years ago
Eliel C. Sardanons a753e8878b Asterisk data retrieval API.
15 years ago
Mark Michelson e24661fd18 Merge Call completion support into trunk.
15 years ago
Tilghman Lesher 3c6c879681 Pass the PID of the Asterisk process, not the PID of the canary.
15 years ago
Tzafrir Cohen 5a5599a764 make 'core show settings' should show all settable directories
15 years ago
Mark Michelson f9e4d024c9 Initialize channels prior to loading "preload" modules.
15 years ago
Russell Bryant 32a649c3b9 Update comment to reflect new timeout value.
15 years ago
Russell Bryant d6ca5ac86e Increase CLI command output timeout for asterisk -rx to 60 seconds.
15 years ago
Tilghman Lesher 4c8f14b7cf Merged revisions 252361 via svnmerge from
15 years ago
Tilghman Lesher a0af2cff0e Merged revisions 248859 via svnmerge from
15 years ago
Sean Bright acdb1bd82f Merged revisions 244926 via svnmerge from
15 years ago
Jeff Peeler a170cd28e0 Add new option to asterisk.conf (lockconfdir) to protect conf dir during reloads
16 years ago
Tilghman Lesher 6c1e69370e Err, oops, it was already the way I intended.
16 years ago
Tilghman Lesher 8037982fa6 The previous attempt at using a pipe to guarantee astcanary shutdown did not work.
16 years ago
Tilghman Lesher 5e0762370c It's been long enough -- make the behavior introduced in 1.6 the default.
16 years ago
David Vossel 73cb2d507b Unit Test Framework API
16 years ago
Joshua Colp d0e431ce3d Add an 'X' option to the asterisk application which enables #exec for configuration files.
16 years ago
Tilghman Lesher 23b4a700f4 Reorder option flags. Change guidelines so that example code is consistent with guidelines
16 years ago
Olle Johansson 75c015bfff Add the capability to require a module to be loaded, or else Asterisk exits.
16 years ago
Russell Bryant 844a01b27e Add an "Asterisk Architecture Overview" section to the doxygen documentation.
16 years ago
Tilghman Lesher 8c7b3cf738 Merged revisions 221776 via svnmerge from
16 years ago
Tilghman Lesher 17180120bf Change the default behavior of Set, AGI, and pbx_realtime to 1.6 behavior by default (starting in 1.6.3).
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
Russell Bryant 0e8c630224 Move OpenSSL initialization to a single place, make library usage thread-safe.
16 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
16 years ago
David Vossel dcfe69ec64 fixes some memory leaks and redundant conditions
16 years ago
Sean Bright befad10893 Merged revisions 199022 via svnmerge from
16 years ago
Sean Bright 3982b8c71b Call ast_stun_init() when we're initializing to get the 'stun debug set'
16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
16 years ago
Tilghman Lesher 92ace48782 Move the spawn of astcanary down, until after the call to daemon(3).
16 years ago
Sean Bright f2d26b3ddb Update copyright year to 2009
16 years ago
Tilghman Lesher 91dde03ba8 Detect eaccess (or euidaccess) before using it.
16 years ago
Tilghman Lesher 4cbe6b1afe Change working directory to / under certain conditions.
16 years ago
Sean Bright 7a7f17ce4d Fix copy/paste error with 'transmit silence' flag.
16 years ago
Tilghman Lesher 8f28bfc63e Merged revisions 187300-187301 via svnmerge from
16 years ago
Russell Bryant 2cb0018fa1 Start splitting up miscellaneous doxygen documentation into separate files.
16 years ago
Joshua Colp 63de834395 Merge in the RTP engine API.
16 years ago
Russell Bryant b564b2105f Change g_eid to ast_eid_default.
16 years ago
Russell Bryant ee77b475f2 Improve performance of the ast_event cache functionality.
16 years ago
Eliel C. Sardanons 79ec90b3b2 Merged revisions 184188 via svnmerge from
16 years ago
Russell Bryant 0bdd99ad64 Merged revisions 182810 via svnmerge from
16 years ago
Russell Bryant a300f82035 Merged revisions 178508 via svnmerge from
16 years ago
Tilghman Lesher de3d9f829a Apparently, a void cast doesn't override warn_unused_result.
16 years ago
Tilghman Lesher a8630432c9 The 3 possible errors with pipe(2) are all impossible in this situation.
16 years ago
Tilghman Lesher 97830cc9cb Use a SIGPIPE to kill the process, instead of depending upon the astcanary process being inherited by init.
16 years ago
Michiel van Baak 787811d815 add extra check for sysinfo/sysctl
16 years ago
Russell Bryant 4ec301360c Merge a large set of updates to the Asterisk indications API.
16 years ago
Tilghman Lesher 80f91f6ab7 Merged revisions 172438 via svnmerge from
17 years ago
Tilghman Lesher 02094f7fb9 Merged revisions 169722 via svnmerge from
17 years ago
Michiel van Baak fae3ba7421 fix assignment in swapmode plug.
17 years ago
Michiel van Baak ffb3f301af Make asterisk compile on non-amd64 versions of OpenBSD.
17 years ago
Michiel van Baak d7eaa9c6aa Fix compilation on FreeBSD and OSX
17 years ago
Terry Wilson 7c6d9c7235 Add option to hide console connect messages
17 years ago
Olle Johansson 0bad5fd12e Don't include swap.h unless we have swapctl
17 years ago
Jeff Peeler 334a89f754 When parsing environment variable ASTERISK_PROMPT, make sure to proceed to the next character when a non format specifier is used (no %). Otherwise, the while loop looking for the null byte will never exit.
17 years ago
Russell Bryant 53f788c6b5 Fix build issues on Linux after sysinfo related changes
17 years ago
Michiel van Baak d2d96b10ac introduce 'core show sysinfo' for systems that dont have the Linux-ish sysinfo stuff but do have sysctl.
17 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals)
17 years ago
Tilghman Lesher 5e034d9f0b Merged revisions 163761 via svnmerge from
17 years ago
Tilghman Lesher 592cab8202 Merged revisions 163383 via svnmerge from
17 years ago
Michiel van Baak c8c8995b70 add tab completion for 'core set debug X filename.c'
17 years ago
Russell Bryant d0bc22b3e8 Add some additional Asterisk project developer documentation.
17 years ago
Russell Bryant 179667088b Merged revisions 162413 via svnmerge from
17 years ago
Eliel C. Sardanons 1e8e12efcf Janitor, use ARRAY_LEN() when possible.
17 years ago
Eliel C. Sardanons 033bffd32f Introduce CLI permissions.
17 years ago
Russell Bryant e2133648f9 Merged revisions 156164 via svnmerge from
17 years ago
Michiel van Baak 86f900b201 This commit does two things:
17 years ago
Eliel C. Sardanons 23adb8e509 Move all the XML documentation API from pbx.c to xmldoc.c.
17 years ago
Tilghman Lesher 81fb7597e5 Don't read history on -rx commands.
17 years ago
Kevin P. Fleming bd4eb070f3 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too
17 years ago
Russell Bryant 5b168ee34b Merge changes from team/group/appdocsxml
17 years ago
Kevin P. Fleming 10d36d9f34 fix a few small things found by using sparse
17 years ago
Russell Bryant 316f3897a8 Merged revisions 151905 via svnmerge from
17 years ago
Tilghman Lesher 9335b3ad34 Allow people to select the old console behavior of white text on a black
17 years ago
Sean Bright 6855b63d44 Fix a bug with the last item in CLI history getting duplicated when
17 years ago
Tilghman Lesher 08af5bb312 Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
17 years ago
Tilghman Lesher 6dd5b8609f Optional light colored background, for those who use black on white terminals.
17 years ago
Sean Bright 790fde68d9 Another batch of files from RSW. The remaining apps and a few more
17 years ago
Sean Bright b69c8e6ab5 Another big chunk of changes from the RSW branch. Bunch of stuff from main/
17 years ago
Tilghman Lesher d86fc7fcc1 Add %u and %g to the ASTERISK_PROMPT settings, for username and group,
17 years ago
Mark Michelson 06d951f585 merging the zap_and_dahdi_trunk branch up to trunk
17 years ago
Russell Bryant 63fb8d794b Modify the main page of the doxygen documentation to link to a new page dedicated
17 years ago