[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:59:59 CST 2021


    [ https://issues.asterisk.org/jira/browse/ASTERISK-29284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=253739#comment-253739 ] 

Igor Olhovskiy commented on ASTERISK-29284:
-------------------------------------------

if any, the solution now is to downgrade
```
yum install yum-plugin-versionlock
yum downgrade glibc-2.17-317.el7.x86_64 glibc-common-2.17-317.el7.x86_64 glibc-devel-2.17-317.el7.x86_64 glibc-headers-2.17-317.el7.x86_64 nscd-2.17-317.el7.x86_64
yum versionlock glibc-* nscd-*
```

> 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
>
> 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