mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
- fix some doxygen errors
- add the flag definitions to the page about global options git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7690 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -286,7 +286,6 @@ const char *ast_describe_caller_presentation(int data);
|
||||
|
||||
The following values are available to use:
|
||||
\arg \b Defined value, text string in config file, explanation
|
||||
.
|
||||
|
||||
\arg \b AST_PRES_ALLOWED_USER_NUMBER_NOT_SCREENED, "allowed_not_screened", Presentation Allowed, Not Screened,
|
||||
\arg \b AST_PRES_ALLOWED_USER_NUMBER_PASSED_SCREEN, "allowed_passed_screen", Presentation Allowed, Passed Screen,
|
||||
|
@@ -47,8 +47,8 @@
|
||||
-# The dial plan forces Asterisk to create an outbound
|
||||
call somewhere with the dial (see \ref app_dial.c)
|
||||
application
|
||||
|
||||
.
|
||||
|
||||
\par Bridging channels
|
||||
If Asterisk dials out this happens:
|
||||
-# Dial creates an outbound PBX channel and asks one of the
|
||||
|
@@ -126,7 +126,7 @@ DUNDi is not itself a Voice-over IP signaling or media protocol. Instead, it pub
|
||||
* \section enumreadme ENUM
|
||||
* \arg Configuration: \ref Config_enum
|
||||
* \arg \ref enum.c
|
||||
* \arg \ref app_enumlookup.c
|
||||
* \arg \ref func_enum.c
|
||||
*
|
||||
* \verbinclude README.enum
|
||||
*/
|
||||
|
@@ -30,6 +30,7 @@ extern "C" {
|
||||
#define AST_CACHE_DIR_LEN 512
|
||||
#define AST_FILENAME_MAX 80
|
||||
|
||||
/*! \ingroup main_options */
|
||||
enum ast_option_flags {
|
||||
/*! Allow \#exec in config files */
|
||||
AST_OPT_FLAG_EXEC_INCLUDES = (1 << 0),
|
||||
|
2
say.c
2
say.c
@@ -281,7 +281,7 @@ int ast_say_digits(struct ast_channel *chan, int num, const char *ints, const ch
|
||||
|
||||
/* Forward declarations */
|
||||
/*! \page Def_syntaxlang Asterisk Language Syntaxes supported
|
||||
\not Not really language codes.
|
||||
\note Not really language codes.
|
||||
For these language codes, Asterisk will change the syntax when
|
||||
saying numbers (and in some cases dates and voicemail messages
|
||||
as well)
|
||||
|
Reference in New Issue
Block a user