aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_phoneprov.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-09Merged revisions 168142 via svnmerge from twilson1-0/+1
2008-12-30Merged revisions 166908 via svnmerge from twilson1-1/+1
2008-12-17Merged revisions 165219 via svnmerge from twilson1-1/+6
2008-11-02import gcc 4.3.2 warning fixes from trunk, with a few changes specific to thi...kpfleming1-1/+3
2008-10-16Merged revisions 149920 via svnmerge from kpfleming1-0/+4
2008-10-16Merged revisions 149918 via svnmerge from kpfleming1-1/+1
2008-08-29Merged revisions 140489 via svnmerge from mmichelson1-3/+3
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.seanbright1-10/+10
2008-04-14Need a new buffer for each looptwilson1-1/+1
2008-04-14Don't unref user twice on failure. Also, when adding sorted list of users, i...twilson1-2/+1
2008-04-11Make sure that ${LINE} is set even if linenumber is not set in users.conftwilson1-1/+4
2008-04-11Fix the fact that global_variables 1) weren't being updated on reload (thanks...twilson1-24/+51
2008-04-07atoi(NULL) is badtwilson1-5/+5
2008-04-05Clean up some memory leak/ref counting issuestwilson1-22/+43
2008-04-05Multi-line support for phoneprovtwilson1-138/+343
2008-04-02Re-add HTTP post support by moving to res_http_post.ctwilson1-2/+3
2008-03-19ensure that res_phoneprov's HTTP handler tells the dispatcher what method it ...kpfleming1-0/+1
2008-03-18start the process of changing HTTP request dispatching to do it based on *bot...kpfleming1-2/+3
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-1/+1
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains torussell1-1/+1
2008-03-04Rename public object server_instance to ast_tcptls_server_instancerussell1-1/+1
2008-03-04Set username to default to the category name if it isn't overridden by a user...twilson1-1/+7
2008-02-26fix this module, toorussell1-1/+1
2008-02-15Fix up some doxygen issues.qwell1-1/+1
2008-01-24Merged revisions 100138 via svnmerge from qwell1-1/+3
2008-01-17Update res_phoneprov to default to setting the SERVER variable to the IPtwilson1-21/+44
2008-01-16Make users list statictwilson1-1/+1
2008-01-10Attempt at making lookup_iface work under FreeBSD. Not yet tested, but it co...twilson1-11/+9
2008-01-09Added a new module, res_phoneprov, which allows auto-provisioning of phonestwilson1-0/+1012