summaryrefslogtreecommitdiff
path: root/res/res_phoneprov.c
AgeCommit message (Expand)Author
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.Sean Bright
2008-04-14Need a new buffer for each loopTerry Wilson
2008-04-14Don't unref user twice on failure. Also, when adding sorted list of users, i...Terry Wilson
2008-04-11Make sure that ${LINE} is set even if linenumber is not set in users.confTerry Wilson
2008-04-11Fix the fact that global_variables 1) weren't being updated on reload (thanks...Terry Wilson
2008-04-07atoi(NULL) is badTerry Wilson
2008-04-05Clean up some memory leak/ref counting issuesTerry Wilson
2008-04-05Multi-line support for phoneprovTerry Wilson
2008-04-02Re-add HTTP post support by moving to res_http_post.cTerry Wilson
2008-03-19ensure that res_phoneprov's HTTP handler tells the dispatcher what method it ...Kevin P. Fleming
2008-03-18start the process of changing HTTP request dispatching to do it based on *bot...Kevin P. Fleming
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains toRussell Bryant
2008-03-04Rename public object server_instance to ast_tcptls_server_instanceRussell Bryant
2008-03-04Set username to default to the category name if it isn't overridden by a user...Terry Wilson
2008-02-26fix this module, tooRussell Bryant
2008-02-15Fix up some doxygen issues.Jason Parker
2008-01-24Merged revisions 100138 via svnmerge from Jason Parker
2008-01-17Update res_phoneprov to default to setting the SERVER variable to the IPTerry Wilson
2008-01-16Make users list staticTerry Wilson
2008-01-10Attempt at making lookup_iface work under FreeBSD. Not yet tested, but it co...Terry Wilson
2008-01-09Added a new module, res_phoneprov, which allows auto-provisioning of phonesTerry Wilson