[asterisk-bugs] [JIRA] (ASTERISK-19360) When using DialPlan in RealTime, TIMEOUT(response) does not work

Sean Bright (JIRA) noreply at issues.asterisk.org
Wed Aug 23 14:04:08 CDT 2017


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

Sean Bright closed ASTERISK-19360.
----------------------------------

    Resolution: Not A Bug

Your {{Set}} syntax is invalid:

{noformat}
TIMEOUT(response=0)
{noformat}

Should be:

{noformat}
TIMEOUT(response)=0
{noformat}



> When using DialPlan in RealTime, TIMEOUT(response) does not work
> ----------------------------------------------------------------
>
>                 Key: ASTERISK-19360
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-19360
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Functions/func_timeout, PBX/pbx_realtime
>    Affects Versions: 1.8.9.2
>         Environment: Linux Debian Squeeze
>            Reporter: Alexandre Keller
>            Severity: Minor
>         Attachments: myDebugLog
>
>
> I've implemented my IVRs on Realtime, but, Asterisk is not respecting the time set on Set(TIMEOUT(response)=2), it always executes t exten after 10 seconds, which is its default value.



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



More information about the asterisk-bugs mailing list