mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-12 01:52:38 +00:00
Save CID and switches in "save dialplan" command (bug #2279)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3630 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -503,6 +503,8 @@ char *ast_get_switch_data(struct ast_sw *sw);
|
||||
|
||||
/* Other extension stuff */
|
||||
int ast_get_extension_priority(struct ast_exten *exten);
|
||||
int ast_get_extension_matchcid(struct ast_exten *e);
|
||||
char *ast_get_extension_cidmatch(struct ast_exten *e);
|
||||
char *ast_get_extension_app(struct ast_exten *e);
|
||||
void *ast_get_extension_app_data(struct ast_exten *e);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user