[asterisk-bugs] [JIRA] (ASTERISK-22680) crash: playback control with operation omitted in POST

John Bigelow (JIRA) noreply at issues.asterisk.org
Thu Oct 10 15:59:03 CDT 2013


John Bigelow created ASTERISK-22680:
---------------------------------------

             Summary: crash: playback control with operation omitted in POST
                 Key: ASTERISK-22680
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22680
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Bridges/bridge_holding, Resources/res_ari
    Affects Versions: SVN
         Environment: Asterisk 12 branch r400832
            Reporter: John Bigelow
         Attachments: backtrace.txt, full.txt

With a sound file playing to a holding bridge that contains two SIP channels I did a POST to _ari/playback/<playbackid>/control_ specifying the playbackid but without the operator key/value. I did do several POST's before this which will be seen in the log so start from the bottom up.  :)

Command used (the shell variable $PLAYBACKID contained a valid playbackid):
{code:lang=none}
curl -s -F "playbackid=$PLAYBACKID" "http://localhost:8088/ari/playback/$PLAYBACKID/control?playbackid=$PLAYBACKID&api_key=admin:secret"
{code}

Attached backtrace and full log.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list