]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh2
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 1 Jul 2010 03:29:40 +0000 (22:29 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 1 Jul 2010 03:29:40 +0000 (22:29 -0500)
src/mod/applications/mod_fifo/mod_fifo.c

index 0881868cc179ff0c1b5b976e724689c531a990eb..29dbac9b3bf16e5e6cd26fbbc2fa2035ae906513 100644 (file)
@@ -831,7 +831,7 @@ static void *SWITCH_THREAD_FUNC ringall_thread_run(switch_thread_t *thread, void
 
        switch_core_event_hook_add_state_change(session, hanguphook);
        app_name = "fifo";
-       arg = switch_core_session_sprintf(session, "%s out wait", node_name);
+       arg = switch_core_session_sprintf(session, "%s out nowait", node_name);
        extension = switch_caller_extension_new(session, app_name, arg);
        switch_caller_extension_add_application(session, extension, app_name, arg);
        switch_channel_set_caller_extension(channel, extension);