mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Formatting fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26131 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -31,11 +31,11 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define AST_MAX_APP 32 /*!< Max length of an application */
|
||||||
|
|
||||||
#define AST_PBX_KEEP 0
|
#define AST_PBX_KEEP 0
|
||||||
#define AST_PBX_REPLACE 1
|
#define AST_PBX_REPLACE 1
|
||||||
|
|
||||||
#define AST_MAX_APP 32 /*!< Max length of an application */
|
|
||||||
|
|
||||||
/*! \brief Special return values from applications to the PBX { */
|
/*! \brief Special return values from applications to the PBX { */
|
||||||
#define AST_PBX_KEEPALIVE 10 /*!< Destroy the thread, but don't hang up the channel */
|
#define AST_PBX_KEEPALIVE 10 /*!< Destroy the thread, but don't hang up the channel */
|
||||||
#define AST_PBX_NO_HANGUP_PEER 11
|
#define AST_PBX_NO_HANGUP_PEER 11
|
||||||
|
Reference in New Issue
Block a user