[asterisk-bugs] [JIRA] (ASTERISK-28131) ${ANSWEREDTIME} is incorrect in Dial app in Asterisk 15.6

George Joseph (JIRA) noreply at issues.asterisk.org
Fri Oct 26 08:36:47 CDT 2018


     [ https://issues.asterisk.org/jira/browse/ASTERISK-28131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Joseph updated ASTERISK-28131:
-------------------------------------

    Assignee: Kapil Bansal  (was: Unassigned)
      Status: Waiting for Feedback  (was: Triage)

It may have been broken in 11.
In your dialplan...
   ANSWEREDTIME is the time from when you call Answer() to the end of the call.
   DIALEDTIME is the time from when you call Dial() to the end of the call.
Because you explicitly call Answer() just before you call Dial(), they're going to be the same.

Why do you call Answer() explicitly?

> ${ANSWEREDTIME} is incorrect in Dial app in Asterisk 15.6
> ---------------------------------------------------------
>
>                 Key: ASTERISK-28131
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28131
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_dial
>    Affects Versions: 15.6.0, 15.6.1
>         Environment: Centos 6.9
>            Reporter: Kapil Bansal
>            Assignee: Kapil Bansal
>            Severity: Critical
>
> $\{ANSWEREDTIME} is incorrect and same as $\{DIALEDTIME} in Dial app in Asterisk 15.6



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list