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:
d1ad2a6
)
Work properly on a reload
author
Mark Spencer
<markster@digium.com>
Mon, 26 Jul 2004 19:37:11 +0000
(19:37 +0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 26 Jul 2004 19:37:11 +0000
(19:37 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3516
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_mgcp.c
patch
|
blob
|
history
diff --git
a/channels/chan_mgcp.c
b/channels/chan_mgcp.c
index
2015327
..
3edad93
100755
(executable)
--- a/
channels/chan_mgcp.c
+++ b/
channels/chan_mgcp.c
@@
-3926,6
+3926,7
@@
static int reload_config(void)
return 0;
}
memset(&bindaddr, 0, sizeof(bindaddr));
+ dtmfmode = 0;
v = ast_variable_browse(cfg, "general");
while(v) {
/* Create the interface list */