Commit Graph

572 Commits (2adf4fa4e0dfaf629ab682fdf310afd2e8a4b661)

Author SHA1 Message Date
Steve Murphy 96fe5e2286 Merged revisions 57826 via svnmerge from
20 years ago
Joshua Colp 1db9dc0c9a Merged revisions 57798 via svnmerge from
20 years ago
Joshua Colp aabe0abaee Merged revisions 57768 via svnmerge from
20 years ago
Tilghman Lesher 590cb3a6fa Expand datastores to add the notion of inheritance. This will be needed for
20 years ago
Dwayne M. Hubbard 26b4c4344a Merged revisions 57620 via svnmerge from
20 years ago
Joshua Colp 96693aca99 Don't try to do recursive locking/unlocking when it isn't supported.
20 years ago
Steve Murphy 1220306aab Merged revisions 57473 via svnmerge from
20 years ago
Russell Bryant 40e95cd19d Add the channel's Language to the "show channel" CLI command and the DumpChan
20 years ago
Russell Bryant 9802426219 Merged revisions 57396 via svnmerge from
20 years ago
Russell Bryant b4a29c3782 Constify the list of codec preferences.
20 years ago
Joshua Colp 5bc0d8d324 Minor code cleanup... nothing to write home about.
20 years ago
Joshua Colp e7b03a991e Convert the PBX core to use read/write locks. This yields a nifty performance improvement when it comes to simultaneous calls going through the dialplan. Using murf's test the old mutex based core took an average of 57.3 seconds while the rwlock based core took 31.1 seconds. That's a nifty 26.2 seconds performance improvement. The other good part is that if we do need to switch back then we just have to change the lock/unlock API calls. I converted everywhere that used to touch the mutex locks directly to use them.
20 years ago
Steve Murphy 462f759e67 Merged revisions 57139 via svnmerge from
20 years ago
Joshua Colp 9577a1c65a Merged revisions 56805 via svnmerge from
20 years ago
Joshua Colp cda7883ffd Merged revisions 56783 via svnmerge from
20 years ago
Russell Bryant 4e752903bb Remove redundant check to ensure that LOW_MEMORY is not defined.
20 years ago
Tilghman Lesher b0f60e7496 Merged revisions 56685 via svnmerge from
20 years ago
Olle Johansson 75d387acbc Doxygen additions, corrections
20 years ago
Olle Johansson e916cf45da Doxygen updates and corrections
20 years ago
Russell Bryant dbd7334dcc Merged revisions 56505 via svnmerge from
20 years ago
Joshua Colp acf96db39f Merged revisions 56457 via svnmerge from
20 years ago
Russell Bryant 0d3a211335 Introduce a new manager action, GetConfigJSON, which is intended to improve
20 years ago
Russell Bryant 9138e53bc9 Merged revisions 56277 via svnmerge from
20 years ago
Joshua Colp afc99294fa Merged revisions 56231 via svnmerge from
20 years ago
Kevin P. Fleming 1bec2f5bfa give embedded modules a helping hand by backing up and restoring their global variables when they are loaded and unloaded
20 years ago
Joshua Colp 48517d4bc8 Merged revisions 56008 via svnmerge from
20 years ago
Joshua Colp 7ec331f7ea Return trunk to a state where it compiles under Darwin. The byte order stuff is ugly, if anyone wants to clean it up... by all means do so.
20 years ago
Joshua Colp 746e139e6d Flush out the file pointer. (issue #9115 reported by guthrie)
20 years ago
Russell Bryant 4cbce3356e Merged revisions 55634 via svnmerge from
20 years ago
Kevin P. Fleming 74f31a51bc add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #if expressions will be caught
20 years ago
Jason Parker aac92788a2 Merged revisions 54886 via svnmerge from
20 years ago
Olle Johansson ba32ee49d0 Adding Realtime Text support (T.140) to Asterisk
20 years ago
Joshua Colp 123c1b5b19 Rely on ast_gethostbyname to handle IP addresses, not inet_aton. (issue #9056 reported by pj)
20 years ago
Joshua Colp cd56d84085 Properly handle an error result from a manager action. This could have left the action list permanently locked for reading.
20 years ago
Olle Johansson 11a9db38ed Make file's new comment doxygenified
20 years ago
Joshua Colp 67b499bbf8 Clean up the I/O context handler.
20 years ago
Olle Johansson 9f02e13857 Show version in "core show settings"
20 years ago
Olle Johansson 8ac0fb2bc3 New CLI command "Core show settings" to list some core settings
20 years ago
Joshua Colp 8470ee5cd0 Merged revisions 54290 via svnmerge from
20 years ago
Russell Bryant f60efe347a This introduces a new dialplan function, DEVSTATE, which allows you to do some
20 years ago
Russell Bryant 0e2c86820b Use spaces instead of tabs in the help text for a CLI command
20 years ago
Russell Bryant df48a3b1be Simplify WELCOME_MESSAGE to be a single function call instead of one for each
20 years ago
Russell Bryant 4300a7a6cd - Constify the format string passed to ast_cli()
20 years ago
Russell Bryant 8f8df3e5a9 Merged revisions 54103 via svnmerge from
20 years ago
Russell Bryant 2a5477b35e Merged revisions 54066 via svnmerge from
20 years ago
Russell Bryant 10c4a5fef7 Simplify a small bit of logic.
20 years ago
Olle Johansson 4ca354f3f8 Fix debug handling in acl.c
20 years ago
Paul Cadach 85ad583544 Merged revisions 53879 via svnmerge from
20 years ago
Russell Bryant 5715b49c30 Merged revisions 53810 via svnmerge from
20 years ago
Joshua Colp cd1973e4bc It is with pleasure that I announce the return of rawman support through the HTTP server. (issue #9013 reported by Jynger)
20 years ago