[asterisk-bugs] [JIRA] (ASTERISK-29284) Conditinals applications are not working with glibc 2.17-322
Igor Olhovskiy (JIRA)
noreply at issues.asterisk.org
Tue Feb 9 02:57:59 CST 2021
Igor Olhovskiy created ASTERISK-29284:
-----------------------------------------
Summary: 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: 18.0.1, 13.38.0, 13.33.0
Environment: CentOS 7 (7.9.2009), Kernel 3.10.0-1160.6.1.el7.x86_64
Reporter: 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