aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_osplookup.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-1/+7
2010-07-14ast_callerid restructuringrmudgett1-2/+8
2010-07-12Added support for indirect work mode.transnexus1-8/+45
2010-03-02Fix several XML documentation validate errors.lmadsen1-48/+37
2010-02-12Updated doc for OSP lookup application.transnexus1-2/+4
2010-01-13Updated XML doc for OSP.transnexus1-64/+289
2010-01-041. Added reporting operator names in AuthReq.transnexus1-26/+107
2009-12-291. Updated for OSP Toolkit 3.6.0.transnexus1-592/+685
2009-12-03Replaced two deprecated functions of OSP Toolkit.transnexus1-2/+8
2009-12-03Added custom info support.transnexus1-1/+35
2009-11-271. Modified exported variable names.transnexus1-120/+458
2009-11-161. Added SIP Diversion support.transnexus1-283/+323
2009-11-13Added full number portability parameter support.transnexus1-34/+93
2009-08-10AST-2009-005tilghman1-17/+17
2009-06-07Move OSP* applications static documentation to XML.eliel1-64/+170
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-5/+5
2009-05-01Made security features optional.transnexus1-102/+145
2009-04-30Added routing number support.transnexus1-1/+11
2009-04-30Fixed not report source network ID and not export destination network ID issues.transnexus1-1/+11
2009-04-28Updated for OSP Toolkit 3.5.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