Skip to content
Snippets Groups Projects
Commit 2b3ae249 authored by Olle Johansson's avatar Olle Johansson
Browse files

Formatting fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26131 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent f2bc3c61
No related branches found
No related tags found
No related merge requests found
......@@ -31,11 +31,11 @@
extern "C" {
#endif
#define AST_MAX_APP 32 /*!< Max length of an application */
#define AST_PBX_KEEP 0
#define AST_PBX_REPLACE 1
#define AST_MAX_APP 32 /*!< Max length of an application */
/*! \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_NO_HANGUP_PEER 11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment