Wed Jan 8 2020 09:49:58

Asterisk developer's documentation


astosp.h File Reference

Open Settlement Protocol (OSP) More...

Go to the source code of this file.

Macros

#define AST_OSP_ERROR   ((char*)"ERROR") /* Return status, error */
 
#define AST_OSP_FAILED   ((char*)"FAILED") /* Return status, failed */
 
#define AST_OSP_SUCCESS   ((char*)"SUCCESS") /* Return status, success */
 

Detailed Description

Open Settlement Protocol (OSP)

Definition in file astosp.h.

Macro Definition Documentation

#define AST_OSP_ERROR   ((char*)"ERROR") /* Return status, error */

Definition at line 29 of file astosp.h.

Referenced by ospauth_exec(), ospfinished_exec(), osplookup_exec(), and ospnext_exec().

#define AST_OSP_FAILED   ((char*)"FAILED") /* Return status, failed */

Definition at line 28 of file astosp.h.

Referenced by ospauth_exec(), ospfinished_exec(), osplookup_exec(), and ospnext_exec().

#define AST_OSP_SUCCESS   ((char*)"SUCCESS") /* Return status, success */

Definition at line 27 of file astosp.h.

Referenced by ospauth_exec(), ospfinished_exec(), osplookup_exec(), and ospnext_exec().