Previously missing line, now the substitution works correctly

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@162930 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Tilghman Lesher 17 years ago
parent f0883cacca
commit 8c89090160

@ -7467,6 +7467,7 @@ int ast_add_extension2(struct ast_context *con,
ast_copy_string(c.exten, extension, sizeof(c.exten));
ast_copy_string(c.context, con->name, sizeof(c.context));
pbx_substitute_variables_helper(&c, application, expand_buf, sizeof(expand_buf));
application = expand_buf;
}
length = sizeof(struct ast_exten);

Loading…
Cancel
Save