aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_h323.c')
-rwxr-xr-xchannels/chan_h323.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index fa8ebd212..c64a6e254 100755
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -1766,6 +1766,9 @@ int reload_config(void)
}
ast_mutex_unlock(&caplock);
+ /* set default options */
+ h323_set_options(noFastStart,noH245Tunneling);
+
return 0;
}
@@ -1985,7 +1988,6 @@ int load_module()
send_digit,
answer_call);
-
/* start the h.323 listener */
if (h323_start_listener(port, bindaddr)) {
ast_log(LOG_ERROR, "Unable to create H323 listener.\n");