summaryrefslogtreecommitdiff
path: root/res/res_phoneprov.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-11-15Implement internal abstraction for iostreamsTimo Teräs
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-06-20fix: memory leaks, resource leaks, out of bounds and bugsAlexei Gradinari
2016-02-11Resources/res_phoneprov: fix memory leak and heap-use-after-freeBadalyan Vyacheslav
2016-02-03logging: Remove/fix some message annoyancesGeorge Joseph
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-09res_pjsip_phoneprov_provider: Fix reference leak on unloadGeorge Joseph
2014-10-27res/res_phoneprov: Fix crash on shutdown caused by container cleanupMatthew Jordan
2014-10-14res_phoneprov: Create accessor for ast_phoneprov_std_variable_lookupGeorge Joseph
2014-10-11res_phoneprov: Cleanup module load error handlingGeorge Joseph
2014-10-10res/res_phoneprov: Bail on registration if res_phoneprov didn't loadMatthew Jordan
2014-10-09res/res_phoneprov: Don't cancel Asterisk load on module load failureMatthew Jordan
2014-10-09res_phoneprov: Refactor phoneprov to allow pluggable config providersGeorge Joseph
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-03HTTP: Add persistent connection support.Richard Mudgett
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-03-10Merged revisions 310240 via svnmerge from Terry Wilson
2010-06-15Don't send files twice and remove extra \r\n from headerTerry Wilson
2010-01-24Instead of crashing, allocate our header ast_str before we try to use it.Sean Bright
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.Sean Bright
2009-10-06Recorded merge of revisions 222152 via svnmerge from Kevin P. Fleming
2009-09-09gcc 4.4 fix: union instead of castTzafrir Cohen
2009-06-06Move function PP_EACH_USER and PP_EACH_EXTENSION documentation to XML.Eliel C. Sardanons
2009-04-29fix typosJeff Peeler
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-23Support HTTP digest authentication for the http manager interface.Tilghman Lesher
2009-03-18a few more namespace updates... res_ael_share still needs some work before th...Kevin P. Fleming
2009-01-09Don't leak memory if phoneprov.conf does not existTerry Wilson
2008-12-30Fix some svn:keywordsTerry Wilson
2008-12-17Polycom phones close the connection after reading a little bit of the firmwar...Terry Wilson
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-14Cleanup whitespace issuesTerry Wilson
2008-11-14Use Mark's new ast_str_case_hash function instead of jumping through hoops to...Terry Wilson
2008-11-11Add LINEKEYS variable to allow for a user to set the number of keys assigned ...Doug Bailey
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromSean Bright
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-16func_strings isn't a dependency of this module anymoreTerry Wilson
2008-10-16inter-module dependencies should be included in the source code, not just in ...Kevin P. Fleming
2008-10-16correct file name in messageKevin P. Fleming
2008-10-09Make phoneprov case-insensitive to remove the func_strings dependency of the ...Terry Wilson
2008-09-24Blanch the 404 error message for those with no sense of humorDoug Bailey
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-29Merged revisions 140488 via svnmerge from Mark Michelson