summaryrefslogtreecommitdiff
path: root/apps/app_osplookup.c
AgeCommit message (Expand)Author
2018-03-07app_osplookup: Move header defines into the app.Corey Farrell
2018-01-12app_osplookup.c: Avoid two format truncations.Alexander Traud
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2012-10-29Make evaluation of channel variables consistently case-sensitive.Mark Michelson
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2011-11-14Increased max number of destinations.TransNexus OSP Development
2011-09-28Updated for OSP Toolkit 4.0.0.TransNexus OSP Development
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
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