[asterisk-bugs] [JIRA] (ASTERISK-28642) SayAlpha not working in GoSub
Mikhail (JIRA)
noreply at issues.asterisk.org
Mon Dec 2 09:25:32 CST 2019
Mikhail created ASTERISK-28642:
----------------------------------
Summary: 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
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