mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
manual update, since automerge is not running at this time
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@48421 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -435,6 +435,7 @@ struct ast_channel {
|
||||
so when ->priority is set, it will get incremented before
|
||||
finding the next priority to run
|
||||
*/
|
||||
#define AST_FLAG_NOTNEW (1 << 10) /*!< see bug:7855 incorrect Newchannel event generation */
|
||||
/* @} */
|
||||
|
||||
#define AST_FEATURE_PLAY_WARNING (1 << 0)
|
||||
|
@@ -181,7 +181,6 @@ void ast_category_rename(struct ast_category *cat, const char *name);
|
||||
|
||||
struct ast_variable *ast_variable_new(const char *name, const char *value);
|
||||
void ast_variable_append(struct ast_category *category, struct ast_variable *variable);
|
||||
int ast_variable_delete(struct ast_config *cfg, char *category, char *variable, char *value);
|
||||
|
||||
int config_text_file_save(const char *filename, const struct ast_config *cfg, const char *generator);
|
||||
|
||||
|
Reference in New Issue
Block a user