[asterisk-bugs] [JIRA] (ASTERISK-28642) SayAlpha not working in GoSub
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Mon Dec 2 14:03:31 CST 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-28642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Mudgett updated ASTERISK-28642:
---------------------------------------
Description:
Trying to use SayAlpha(SayAlphaCase)
here id dialplan
{noformat}
[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()
{noformat}
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
was:
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
> 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: Unassigned
> Severity: Minor
>
> Trying to use SayAlpha(SayAlphaCase)
> here id dialplan
> {noformat}
> [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()
> {noformat}
> 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