mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 14:56:58 +00:00
don't try to unreg with gk, on reload, now
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1912 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1648,9 +1648,11 @@ int reload(void)
|
|||||||
delete_aliases();
|
delete_aliases();
|
||||||
prune_peers();
|
prune_peers();
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (strlen(gatekeeper)) {
|
if (strlen(gatekeeper)) {
|
||||||
h323_gk_urq();
|
h323_gk_urq();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
reload_config();
|
reload_config();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user