mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
func_channel: Add lastcontext and lastexten.
Adds the lastcontext and lastexten channel fields to allow users to access previous dialplan execution locations. ASTERISK-29840 #close Change-Id: Ib455fe300cc8e9a127686896ee2d0bd11e900307
This commit is contained in:
committed by
Kevin Harwell
parent
a1f207bcf7
commit
f60dcfc333
@@ -4092,8 +4092,10 @@ void ast_channel_blockproc_set(struct ast_channel *chan, const char *value);
|
||||
const char *ast_channel_data(const struct ast_channel *chan);
|
||||
void ast_channel_data_set(struct ast_channel *chan, const char *value);
|
||||
|
||||
const char *ast_channel_lastcontext(const struct ast_channel *chan);
|
||||
const char *ast_channel_context(const struct ast_channel *chan);
|
||||
void ast_channel_context_set(struct ast_channel *chan, const char *value);
|
||||
const char *ast_channel_lastexten(const struct ast_channel *chan);
|
||||
const char *ast_channel_exten(const struct ast_channel *chan);
|
||||
void ast_channel_exten_set(struct ast_channel *chan, const char *value);
|
||||
const char *ast_channel_macrocontext(const struct ast_channel *chan);
|
||||
|
Reference in New Issue
Block a user