mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 08:44:14 +00:00
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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user