[asterisk-bugs] [JIRA] (ASTERISK-29284) Conditinals applications are not working with glibc 2.17-322
Joshua C. Colp (JIRA)
noreply at issues.asterisk.org
Tue Feb 9 04:11:59 CST 2021
[ https://issues.asterisk.org/jira/browse/ASTERISK-29284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua C. Colp updated ASTERISK-29284:
--------------------------------------
Assignee: Igor Olhovskiy
Status: Waiting for Feedback (was: Triage)
I don't think there's anything from an Asterisk perspective to do here, since it was a bug in glibc itself.
> Conditinals applications are not working with glibc 2.17-322
> ------------------------------------------------------------
>
> Key: ASTERISK-29284
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-29284
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/General
> Affects Versions: 13.33.0, 13.38.0, 18.0.1
> Environment: CentOS 7 (7.9.2009), Kernel 3.10.0-1160.6.1.el7.x86_64
> Reporter: Igor Olhovskiy
> Assignee: Igor Olhovskiy
>
> Conditional applications like ExecIF, GotoIF behaves incorrectly when evaluating expressions.
> Example
> [default]
> exten => *100,1,NoOP(Hello there)
> same => n,ExecIf($["${CALL_ORIGIN}"="APP"]?nemo)
> same => n,Playback(vm-welcome)
> same => n,Hangup()
> > ExecIf("PJSIP/100-00000001", "nan?nemo")
> Most of the time evaluation result is nan.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list