[asterisk-bugs] [JIRA] (ASTERISK-21982) Remove parkinglot from channel snapshots

Matt Jordan (JIRA) noreply at issues.asterisk.org
Mon Jul 1 11:57:07 CDT 2013


Matt Jordan created ASTERISK-21982:
--------------------------------------

             Summary: Remove parkinglot from channel snapshots
                 Key: ASTERISK-21982
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21982
             Project: Asterisk
          Issue Type: Bug
          Components: Core/Stasis
    Affects Versions: 12
            Reporter: Matt Jordan


Channel snapshots don't need a parkinglot value. If we need to pass a parkinglot value around, we should be doing so as part of a Stasis message.

This is of particular concern when transmitted over ARI - there is no parkinglot that makes sense from the perspective of ARI, as that would require throwing the channel into the dialplan.

{noformat}
{
  "application": "hello",
  "stasis_end": {
    "channel": {
      "accountcode": "",
      "appl": "Stasis",
      "caller": {
        "name": "",
        "number": ""
      },
      "connected": {
        "name": "",
        "number": ""
      },
      "creationtime": "2013-06-27T14:09:06.228-0500",
      "data": "hello",
      "dialplan": {
        "context": "demos",
        "exten": "s",
        "priority": 1
      },
      "hangupsource": "",
      "linkedid": "1372360146.8",
      "name": "Gulp/1000-00000006",
      "parkinglot": "",
      "peeraccount": "",
      "state": "Up",
      "uniqueid": "1372360146.8",
      "userfield": ""
    }
  }
}
{noformat}

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