aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_osplookup.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-08Fixed compile error with OSP Toolkit 3.6.transnexus1-2/+2
2009-08-10AST-2009-005tilghman1-17/+17
2009-04-29Merged revisions 190830 via svnmerge from transnexus1-242/+243
2009-02-26These small fixes prevent compiler warnings with ubuntu 8.10's gcc-4.3.2, whi...murf1-3/+3
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming1-1/+1
2008-09-13Everytime a compile fails, a puppy dies.seanbright1-1/+1
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+5
2008-08-10More RSW merges. Everything from apps/ except for the big offendersseanbright1-11/+11
2008-01-02Update osplookup documentation to use commas instead of pipes.qwell1-4/+4
2007-12-19add missing header filedhubbard1-0/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-19Fixed a buffer size issue.transnexus1-2/+2
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-36/+36
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-5/+11
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell1-1/+1
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-26/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-219/+119
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!russell1-55/+4
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-12/+12
2007-05-31Issue #9842 - Doxygen updates by snuffy. Thanks!oej1-0/+1
2007-02-24Creating new doxygen macro "\extref" to create page that lists oej1-0/+3
2006-12-06Resolve some pointer signedness compiler warnings in app_osplookup, andrussell1-2/+2
2006-12-051. Change to remove the compiling warning: "app_osplookup.c:2169: warning: in...transnexus1-1/+1
2006-11-151. Fix the bug that Asterisk hangs up the calls if the OSP AuthRsp messages w...transnexus1-202/+677
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)russell1-2/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-106/+198
2006-09-20Warning be gone.file1-1/+1
2006-09-18merge qwell's CLI verbification workkpfleming1-8/+7
2006-08-31everything that loads a config that needs a config file to runmogorman1-2/+5
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-50/+43
2006-07-07pointer signedness warnings cleanuprussell1-9/+8
2006-07-05update dependency information to match new names for dependencieskpfleming1-1/+1
2006-07-05fix a compiler warning and clean up the code a bit.mogorman1-168/+68
2006-06-30Updates from transnexus to osplookup, removes res_ospmogorman1-199/+1324
2006-06-09get rid of some more compiler warnings (thanks tholo for making me fix the lp...kpfleming1-5/+5
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-20/+4
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+7
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-17/+6
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c oej1-174/+453
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-11fix compiler warningskpfleming1-7/+9
2006-01-21on this pass, only remove duplicate log messagesrussell1-9/+3
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+15