[asterisk-bugs] [JIRA] (ASTERISK-23734) ARI crash when using bridges with no names

Paul Belanger (JIRA) noreply at issues.asterisk.org
Tue May 13 10:12:43 CDT 2014


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

Paul Belanger commented on ASTERISK-23734:
------------------------------------------

Below is an example of how to crash asterisk, it is actually a malformed bridge ID that does it.

$ curl -i -X POST -H 'Content-Type: application/json' -H 'Authorization: Basic Z3Vlc3Q6Z3Vlc3Q=' -H 'Accept: application/json' -H 'User-Agent: python-ari' -d '{}' "http://localhost:8088/ari/bridges"

$ curl -i -X POST -H 'Content-Type: application/json' -H 'Authorization: Basic Z3Vlc3Q6Z3Vlc3Q=' -H 'Accept: application/json' -H 'User-Agent: python-ari' -d '{}' "http://localhost:8088/ari/bridges/<Bridge bb56-29a28ca5a33e>/moh"


> ARI crash when using bridges with no names
> ------------------------------------------
>
>                 Key: ASTERISK-23734
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23734
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_ari
>            Reporter: Paul Belanger
>         Attachments: bt.txt
>
>
> Create a bridge with no name in ARI, then assign music on hold to the bridge, asterisk will crash.
> See attached backtrace.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list