Sat Apr 26 2014 22:01:57

Asterisk developer's documentation


astosp.h File Reference

Open Settlement Protocol (OSP) More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#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.


Define 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().