Commit Graph

15424 Commits (01e2bd1e2f774158277621e90c50dbbfd21df8cc)
 

Author SHA1 Message Date
Jason Parker 9e3603dac9 Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.
17 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...
17 years ago
Jeff Peeler 515ec9d92f This change adds DNS manager support for registrations not referencing a peer entry. It looks like there is support for DNS manager for realtime peers as well, however it is not implemented correctly. The improper usage occurs when ast_dnsmgr_lookup is called with one of the arguments being an address from the stack to be continually updated. The variable from the stack will go out of scope and dnsmgr will continue to try and update the memory there, causing possible stack corruption. This problem will be worked on next as well as adding DNS manager support for peer entries.
17 years ago
Mark Michelson 96c674a6f4 Merged revisions 110083 via svnmerge from
17 years ago
Joshua Colp db0c6576d2 Merged revisions 110035 via svnmerge from
17 years ago
Russell Bryant 72a2f228ae remove svnmerge-blocked property that is not supposed to be here
17 years ago
Joshua Colp 3e439e9616 Merged revisions 110019 via svnmerge from
17 years ago
Jason Parker 10020f41fb Merged revisions 109973 via svnmerge from
17 years ago
Joshua Colp e097cc7221 Add the ability to use a pattern match for a hint.
17 years ago
Steve Murphy 14e1d8c6d8 Merged revisions 109908 via svnmerge from
17 years ago
Kevin P. Fleming 521b193eff ensure that res_phoneprov's HTTP handler tells the dispatcher what method it can handle
17 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()
17 years ago
Russell Bryant 4c6486782f Fix some more breakage that I introduced when changing extension state callbacks to the list macros.
17 years ago
Kevin P. Fleming 84b133bd81 clean up code to conform to coding guidelines
17 years ago
Russell Bryant 89ad4ace67 Remove an unneeded variable. This compiled, but I missed the uninitialized warning
17 years ago
Russell Bryant b47eee2187 Convert handling of extension state callbacks to the list macros.
17 years ago
Russell Bryant e1bd198bc0 Minor coding style changes, including adding handling for memory allocation failure
17 years ago
Russell Bryant f1d2a11aad Minor change to use Asterisk macros
17 years ago
Russell Bryant c1cf92d304 Merged revisions 109838 via svnmerge from
17 years ago
Russell Bryant 5f7e81b564 Set req->data to NULL after free'ing to ensure that it never gets accidentally
17 years ago
Mark Michelson 37fcf0e0fe Fix a typo which caused a double free in chan_zap. This was discovered
17 years ago
Tilghman Lesher 58fa8e6e9e Change back to using ldap_initialize() and let the user specify a URL directly,
17 years ago
Russell Bryant d0edd39023 Merged revisions 109763 via svnmerge from
17 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
17 years ago
Mark Michelson 994d025523 Merged revisions 109713 via svnmerge from
17 years ago
Tilghman Lesher 92ecf53d44 Set protocol version, port number correctly.
17 years ago
Mark Michelson 8bceb4f2a1 Since a sip request's data field is now a stringfield, we not only have to check
17 years ago
Tilghman Lesher b8fe71d8cb Comment debug
17 years ago
Jason Parker 56bddc2a0d Merged revisions 109648 via svnmerge from
17 years ago
Mark Michelson cd7efcf4e7 Add option 'randomperiodicannounce' to queues.conf. Setting this will
17 years ago
Mark Michelson f1181cb04e Merged revisions 109575 via svnmerge from
17 years ago
Mark Michelson 4232cef812 Add format attribute to printf-style functions in astmm.h
17 years ago
Kevin P. Fleming 3a8268bc29 fix up various warnings found via the addition of format string checking... some of these were really, really bad code
17 years ago
Kevin P. Fleming 00222ab483 ensure that dependencies on AST_C_DEFINE_CHECK symbols work properly
17 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
17 years ago
Joshua Colp 760fc3403c Make sure values are interpreted as character strings and not format strings.
17 years ago
Jason Parker 5900cd9047 Block this here. Already committed.
17 years ago
Joshua Colp 10cdbe28a8 Merged revisions 109386 via svnmerge from
17 years ago
Jason Parker 263c658a6b Do not return with a successful authentication if the From header ends up empty.
17 years ago
Steve Murphy 4e29ae8806 Merged revisions 109309 via svnmerge from
17 years ago
Olle Johansson 0de4eba640 Add manager peerstatus events when peer can't authenticate.
17 years ago
Sean Bright ad3748d6c5 Fix a typo
17 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.
17 years ago
Mark Michelson b246e010d5 Merged revisions 109226 via svnmerge from
17 years ago
Michiel van Baak 5e4cd22c0e block rev 109171 that is already here
17 years ago
Steve Murphy 0af58d3f5c (closes issue #12238)
17 years ago
Michiel van Baak 5729b0ec40 Update the directory of placed calls on skinny phones
17 years ago
Kevin P. Fleming 451c76c3b1 don't define Zaptel features as libraries, they aren't, and we don't want '--with-zaptel-<foo>' configure options for them
17 years ago
Joshua Colp 7980ac1261 Remove something that is never ever used.
17 years ago
Jason Parker 93b0f037b4 Add sample events for aastra phones.
17 years ago