support early media/intercept Bug #562

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3815 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2004-09-21 18:42:37 +00:00
parent 291ce3e839
commit ef889d6672
4 changed files with 124 additions and 20 deletions

View File

@@ -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");