Commit Graph

50 Commits (04224c20362f94f99886d6b51adb7b90db62855f)

Author SHA1 Message Date
Leif Madsen 7caa2349af Merged revisions 328209 via svnmerge from
14 years ago
Terry Wilson 254092f8f6 Merged revisions 310240 via svnmerge from
14 years ago
Terry Wilson fb71a38a41 Don't send files twice and remove extra \r\n from header
15 years ago
Sean Bright 8f356343dd Instead of crashing, allocate our header ast_str before we try to use it.
16 years ago
Sean Bright e612d87695 Convert a few places to use ast_calloc_with_stringfields where applicable.
16 years ago
Kevin P. Fleming 1c9fe00920 Recorded merge of revisions 222152 via svnmerge from
16 years ago
Tzafrir Cohen 1ed1eb277e gcc 4.4 fix: union instead of cast
16 years ago
Eliel C. Sardanons 4f94236de5 Move function PP_EACH_USER and PP_EACH_EXTENSION documentation to XML.
16 years ago
Jeff Peeler c675733e6c fix typos
16 years ago
Tilghman Lesher a866a75900 Merge str_substitution branch.
16 years ago
Tilghman Lesher ce6ebaef97 Support HTTP digest authentication for the http manager interface.
16 years ago
Kevin P. Fleming a5c2ac4fc2 a few more namespace updates... res_ael_share still needs some work before this can be merged to other release branches
16 years ago
Terry Wilson 87318da8ea Don't leak memory if phoneprov.conf does not exist
17 years ago
Terry Wilson c5bc0386f5 Fix some svn:keywords
17 years ago
Terry Wilson 647c8f2222 Polycom phones close the connection after reading a little bit of the firmware files, we should stop sending in that case. Also, make that case print out a debug statement instead of a scary WARNING.
17 years ago
Sean Bright fd8caa1778 This is basically a complete rollback of r155401, as it was determined that
17 years ago
Terry Wilson 655abd1757 Cleanup whitespace issues
17 years ago
Terry Wilson 401b8bea76 Use Mark's new ast_str_case_hash function instead of jumping through hoops to do insensitive case lookups
17 years ago
Doug Bailey 7afa3746c3 Add LINEKEYS variable to allow for a user to set the number of keys assigned to a line on a polycom phone
17 years ago
Sean Bright 30d1744ffc Add ability to pass arbitrary data to the ao2_callback_fn (called from
17 years ago
Kevin P. Fleming bd4eb070f3 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too
17 years ago
Terry Wilson c9fbf2eec5 func_strings isn't a dependency of this module anymore
17 years ago
Kevin P. Fleming 33c9f5c8c1 inter-module dependencies should be included in the source code, not just in sample config files
17 years ago
Kevin P. Fleming 18609210ba correct file name in message
17 years ago
Terry Wilson 23aeccbbbb Make phoneprov case-insensitive to remove the func_strings dependency of the default config
17 years ago
Doug Bailey 946c796f9e Blanch the 404 error message for those with no sense of humor
17 years ago
Tilghman Lesher 08af5bb312 Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
17 years ago
Mark Michelson 5dfefa5ee6 Merged revisions 140488 via svnmerge from
17 years ago
Sean Bright 357bf3e90b All of the res/ stuff (other than res_jabber) from the RSW branch.
17 years ago
Terry Wilson 91de4e9cea Need a new buffer for each loop
17 years ago
Terry Wilson 6d34b5fafe Don't unref user twice on failure. Also, when adding sorted list of users, it is best to check the entry already in the list for a "next" entry instead of the newly created entry...
17 years ago
Terry Wilson ef8007f630 Make sure that ${LINE} is set even if linenumber is not set in users.conf
17 years ago
Terry Wilson e276ccea11 Fix the fact that global_variables 1) weren't being updated on reload (thanks for the report, Doug), and 2) weren't actually being appended to the list of profile variables because build_profile was called before the list was populated. Also needed to free the contents returned by load_file().
17 years ago
Terry Wilson c36e37aa6f atoi(NULL) is bad
17 years ago
Terry Wilson 75c6945d92 Clean up some memory leak/ref counting issues
17 years ago
Terry Wilson 2abff11905 Multi-line support for phoneprov
17 years ago
Terry Wilson 1eb31edde2 Re-add HTTP post support by moving to res_http_post.c
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 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
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
Russell Bryant 8bbef5f996 Rename ast_tcptls_server_instance to session_instance, since this pertains to
17 years ago
Russell Bryant efb1e30a38 Rename public object server_instance to ast_tcptls_server_instance
17 years ago
Terry Wilson 7bf9f46774 Set username to default to the category name if it isn't overridden by a usernmae= setting in users.conf
17 years ago
Russell Bryant 910b9f8a2c fix this module, too
17 years ago
Jason Parker 72bc8a7c7d Fix up some doxygen issues.
18 years ago
Jason Parker e88241c45b Merged revisions 100138 via svnmerge from
18 years ago
Terry Wilson 417c6dcb1d Update res_phoneprov to default to setting the SERVER variable to the IP
18 years ago
Terry Wilson 3e9ed0d40b Make users list static
18 years ago
Terry Wilson 84e25e15cf Attempt at making lookup_iface work under FreeBSD. Not yet tested, but it compiles under OS X. And still works under linux.
18 years ago
Terry Wilson 3570ad103d Added a new module, res_phoneprov, which allows auto-provisioning of phones
18 years ago