]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
minor adj
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 30 Jun 2006 21:45:29 +0000 (21:45 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 30 Jun 2006 21:45:29 +0000 (21:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1716 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch.c
src/switch_ivr.c

index 5bd6308f0a3d996daeeb52ef713b8660045a0274..41b0d170c812c6b2723fea1d2499fff0132ba7ed 100644 (file)
@@ -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
index eead4fc27252ca3c2e6decc27e35bb02c5677147..f46b52499874aed99b080dc77a4d285d24b5f78e 100644 (file)
@@ -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;