[asterisk-dev] Query of an app_dial diff from SVN

Steve Davies davies147 at gmail.com
Thu Feb 17 05:09:11 CST 2011


Is this patch really correct???

It is taken from branch/1.6.2/apps/app_dial.c


@@ -1614,7 +1614,7 @@
                        pbx_builtin_setvar_helper(chan, "DIALSTATUS",
pa.status);
                        goto done;
                }
-               ast_verb(3, "Setting call duration limit to %.3lf
seconds.\n", calldurationlimit.tv_sec + calldurationlimit.tv_usec /
1000000.0);
+               ast_verb(3, "Setting call duration limit to %.3lf
milliseconds.\n", calldurationlimit.tv_sec + calldurationlimit.tv_usec
/ 1000000.0);
        }

        if (ast_test_flag64(&opts, OPT_SENDDTMF) &&
!ast_strlen_zero(opt_args[OPT_ARG_SENDDTMF])) {


The original version looks more correct to me.

Regards,
Steve



More information about the asterisk-dev mailing list