Commit Graph

1545 Commits (02710882799c36cd5529bb29a183d864aa1e1416)

Author SHA1 Message Date
Jason Parker 0271088279 Merged revisions 111280 via svnmerge from
18 years ago
Jason Parker f59c496a81 Merged revisions 111245 via svnmerge from
18 years ago
Terry Wilson 4c2531989a Stupid strcasecmp function :-)
18 years ago
Tilghman Lesher e04025ead9 Simplify new macro, simplify configfile logic, now that list is sorted
18 years ago
Tilghman Lesher e6fc9ae52c Add a linkedlist macro that maintains a sorted list
18 years ago
Jason Parker dd2700d0b1 Only try to detect silence when we actually need to, instead of...always.
18 years ago
Jason Parker 6412a96e43 Large cleanup of DSP code
18 years ago
Tilghman Lesher ef4eff9a9b Add the "config reload <conffile>" command, which allows you to tell Asterisk
18 years ago
Mark Michelson 43d70915bb This ensures that the manager interface is not enabled by default. Prior to this
18 years ago
Joshua Colp 738e4ec94e Add a special dialplan variable to chan_sip which will cause an audio file to be played upon completion of an attended transfer.
18 years ago
Joshua Colp 358ac2f76a Merged revisions 110628 via svnmerge from
18 years ago
Joshua Colp 30d85b3144 Merge over ast_audiohook_volume branch. This adds API calls for use by developers to adjust the volume on a channel.
18 years ago
Russell Bryant 6430ec3294 Merged revisions 110395 via svnmerge from
18 years ago
Russell Bryant 4e72f83d3e Fix a bug when using zaptel timing for playing back files that have a sample rate
18 years ago
Mark Michelson ff9befa36a Add missing unlock
18 years ago
Russell Bryant bccebdd21f Remove astobj.h from some places where it wasn't needed
18 years ago
Russell Bryant 3c6cf5dcc5 Add some fixes that I made in regards to wideband codec handling to get
18 years ago
Jason Parker 9e3603dac9 Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.
18 years ago
Jason Parker 8d4276578a Rename very poorly named function to reflect what it actually does. This was causing quite a bit of confusion for me...
18 years ago
Joshua Colp 3e439e9616 Merged revisions 110019 via svnmerge from
18 years ago
Joshua Colp e097cc7221 Add the ability to use a pattern match for a hint.
18 years ago
Steve Murphy 14e1d8c6d8 Merged revisions 109908 via svnmerge from
18 years ago
Kevin P. Fleming 75cb5032e6 actually implement HTTP request dispatching based on both URI and method; reduce duplication of data when generating responses using ast_http_error()
18 years ago
Russell Bryant 4c6486782f Fix some more breakage that I introduced when changing extension state callbacks to the list macros.
18 years ago
Kevin P. Fleming 84b133bd81 clean up code to conform to coding guidelines
18 years ago
Russell Bryant 89ad4ace67 Remove an unneeded variable. This compiled, but I missed the uninitialized warning
18 years ago
Russell Bryant b47eee2187 Convert handling of extension state callbacks to the list macros.
18 years ago
Russell Bryant e1bd198bc0 Minor coding style changes, including adding handling for memory allocation failure
18 years ago
Russell Bryant f1d2a11aad Minor change to use Asterisk macros
18 years ago
Russell Bryant c1cf92d304 Merged revisions 109838 via svnmerge from
18 years ago
Kevin P. Fleming e191b51a08 start the process of changing HTTP request dispatching to do it based on *both* URI and method, so that POST support can move into a module; move http.c's private function prototypes into _private.h
18 years ago
Terry Wilson b02bc230af Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not
18 years ago
Joshua Colp 760fc3403c Make sure values are interpreted as character strings and not format strings.
18 years ago
Joshua Colp 10cdbe28a8 Merged revisions 109386 via svnmerge from
18 years ago
Terry Wilson e727d15d34 Replace minimime with superior GMime library so that the entire contents of an http post are not read into memory.
18 years ago
Mark Michelson b246e010d5 Merged revisions 109226 via svnmerge from
18 years ago
Steve Murphy 0af58d3f5c (closes issue #12238)
18 years ago
Michiel van Baak b311134430 Merged revisions 108961 via svnmerge from
18 years ago
Russell Bryant 072eb8a913 Remove a double write lock of the contexts lock in ast_wrlock_contexts().
18 years ago
Mark Michelson 963a2cec51 Make this compile
18 years ago
Russell Bryant 835df7d30f Merged revisions 108583 via svnmerge from
18 years ago
Mark Michelson d236e3d1b1 Fixing a potential buffer overflow in the manager command ModuleCheck.
18 years ago
Russell Bryant c3c56990df Make the default prefix empty, like it was in Asterisk 1.4.
18 years ago
Russell Bryant 8bbef5f996 Rename ast_tcptls_server_instance to session_instance, since this pertains to
18 years ago
Joshua Colp a3c7b08d19 Doxygenify slinfactory a bit.
18 years ago
Russell Bryant b38cb44acd Merged revisions 108135 via svnmerge from
18 years ago
Joshua Colp 5fc569f5f5 Merged revisions 108083 via svnmerge from
18 years ago
Russell Bryant f7e28b12fe Merged revisions 108031 via svnmerge from
18 years ago
Tilghman Lesher 10609251f9 Revert several changes from revision 102525, as the changes were not
18 years ago
Tilghman Lesher d02f74ebfe An offhand comment from Russell made me realize that the configuration file
18 years ago