[asterisk-bugs] [JIRA] (ASTERISK-29284) Conditinals applications are not working with glibc 2.17-322

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Tue Feb 9 09:27:14 CST 2021


     [ https://issues.asterisk.org/jira/browse/ASTERISK-29284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Mudgett updated ASTERISK-29284:
---------------------------------------

    Description: 
Conditional applications like ExecIF, GotoIF behaves incorrectly when evaluating expressions.
Example 
{noformat}
[default]
exten => *100,1,NoOP(Hello there)
 same => n,ExecIf($["${CALL_ORIGIN}"="APP"]?nemo)
 same => n,Playback(vm-welcome)
 same => n,Hangup()
{noformat}
{noformat}
> ExecIf("PJSIP/100-00000001", "nan?nemo")
{noformat}

Most of the time evaluation result is nan.

  was:
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.


> 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: Unassigned
>
> Conditional applications like ExecIF, GotoIF behaves incorrectly when evaluating expressions.
> Example 
> {noformat}
> [default]
> exten => *100,1,NoOP(Hello there)
>  same => n,ExecIf($["${CALL_ORIGIN}"="APP"]?nemo)
>  same => n,Playback(vm-welcome)
>  same => n,Hangup()
> {noformat}
> {noformat}
> > ExecIf("PJSIP/100-00000001", "nan?nemo")
> {noformat}
> 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