minor adj
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1716 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7bcecfb149
commit
c26480656f
|
@ -81,7 +81,7 @@ int main(int argc, char *argv[])
|
|||
SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS);
|
||||
#else
|
||||
int pid;
|
||||
//nice(-20);
|
||||
nice(-20);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MLOCKALL
|
||||
|
|
|
@ -1123,6 +1123,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_multi_threaded_bridge(switch_core_ses
|
|||
switch_channel_get_name(caller_channel),
|
||||
switch_channel_get_name(peer_channel)
|
||||
);
|
||||
switch_channel_hangup(peer_channel, SWITCH_CAUSE_NO_ANSWER);
|
||||
}
|
||||
|
||||
return status;
|
||||
|
|
Loading…
Reference in New Issue