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

Sean Bright (JIRA) noreply at issues.asterisk.org
Thu Aug 24 07:52:07 CDT 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-19360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=238188#comment-238188 ] 

Sean Bright edited comment on ASTERISK-19360 at 8/24/17 7:50 AM:
-----------------------------------------------------------------

Your {{Set}} syntax is invalid:

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

Should be:

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




was (Author: seanbright):
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