summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-21Update to 1.4.11 core sounds.Jason Parker
2008-03-21Merge over ast_audiohook_volume branch. This adds API calls for use by develo...Joshua Colp
2008-03-21Note that the TCP and TLS support is currently considered experimental andRussell Bryant
2008-03-21Merged revisions 110474 via svnmerge from Jason Parker
2008-03-21Add note of the added Directory options, from commit 110237 (closes issue #7151)Tilghman Lesher
2008-03-20Merged revisions 110395 via svnmerge from Russell Bryant
2008-03-20Use the correct buffer for g722tolin16_sample. This shouldn't have caused anyRussell Bryant
2008-03-20Merged revisions 110336 via svnmerge from Russell Bryant
2008-03-20Fix a bug when using zaptel timing for playing back files that have a sample ...Russell Bryant
2008-03-20Add missing unlockMark Michelson
2008-03-20Remove astobj.h from some places where it wasn't neededRussell Bryant
2008-03-20Add some fixes that I made in regards to wideband codec handling to getRussell Bryant
2008-03-20Upgrade the sounds version; add several directory enhancements:Tilghman Lesher
2008-03-20Fix recent trunk breakageTilghman Lesher
2008-03-19Merged revisions 110163 via svnmerge from Russell Bryant
2008-03-19Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.Jason Parker
2008-03-19Rename very poorly named function to reflect what it actually does. This was...Jason Parker
2008-03-19This change adds DNS manager support for registrations not referencing a peer...Jeff Peeler
2008-03-19Merged revisions 110083 via svnmerge from Mark Michelson
2008-03-19Merged revisions 110035 via svnmerge from Joshua Colp
2008-03-19remove svnmerge-blocked property that is not supposed to be hereRussell Bryant
2008-03-19Merged revisions 110019 via svnmerge from Joshua Colp
2008-03-19Merged revisions 109973 via svnmerge from Jason Parker
2008-03-19Add the ability to use a pattern match for a hint.Joshua Colp
2008-03-19Merged revisions 109908 via svnmerge from Steve Murphy
2008-03-19ensure that res_phoneprov's HTTP handler tells the dispatcher what method it ...Kevin P. Fleming
2008-03-19actually implement HTTP request dispatching based on both URI and method; red...Kevin P. Fleming
2008-03-19Fix some more breakage that I introduced when changing extension state callba...Russell Bryant
2008-03-19clean up code to conform to coding guidelinesKevin P. Fleming
2008-03-19Remove an unneeded variable. This compiled, but I missed the uninitialized w...Russell Bryant
2008-03-19Convert handling of extension state callbacks to the list macros.Russell Bryant
2008-03-19Minor coding style changes, including adding handling for memory allocation f...Russell Bryant
2008-03-19Minor change to use Asterisk macrosRussell Bryant
2008-03-19Merged revisions 109838 via svnmerge from Russell Bryant
2008-03-19Set req->data to NULL after free'ing to ensure that it never gets accidentallyRussell Bryant
2008-03-18Fix a typo which caused a double free in chan_zap. This was discoveredMark Michelson
2008-03-18Change back to using ldap_initialize() and let the user specify a URL directly,Tilghman Lesher
2008-03-18Merged revisions 109763 via svnmerge from Russell Bryant
2008-03-18start the process of changing HTTP request dispatching to do it based on *bot...Kevin P. Fleming
2008-03-18Merged revisions 109713 via svnmerge from Mark Michelson
2008-03-18Set protocol version, port number correctly.Tilghman Lesher
2008-03-18Since a sip request's data field is now a stringfield, we not only have to checkMark Michelson
2008-03-18Comment debugTilghman Lesher
2008-03-18Merged revisions 109648 via svnmerge from Jason Parker
2008-03-18Add option 'randomperiodicannounce' to queues.conf. Setting this willMark Michelson
2008-03-18Merged revisions 109575 via svnmerge from Mark Michelson
2008-03-18Add format attribute to printf-style functions in astmm.hMark Michelson
2008-03-18fix up various warnings found via the addition of format string checking... s...Kevin P. Fleming
2008-03-18ensure that dependencies on AST_C_DEFINE_CHECK symbols work properlyKevin P. Fleming
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson