mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
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);
|
SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS);
|
||||||
#else
|
#else
|
||||||
int pid;
|
int pid;
|
||||||
//nice(-20);
|
nice(-20);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_MLOCKALL
|
#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(caller_channel),
|
||||||
switch_channel_get_name(peer_channel)
|
switch_channel_get_name(peer_channel)
|
||||||
);
|
);
|
||||||
|
switch_channel_hangup(peer_channel, SWITCH_CAUSE_NO_ANSWER);
|
||||||
}
|
}
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user