Merge "main/json.c: Added app_name, app_data to channel type" into 16

This commit is contained in:
Friendly Automation
2019-04-08 10:32:34 -05:00
committed by Gerrit Code Review
8 changed files with 91 additions and 13 deletions

View File

@@ -1774,6 +1774,16 @@
"required": true,
"type": "long",
"description": "Priority in the dialplan"
},
"app_name": {
"required": true,
"type": "string",
"description": "Name of current dialplan application"
},
"app_data": {
"required": true,
"type": "string",
"description": "Parameter of current dialplan application"
}
}
},