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