mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Merge "main/json.c: Added app_name, app_data to channel type" into 13
This commit is contained in:
@@ -1565,6 +1565,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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user