diff -ru asterisk-1.2.11/app.c asterisk-1.2.11-patched/app.c --- asterisk-1.2.11/app.c 2006-07-12 08:46:56.000000000 -0700 +++ asterisk-1.2.11-patched/app.c 2006-08-30 22:06:24.000000000 -0700 @@ -117,8 +117,8 @@ if (res < 0) return res; } - fto = c->pbx ? c->pbx->rtimeout * 1000 : 6000; - to = c->pbx ? c->pbx->dtimeout * 1000 : 2000; + fto = c->pbx ? c->pbx->rtimeout * 1000 : 1; + to = c->pbx ? c->pbx->dtimeout * 1000 : 1; if (timeout > 0) fto = to = timeout;