mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Merged revisions 71576 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r71576 | file | 2007-06-25 10:13:45 -0400 (Mon, 25 Jun 2007) | 2 lines Build a peer as well when hash323 is enabled in users.conf (issue #9599 reported by asagage) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@71577 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2874,6 +2874,11 @@ static int reload_config(int is_reload)
|
||||
ASTOBJ_CONTAINER_LINK(&userl, user);
|
||||
ASTOBJ_UNREF(user, oh323_destroy_user);
|
||||
}
|
||||
peer = build_peer(cat, gen, ast_variable_browse(ucfg, cat), 0);
|
||||
if (peer) {
|
||||
ASTOBJ_CONTAINER_LINK(&peerl, peer);
|
||||
ASTOBJ_UNREF(peer, oh323_destroy_peer);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user