aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_stack.c')
-rw-r--r--apps/app_stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_stack.c b/apps/app_stack.c
index 3dc06904f..f77080849 100644
--- a/apps/app_stack.c
+++ b/apps/app_stack.c
@@ -520,7 +520,7 @@ static int load_module(void)
}
if (agi_loaded) {
- con = ast_context_find_or_create(NULL, "app_stack_gosub_virtual_context", "app_stack");
+ con = ast_context_find_or_create(NULL, NULL, "app_stack_gosub_virtual_context", "app_stack");
if (!con) {
ast_log(LOG_ERROR, "Virtual context 'app_stack_gosub_virtual_context' does not exist and unable to create\n");
return AST_MODULE_LOAD_DECLINE;