summaryrefslogtreecommitdiff
path: root/apps/app_osplookup.c
AgeCommit message (Expand)Author
2009-02-26These small fixes prevent compiler warnings with ubuntu 8.10's gcc-4.3.2, whi...Steve Murphy
2008-11-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming
2008-09-13Everytime a compile fails, a puppy dies.Sean Bright
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-10More RSW merges. Everything from apps/ except for the big offendersSean Bright
2008-01-02Update osplookup documentation to use commas instead of pipes.Jason Parker
2007-12-19add missing header fileDwayne M. Hubbard
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-19Fixed a buffer size issue.TransNexus OSP Development
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to useRussell Bryant
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-31Issue #9842 - Doxygen updates by snuffy. Thanks!Olle Johansson
2007-02-24Creating new doxygen macro "\extref" to create page that lists Olle Johansson
2006-12-06Resolve some pointer signedness compiler warnings in app_osplookup, andRussell Bryant
2006-12-051. Change to remove the compiling warning: "app_osplookup.c:2169: warning: in...TransNexus OSP Development
2006-11-151. Fix the bug that Asterisk hangs up the calls if the OSP AuthRsp messages w...TransNexus OSP Development
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)Russell Bryant
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-20Warning be gone.Joshua Colp
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-07pointer signedness warnings cleanupRussell Bryant
2006-07-05update dependency information to match new names for dependenciesKevin P. Fleming
2006-07-05fix a compiler warning and clean up the code a bit.Matt O'Gorman
2006-06-30Updates from transnexus to osplookup, removes res_ospMatt O'Gorman
2006-06-09get rid of some more compiler warnings (thanks tholo for making me fix the lp...Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c Olle Johansson
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-11fix compiler warningsKevin P. Fleming
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove lots of useless checks of the result of ast_strdupaRussell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant