mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Missed part of userconf functionality for chan_h323
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44186 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2371,6 +2371,10 @@ static void pbx_load_users(void)
|
||||
snprintf(tmp, sizeof(tmp), "IAX/%s", cat);
|
||||
append_interface(iface, sizeof(iface), tmp);
|
||||
}
|
||||
if (ast_true(ast_config_option(cfg, cat, "hash323"))) {
|
||||
snprintf(tmp, sizeof(tmp), "H323/%s", cat);
|
||||
append_interface(iface, sizeof(iface), tmp);
|
||||
}
|
||||
hasexten = ast_config_option(cfg, cat, "hasexten");
|
||||
if (hasexten && !ast_true(hasexten))
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user