summaryrefslogtreecommitdiff
path: root/res/stasis_json
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2013-06-07 18:39:42 +0000
committerJason Parker <jparker@digium.com>2013-06-07 18:39:42 +0000
commitf19ff9579a0972e7be564da46179559f524203b9 (patch)
tree8d64c1b1970204534eeaa6203503fd0fa3ee6597 /res/stasis_json
parent63c7141421e4070ab6a17338c595f4a5e31e9ebd (diff)
Implement ARI POST to /channels, to originate a call.
(closes issue ASTERISK-21617) Review: https://reviewboard.asterisk.org/r/2597/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390885 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/stasis_json')
-rw-r--r--res/stasis_json/resource_channels.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/res/stasis_json/resource_channels.h b/res/stasis_json/resource_channels.h
index c561d306a..c98743c36 100644
--- a/res/stasis_json/resource_channels.h
+++ b/res/stasis_json/resource_channels.h
@@ -40,21 +40,16 @@
/*
* JSON models
*
- * CallerID
- * - name: string (required)
- * - number: string (required)
- * Dialed
- * Originated
+ * DialplanCEP
+ * - priority: long (required)
+ * - exten: string (required)
+ * - context: string (required)
* Playback
* - language: string
* - media_uri: string (required)
* - id: string (required)
* - target_uri: string (required)
* - state: string (required)
- * DialplanCEP
- * - priority: long (required)
- * - exten: string (required)
- * - context: string (required)
* Channel
* - accountcode: string (required)
* - linkedid: string (required)
@@ -71,6 +66,10 @@
* - hangupsource: string (required)
* - dialplan: DialplanCEP (required)
* - data: string (required)
+ * CallerID
+ * - name: string (required)
+ * - number: string (required)
+ * Dialed
*/
#endif /* _ASTERISK_RESOURCE_CHANNELS_H */