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 */ |
Open Settlement Protocol (OSP)
Definition in file astosp.h.
#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().