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

Digium Subversion (JIRA) noreply at issues.asterisk.org
Thu Jul 4 22:17:03 CDT 2013


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

Digium Subversion closed ASTERISK-21968.
----------------------------------------

    Resolution: Fixed
    
> Remove parkinglot from channel snapshots
> ----------------------------------------
>
>                 Key: ASTERISK-21968
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21968
>             Project: Asterisk
>          Issue Type: Bug
>          Components: Core/Stasis
>    Affects Versions: 12
>            Reporter: Matt Jordan
>              Labels: Asterisk12
>
> 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