[asterisk-bugs] [JIRA] (ASTERISK-28642) SayAlpha not working in GoSub
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Mon Dec 2 14:05:32 CST 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-28642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=248924#comment-248924 ]
Richard Mudgett edited comment on ASTERISK-28642 at 12/2/19 2:03 PM:
---------------------------------------------------------------------
{noformat}
[2019-12-02 14:47:31] WARNING[27790][C-00000138] pbx.c: No application 'SayAplha' for extension (sub-say-tracking, s, 5)
{noformat}
CLI> dialplan show sub-say-tracking
{noformat}
[ Context 'sub-say-tracking' created by 'pbx_config' ]
's' => 1. NoOp(lets check if we have a tracking number) [pbx_config]
2. Set(TRACKING=${SHELL(curl 'https://mysite.com')}) [pbx_config]
3. ExecIf($["${TRACKING}"=""]?Return()) [pbx_config]
4. Wait(1) [pbx_config]
5. SayAlpha(${TRACKING}) [pbx_config]
6. Return() [pbx_config]
{noformat}
was (Author: j3st3r):
[2019-12-02 14:47:31] WARNING[27790][C-00000138] pbx.c: No application 'SayAplha' for extension (sub-say-tracking, s, 5)
CLI> dialplan show sub-say-tracking
[ Context 'sub-say-tracking' created by 'pbx_config' ]
's' => 1. NoOp(lets check if we have a tracking number) [pbx_config]
2. Set(TRACKING=${SHELL(curl 'https://mysite.com')}) [pbx_config]
3. ExecIf($["${TRACKING}"=""]?Return()) [pbx_config]
4. Wait(1) [pbx_config]
5. SayAlpha(${TRACKING}) [pbx_config]
6. Return() [pbx_config]
> 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