[asterisk-bugs] [JIRA] (ASTERISK-22616) timestring set by TESTTIME is ignored by IFTIME as well as GotoIfTime
Michael L. Young (JIRA)
noreply at issues.asterisk.org
Mon Sep 30 14:43:03 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=210691#comment-210691 ]
Michael L. Young commented on ASTERISK-22616:
---------------------------------------------
Olaf,
Please check the syntax. You are not using the right date format and you are not setting the time argument correctly (no comma between date and time).
>From the docs:
{quote}
[Syntax]
TESTTIME(date,time[,zone])
[Arguments]
date
Date in ISO 8601 format
time
Time in HH:MM:SS format (24-hour time)
zone
Timezone name
{quote}
> timestring set by TESTTIME is ignored by IFTIME as well as GotoIfTime
> ---------------------------------------------------------------------
>
> Key: ASTERISK-22616
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22616
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: PBX/General
> Affects Versions: 1.8.23.1, 11.5.1
> Reporter: Olaf Winkler
> Assignee: Olaf Winkler
> Severity: Minor
>
> When using TESTTIME it's expected, that the TIME-functions will honor the value and make the correct decision which may be different from the one valid for server-time.
> Unfortunately the test seems to ignore TESTTIME:
> ServerTime is in CEST (GMT+2) and the following snippet is executed between 14:00 GMT and 15:00 GMT:
> {noformat}
> Set(LTZ=Europe/London);
> Set(datewithtz=${STRFTIME(${EPOCH},${LTZ},%Y/%m/%d %H:%M:%S)});
> Set(TESTTIME=${datewithtz});
> ifTime(08:00-16:00|*|*|*) {
> NoOp(fitted);
> } else {
> NoOp(NOT fitted);
> }
> {noformat}
> For local time (without TESTTIME) its correct to have the "NOT fitted" output. But I would expect to have the "fitted" output here as the TESTTIME ist one hour less (GMT+1).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list