[Home]

Summary:ASTERISK-21968: Remove parkinglot from channel snapshots
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-06-27 14:11:43Date Closed:2013-07-04 22:16:01
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/Stasis
Versions:12 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description: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}
Comments: