<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/8454">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  Richard Mudgett: Looks good to me, but someone else must approve
  Kevin Harwell: Looks good to me, approved
  Jenkins2: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">app_osplookup: Move header defines into the app.<br><br>astosp.h is leftover from when logic was split between app_osplookup and<br>res_osp.  All logic was moved into app_osplookup by 109737eb1c in 2006,<br>but astosp.h remained.  This moves the remaining defines into<br>app_osplookup and deletes astosp.h.<br><br>Change-Id: I0a6c4debd7c9543b608520b1765abfa4fab7b2fd<br>---<br>M apps/app_osplookup.c<br>D include/asterisk/astosp.h<br>2 files changed, 5 insertions(+), 32 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c<br>index c42e187..78f573a 100644<br>--- a/apps/app_osplookup.c<br>+++ b/apps/app_osplookup.c<br>@@ -50,7 +50,6 @@<br> #include "asterisk/module.h"<br> #include "asterisk/pbx.h"<br> #include "asterisk/cli.h"<br>-#include "asterisk/astosp.h"<br> <br> /*** DOCUMENTATION<br>        <application name="OSPAuth" language="en_US"><br>@@ -436,6 +435,11 @@<br>         </application><br>  ***/<br> <br>+/* OSP Return statuses */<br>+#define AST_OSP_SUCCESS   ((char*)"SUCCESS")    /* Return status, success */<br>+#define AST_OSP_FAILED   ((char*)"FAILED")     /* Return status, failed */<br>+#define AST_OSP_ERROR     ((char*)"ERROR")      /* Return status, error */<br>+<br> /* OSP Buffer Sizes */<br> #define OSP_SIZE_INTSTR                ((unsigned int)16)                      /* OSP signed/unsigned int string buffer size */<br> #define OSP_SIZE_NORSTR              ((unsigned int)256)                     /* OSP normal string buffer size */<br>diff --git a/include/asterisk/astosp.h b/include/asterisk/astosp.h<br>deleted file mode 100644<br>index 4faa2b4..0000000<br>--- a/include/asterisk/astosp.h<br>+++ /dev/null<br>@@ -1,31 +0,0 @@<br>-/*<br>- * Asterisk -- An open source telephony toolkit.<br>- *<br>- * Copyright (C) 1999 - 2005, Digium, Inc.<br>- *<br>- * Mark Spencer <markster@digium.com><br>- *<br>- * See http://www.asterisk.org for more information about<br>- * the Asterisk project. Please do not directly contact<br>- * any of the maintainers of this project for assistance;<br>- * the project provides a web site, mailing lists and IRC<br>- * channels for your use.<br>- *<br>- * This program is free software, distributed under the terms of<br>- * the GNU General Public License Version 2. See the LICENSE file<br>- * at the top of the source tree.<br>- */<br>-<br>-/*!<br>- * \file<br>- * \brief Open Settlement Protocol (OSP)<br>- */<br>-<br>-#ifndef _ASTERISK_OSP_H<br>-#define _ASTERISK_OSP_H<br>-<br>-#define AST_OSP_SUCCESS  ((char*)"SUCCESS")    /* Return status, success */<br>-#define AST_OSP_FAILED   ((char*)"FAILED")     /* Return status, failed */<br>-#define AST_OSP_ERROR     ((char*)"ERROR")      /* Return status, error */<br>-<br>-#endif /* _ASTERISK_OSP_H */<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8454">change 8454</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/8454"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I0a6c4debd7c9543b608520b1765abfa4fab7b2fd </div>
<div style="display:none"> Gerrit-Change-Number: 8454 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>