mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8278 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -842,6 +842,11 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc
|
||||
|
||||
memset(&runtime, 0, sizeof(runtime));
|
||||
|
||||
runtime.dummy_cng_frame.data = runtime.dummy_data;
|
||||
runtime.dummy_cng_frame.datalen= sizeof(runtime.dummy_data);
|
||||
runtime.dummy_cng_frame.buflen= sizeof(runtime.dummy_data);
|
||||
runtime.dummy_cng_frame.flags = SFF_CNG;
|
||||
|
||||
switch_set_flag((&runtime), SCF_NO_NEW_SESSIONS);
|
||||
runtime.hard_log_level = SWITCH_LOG_DEBUG;
|
||||
runtime.mailer_app = "sendmail";
|
||||
|
Reference in New Issue
Block a user