projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29d2a6d
)
don't deal with gatekeeper on reload, known issue..someone fix
author
Jeremy McNamara
<jj@nufone.net>
Wed, 24 Sep 2003 10:59:24 +0000
(10:59 +0000)
committer
Jeremy McNamara
<jj@nufone.net>
Wed, 24 Sep 2003 10:59:24 +0000
(10:59 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1540
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_h323.c
patch
|
blob
|
history
diff --git
a/channels/chan_h323.c
b/channels/chan_h323.c
index
135de63
..
0bf7795
100755
(executable)
--- a/
channels/chan_h323.c
+++ b/
channels/chan_h323.c
@@
-1592,6
+1592,7
@@
int reload(void)
reload_config();
+#if 0
/* Possibly register with a GK */
if (gatekeeper_disable == 0) {
if (h323_set_gk(gatekeeper_discover, gatekeeper, secret)) {
@@
-1600,6
+1601,7
@@
int reload(void)
return -1;
}
}
+#endif
restart_monitor();
return 0;
}