[asterisk-bugs] [JIRA] (ASTERISK-28642) SayAlpha not working in GoSub

Asterisk Team (JIRA) noreply at issues.asterisk.org
Mon Dec 2 09:36:32 CST 2019


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

Asterisk Team updated ASTERISK-28642:
-------------------------------------

    Status: Waiting for Feedback  (was: Waiting for Feedback)

> SayAlpha not working in GoSub
> -----------------------------
>
>                 Key: ASTERISK-28642
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28642
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_saynumber
>    Affects Versions: 13.23.1
>         Environment: Debian GNU/Linux 9
>            Reporter: Mikhail
>            Assignee: Asterisk Team
>            Severity: Minor
>
> Trying to use SayAlpha(SayAlphaCase)
> here id dialplan
> [sub-say-tracking]
> exten => s,1,NoOp(lets check if we have a tracking number)
>  same => n,Set(TRACKING=${SHELL(curl 'mysite.com)})
>  same => n,ExecIf($["${TRACKING}"=""]?Return())
>  same => n,Wait(1)
>  same => n,SayAlpha(${TRACKING})
>  same => n,Return()
> If ${TRACKING} = RU and SayAlpha(RU) - I see error No application 'SayAplhaCase' for extension (sub-say-tracking, s, 5)
> If ${TRACKING} = RU_124 and SayAlpha(RU_124) - I see error No application 'SayAplhaCase' for extension (sub-say-tracking, s, 5) - works fine
> Looks like a bug



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



More information about the asterisk-bugs mailing list