summaryrefslogtreecommitdiff
path: root/apps/app_osplookup.c
AgeCommit message (Expand)Author
2010-08-10Fixed the issue caused by EXTEN including user parameters.TransNexus OSP Development
2010-07-14ast_callerid restructuringRichard Mudgett
2010-07-12Added support for indirect work mode.TransNexus OSP Development
2010-03-02Fix several XML documentation validate errors.Leif Madsen
2010-02-12Updated doc for OSP lookup application.TransNexus OSP Development
2010-01-13Updated XML doc for OSP.TransNexus OSP Development
2010-01-041. Added reporting operator names in AuthReq.TransNexus OSP Development
2009-12-291. Updated for OSP Toolkit 3.6.0.TransNexus OSP Development
2009-12-03Replaced two deprecated functions of OSP Toolkit.TransNexus OSP Development
2009-12-03Added custom info support.TransNexus OSP Development
2009-11-271. Modified exported variable names.TransNexus OSP Development
2009-11-161. Added SIP Diversion support.TransNexus OSP Development
2009-11-13Added full number portability parameter support.TransNexus OSP Development
2009-08-10AST-2009-005Tilghman Lesher
2009-06-07Move OSP* applications static documentation to XML.Eliel C. Sardanons
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-01Made security features optional.TransNexus OSP Development
2009-04-30Added routing number support.TransNexus OSP Development
2009-04-30Fixed not report source network ID and not export destination network ID issues.TransNexus OSP Development
2009-04-28Updated for OSP Toolkit 3.5.TransNexus OSP Development
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