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


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

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

Totally agree. Was not 100% sure it's glibc bug

> 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