mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 02:18:15 +00:00
Oops, broke 1.6 (thanks MattF)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@119304 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -505,7 +505,7 @@ static int unload_module(void)
|
||||
static int load_module(void)
|
||||
{
|
||||
struct ast_context *con;
|
||||
con = ast_context_find_or_create(NULL, NULL, "app_stack_gosub_virtual_context", "app_stack");
|
||||
con = ast_context_find_or_create(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;
|
||||
|
||||
Reference in New Issue
Block a user