mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 22:38:08 +00:00
Add improved macro functionality (bug #2905)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4317 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -578,7 +578,9 @@ int ast_extension_patmatch(const char *pattern, const char *data);
|
||||
set to 1, sets to auto fall through. If newval set to 0, sets to no auto
|
||||
fall through (reads extension instead). Returns previous value. */
|
||||
extern int pbx_set_autofallthrough(int newval);
|
||||
|
||||
int ast_goto_if_exists(struct ast_channel *chan, char* context, char *exten, int priority);
|
||||
/* I can find neither parsable nor parseable at dictionary.com, but google gives me 169000 hits for parseable and only 49,800 for parsable */
|
||||
int ast_parseable_goto(struct ast_channel *chan, const char *goto_string);
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user